funcnodes-span 0.1.4__tar.gz → 0.1.5__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.
- {funcnodes_span-0.1.4 → funcnodes_span-0.1.5}/PKG-INFO +1 -1
- {funcnodes_span-0.1.4 → funcnodes_span-0.1.5}/funcnodes_span/__init__.py +2 -2
- {funcnodes_span-0.1.4 → funcnodes_span-0.1.5}/pyproject.toml +1 -1
- {funcnodes_span-0.1.4 → funcnodes_span-0.1.5}/README.md +0 -0
- {funcnodes_span-0.1.4 → funcnodes_span-0.1.5}/funcnodes_span/normalization.py +0 -0
- {funcnodes_span-0.1.4 → funcnodes_span-0.1.5}/funcnodes_span/peak_analysis.py +0 -0
- {funcnodes_span-0.1.4 → funcnodes_span-0.1.5}/funcnodes_span/smoothing.py +0 -0
|
@@ -2,9 +2,9 @@ import funcnodes as fn
|
|
|
2
2
|
|
|
3
3
|
from .normalization import NORM_NODE_SHELF as NORM
|
|
4
4
|
from .smoothing import SMOOTH_NODE_SHELF as SMOOTH
|
|
5
|
-
from .peak_analysis import
|
|
5
|
+
from .peak_analysis import PEAKS_NODE_SHELF as PEAK
|
|
6
6
|
|
|
7
|
-
__version__ = "0.1.
|
|
7
|
+
__version__ = "0.1.5"
|
|
8
8
|
|
|
9
9
|
NODE_SHELF = fn.Shelf(
|
|
10
10
|
name="Spectral Analysis",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|