funcnodes-span 0.1.21__tar.gz → 0.2.0__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.21 → funcnodes_span-0.2.0}/PKG-INFO +1 -1
- {funcnodes_span-0.1.21 → funcnodes_span-0.2.0}/funcnodes_span/__init__.py +1 -1
- funcnodes_span-0.2.0/funcnodes_span/baseline.py +2179 -0
- {funcnodes_span-0.1.21 → funcnodes_span-0.2.0}/pyproject.toml +1 -1
- funcnodes_span-0.1.21/funcnodes_span/baseline.py +0 -965
- {funcnodes_span-0.1.21 → funcnodes_span-0.2.0}/README.md +0 -0
- {funcnodes_span-0.1.21 → funcnodes_span-0.2.0}/funcnodes_span/normalization.py +0 -0
- {funcnodes_span-0.1.21 → funcnodes_span-0.2.0}/funcnodes_span/peak_analysis.py +0 -0
- {funcnodes_span-0.1.21 → funcnodes_span-0.2.0}/funcnodes_span/smoothing.py +0 -0
|
@@ -5,7 +5,7 @@ from .smoothing import SMOOTH_NODE_SHELF as SMOOTH
|
|
|
5
5
|
from .peak_analysis import PEAKS_NODE_SHELF as PEAK
|
|
6
6
|
from .baseline import BASELINE_NODE_SHELF as BASELINE
|
|
7
7
|
|
|
8
|
-
__version__ = "0.
|
|
8
|
+
__version__ = "0.2.0"
|
|
9
9
|
|
|
10
10
|
NODE_SHELF = fn.Shelf(
|
|
11
11
|
name="Spectral Analysis",
|