What's Changed
New Features
- FEAT add max-candidates in make_narx by @MatthewSZhang in #181
- FEAT add beam search by @MatthewSZhang in #187
- FEAT add session_sizes to split time-series sessions by @MatthewSZhang in #203
- MNT add py39 support by @MatthewSZhang in #196
Bug fix
- FIX ndim of y_hat in predict should match y in fit for NARX by @MatthewSZhang in #170
- FIX plantuml local build by @MatthewSZhang in #180
- FIX beam_width upper bound by @MatthewSZhang in #193
- FIX minibatch ssc score not match gtruth by @MatthewSZhang in #200
- FIX wheel including wrong files using pixi build-wheel by @MatthewSZhang in #205
- FIX refine stop criteria by @MatthewSZhang in #184
Others
- DOC add interactive example via Jupyterlite by @MatthewSZhang in #173
- DOC add pyodide-http to enable fetch_openml in jupyterlite by @MatthewSZhang in #177
- DOC remove top bar of juypterlite in try examples by @MatthewSZhang in #178
- DOC update readme about wasm wheels by @MatthewSZhang in #186
- ASV add benchmark for beam search by @MatthewSZhang in #194
- ENH speed up beam search by @MatthewSZhang in #198
- Spelling by @jsoref in #201
- DOC add vector field in MSA example by @MatthewSZhang in #206
- CI update lock for scikit-learn 1.8.0 by @MatthewSZhang in #208
- MNT remove greedy in description by @MatthewSZhang in #209
New Contributors
Full Changelog: v0.4.1...v0.5.0