File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import logging
22
3- __version__ = "1.2.0 "
3+ __version__ = "1.2.1 "
44logger = logging .getLogger ("pyemd" )
55
66from PyEMD .CEEMDAN import CEEMDAN # noqa
Original file line number Diff line number Diff line change 1+ ## 1.2.1
2+
3+ * Removed version cap from NumPy and SciPy dependencies
4+ * Introduction of the changelog
5+
6+ ## 1.2.0
7+
8+ * Adds significance tests. Only currently added test is * Whitenoise significance check* .
Original file line number Diff line number Diff line change 11numpy>=1.12
2- numpydoc
2+ numpydoc>=1.1.0
33scipy>=0.19
44matplotlib
55pathos>=0.2.1
Original file line number Diff line number Diff line change 1- numpy >= 1.12 , <= 1.20
2- scipy >= 0.19 , <= 1.18
1+ numpy >= 1.12
2+ scipy >= 0.19
33pathos >= 0.2.1
Original file line number Diff line number Diff line change 11from setuptools import setup
22
3- VERSION = "1.2.0 "
3+ VERSION = "1.2.1 "
44
55DESCRIPTION = "Implementation of the Empirical Mode Decomposition (EMD) and its variations"
66
You can’t perform that action at this time.
0 commit comments