Skip to content

Commit d29b57a

Browse files
committed
Updated CHANGELOG for v1.3.0
1 parent 6520d80 commit d29b57a

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# 2019-12-30 [ 1.3.0 ]:
2+
--------------------------
3+
* bugfixes
4+
- Fixed MSTUMP/MSTUMPED input dimensions check
5+
- Fixed inconsistent MSTUMP/MSTUMPED output
6+
* features
7+
- Added parallel GPU-STUMP (i.e., multi-GPU support) using Python multiprocessing and file I/O
8+
- Added Python type hints/type annotations
9+
* tasks
10+
- Updated performance table and plots with STUMPY.2, GPU-STUMP.1, GPU-STUMP.2, GPU-STUMP.DGX1, and GPU-STUMP.DGX2 results
11+
- Fixed test function names
12+
- Added Python script for easier performance timing conversion
13+
* documentation
14+
- Added window size (m = 50) for performance calculations
15+
- Fixed various typos
16+
- Added missing and improved docstrings
17+
- Replaced Bokeh with Matplotlib
18+
- Updated GPU-STUMP example with multi-GPU support
19+
120
# 2019-12-03 [ 1.2.4 ]:
221
--------------------------
322
* features

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def readme():
88

99
configuration = {
1010
"name": "stumpy",
11-
"version": "1.2.4",
11+
"version": "1.3.0",
1212
"python_requires=": ">=3.6",
1313
"author": "Sean M. Law",
1414
"author_email": "seanmylaw@gmail.com",

0 commit comments

Comments
 (0)