Skip to content

Commit 1386d52

Browse files
authored
release: v0.0.23 (#296)
* docs: add changelog for v0.0.23 * chore: bump version --------- Co-authored-by: spolisar <22416070+spolisar@users.noreply.github.com>
1 parent 2746d20 commit 1386d52

5 files changed

Lines changed: 63 additions & 4 deletions

File tree

docs/changelogs/index.md

Lines changed: 2 additions & 1 deletion
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.23](v0.0.23.md)
67
- [v0.0.22](v0.0.22.md)
78
- [v0.0.21](v0.0.21.md)
89
- [v0.0.20](v0.0.20.md)
@@ -15,4 +16,4 @@ Welcome to the TimeCopilot Changelog. Here, you will find a comprehensive list o
1516
- [v0.0.13](v0.0.13.md)
1617
- [v0.0.12](v0.0.12.md)
1718
- [v0.0.11](v0.0.11.md)
18-
- [v0.0.10](v0.0.10.md)
19+
- [v0.0.10](v0.0.10.md)

docs/changelogs/v0.0.23.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# V0.0.23 Changelog
2+
3+
## Changes
4+
5+
### Features
6+
7+
* **sktime support**: Added support for sktime models, enabling integration with the sktime forecasting ecosystem. See [#278](https://github.com/TimeCopilot/timecopilot/pull/278) and [#291](https://github.com/TimeCopilot/timecopilot/pull/291).
8+
9+
* **Blog section**: Added a new blog section to the documentation site. See [#272](https://github.com/TimeCopilot/timecopilot/pull/272).
10+
11+
* **GIFT-Eval experiment updates**: Updated the GIFT-Eval experiment with improvements and enhancements. See [#259](https://github.com/TimeCopilot/timecopilot/pull/259).
12+
13+
* **Organization links**: Updated links throughout the project to point to the timecopilot organization. See [#271](https://github.com/TimeCopilot/timecopilot/pull/271).
14+
15+
### Fixes
16+
17+
* **FlowState single ID and h=1 error**: Fixed an error in FlowState that occurred when using a single ID and horizon of 1. See [#284](https://github.com/TimeCopilot/timecopilot/pull/284).
18+
19+
* **Fix utilsforecast evaluation compatibility**: Fixed an issue caused by missing columns. See [#282](https://github.com/TimeCopilot/timecopilot/pull/282)
20+
21+
* **Prophet insufficient data error in detect_anomalies**: Fixed an issue where Prophet would throw an insufficient data error when used in anomaly detection. See [#269](https://github.com/TimeCopilot/timecopilot/pull/269).
22+
23+
* **timecopilot-toto version bump**: Updated the timecopilot-toto dependency version. See [#295](https://github.com/TimeCopilot/timecopilot/pull/295).
24+
25+
### Documentation
26+
27+
* **LLM providers documentation**: Added comprehensive documentation for using timecopilot with other LLMs, including examples and explanations. See [#256](https://github.com/TimeCopilot/timecopilot/pull/256), [#263](https://github.com/TimeCopilot/timecopilot/pull/263), and [#267](https://github.com/TimeCopilot/timecopilot/pull/267).
28+
29+
* **LLM provider examples**: Added example notebooks for different LLM providers:
30+
* LLM providers example notebook. See [#263](https://github.com/TimeCopilot/timecopilot/pull/263).
31+
* AWS Bedrock example with updated query call. See [#274](https://github.com/TimeCopilot/timecopilot/pull/274) and [#276](https://github.com/TimeCopilot/timecopilot/pull/276).
32+
* Google LLM endpoint example. See [#287](https://github.com/TimeCopilot/timecopilot/pull/287).
33+
34+
* **Documentation link corrections**: Fixed and updated links throughout the documentation. See [#261](https://github.com/TimeCopilot/timecopilot/pull/261).
35+
36+
### Continuous Integration
37+
38+
* **CI documentation tests**: Fixed CI tests for documentation to ensure proper validation. See [#266](https://github.com/TimeCopilot/timecopilot/pull/266).
39+
40+
* **MkDocs spelling fix**: Fixed a misspelling in the MkDocs configuration that caused CI to fail. See [#280](https://github.com/TimeCopilot/timecopilot/pull/280).
41+
42+
* **CI runner optimization**: Improved CI runner efficiency by clearing space and caching Hugging Face models. See [#285](https://github.com/TimeCopilot/timecopilot/pull/285).
43+
44+
### Other
45+
46+
* **Miscellaneous additions**: Various improvements and additions. See [#273](https://github.com/TimeCopilot/timecopilot/pull/273).
47+
48+
* **Gitignore updates**: Added lightning_logs to gitignore to prevent accidental commits. See [#275](https://github.com/TimeCopilot/timecopilot/pull/275).
49+
50+
## New Contributors
51+
52+
* @spolisar made their first contribution in [#256](https://github.com/TimeCopilot/timecopilot/pull/256)
53+
* @Kushagra7777 made their first contribution in [#282](https://github.com/TimeCopilot/timecopilot/pull/282)
54+
55+
---
56+
57+
**Full Changelog**: https://github.com/TimeCopilot/timecopilot/compare/v0.0.22...v0.0.23

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ nav:
5050
- api/gift-eval/gift-eval.md
5151
- Changelogs:
5252
- changelogs/index.md
53+
- changelogs/v0.0.23.md
5354
- changelogs/v0.0.22.md
5455
- changelogs/v0.0.21.md
5556
- changelogs/v0.0.20.md

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ license = "MIT"
7979
name = "timecopilot"
8080
readme = "README.md"
8181
requires-python = ">=3.10"
82-
version = "0.0.22"
82+
version = "0.0.23"
8383

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

uv.lock

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

0 commit comments

Comments
 (0)