Releases: scikit-learn-contrib/fastcan
Releases · scikit-learn-contrib/fastcan
v0.4.0
New Features
- FEAT add tol to minibatch by @MatthewSZhang in #43
- FEAT make NARX accept multi-output by @MatthewSZhang in #54
- FEAT add jac for narx by @MatthewSZhang in #66
- FEAT add time-narx to evaluate opt speed of narx fit by @MatthewSZhang in #70
- FEAT add param fit_intercept for NARX by @MatthewSZhang in #78
- FEAT add mask_missing_values in utils by @MatthewSZhang in #81
- FEAT add wasm wheel in cibw by @MatthewSZhang in #95
- FEAT Add arm64 for linux by @MatthewSZhang in #106
- ENH speed up grad computation via Cython by @MatthewSZhang in #71
Bug Fixes
- MNT padding nan in time shift by @MatthewSZhang in #102
- MNT output proper constant when some outputs only have intercepts by @MatthewSZhang in #73
- MNT add error that some rows of feat_ids only have -1 by @MatthewSZhang in #75
Important Maintenance
- MNT update scikit-learn to 1.7.0 by @MatthewSZhang in #104
v0.4.0-pre.1
CI gives github action permission to update a release (#97)
v0.4.0-pre
FEAT add wasm wheel in cibw (#95) * FEAT add wasm wheel in cibw
v0.3.2
What's Changed
- MNT fix minibatch X_transformed_ changes per loop by @MatthewSZhang in #39
- DOC minibatch data pruning docs by @MatthewSZhang in #40
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- MNT remove manually install deps after pixi updated by @MatthewSZhang in #34
- MNT fix same y_init used for different sessions by @MatthewSZhang in #37
- DOC add example for multi-step-ahead NARX by @MatthewSZhang in #36
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- FEAT add indices_exclude params by @MatthewSZhang in #19
- FEAT add two-stage refine by @MatthewSZhang in #21
- FEAT add extend by mini-batch by @MatthewSZhang in #22
- FEAT add narx model by @MatthewSZhang in #23
- FEAT make Narx support missing values by @MatthewSZhang in #25
- MNT align with sklearn 1.6 by @MatthewSZhang in #26
- MNT refactor the project structure by @MatthewSZhang in #27
- DOC add example for basic usage of NARX by @MatthewSZhang in #32
- Support free-threaded wheel by @MatthewSZhang in #31
Full Changelog: v0.2.7...v0.3.0
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