Skip to content

Commit 3a30779

Browse files
committed
Added new changelog
1 parent 6eb0fa1 commit 3a30779

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# 2019-08-03 [ 1.1.0 ]:
2+
--------------------------
3+
* bugfixes
4+
- Removed incorrect compatibility with Py35
5+
- Split Numba JIT tests tests to ensure proper Dask PyTest teardown
6+
* features
7+
- Added FLUSS and FLOSS
8+
- Added Pandas Series/DataFrame support
9+
* tasks
10+
- Added conda-forge support
11+
- Set up CI with Azure Pipelines
12+
- Added black and flake8 checks
13+
- 100% test coverage
14+
- Added badges
15+
- Added __version__ attr
16+
- Added performance graph
17+
- Published in JOSS
18+
- Added STUMPY logo suite
19+
- Added CHANGELOG
20+
* documentation
21+
- Added RTD documentation
22+
- Added Tutorials
23+
- Added Binder support
24+
- Added NABDConf presentation
25+
26+
# 2019-05-12 [ 1.0.0 ]:
27+
--------------------------
28+
* Initial release

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

0 commit comments

Comments
 (0)