Skip to content

Commit 32be282

Browse files
authored
Merge pull request #690 from WenjieDu/dev
Release v0.14
2 parents 0259a6c + f402c92 commit 32be282

File tree

262 files changed

+5880
-6767
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

262 files changed

+5880
-6767
lines changed

.github/workflows/testing_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os: [ubuntu-latest, windows-latest, macOS-latest]
23-
python-version: ["3.8", "3.11"]
23+
python-version: ["3.8", "3.11"] # torch-geometric dependencies config below not compatible with 3.12
2424
pytorch-version: ["2.3.0"]
2525

2626
steps:
@@ -76,7 +76,7 @@ jobs:
7676
run: |
7777
rm -rf testing_results && rm -rf tests/__pycache__ && rm -rf tests/*/__pycache__
7878
python tests/global_test_config.py
79-
python -m pytest -rA tests/*/* --ignore tests/*/llms -s -n auto --cov=pypots --dist=loadgroup --cov-config=.coveragerc
79+
pytest -rA -s tests/*/* -n auto --cov=pypots --dist=loadgroup --cov-config=.coveragerc
8080
8181
- name: Generate the LCOV report
8282
run: |

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ build:
2525
- pip install torch-geometric==2.3.1 torch-scatter==2.1.1 torch-sparse==0.6.17 -f "https://data.pyg.org/whl/torch-1.13.1+cpu.html"
2626
- pip install -r requirements/requirements.txt
2727
- pip install pypots
28-
- pip install sphinx==7.4.7 docutils==0.21.2 sphinxcontrib-bibtex==2.6.2 sphinxcontrib-gtagjs sphinx-autodoc-typehints furo==2024.7.18
28+
- pip install sphinx==7.4.7 docutils==0.21.2 sphinxcontrib-bibtex==2.6.2 sphinxcontrib-gtagjs sphinx-autodoc-typehints furo==2024.7.18 transformers==4.49.0
2929
- git clone https://github.com/WenjieDu/TSDB TSDB_repo --depth 1 && pip install ./TSDB_repo
3030
- git clone https://github.com/WenjieDu/PyGrinder PyGrinder_repo --depth 1 && pip install ./PyGrinder_repo
3131
- git clone https://github.com/WenjieDu/BenchPOTS BenchPOTS_repo --depth 1 && pip install ./BenchPOTS_repo

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,25 +124,25 @@ The paper references and links are all listed at the bottom of this file.
124124
| LLM&TSFM | <a href="https://time-series.ai"><img src="https://time-series.ai/static/figs/robot.svg" width="26px"> Time-Series.AI</a> [^36] |||||| <a href="https://time-series.ai">Join waitlist</a> |
125125
| LLM | Time-LLM🧑‍🔧[^45] ||| | | | `2024 - ICLR` |
126126
| TSFM | MOMENT[^47] ||| | | | `2024 - ICML` |
127-
| Neural Net | TEFN🧑‍🔧[^39] |||| | | `2024 - arXiv` |
127+
| Neural Net | TEFN🧑‍🔧[^39] |||| | | `2024 - arXiv` |
128128
| Neural Net | FITS🧑‍🔧[^41] ||| | | | `2024 - ICLR` |
129129
| Neural Net | TimeMixer[^37] ||| | | | `2024 - ICLR` |
130130
| Neural Net | iTransformer🧑‍🔧[^24] || || | | `2024 - ICLR` |
131131
| Neural Net | ModernTCN[^38] || | | | | `2024 - ICLR` |
132-
| Neural Net | ImputeFormer🧑‍🔧[^34] || | | | | `2024 - KDD` |
133-
| Neural Net | SAITS[^1] || || | | `2023 - ESWA` |
132+
| Neural Net | ImputeFormer🧑‍🔧[^34] || | | | | `2024 - KDD` |
133+
| Neural Net | SAITS[^1] || || | | `2023 - ESWA` |
134134
| LLM | GPT4TS[^46] ||| | | | `2023 - NeurIPS` |
135135
| Neural Net | FreTS🧑‍🔧[^23] || | | | | `2023 - NeurIPS` |
136136
| Neural Net | Koopa🧑‍🔧[^29] || | | | | `2023 - NeurIPS` |
137137
| Neural Net | Crossformer🧑‍🔧[^16] || | | | | `2023 - ICLR` |
138138
| Neural Net | TimesNet[^14] || || | | `2023 - ICLR` |
139-
| Neural Net | PatchTST🧑‍🔧[^18] || | | | | `2023 - ICLR` |
139+
| Neural Net | PatchTST🧑‍🔧[^18] || | | | | `2023 - ICLR` |
140140
| Neural Net | ETSformer🧑‍🔧[^19] || | | | | `2023 - ICLR` |
141141
| Neural Net | MICN🧑‍🔧[^27] || | | | | `2023 - ICLR` |
142142
| Neural Net | DLinear🧑‍🔧[^17] || | | | | `2023 - AAAI` |
143143
| Neural Net | TiDE🧑‍🔧[^28] || | | | | `2023 - TMLR` |
144144
| Neural Net | CSAI[^42] || || | | `2023 - arXiv` |
145-
| Neural Net | SegRNN🧑‍🔧[^43] || | | | | `2023 - arXiv` |
145+
| Neural Net | SegRNN🧑‍🔧[^43] || | | | | `2023 - arXiv` |
146146
| Neural Net | TS2Vec[^48] | | || | | `2022 - AAAI` |
147147
| Neural Net | SCINet🧑‍🔧[^30] || | | | | `2022 - NeurIPS` |
148148
| Neural Net | Nonstationary Tr.🧑‍🔧[^25] || | | | | `2022 - NeurIPS` |
@@ -151,7 +151,7 @@ The paper references and links are all listed at the bottom of this file.
151151
| Neural Net | Pyraformer🧑‍🔧[^26] || | | | | `2022 - ICLR` |
152152
| Neural Net | Raindrop[^5] | | || | | `2022 - ICLR` |
153153
| Neural Net | FEDformer🧑‍🔧[^20] || | | | | `2022 - ICML` |
154-
| Neural Net | Autoformer🧑‍🔧[^15] || | | | | `2021 - NeurIPS` |
154+
| Neural Net | Autoformer🧑‍🔧[^15] || | | | | `2021 - NeurIPS` |
155155
| Neural Net | CSDI[^12] ||| | | | `2021 - NeurIPS` |
156156
| Neural Net | Informer🧑‍🔧[^21] || | | | | `2021 - AAAI` |
157157
| Neural Net | US-GAN[^10] || | | | | `2021 - AAAI` |

0 commit comments

Comments
 (0)