Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/changelogs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
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.


- [v0.0.23](v0.0.23.md)
- [v0.0.22](v0.0.22.md)
- [v0.0.21](v0.0.21.md)
- [v0.0.20](v0.0.20.md)
Expand All @@ -15,4 +16,4 @@ Welcome to the TimeCopilot Changelog. Here, you will find a comprehensive list o
- [v0.0.13](v0.0.13.md)
- [v0.0.12](v0.0.12.md)
- [v0.0.11](v0.0.11.md)
- [v0.0.10](v0.0.10.md)
- [v0.0.10](v0.0.10.md)
57 changes: 57 additions & 0 deletions docs/changelogs/v0.0.23.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# V0.0.23 Changelog

## Changes

### Features

* **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).

* **Blog section**: Added a new blog section to the documentation site. See [#272](https://github.com/TimeCopilot/timecopilot/pull/272).

* **GIFT-Eval experiment updates**: Updated the GIFT-Eval experiment with improvements and enhancements. See [#259](https://github.com/TimeCopilot/timecopilot/pull/259).

* **Organization links**: Updated links throughout the project to point to the timecopilot organization. See [#271](https://github.com/TimeCopilot/timecopilot/pull/271).

### Fixes

* **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).

* **Fix utilsforecast evaluation compatibility**: Fixed an issue caused by missing columns. See [#282](https://github.com/TimeCopilot/timecopilot/pull/282)

* **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).

* **timecopilot-toto version bump**: Updated the timecopilot-toto dependency version. See [#295](https://github.com/TimeCopilot/timecopilot/pull/295).

### Documentation

* **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).

* **LLM provider examples**: Added example notebooks for different LLM providers:
* LLM providers example notebook. See [#263](https://github.com/TimeCopilot/timecopilot/pull/263).
* 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).
* Google LLM endpoint example. See [#287](https://github.com/TimeCopilot/timecopilot/pull/287).

* **Documentation link corrections**: Fixed and updated links throughout the documentation. See [#261](https://github.com/TimeCopilot/timecopilot/pull/261).

### Continuous Integration

* **CI documentation tests**: Fixed CI tests for documentation to ensure proper validation. See [#266](https://github.com/TimeCopilot/timecopilot/pull/266).

* **MkDocs spelling fix**: Fixed a misspelling in the MkDocs configuration that caused CI to fail. See [#280](https://github.com/TimeCopilot/timecopilot/pull/280).

* **CI runner optimization**: Improved CI runner efficiency by clearing space and caching Hugging Face models. See [#285](https://github.com/TimeCopilot/timecopilot/pull/285).

### Other

* **Miscellaneous additions**: Various improvements and additions. See [#273](https://github.com/TimeCopilot/timecopilot/pull/273).

* **Gitignore updates**: Added lightning_logs to gitignore to prevent accidental commits. See [#275](https://github.com/TimeCopilot/timecopilot/pull/275).

## New Contributors

* @spolisar made their first contribution in [#256](https://github.com/TimeCopilot/timecopilot/pull/256)
* @Kushagra7777 made their first contribution in [#282](https://github.com/TimeCopilot/timecopilot/pull/282)

---

**Full Changelog**: https://github.com/TimeCopilot/timecopilot/compare/v0.0.22...v0.0.23
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ nav:
- api/gift-eval/gift-eval.md
- Changelogs:
- changelogs/index.md
- changelogs/v0.0.23.md
- changelogs/v0.0.22.md
- changelogs/v0.0.21.md
- changelogs/v0.0.20.md
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ license = "MIT"
name = "timecopilot"
readme = "README.md"
requires-python = ">=3.10"
version = "0.0.22"
version = "0.0.23"

[project.scripts]
timecopilot = "timecopilot._cli:main"
Expand Down
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.