PySDKit 0.4.5__tar.gz → 0.4.6__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. {PySDKit-0.4.5 → PySDKit-0.4.6}/PKG-INFO +1 -1
  2. {PySDKit-0.4.5 → PySDKit-0.4.6}/PySDKit.egg-info/PKG-INFO +1 -1
  3. PySDKit-0.4.6/PySDKit.egg-info/requires.txt +3 -0
  4. {PySDKit-0.4.5 → PySDKit-0.4.6}/setup.py +4 -4
  5. PySDKit-0.4.5/PySDKit.egg-info/requires.txt +0 -3
  6. {PySDKit-0.4.5 → PySDKit-0.4.6}/LICENSE +0 -0
  7. {PySDKit-0.4.5 → PySDKit-0.4.6}/PySDKit.egg-info/SOURCES.txt +0 -0
  8. {PySDKit-0.4.5 → PySDKit-0.4.6}/PySDKit.egg-info/dependency_links.txt +0 -0
  9. {PySDKit-0.4.5 → PySDKit-0.4.6}/PySDKit.egg-info/top_level.txt +0 -0
  10. {PySDKit-0.4.5 → PySDKit-0.4.6}/README.md +0 -0
  11. {PySDKit-0.4.5 → PySDKit-0.4.6}/pysdkit/__init__.py +0 -0
  12. {PySDKit-0.4.5 → PySDKit-0.4.6}/pysdkit/data/__init__.py +0 -0
  13. {PySDKit-0.4.5 → PySDKit-0.4.6}/pysdkit/data/_add_noise.py +0 -0
  14. {PySDKit-0.4.5 → PySDKit-0.4.6}/pysdkit/data/_generator.py +0 -0
  15. {PySDKit-0.4.5 → PySDKit-0.4.6}/pysdkit/emd/BEMD.py +0 -0
  16. {PySDKit-0.4.5 → PySDKit-0.4.6}/pysdkit/emd/EMD.py +0 -0
  17. {PySDKit-0.4.5 → PySDKit-0.4.6}/pysdkit/emd/__init__.py +0 -0
  18. {PySDKit-0.4.5 → PySDKit-0.4.6}/pysdkit/emd/_find_extrema.py +0 -0
  19. {PySDKit-0.4.5 → PySDKit-0.4.6}/pysdkit/emd/_prepare_points.py +0 -0
  20. {PySDKit-0.4.5 → PySDKit-0.4.6}/pysdkit/emd/_splines.py +0 -0
  21. {PySDKit-0.4.5 → PySDKit-0.4.6}/pysdkit/emd2d/__init__.py +0 -0
  22. {PySDKit-0.4.5 → PySDKit-0.4.6}/pysdkit/ewt/__init__.py +0 -0
  23. {PySDKit-0.4.5 → PySDKit-0.4.6}/pysdkit/ewt/ewt.py +0 -0
  24. {PySDKit-0.4.5 → PySDKit-0.4.6}/pysdkit/metrics/_Index_of_Orthogonality.py +0 -0
  25. {PySDKit-0.4.5 → PySDKit-0.4.6}/pysdkit/metrics/__init__.py +0 -0
  26. {PySDKit-0.4.5 → PySDKit-0.4.6}/pysdkit/plot/__init__.py +0 -0
  27. {PySDKit-0.4.5 → PySDKit-0.4.6}/pysdkit/plot/_fourier_spectra.py +0 -0
  28. {PySDKit-0.4.5 → PySDKit-0.4.6}/pysdkit/plot/_functions.py +0 -0
  29. {PySDKit-0.4.5 → PySDKit-0.4.6}/pysdkit/plot/_plot_imfs.py +0 -0
  30. {PySDKit-0.4.5 → PySDKit-0.4.6}/pysdkit/plot/main.py +0 -0
  31. {PySDKit-0.4.5 → PySDKit-0.4.6}/pysdkit/utils/__init__.py +0 -0
  32. {PySDKit-0.4.5 → PySDKit-0.4.6}/pysdkit/utils/_differ.py +0 -0
  33. {PySDKit-0.4.5 → PySDKit-0.4.6}/pysdkit/utils/_fft.py +0 -0
  34. {PySDKit-0.4.5 → PySDKit-0.4.6}/pysdkit/utils/_function.py +0 -0
  35. {PySDKit-0.4.5 → PySDKit-0.4.6}/pysdkit/utils/_smooth1d.py +0 -0
  36. {PySDKit-0.4.5 → PySDKit-0.4.6}/pysdkit/utils/hilbert.py +0 -0
  37. {PySDKit-0.4.5 → PySDKit-0.4.6}/pysdkit/utils/mirror.py +0 -0
  38. {PySDKit-0.4.5 → PySDKit-0.4.6}/pysdkit/utils/process.py +0 -0
  39. {PySDKit-0.4.5 → PySDKit-0.4.6}/pysdkit/vmd/__init__.py +0 -0
  40. {PySDKit-0.4.5 → PySDKit-0.4.6}/pysdkit/vmd/_avmd.py +0 -0
  41. {PySDKit-0.4.5 → PySDKit-0.4.6}/pysdkit/vmd/_mvmd.py +0 -0
  42. {PySDKit-0.4.5 → PySDKit-0.4.6}/pysdkit/vmd/_svmd.py +0 -0
  43. {PySDKit-0.4.5 → PySDKit-0.4.6}/pysdkit/vmd/_vmd_c.py +0 -0
  44. {PySDKit-0.4.5 → PySDKit-0.4.6}/pysdkit/vmd/_vmd_f.py +0 -0
  45. {PySDKit-0.4.5 → PySDKit-0.4.6}/pysdkit/vmd/base.py +0 -0
  46. {PySDKit-0.4.5 → PySDKit-0.4.6}/pysdkit/vncmd/__init__.py +0 -0
  47. {PySDKit-0.4.5 → PySDKit-0.4.6}/pysdkit/vncmd/vncmd.py +0 -0
  48. {PySDKit-0.4.5 → PySDKit-0.4.6}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: PySDKit
