From a982ec6e95e8df6284eaeeb2dd4b7c720139b85e Mon Sep 17 00:00:00 2001 From: Wenjie Du Date: Thu, 28 Sep 2023 20:06:45 +0800 Subject: [PATCH] feat: releasing v0.1.3; --- README.md | 2 +- environment-dev.yml | 4 ++-- pypots/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9c86f08a..bc9535b5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

Welcome to PyPOTS

-**

A Python Toolbox for Data Mining on Partially-Observed Time Series

** +

a Python toolbox for data mining on Partially-Observed Time Series

diff --git a/environment-dev.yml b/environment-dev.yml index 281fb5a9..404a6a09 100644 --- a/environment-dev.yml +++ b/environment-dev.yml @@ -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 diff --git a/pypots/__init__.py b/pypots/__init__.py index 72846c15..731e11cd 100644 --- a/pypots/__init__.py +++ b/pypots/__init__.py @@ -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__ = [