Skip to content

Releases: legend-exp/dspeed

v2.1.2

02 Jan 17:34
8b3b473

Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.1.2

v2.1.1

21 Dec 22:58
a17d1a7

Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

21 Dec 21:05
e00d106

Choose a tag to compare

What's Changed

  • Improve docstrings by @gipert in #158
  • Require numpy 2 and re-add FFT processors by @iguinn in #142
  • update runners to macos14 by @ggmarshall in #174
  • Use GUFuncWrapper for poly_fit. Added test for poly_fit by @iguinn in #175
  • Fix file IO bug by @iguinn in #179
  • Fix processor import bug by @iguinn in #180
  • Add two new processors for waveform sorting and for calculating mean by @cVogl97 in #178
  • Relax single polarity requirement of time_point_thresh() and interpolated_time_point_thresh() by @cVogl97 in #177

New Contributors

Full Changelog: v2.0.2...v2.1.0

v2.0.2

20 Nov 03:15
7e02b93

Choose a tag to compare

v2.0.2 Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

08 Nov 23:13
0de28e0

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

16 Oct 22:59
de2486f

Choose a tag to compare

v2.0.0 Pre-release
Pre-release

What's Changed

Full Changelog: v1.9.0...v2.0.0

v1.9.0

24 Sep 21:56
1c0b93f

Choose a tag to compare

What's Changed

  • fixed the docstring of histogram_stats to what is actually implemented by @schwarzmario in #147
  • Improve histogram creation and peak analysis by @schwarzmario in #149
  • Create release.yml to exclude bots from releases by @gipert in #152
  • Fix rounding bug, add iir_filters, and improve parsing by @iguinn in #154

New Contributors

Full Changelog: v1.8.1...v1.9.0

v1.8.1

06 Aug 18:13
b027f04

Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.8.1

v1.8.0

14 Jul 21:02
4a07fcc

Choose a tag to compare

What's Changed

  • Added utility functions and lazy loading of processors by @iguinn in #141
    • Added where and a if b else c expressions for performing selections
    • Added isnan and isfinite expressions
    • Added floor, ceil and trunc expressions to go with round
    • Upgraded GUFuncWrapper and test function compare_numba_to_python to work for a wider variety of function signatures
  • wf browser fix for VectorOfVectors by @tdixon97 in #143
  • chore: update pre-commit hooks by @pre-commit-ci[bot] in #140
  • Allow non-string init_args by @iguinn in #144

New Contributors

Full Changelog: v1.7.0...v1.8.0

v1.7.0

12 Jun 17:53
f95eae3

Choose a tag to compare

What's Changed

Full Changelog: v1.6.4...v1.7.0