Skip to content

Commit 56a3d09

Browse files
committed
Updated CHANGELOG for v1.2.4
1 parent 0c88ba0 commit 56a3d09

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 2019-12-03 [ 1.2.4 ]:
2+
--------------------------
3+
* features
4+
- Added ability to select GPU device in gpu_stump
5+
* tasks
6+
- Changed all README hyperlinks to double underscores
7+
- Added API links to README
8+
- Added STUMPY circle image (logo)
9+
- Suppressed pytest junit_family deprecation warning
10+
- Replaced `python install` with `python -m pip install .`
11+
112
# 2019-11-26 [ 1.2.3 ]:
213
--------------------------
314
* bugfixes

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.3",
11+
"version": "1.2.4",
1212
"python_requires=": ">=3.6",
1313
"author": "Sean M. Law",
1414
"author_email": "[email protected]",

0 commit comments

Comments
 (0)