Skip to content

Releases: mindsdb/lightwood

Release 23.6.2.0

14 Jun 00:30
51a3f03
Compare
Choose a tag to compare

Changelog

Optimizations for an average 7.5x speedup with little to no accuracy loss include:

v23.2.1.1

16 Mar 19:38
Compare
Choose a tag to compare

Hotfix:

  • Bound and update some dependencies.
  • Action to release on PyPI any GitHub release, not only when pushing to stable.

Release 23.3.2.0

14 Mar 22:42
68a71f8
Compare
Choose a tag to compare

Changelog

Features

  • TabTransformers mixer #1115
  • Faster gluon ts mixer inference #1110
  • Gluon static feats #1120

Fixes

  • Bump statsforecast==1.4.0 #1113
  • Bump pytorch to 1.13 #1114
  • Fix ICP softmax error #1117
  • Fixes for GluonTS trainer #1119
  • Bound pandas requirement #1122

Other

  • Improved quickstart example, Update README.md #1112

Benchmarks

Release 23.2.1.0

09 Feb 20:06
e77a859
Compare
Choose a tag to compare

Changelog

Features

  • M1 support #1091
  • [ENH] Improved sktime-based mixer interface and customization #1099
  • [ENH] Dynamic mixer weights for numerical ensembles #1100
  • [ENH] Automated parallelism check for encoder training #1083
  • [feat] add special dispatch for bestof ensemble #1107

Fixes

  • [hotfix] remove repeated dep in reqs.txt #1097
  • [fix] Improved nltk messaging and check for no available mixers #1101
  • [fix] single mixer usage in tsse ensemble #1104
  • [fix] Lazy analysis - only compute mixer predictions if required #1105
  • [feat] lazy explain when there are no blocks in line #1108

Benchmarks

http://benchmarks.mindsdb.com:9107/compare/best/1062ee8021aacf42b6cf0381a519277b155e2620

Release 23.1.2.0

17 Jan 14:42
34dc005
Compare
Choose a tag to compare

Changelog

Note: due to refactors, this version is not backwards compatible.

Features

N/A

Fixes

  • Add requirements_dev.txt #1084

Other

Release 22.12.2.0

15 Dec 18:05
f1ebf7b
Compare
Choose a tag to compare

Changelog

Features

  • XGBoost mixer (#1066)
  • Store global insights inside predictor object (#1074)
  • Force infer_row in bulk ts predictions (#1075)

Fixes

Other

  • Bump transformers to 4.21.0 (#1070)
  • Bump sktime 0.14.0 (#1077)
  • Lightgbm-based mixers are now optional (#1080)

Release 22.11.2.0

11 Nov 00:27
a9e76d6
Compare
Choose a tag to compare

Changelog:

Features:

  • [ENH] Custom output distributions in GluonTS mixer (#1042)
  • [ENH] Restores py3.7 support (#1039)

Bug fixes:

  • [Fix] Parameters to be optimized (#1035)

Others:

  • [Maint] Migrate to type_infer (#1024)
  • [Test] Improve time series test (#1041)

Release 22.10.4.0

26 Oct 16:25
32d20be
Compare
Choose a tag to compare

Features

  • Argument to override device setting #1004
  • Implement a RandomForest mixer #1017
  • [ENH] ICP: aggregated sum over horizon #995
  • Add lightwood library version to predictor #1018
  • Add GluonTS mixer #1019
  • Improve random forest mixer #1031
  • Simpler TS evaluation #1032

Fixes

  • Added original amount of columns #1014
  • Fix supported python version spec >=3.7,<3.10 #1015
  • Fix wrong time-series alignment and add WA for StatsForcastAutoARIMA #1022
  • Fix: workaround for StatsForecastAutoARIMA #1025
  • Fix: gluonts improvements #1030

Other

  • Add test for forecast offset alignment #1023
  • Remove n-hits & prophet from default mixer list #1028

Thanks to @alexandre-dz-oscore @riadhlaabidi @jaredc07 @akhildevelops @adripo @bachng2017 for contributing to this release!

Release 22.9.1.0

06 Sep 02:09
ddcf71e
Compare
Choose a tag to compare

Release 22.9.1.0

Features

  • [ENH] PyOD analysis block (#983)
  • [ENH] Infer offset in SkTime mixers (#989)

Fixes

  • [Fix] minor idx error in fh setting (#991)
  • [Fix] stacked ensemble agg_dim (#992)

Benchmarks

Release 22.8.1.0

05 Aug 12:17
31e9925
Compare
Choose a tag to compare

Changelog

Features

  • Conformal forecasting #862
  • Improved JsonAI templating for analysis blocks #960
  • Some feature importance changes #961

Fixes

  • Default NHITS space params #956
  • Add data limits to PFI block #963