Skip to content

Commit

Permalink
feat: release v0.2.2;
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjieDu committed Aug 14, 2024
1 parent 244138c commit 0e6632a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion benchpots/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""
BenchPOTS package
BenchPOTS: a Python toolbox for benchmarking machine learning on POTS (Partially-Observed Time Series),
supporting processing pipelines of 170+ public time-series datasets
"""

# Created by Wenjie Du <wenjay.du@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion benchpots/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.2.1"
__version__ = "0.2.2"

0 comments on commit 0e6632a

Please sign in to comment.