Skip to content

Releases: awslabs/gluonts

0.10.10

15 Feb 12:20
b983427
Compare
Choose a tag to compare

Backporting fix:

  • Fix call to extractall #2648

0.9.10

15 Feb 12:18
3099156
Compare
Choose a tag to compare

Backporting fixes:

  • Cap numpy compatibility in mxnet extra requirements #2506
  • Add gluonts.util.safe_extract #2606
  • Fix call to extractall #2648

0.12.1

08 Feb 15:14
a712ba0
Compare
Choose a tag to compare

Backporting fixes:

0.10.9

06 Feb 12:36
c9a6f96
Compare
Choose a tag to compare

What's Changed

Backporting fixes

Full Changelog: v0.10.8...v0.10.9

0.12.0

02 Feb 09:26
2fc78a4
Compare
Choose a tag to compare

Overview

Support for Python 3.6 is dropped (#2542).

Models:

  • Added PyTorch implementation of the Temporal Fusion Transformer model (#2536)
  • Various improvements to PyTorch DeepAR (#2433, #2476, #2545, #2552, #2553, #2556, #2596)
  • Added wrappers for statsforecast models (#2360, #2515, #2561)
  • Added wrappers for hierarchical time series models in R (#2396, #2406, #2412)
  • Updated R wrappers and dockerfile (#2571, #2572)
  • Important the Naive2, Rforecast, Prophet, and Rotbaum models have been moved to gluonts.ext (#2362, #2597)

Data:

  • Improved PandasDataset: allows specifying static features as a separate dataframe,
    instead of wastefully replicate feature values over time. This was particularly problematic
    in large datasets, such as M5. In the new setup, static features are provided via
    a separate dataframe indexed by item_id, and the dtype of each column determinins
    which are numerical vs categorical features, with automated detection of cardinalities
    in the latter case. See the updated tutorial notebook on how to use it.

Evaluation:

  • New evaluation module gluonts.ev (#2450) will gradually replace the existing
    gluonts.evaluation as an improved, more flexible alternative.

Changelog

Breaking changes

Major improvements / new features

Minor improvements / new features

Bug fixes

Documentation

Test / setup changes

Other

0.11.9

30 Jan 16:24
435c7ae
Compare
Choose a tag to compare

Backporting fixes:

  • Fix: avoid automatic device detection via serialized tensors when deserializing PyTorchPredictor. #2576 by @shubhamkapoor
  • Fix Map representation. #2579 by @jaheba
  • serde: Fix encoding of dtypes. #2586 by @jaheba
  • Add assertion to split function ensuring valid windows #2587 by @MarcelK1102
  • Ensure dtype on feat_time in torch DeepAR. #2596 by @jaheba
  • Expose aggregation method in ensemble NBEATS, fix forecast shape #2598 by @lostella
  • Fix requirements following breaking change in setuptools #2604 by @lostella
  • Add gluonts.util.safe_extract #2606 by @lostella

0.12.0 rc1

26 Jan 12:01
Compare
Choose a tag to compare
0.12.0 rc1 Pre-release
Pre-release
v0.12.0rc1

Initial commit for v0.12.x

0.11.8

17 Jan 11:56
287ab2e
Compare
Choose a tag to compare

Backporting fixes:

0.11.7

03 Jan 08:51
d9d2fc7
Compare
Choose a tag to compare

Backporting fixes:

  • Make serde.dataclass always kw-only. (#2428 by @jaheba)
  • Fix serde.dataclass inheritance handling. (#2512 by @jaheba)
  • Fix QuantileForecast.quantile in case only mean is stored (#2513 by @lostella)
  • Remove mypy plugin for dataclass. (#2514 by @jaheba)
  • GH Actions: Use authenticated requests for just. (#2522 by @jaheba)
  • Fix aggregate_valid for non-numerical columns (#2526 by @lostella)

0.11.6

20 Dec 09:08
65dc5be
Compare
Choose a tag to compare

Backporting fixes: