Releases: scikit-learn-contrib/fastcan
Releases · scikit-learn-contrib/fastcan
v0.2.7
What's Changed
- MNT Cython remove unnecessary memset of mask by @MatthewSZhang in #14
- DOC add class and function template by @MatthewSZhang in #15
- DOC add multioutput example in readme by @MatthewSZhang in #16
- Release 0.2.7 change urls to scikit-learn-contrib by @MatthewSZhang in #17
- DOC explain
tol
by @MatthewSZhang in #18
Full Changelog: v0.2.6...v0.2.7
v0.2.6
What's Changed
- DOC fix wrong pick in plot_redundancy by @MatthewSZhang in https://github.com/MatthewSZhang/fastcan/pull/12
- MNT remove memoryview slicing by @MatthewSZhang in https://github.com/MatthewSZhang/fastcan/pull/13
Full Changelog: MatthewSZhang/fastcan@v0.2.5...v0.2.6
v0.2.5
What's Changed
- FEAT add ssc function by @MatthewSZhang in https://github.com/MatthewSZhang/fastcan/pull/11
- CI update cibw for Python 3.13 by @MatthewSZhang in https://github.com/MatthewSZhang/fastcan/pull/9
- DOC add examples by @MatthewSZhang in https://github.com/MatthewSZhang/fastcan/pull/10
Full Changelog: MatthewSZhang/fastcan@v0.2.4...v0.2.5
v0.2.4
What's Changed
- Fix fastcan not work on Windows by @MatthewSZhang in https://github.com/MatthewSZhang/fastcan/pull/7
Full Changelog: MatthewSZhang/fastcan@v0.2.3...v0.2.4
v0.2.3
What's Changed
- Fix OpenMP (in Windows) requires signed integral for prange
v0.2.2
What's Changed
- Fix OpenMP deps in Meson
- Add final decorator in Cython function to improve speed
v0.2.1
What's Changed
- Add support for conda-forge install
- Add project.urls section to align with conda-forge
v0.2.0
Merge pull request #2 from MatthewSZhang/cython-zerodivision FIX zero division error in cython
v0.1.37
CI update version for pixi cache
v0.1.35
MNT raise error from cython