Skip to content

Releases: vallen-systems/vallenae

0.10.1

16 Sep 17:34
bcc4c9b
Compare
Choose a tag to compare

Fixed

  • Handle optional StatusRecord.signal_strength in PriDatabase.write_status

0.10.0

22 Jul 10:28
77f02c4
Compare
Choose a tag to compare

Added

  • Status attribute for record types (#24)
    • HitRecord.status of type HitFlags
    • StatusRecord.status of type StatusFlags
    • ParametricRecord.status of type StatusFlags
    • TraRecord.status of type HitFlags
  • SetType enum (#26)

0.9.0

14 Feb 15:03
826a1b1
Compare
Choose a tag to compare

Added

  • Example for incremental WAV export
  • Python 3.12 support

0.8.0

13 Jul 17:29
29ed1f9
Compare
Choose a tag to compare

Added

  • Flag TraRecord.raw if data is stored as ADC values (int16)
  • Flag raw for TraDatabase 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 with pyproject.toml)

Fixed

  • Multiprocessing example for Windows

0.7.0

10 Nov 12:33
392a4c7
Compare
Choose a tag to compare

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

02 Sep 06:51
Compare
Choose a tag to compare

Added

  • CI for Python 3.9

Changed

  • Remove superfluous data_format field from TraRecord data type

0.5.4

25 May 16:13
Compare
Choose a tag to compare

Fixed

  • Limit number of buffered records in listen methods
  • Time axis rounding errors, e.g. for TraDatabase.read_wave with time_axis=True

0.5.3

04 May 10:31
Compare
Choose a tag to compare

Fixed

  • SQLite URI for absolute linux paths

0.5.2

04 May 10:31
Compare
Choose a tag to compare

Fixed

  • SQLite URI for special characters (#, ?)

0.5.1

25 Mar 13:54
Compare
Choose a tag to compare

Fixed

  • Buffering of SQL results in listen methods to allow SQL queries in between