File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 1.0.0 (2024-07-06)
4+
5+ ### Refactor
6+
7+ - update ruff lint rules and fix tests
8+ - remove deprecated function
9+
310## 0.9.0 (2023-12-20)
411
512### BREAKING CHANGE
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pyentrp"
3- version = " 0.9 .0"
3+ version = " 1.0 .0"
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.9 .0" ,
10+ version = "1.0 .0" ,
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