File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ def readme():
88
99configuration = {
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] " ,
You can’t perform that action at this time.
0 commit comments