Skip to content

Commit

Permalink
Merge pull request #197 from WenjieDu/wdu_dev
Browse files Browse the repository at this point in the history
Releasing v0.1.3;
  • Loading branch information
WenjieDu authored Sep 28, 2023
2 parents fe4e41e + a982ec6 commit 66ace35
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<h2 align="center">Welcome to PyPOTS</h2>

**<p align="center">A Python Toolbox for Data Mining on Partially-Observed Time Series</p>**
<p align="center"><i>a Python toolbox for data mining on Partially-Observed Time Series</i></p>

<p align="center">
<a href="https://docs.pypots.com/en/latest/install.html#reasons-of-version-limitations-on-dependencies">
Expand Down
4 changes: 2 additions & 2 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ dependencies:
#- conda-forge::python
#- conda-forge::pip
#- conda-forge::scipy
#- conda-forge::numpy >=1.23.3 # numpy should , otherwise may encounter "number not available" when torch>1.11
#- conda-forge::scikit-learn >=0.24.1
#- conda-forge::numpy
#- conda-forge::scikit-learn
#- conda-forge::pandas <2.0.0
#- conda-forge::h5py
#- conda-forge::tensorboard
Expand Down
2 changes: 1 addition & 1 deletion pypots/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#
# 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.1.2"
__version__ = "0.1.3"


__all__ = [
Expand Down

0 comments on commit 66ace35

Please sign in to comment.