File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 0.8.5 (2023-09-27)
4+
5+ - build: add support for Python 3.11
6+ - build: add support for Python 3.12
7+
38## 0.8.4 (2023-06-18)
49
510### Refactor
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pyentrp"
3- version = " 0.8.4 "
3+ version = " 0.8.5 "
44description = " A Python library for computing entropy measures for time series analysis."
55authors = [" Nikolay Donets <nd@donets.org>" ]
66license = " apache-2.0"
Original file line number Diff line number Diff line change 77
88setup (
99 name = "pyentrp" ,
10- version = "0.8.4 " ,
10+ version = "0.8.5 " ,
1111 description = "Functions on top of NumPy for computing different types of entropy" ,
1212 long_description = long_description ,
1313 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments