| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-01-16 | 1.5 kB | |
| v1.6.0 source code.tar.gz | 2026-01-16 | 6.7 MB | |
| v1.6.0 source code.zip | 2026-01-16 | 6.9 MB | |
| Totals: 3 Items | 13.6 MB | 0 | |
What's Changed
Release focusing on:
- python 3.14 support
- Solving the unpickling error in weight loading
- Deduplicating utilities with
scikit-base - Addition of new
predictinterface for Beta v2 - Improvements to model backends
API Changes
-
Tuner import change due to a Lightning breaking change. Lightning v2.6 introduced a breaking change in its checkpoint loading behavior, which caused unpickling errors during weight loading in
pytorch-forecasting(see [#2000]). To address this,pytorch-forecastingnow provides its ownTunerwrapper that exposes the requiredweights_onlyargument when callinglr_find(). -
When using
pytorch-forecasting > 1.5.0withlightning > 2.5, please usepytorch_forecasting.tuning.Tunerin place oflightning.pytorch.tuner.Tuner. See [#2000] for details.
New Contributors
- @anasashb made their first contribution in https://github.com/sktime/pytorch-forecasting/pull/1997
- @ahmedkansulum made their first contribution in https://github.com/sktime/pytorch-forecasting/pull/2009
- @khenm made their first contribution in https://github.com/sktime/pytorch-forecasting/pull/2012
All Contributors
@agobbifbk, @ahmedkansulum, @anasashb, @dependabot[bot], @fkiraly, @khenm, @phoeenniixx, @PranavBhatP, @szepeviktor
Full Changelog: https://github.com/sktime/pytorch-forecasting/compare/v1.5.0...v1.6.0