ezmsg-sigproc 1.4.1__tar.gz → 1.4.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.4.1 → ezmsg_sigproc-1.4.2}/PKG-INFO +1 -1
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/src/ezmsg/sigproc/__version__.py +2 -2
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/src/ezmsg/sigproc/math/log.py +2 -1
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/.github/workflows/python-publish-ezmsg-sigproc.yml +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/.github/workflows/python-tests.yml +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/.gitignore +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/.pre-commit-config.yaml +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/LICENSE.txt +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/README.md +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/pyproject.toml +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/src/ezmsg/sigproc/__init__.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/src/ezmsg/sigproc/activation.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/src/ezmsg/sigproc/affinetransform.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/src/ezmsg/sigproc/aggregate.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/src/ezmsg/sigproc/bandpower.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/src/ezmsg/sigproc/base.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/src/ezmsg/sigproc/butterworthfilter.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/src/ezmsg/sigproc/decimate.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/src/ezmsg/sigproc/downsample.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/src/ezmsg/sigproc/ewmfilter.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/src/ezmsg/sigproc/filter.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/src/ezmsg/sigproc/filterbank.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/src/ezmsg/sigproc/math/__init__.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/src/ezmsg/sigproc/math/abs.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/src/ezmsg/sigproc/math/clip.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/src/ezmsg/sigproc/math/difference.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/src/ezmsg/sigproc/math/invert.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/src/ezmsg/sigproc/math/scale.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/src/ezmsg/sigproc/messages.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/src/ezmsg/sigproc/sampler.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/src/ezmsg/sigproc/scaler.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/src/ezmsg/sigproc/signalinjector.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/src/ezmsg/sigproc/slicer.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/src/ezmsg/sigproc/spectral.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/src/ezmsg/sigproc/spectrogram.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/src/ezmsg/sigproc/spectrum.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/src/ezmsg/sigproc/synth.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/src/ezmsg/sigproc/wavelets.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/src/ezmsg/sigproc/window.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/tests/conftest.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/tests/helpers/__init__.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/tests/helpers/util.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/tests/resources/xform.csv +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/tests/test_activation.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/tests/test_affine_transform.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/tests/test_aggregate.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/tests/test_bandpower.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/tests/test_butter.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/tests/test_butterworth.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/tests/test_downsample.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/tests/test_filterbank.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/tests/test_math.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/tests/test_sampler.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/tests/test_scaler.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/tests/test_slicer.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/tests/test_spectrogram.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/tests/test_spectrum.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/tests/test_synth.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/tests/test_wavelets.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/tests/test_window.py +0 -0
- {ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.2}/uv.lock +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: ezmsg-sigproc
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.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
|
|
@@ -42,10 +42,11 @@ def log(
|
|
|
42
42
|
|
|
43
43
|
class LogSettings(ez.Settings):
|
|
44
44
|
base: float = 10.0
|
|
45
|
+
clip_zero: bool = False
|
|
45
46
|
|
|
46
47
|
|
|
47
48
|
class Log(GenAxisArray):
|
|
48
49
|
SETTINGS = LogSettings
|
|
49
50
|
|
|
50
51
|
def construct_generator(self):
|
|
51
|
-
self.STATE.gen = log(base=self.SETTINGS.base)
|
|
52
|
+
self.STATE.gen = log(base=self.SETTINGS.base, clip_zero=self.SETTINGS.clip_zero)
|
{ezmsg_sigproc-1.4.1 → ezmsg_sigproc-1.4.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
|
|
File without changes
|