Releases: scikit-sparse/scikit-sparse
Releases · scikit-sparse/scikit-sparse
v0.5.0
What's Changed
- Release v0.5.0 by @broesler in #152
- ENH: Create bindings for SuiteSparse BTF module by @broesler in #147
- DEV: Build System and Packaging Update by @broesler in #138
- ENH: Create Bindings for SuiteSparse AMD module by @broesler in #139
- ENH: Create bindings for SuiteSparse COLAMD module by @broesler in #141
- ENH: Create bindings for the SuiteSparse CAMD module by @broesler in #142
- ENH: Create bindings for SuiteSparse CCOLAMD module by @broesler in #143
- ENH: Create interface to UMFPACK by @broesler in #146
- ENH: Refactor CHOLMOD interface by @broesler in #148
- ENH: Create bindings for KLU by @broesler in #149
- ENH: Create bindings for SPQR by @broesler in #151
New Contributors
Full Changelog: v0.4.16...v0.5.0
v0.4.16
What's Changed
- Add support for Numpy versions >= 2.0 by @AaronDJohnson in #122
- Update CI and add Python 3.13 support by @AaronDJohnson in #134
- Check for csc fix by @dschult in #133
- Fix deployment by @AaronDJohnson in #136
- Fix deployment: attempt 2 by @AaronDJohnson in #137
New Contributors
Full Changelog: v0.4.15...v0.4.16b
What's Changed
- Add support for Numpy versions >= 2.0 by @AaronDJohnson in #122
- Update CI and add Python 3.13 support by @AaronDJohnson in #134
- Check for csc fix by @dschult in #133
- Fix deployment by @AaronDJohnson in #136
- Fix deployment: attempt 2 by @AaronDJohnson in #137
New Contributors
Full Changelog: v0.4.15...v0.4.16
v0.4.15
What's Changed
- Make upload directory match build directory in deployment by @AaronDJohnson in #121
- Switch to csc_matrix.T.conjugate() from .H by @s-t-e-v-e-n-k in #123
- Bump minor version by @AaronDJohnson in #125
- Fix build sdist by @AaronDJohnson in #126
New Contributors
- @s-t-e-v-e-n-k made their first contribution in #123
Full Changelog: v0.4.14...v0.4.15
v0.4.14
What's Changed
- add publishing with a trusted publisher by @AaronDJohnson in #114
- Bump up numpy requirement by @cgcgcg in #117
- Autofind homebrew installation path by @matospiso in #115
- make python 3.6, 3.7 run on old Mac version by @AaronDJohnson in #118
- Increment version number by @AaronDJohnson in #119
New Contributors
- @matospiso made their first contribution in #115
Full Changelog: v0.4.13...v0.4.14
v0.4.13
What's Changed
- Fix Mac CI by @AaronDJohnson in #110
- Fix breaking changes in isspmatrix of scipy >=1.11.0, discontinuing compatibility with csc_array by @EmJay276 in #102
- remove numpy build restrictions, add Python 3.12 build to github action by @cgcgcg in #105
- Fix macos-latest CI by @AaronDJohnson in #111
- Update versions by @AaronDJohnson in #112
- add publishing with a trusted publisher by @AaronDJohnson in #114
Full Changelog: v0.4.12...v0.4.13a
v0.4.12
What's Changed
- Fix compilation with Cython>=3.0.0 by @cgcgcg in #94
- bump version, remove cython restrictions by @AaronDJohnson in #97
New Contributors
Full Changelog: v0.4.11...v0.4.12
v0.4.11
What's Changed
- Support for Python 3.11
- Limit Cython version to <3.0