Skip to content

Commit f49c5e0

Browse files
authored
release: v0.0.22 (#254)
2 parents 63495c3 + 792241e commit f49c5e0

File tree

6 files changed

+125
-97
lines changed

6 files changed

+125
-97
lines changed

docs/changelogs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Welcome to the TimeCopilot Changelog. Here, you will find a comprehensive list of all the changes, updates, and improvements made to the TimeCopilot project. This section is designed to keep you informed about the latest features, bug fixes, and enhancements as we continue to develop and refine the TimeCopilot experience. Stay tuned for regular updates and feel free to explore the details of each release below.
44

55

6+
- [v0.0.22](v0.0.22.md)
67
- [v0.0.21](v0.0.21.md)
78
- [v0.0.20](v0.0.20.md)
89
- [v0.0.19](v0.0.19.md)

docs/changelogs/v0.0.22.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
### Documentation
2+
3+
* **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](https://github.com/AzulGarza/timecopilot/pull/250).
4+
5+
### Fixes
6+
7+
* **GPU support**: Fixed GPU device mapping to use `cuda:0` instead of `gpu` for better compatibility with PyTorch's device handling. See [#252](https://github.com/AzulGarza/timecopilot/pull/252).
8+
9+
* **Chronos-2 batch unpacking**: Fixed an issue where Chronos-2 model predictions weren't properly unpacked from batches, ensuring correct forecast output. See [#253](https://github.com/AzulGarza/timecopilot/pull/253).
10+
11+
## New Contributors
12+
13+
* @Rafipilot made their first contribution in [#250](https://github.com/AzulGarza/timecopilot/pull/250)
14+
15+
---
16+
17+
**Full Changelog**: https://github.com/AzulGarza/timecopilot/compare/v0.0.21...v0.0.22
18+

docs/examples/chronos-family.ipynb

Lines changed: 87 additions & 95 deletions
Large diffs are not rendered by default.

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ nav:
4444
- api/gift-eval/gift-eval.md
4545
- Changelogs:
4646
- changelogs/index.md
47+
- changelogs/v0.0.22.md
4748
- changelogs/v0.0.21.md
4849
- changelogs/v0.0.20.md
4950
- changelogs/v0.0.19.md

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ license = "MIT"
7878
name = "timecopilot"
7979
readme = "README.md"
8080
requires-python = ">=3.10"
81-
version = "0.0.21"
81+
version = "0.0.22"
8282

8383
[project.scripts]
8484
timecopilot = "timecopilot._cli:main"

uv.lock

Lines changed: 17 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)