Download Latest Version v1.6.1 source code.tar.gz (6.7 MB)
Email in envelope

Get an email when there's a new version of PyTorch Forecasting

Home / v1.6.0
Name Modified Size InfoDownloads / 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 predict interface 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-forecasting now provides its own Tuner wrapper that exposes the required weights_only argument when calling lr_find().

  • When using pytorch-forecasting > 1.5.0 with lightning > 2.5, please use pytorch_forecasting.tuning.Tuner in place of lightning.pytorch.tuner.Tuner. See [#2000] for details.

See full changelog

New Contributors

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

Source: README.md, updated 2026-01-16