Skip to content
Open
Show file tree
Hide file tree
Changes from 3 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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<a href="https://github.com/TimeCopilot/timecopilot/actions/workflows/ci.yaml"><img src="https://github.com/TimeCopilot/timecopilot/actions/workflows/ci.yaml/badge.svg?branch=main" alt="CI"></a>
<a href="https://pypi.python.org/pypi/timecopilot"><img src="https://img.shields.io/pypi/v/timecopilot.svg" alt="PyPI"></a>
<a href="https://github.com/TimeCopilot/timecopilot"><img src="https://img.shields.io/pypi/pyversions/timecopilot.svg" alt="versions"></a>
<a href="https://github.com/TimeCopilot/timecopilot/blob/main/LICENSE"><img src="https://img.shields.io/github/license/TimeCopilot/timecopilot.svg" alt="license"></a>
<a href="https://github.com/TimeCopilot/timecopilot/blob/main/LICENSE"><img src="https://img.shields.io/github/license/TimeCopilot/timecopilot" alt="license"></a>
<a href="https://discord.gg/7GEdHR6Pfg"><img src="https://img.shields.io/discord/1387291858513821776?label=discord" alt="Join Discord" /></a>
</div>

Expand Down
4 changes: 0 additions & 4 deletions docs/changelogs/v0.0.23.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# 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).
Expand Down
10 changes: 5 additions & 5 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,28 +96,28 @@ TimeCopilot uses some forked Python packages, maintained under custom names on P

- **chronos-forecasting**
- Forked from: [amazon-science/chronos-forecasting](https://github.com/amazon-science/chronos-forecasting)
- TimeCopilot fork: [AzulGarza/chronos-forecasting](https://github.com/AzulGarza/chronos-forecasting/tree/feat/timecopilot-chronos-forecasting)
- TimeCopilot fork: [TimeCopilot/chronos-forecasting](https://github.com/TimeCopilot/chronos-forecasting/tree/feat/timecopilot-chronos-forecasting)
- Published on PyPI as: [`timecopilot-chronos-forecasting`](https://pypi.org/project/timecopilot-chronos-forecasting/)


- **granite-tsfm**
- Forked from: [ibm-granite/granite-tsfm](https://github.com/ibm-granite/granite-tsfm)
- TimeCopilot fork: [AzulGarza/granite-tsfm](https://github.com/AzulGarza/granite-tsfm)
- TimeCopilot fork: [TimeCopilot/granite-tsfm](https://github.com/TimeCopilot/granite-tsfm)
- Published on PyPI as: [`timecopilot-granite-tsfm`](https://pypi.org/project/timecopilot-granite-tsfm/)

- **timesfm**
- Forked from: [google-research/timesfm](https://github.com/google-research/timesfm)
- TimeCopilot fork: [AzulGarza/timesfm](https://github.com/AzulGarza/timesfm)
- TimeCopilot fork: [TimeCopilot/timesfm](https://github.com/TimeCopilot/timesfm)
- Published on PyPI as: [`timecopilot-timesfm`](https://pypi.org/project/timecopilot-timesfm/)

- **tirex**
- Forked from: [NX-AI/tirex](https://github.com/NX-AI/tirex)
- TimeCopilot fork: [AzulGarza/tirex](https://github.com/AzulGarza/tirex)
- TimeCopilot fork: [TimeCopilot/tirex](https://github.com/TimeCopilot/tirex)
- Published on PyPI as: [`timecopilot-tirex`](https://pypi.org/project/timecopilot-tirex/)

- **toto**
- Forked from: [DataDog/toto](https://github.com/DataDog/toto)
- TimeCopilot fork: [AzulGarza/toto](https://github.com/AzulGarza/toto)
- TimeCopilot fork: [TimeCopilot/toto](https://github.com/TimeCopilot/toto)
- Published on PyPI as: [`timecopilot-toto`](https://pypi.org/project/timecopilot-toto/)

- **uni2ts**:
Expand Down
Loading