Skip to content

Commit

Permalink
Updated CHANGELOG for v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlaw committed Dec 30, 2019
1 parent 6520d80 commit d29b57a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# 2019-12-30 [ 1.3.0 ]:
--------------------------
* bugfixes
- Fixed MSTUMP/MSTUMPED input dimensions check
- Fixed inconsistent MSTUMP/MSTUMPED output
* features
- Added parallel GPU-STUMP (i.e., multi-GPU support) using Python multiprocessing and file I/O
- Added Python type hints/type annotations
* tasks
- Updated performance table and plots with STUMPY.2, GPU-STUMP.1, GPU-STUMP.2, GPU-STUMP.DGX1, and GPU-STUMP.DGX2 results
- Fixed test function names
- Added Python script for easier performance timing conversion
* documentation
- Added window size (m = 50) for performance calculations
- Fixed various typos
- Added missing and improved docstrings
- Replaced Bokeh with Matplotlib
- Updated GPU-STUMP example with multi-GPU support

# 2019-12-03 [ 1.2.4 ]:
--------------------------
* features
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def readme():

configuration = {
"name": "stumpy",
"version": "1.2.4",
"version": "1.3.0",
"python_requires=": ">=3.6",
"author": "Sean M. Law",
"author_email": "seanmylaw@gmail.com",
Expand Down

0 comments on commit d29b57a

Please sign in to comment.