Releases: vallen-systems/vallenae
Releases · vallen-systems/vallenae
0.10.1
0.10.0
0.9.0
Added
- Example for incremental WAV export
- Python 3.12 support
0.8.0
Added
- Flag
TraRecord.raw
if data is stored as ADC values (int16) - Flag
raw
forTraDatabase
read methods to read data as ADC values:TraDatabase.iread
TraDatabase.read
TraDatabase.read_wave
TraDatabase.read_continuous_wave
TraDatabase.listen
- Bearing example data
- Spectrogram example
- WAV export example using the new
raw
flag - CI for Python 3.11
Changed
- Remove scipy dependency (only needed for examples)
- Migrate from setuptools to hatch (replace
setup.py
withpyproject.toml
)
Fixed
- Multiprocessing example for Windows
0.7.0
Added
- Example for custom feature extraction
- PyInstaller hook
- CI for Python 3.10
Changed
- Make Numba dependency optional (fallback timepicker implementations with NumPy)
Fixed
- Counts computations (first sample above threshold is not a count)
0.6.0
Added
- CI for Python 3.9
Changed
- Remove superfluous
data_format
field fromTraRecord
data type
0.5.4
Fixed
- Limit number of buffered records in
listen
methods - Time axis rounding errors, e.g. for
TraDatabase.read_wave
withtime_axis=True
0.5.3
Fixed
- SQLite URI for absolute linux paths
0.5.2
Fixed
- SQLite URI for special characters (#, ?)
0.5.1
Fixed
- Buffering of SQL results in
listen
methods to allow SQL queries in between