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