3
- Version: 0.4.5
3
+ Version: 0.4.6
4
4
  Summary: A Python library for signal decomposition algorithms with a unified interface.
5
5
  Home-page: https://github.com/wwhenxuan/PySDKit
6
6
  Author: whenxuan
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: PySDKit
3
- Version: 0.4.5
3
+ Version: 0.4.6
4
4
  Summary: A Python library for signal decomposition algorithms with a unified interface.
5
5
  Home-page: https://github.com/wwhenxuan/PySDKit
6
6
  Author: whenxuan
@@ -0,0 +1,3 @@
1
+ numpy>=1.24.3
2
+ scipy>=1.11.1
3
+ matplotlib>=3.7.2
@@ -6,7 +6,7 @@ with open("README.md", "r") as fh:
6
6
  setuptools.setup(
7
7
  name='PySDKit', # 使用包的名称
8
8
  packages=setuptools.find_packages(),
9
- version='0.4.5', # 包的版本号,应遵循语义版本控制规则
9
+ version='0.4.6', # 包的版本号,应遵循语义版本控制规则
10
10
  description='A Python library for signal decomposition algorithms with a unified interface.', # 包的简短描述
11
11
  url='https://github.com/wwhenxuan/PySDKit', # 项目的地址通常来说是github
12
12
  author='whenxuan',
@@ -29,8 +29,8 @@ setuptools.setup(
29
29
  ],
30
30
  python_requires='>=3.6', # 最低的Python版本限制
31
31
  install_requires=[
32
- 'numpy>=1.24.3,<=1.26.4',
33
- 'scipy>=1.11.1,<=1.13.1',
34
- 'matplotlib>=3.7.2,<=3.8.4'
32
+ 'numpy>=1.24.3',
33
+ 'scipy>=1.11.1',
34
+ 'matplotlib>=3.7.2'
35
35
  ] # 手动指定依赖的Python以及最低的版本
36
36
  )
@@ -1,3 +0,0 @@
1
- numpy<=1.26.4,>=1.24.3
2
- scipy<=1.13.1,>=1.11.1
3
- matplotlib<=3.8.4,>=3.7.2
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes