Skip to content

Commit

Permalink
Merge pull request #583 from WenjieDu/dev
Browse files Browse the repository at this point in the history
Update docs and release v0.10
  • Loading branch information
WenjieDu authored Feb 28, 2025
2 parents a231a74 + 2502e54 commit a9d0ba3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions pypots/nn/modules/gpt4ts/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
"""
The package including the modules of GPT4TS.
Refer to the paper
`Tian Zhou, Peisong Niu, Xue Wang, Liang Sun, Rong Jin.
One Fits All: Power General Time Series Analysis by Pretrained LM.
NeurIPS 2023.
<https://openreview.net/forum?id=gMS6FVZvmF>`_
Notes
-----
This implementation is inspired by the official one https://github.com/DAMO-DI-ML/NeurIPS2023-One-Fits-All
"""

Expand Down
2 changes: 1 addition & 1 deletion pypots/nn/modules/timellm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
The package of the partially-observed time-series imputation model TimeLLM.
The package including the modules of Time-LLM.
Refer to the paper
`Ming Jin, Shiyu Wang, Lintao Ma, Zhixuan Chu, James Y. Zhang, Xiaoming Shi, Pin-Yu Chen, Yuxuan Liang,
Expand Down
2 changes: 1 addition & 1 deletion pypots/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
#
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
__version__ = "0.9"
__version__ = "0.10"

0 comments on commit a9d0ba3

Please sign in to comment.