Skip to content

Releases: awslabs/gluonts

0.15.0

27 May 13:17
Compare
Choose a tag to compare

New features

Model updates

  • Add option to provide function for season_length in SeasonalNaivePredictor (#3033) by @lostella
  • R: add ARIwith exogenous regressors (#3086) by @leica2023

Breaking changes

Fixes

Dependencies

  • Nursery: bump up pyarrow requirement in gluonts.nursery.tsbench (#3056) by @lostella
  • Bump scikit-learn from 0.23.2 to 1.0.1 in /src/gluonts/nursery/daf (#3118) by @dependabot
  • Bump sklearn version in nursery subpackages (#3120) by @lostella
  • Bump dependencies versions to address dependabot alerts (#3173) by @lostella
  • Bump dependencies versions to address dependabot alerts, again (#3174) by @lostella

Other changes

0.14.4

02 Feb 12:37
0cc3cd9
Compare
Choose a tag to compare

Backporting fixes:

  • Fix type annotation for device in PyTorchPredictor #3094 by @lostella
  • extend exception for invalid offset_name #3115 by @Borda

0.14.3

07 Dec 09:10
ed8d813
Compare
Choose a tag to compare

Backporting:

0.13.9

07 Dec 09:04
a3ac860
Compare
Choose a tag to compare

Backporting:

0.14.2

27 Nov 10:58
3c434d8
Compare
Choose a tag to compare

Backporting fixes:

0.14.1

14 Nov 11:08
536465d
Compare
Choose a tag to compare

Backporting fixes:

0.13.8

14 Nov 11:07
dd8449f
Compare
Choose a tag to compare

Backporting fixes:

0.14.0

27 Oct 13:38
380bf89
Compare
Choose a tag to compare

See full diff here: v0.13.0...v0.14.0

0.14.0 rc2

27 Oct 08:29
380bf89
Compare
Choose a tag to compare
0.14.0 rc2 Pre-release
Pre-release
Backports for v0.14.0rc2 (#3032)

* Fix WaveNet inputs (#3022)

* Fix version range for lightning (#3023)

* Allow VCS install using GLUONTS_FALLBACK_VERSION (#3028)

* Make `mypy` checks opt-out instead of opt-in, fix several type issues (#3027)

Co-authored-by: Oleksandr Shchur <shchuro@amazon.com>

* No API docs for nursery. (#3030)

* Fix: #3030. (#3031)

* Add support for Pydantic v1 and v2. (#3026)

---------

Co-authored-by: Oleksandr Shchur <shchuro@amazon.com>
Co-authored-by: ddelange <14880945+ddelange@users.noreply.github.com>
Co-authored-by: Jasper <schjaspe@amazon.de>

0.13.7

18 Oct 09:33
ca40b46
Compare
Choose a tag to compare

Fixing issues with updated requirements, which would prevent the package from installing alongside old versions of PyTorch Lightning: