Releases: mindsdb/lightwood
Releases · mindsdb/lightwood
v24.12.1.0
What's Changed
- Removed Support for Python 3.8 by @MinuraPunchihewa in #1239
- Bumped
sktime
to >=0.30.0 andscikit-learn
to >=1.5.0 by @MinuraPunchihewa in #1238 - Bumped Version for Release by @MinuraPunchihewa in #1240
- Release 24.12.1.0 by @MinuraPunchihewa in #1241
Full Changelog: v24.11.4.0...v24.12.1.0
v24.11.4.0
What's Changed
- Update pyproject.toml to fix sklearn dependabot alert by @dusvyat in #1230
- Update pyproject.toml to bump version by @dusvyat in #1231
- Pinned PyTorch Version to Support Windows Installations by @MinuraPunchihewa in #1233
- Fixed Broken Command in Workflow to Build Documentation by @MinuraPunchihewa in #1234
- Update version by @ZoranPandovski in #1235
Full Changelog: v24.5.2.0...v24.11.4.0
Release 24.5.2.0
Release 24.3.3.1
Release 23.12.4.0
Changelog
Note: this release was overdue, the actual package version has been up in PyPI since December 25th, 2023.
Fixes
- Fix extra requirements
- Bump deps (#1201)
Release 23.11.1.0
Release 23.8.1.0
Release 23.7.1.0
Release 23.6.4.0
Changelog
This release features an improved time series pipeline which yields improved runtimes. Depending on the dataset size, this can be anywhere from 5x
to > 100x
.
Features
N/A
Fixes
- [FIX] black version #1152
- [FIX] More code formatter checks #1154
- [FIX] Optimized datetime encoder #1155
- [FIX] GluonTS mixer type error #1159
- [ENH] Improved none checks, remove STLs #1161
- [ENH] Vectorized __make_predictions in TS transforms #1162
- [ENH] Faster TS transforms #1156
Other
- [Refactor] Rename MP flag #1153