Skip to content

V0.0.22

Documentation

  • Windows main guard note: Added documentation note on using __main__ guard for Windows users to ensure proper script execution. Thanks to @Rafipilot for the contribution! See #250.

Fixes

  • GPU support: Fixed GPU device mapping to use cuda:0 instead of gpu for better compatibility with PyTorch's device handling. See #252.

  • Chronos-2 batch unpacking: Fixed an issue where Chronos-2 model predictions weren't properly unpacked from batches, ensuring correct forecast output. See #253.

New Contributors

  • @Rafipilot made their first contribution in #250

Full Changelog: https://github.com/AzulGarza/timecopilot/compare/v0.0.21...v0.0.22