What's Changed
- Drop Python 3.8 from workflows, run on 3.11 by @lostella in #3228
- Fix freq string issues in datasets by @lostella in #3232
- Update gluonts.shell requirements by @lostella in #3233
- Allow disabling scaler for DL models by @shchur in #3251
- Upgrade docs dependencies by @lostella in #3252
- Set
observed=TrueinsideDataFrame.groupbyinPandasDatasetto silence the FutureWarning by @shchur in #3254 - Make observed_value_field optional in TFTInstanceSplitter by @abdulfatir in #3259
- Cap rpy2 version by @lostella in #3261
- Recover from a checkpoint if training failed with an exception by @shchur in #3265
- Fix downloads badge by @lostella in #3266
- Update numpy upper bound to
<2.5by @abdulfatir in #3281 - Fix type checking issues by @lostella in #3284
- Fix path traversal by @lostella in #3285
- Fix QuantileForecast for multivariate forecasting by @kashif in #3288
- [Security] Resolve security issue for torch.load by @jalencato in #3304
- Update package to use pyproject.toml, support Python 3.10 to 3.14 by @lostella in #3283
- Fix lint workflow and remove mxnet from docs by @lostella in #3310
- Upgrade dependencies by @lostella in #3313
- Bump lightning to <2.7 by @shchur in #3315
- Increase pandas upper bound by @shchur in #3317
- Skip cpflows dependent tests by @lostella in #3319
- Undo pandas-3 upgrade by @shchur in #3321
- Inline cpflows modules by @lostella in #3322
- Increase numpy upper bound by @shchur in #3323
- Serde: restrict decode to known-serializable types by @jalencato in #3324
- Fix dtype mismatch in PatchTST positional embeddings by @kashif in #3307
- PandasDataset.from_long_dataframe: don't mutate caller's DataFrame index by @jbbqqf in #3298
- Fix StdScaler overflow for large-valued inputs by @K2alyan in #3312
- Update version number to 0.17.0rc1 by @lostella in #3326
- Backport: Use --no-project in pypi workflow by @lostella in #3328
- Backports for v0.17.0 by @lostella in #3331
- Update version number to 0.17.0 by @lostella in #3333
New Contributors
- @jalencato made their first contribution in #3304
- @jbbqqf made their first contribution in #3298
- @K2alyan made their first contribution in #3312
Full Changelog: v0.16.0...v0.17.0