|
| 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 |
0 commit comments