Skip to content

Commit d8b1ec4

Browse files
committed
Updated CHANGELOG for v1.2.3
1 parent b5cf0c5 commit d8b1ec4

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 2019-11-26 [ 1.2.3 ]:
2+
--------------------------
3+
* bugfixes
4+
- Fixed incorrect GPU output for self joins
5+
* features
6+
- Added array check for NaNs
7+
- Improved test script for CI
8+
* tasks
9+
- Added discourse group at stumpy.discourse.group
10+
- Updated formatting and added newline before logo
11+
- Made logo a hyperlink to Github repo
12+
- Added custom CSS to sphinx theme
13+
114
# 2019-11-03 [ 1.2.2 ]:
215
--------------------------
316
* 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.2",
11+
"version": "1.2.3",
1212
"python_requires=": ">=3.6",
1313
"author": "Sean M. Law",
1414
"author_email": "[email protected]",

0 commit comments

Comments
 (0)