Releases: legend-exp/dspeed
Releases · legend-exp/dspeed
v2.1.2
v2.1.1
v2.1.0
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
What's Changed
- fix output bug where only first outputs used by @ggmarshall in #167
Full Changelog: v2.0.1...v2.0.2
v2.0.1
v2.0.0
What's Changed
- Convert JSON examples to YAML by @gipert in #157
- Overhaul build_dsp by @iguinn in #133
- Update CITATION.cff by @schwarzmario in #163
- Bugfixes by @iguinn in #164
- Adding processors for cross-talk correction & AUX input in the processing by @valerioda in #153
Full Changelog: v1.9.0...v2.0.0
v1.9.0
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
- @schwarzmario made their first contribution in #147
Full Changelog: v1.8.1...v1.9.0
v1.8.1
v1.8.0
What's Changed
- Added utility functions and lazy loading of processors by @iguinn in #141
- Added
whereanda if b else cexpressions for performing selections - Added
isnanandisfiniteexpressions - Added
floor,ceilandtruncexpressions to go withround - Upgraded
GUFuncWrapperand test functioncompare_numba_to_pythonto work for a wider variety of function signatures
- Added
- 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
What's Changed
- Fixes for change to lh5.read by @iguinn in #89
- Couple of processor tweaks by @ggmarshall in #127
- Fixed bug where VoV wasn't resizing flattened data array by @iguinn in #134
- update packaging by @ggmarshall in #128
- Fixed errors in tests when running with numpy2 by @iguinn in #135
- Processor for INL correction by @valerioda in #139
Full Changelog: v1.6.4...v1.7.0