Skip to content

Commit cc28737

Browse files
authored
Merge pull request #528 from WenjieDu/dev
Update docs and release v0.8.1
2 parents 467af2f + e2cd6cc commit cc28737

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<a href="https://docs.pypots.com/en/latest/install.html#reasons-of-version-limitations-on-dependencies">
1111
<img alt="Python version" src="https://img.shields.io/badge/Python-v3.8+-E97040?logo=python&logoColor=white">
1212
</a>
13-
<a href="https://github.com/WenjieDu/PyPOTS">
13+
<a href="https://www.google.com/search?q=%22PyPOTS%22+site%3Apytorch.org">
1414
<img alt="powered by Pytorch" src="https://img.shields.io/badge/PyTorch-%E2%9D%A4%EF%B8%8F-F8C6B5?logo=pytorch&logoColor=white">
1515
</a>
1616
<a href="https://github.com/WenjieDu/PyPOTS/releases">
@@ -477,7 +477,7 @@ Fröhlich, H. (2019).
477477
[Reversible Instance Normalization for Accurate Time-Series Forecasting against Distribution Shift](https://openreview.net/forum?id=cGDAkQo1C0p).
478478
*ICLR 2022*.
479479
[^32]: Kitaev, N., Kaiser, Ł., & Levskaya, A. (2020).
480-
[Reformer: The Efficient Transformer](https://openreview.net/forum?id=0EXmFzUn5I).
480+
[Reformer: The Efficient Transformer](https://openreview.net/forum?id=rkgNKkHtvB).
481481
*ICLR 2020*.
482482
[^33]: Cao, D., Wang, Y., Duan, J., Zhang, C., Zhu, X., Huang, C., Tong, Y., Xu, B., Bai, J., Tong, J., & Zhang, Q. (
483483
2020).

README_zh.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<a href="https://docs.pypots.com/en/latest/install.html#reasons-of-version-limitations-on-dependencies">
1111
<img alt="Python version" src="https://img.shields.io/badge/Python-v3.8+-E97040?logo=python&logoColor=white">
1212
</a>
13-
<a href="https://github.com/WenjieDu/PyPOTS">
13+
<a href="https://www.google.com/search?q=%22PyPOTS%22+site%3Apytorch.org">
1414
<img alt="powered by Pytorch" src="https://img.shields.io/badge/PyTorch-%E2%9D%A4%EF%B8%8F-F8C6B5?logo=pytorch&logoColor=white">
1515
</a>
1616
<a href="https://github.com/WenjieDu/PyPOTS/releases">
@@ -450,7 +450,7 @@ Fröhlich, H. (2019).
450450
[Reversible Instance Normalization for Accurate Time-Series Forecasting against Distribution Shift](https://openreview.net/forum?id=cGDAkQo1C0p).
451451
*ICLR 2022*.
452452
[^32]: Kitaev, N., Kaiser, Ł., & Levskaya, A. (2020).
453-
[Reformer: The Efficient Transformer](https://openreview.net/forum?id=0EXmFzUn5I).
453+
[Reformer: The Efficient Transformer](https://openreview.net/forum?id=rkgNKkHtvB).
454454
*ICLR 2020*.
455455
[^33]: Cao, D., Wang, Y., Duan, J., Zhang, C., Zhu, X., Huang, C., Tong, Y., Xu, B., Bai, J., Tong, J., & Zhang, Q. (
456456
2020).

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Welcome to PyPOTS docs!
1818

1919
.. image:: https://img.shields.io/badge/PyTorch-%E2%9D%A4%EF%B8%8F-F8C6B5?logo=pytorch&logoColor=white
2020
:alt: powered by Pytorch
21-
:target: https://github.com/WenjieDu/PyPOTS
21+
:target: https://www.google.com/search?q=%22PyPOTS%22+site%3Apytorch.org
2222

2323
.. image:: https://img.shields.io/github/v/release/wenjiedu/pypots?color=EE781F&include_prereleases&label=Release&logo=github&logoColor=white
2424
:alt: the latest release version

pypots/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
#
2323
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
2424
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
25-
__version__ = "0.8"
25+
__version__ = "0.8.1"

0 commit comments

Comments
 (0)