Releases: awslabs/gluonts
Releases · awslabs/gluonts
0.10.7
Backporting fixes:
- Add Github footer icon to docs. (#2285 by @jaheba)
- Docs: Custom Pygments style for dark theme. (#2290 by @jaheba)
- Fix README quick examples (#2297 by @lostella)
- Fix text in Quick Start Tutorial (#2300 by @sighellan)
- Update README and tutorial (#2311 by @lostella)
- Fix MQCNN for kernel_size=1 (#2321 by @lostella)
0.10.6
Backporting fixes:
- Improve len() for ParquetFile. (#2261 by @jaheba)
- Max idle transform fix (#2262 by @jaheba)
- Fix ignore hidden files when generating datasets (#2263 by @kashif)
- Fix: set max idle transforms in PyTorch estimators (#2266 by @lostella)
- Fix QuantileForecast.plot() to use DateTimeIndex (#2269 by @abdulfatir)
0.10.5
Backporting fixes:
- Fix broken links in Available-models table (#2211 by @rshyamsundar)
- Fix r_forecast wrapper to shift start date when truncating time series (#2216 by @abdulfatir)
- Improve arrow reading performance (#2217 by @mr-1993)
- Fix dtype bug in piecewise_linear and add a test (#2224 by @rshyamsundar)
- Fix bug in to_quantile_forecast (#2225 by @eugeneteoh)
- Fix gluonts.mx.trainer.Trainer in case of empty data loader (#2228 by @lostella)
- Fix feed-forward models when features are provided (#2238 by @lostella)
Full changelog: v0.10.4...v0.10.5
0.9.9
Backporting fixes:
- Fix r_forecast wrapper to shift start date when truncating time series (#2216 by @abdulfatir)
- Fix dtype bug in piecewise_linear and add a test (#2224 by @rshyamsundar)
- Fix bug in to_quantile_forecast (#2225 by @eugeneteoh)
- Fix gluonts.mx.trainer.Trainer in case of empty data loader (#2228 by @lostella)
- Fix feed-forward models when features are provided (#2238 by @lostella)
Full Changelog: v0.9.8...v0.9.9
0.10.4
0.9.8
0.10.3
Backporting fixes:
- Fix Prophet wrapper to work with Timestamp instead of Period (#2182 by @lostella)
- Fix dtype for "item_id" column in metrics dataframe (#2183 by @lostella)
- Fix recursive case for gluonts.mx.batchify.stack (#2184 by @lostella)
- Fix: ensure last cell of tutorials runs (#2186 by @lostella)
- Fix item_id values in ConstantValuePredictor (#2192 by @codingWhale13)
0.9.7
0.10.2
0.10.1
Backporting fixes:
- Docs: Make notebook templates. (#2122 by @jaheba)
- Docs: Rework installation section. (#2130 by @jaheba)
- Fix DatasetCollection for Python 3.9. (#2135 by @rsnirwan)
- Docs: Fix running tutorials for publishing docs. (#2138 by @jaheba)
- Fix PandasDataset for Python 3.9 (#2141 by @lostella)
- Fix issues with hyperparameter tuning tutorial (#2143 by @lostella)
- Docs: Apply black to notebooks. (#2144 by @jaheba)