Skip to content

Releases: awslabs/gluonts

0.15.1

03 Jun 07:20
3cdef76
Compare
Choose a tag to compare

Backporting fixes:

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

Breaking changes

  • Simplify plotting of forecasts. #2864
  • Breaking: change num_output with quantiles in TFT (mxnet) #2879
  • DeepVARHierarchicalEstimator: Remove target_dim parameter. #2889
  • Rework maybe.Maybe to use a boxed container. #2900
  • Rework ev. #2914
  • gluonts.ev: Rework exports. #2928
  • Remove freq argument in SeasonalNaivePredictor #2932
  • Remove freq argument from naive2 #2935
  • Simplify PyTorchPredictor serde #2965
  • Move QuantizeScaled from Wavenet to gluonts.transform, rename to QuantizeMeanScaled #2975
  • Change torch state_dict file name to prediction-net-state.pt #2985
  • Remove freq attribute from NPTS #3009

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 <[email protected]>

* No API docs for nursery. (#3030)

* Fix: #3030. (#3031)

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

---------

Co-authored-by: Oleksandr Shchur <[email protected]>
Co-authored-by: ddelange <[email protected]>
Co-authored-by: Jasper <[email protected]>