ezmsg-sigproc 1.3.1__tar.gz → 1.3.2__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.
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/PKG-INFO +2 -2
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/pyproject.toml +1 -1
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/src/ezmsg/sigproc/__version__.py +2 -2
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/uv.lock +2 -2
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/.github/workflows/python-publish-ezmsg-sigproc.yml +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/.github/workflows/python-tests.yml +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/.gitignore +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/.pre-commit-config.yaml +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/LICENSE.txt +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/README.md +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/src/ezmsg/sigproc/__init__.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/src/ezmsg/sigproc/activation.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/src/ezmsg/sigproc/affinetransform.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/src/ezmsg/sigproc/aggregate.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/src/ezmsg/sigproc/bandpower.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/src/ezmsg/sigproc/base.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/src/ezmsg/sigproc/butterworthfilter.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/src/ezmsg/sigproc/decimate.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/src/ezmsg/sigproc/downsample.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/src/ezmsg/sigproc/ewmfilter.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/src/ezmsg/sigproc/filter.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/src/ezmsg/sigproc/filterbank.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/src/ezmsg/sigproc/math/__init__.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/src/ezmsg/sigproc/math/abs.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/src/ezmsg/sigproc/math/clip.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/src/ezmsg/sigproc/math/difference.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/src/ezmsg/sigproc/math/invert.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/src/ezmsg/sigproc/math/log.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/src/ezmsg/sigproc/math/scale.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/src/ezmsg/sigproc/messages.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/src/ezmsg/sigproc/sampler.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/src/ezmsg/sigproc/scaler.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/src/ezmsg/sigproc/signalinjector.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/src/ezmsg/sigproc/slicer.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/src/ezmsg/sigproc/spectral.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/src/ezmsg/sigproc/spectrogram.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/src/ezmsg/sigproc/spectrum.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/src/ezmsg/sigproc/synth.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/src/ezmsg/sigproc/wavelets.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/src/ezmsg/sigproc/window.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/tests/conftest.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/tests/helpers/__init__.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/tests/helpers/util.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/tests/resources/xform.csv +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/tests/test_activation.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/tests/test_affine_transform.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/tests/test_aggregate.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/tests/test_bandpower.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/tests/test_butter.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/tests/test_butterworth.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/tests/test_downsample.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/tests/test_filterbank.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/tests/test_math.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/tests/test_sampler.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/tests/test_scaler.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/tests/test_slicer.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/tests/test_spectrogram.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/tests/test_spectrum.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/tests/test_synth.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/tests/test_wavelets.py +0 -0
- {ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/tests/test_window.py +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: ezmsg-sigproc
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.2
|
|
4
4
|
Summary: Timeseries signal processing implementations in ezmsg
|
|
5
5
|
Author-email: Griffin Milsap <griffin.milsap@gmail.com>, Preston Peranich <pperanich@gmail.com>, Chadwick Boulay <chadwick.boulay@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
7
7
|
License-File: LICENSE.txt
|
|
8
8
|
Requires-Python: >=3.9
|
|
9
9
|
Requires-Dist: ezmsg>=3.5.0
|
|
10
|
-
Requires-Dist: numpy>=
|
|
10
|
+
Requires-Dist: numpy>=1.26.0
|
|
11
11
|
Requires-Dist: pywavelets>=1.6.0
|
|
12
12
|
Requires-Dist: scipy>=1.13.1
|
|
13
13
|
Provides-Extra: test
|
|
@@ -125,7 +125,7 @@ wheels = [
|
|
|
125
125
|
|
|
126
126
|
[[package]]
|
|
127
127
|
name = "ezmsg-sigproc"
|
|
128
|
-
version = "1.2.
|
|
128
|
+
version = "1.3.2.dev0+g021511b.d20240926"
|
|
129
129
|
source = { editable = "." }
|
|
130
130
|
dependencies = [
|
|
131
131
|
{ name = "ezmsg" },
|
|
@@ -154,7 +154,7 @@ requires-dist = [
|
|
|
154
154
|
{ name = "ezmsg", specifier = ">=3.5.0" },
|
|
155
155
|
{ name = "flake8", marker = "extra == 'test'", specifier = ">=7.1.1" },
|
|
156
156
|
{ name = "frozendict", marker = "extra == 'test'", specifier = ">=2.4.4" },
|
|
157
|
-
{ name = "numpy", specifier = ">=
|
|
157
|
+
{ name = "numpy", specifier = ">=1.26.0" },
|
|
158
158
|
{ name = "pytest", marker = "extra == 'test'", specifier = ">=8.3.3" },
|
|
159
159
|
{ name = "pytest-asyncio", marker = "extra == 'test'", specifier = ">=0.24.0" },
|
|
160
160
|
{ name = "pytest-cov", marker = "extra == 'test'", specifier = ">=5.0.0" },
|
{ezmsg_sigproc-1.3.1 → ezmsg_sigproc-1.3.2}/.github/workflows/python-publish-ezmsg-sigproc.yml
RENAMED
|
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
|
|
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
|
|
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
|