Releases: legend-exp/dspeed
Releases · legend-exp/dspeed
v1.8.1
v1.8.0
What's Changed
- Added utility functions and lazy loading of processors by @iguinn in #141
- Added
where
anda if b else c
expressions for performing selections - Added
isnan
andisfinite
expressions - Added
floor
,ceil
andtrunc
expressions to go withround
- Upgraded
GUFuncWrapper
and test functioncompare_numba_to_python
to 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
v1.6.6a2
v1.6.6a1
What's Changed
- Fixes for change to lh5.read by @iguinn in #89
- Couple of processor tweaks by @ggmarshall in #127
Full Changelog: v1.6.4...v1.6.6a1
v1.6.4
What's Changed
- stability improvements for optimise, add bounds and use simplex by @ggmarshall in #126
- Add timing info and some info logging by @ggmarshall in #112
Full Changelog: v1.6.3...v1.6.4
v1.6.3
What's Changed
- Fixed deprecation warning by @iguinn in #93
- Docs: do not show argument types in function signature by @gipert in #94
- Added fast non negative least square optimization processor by @patgo25 in #98
- Bump codecov/codecov-action from 4 to 5 by @dependabot in #97
- Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 by @dependabot in #96
- Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 by @dependabot in #99
- chore: update pre-commit hooks by @pre-commit-ci in #101
- increase pycln version to fix pc error by @ggmarshall in #111
- Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 by @dependabot in #104
- Make sure t0 filter is zero-area by @iguinn in #103
- add pmt pulse injectors by @ggmarshall in #102
- add min value to nnls to give ability force small solutions to 0 by @ggmarshall in #108
- fix nan issues in fftconvolve by @ggmarshall in #114
- add ability to suppress nan check for dpz by @ggmarshall in #120
- chore: update pre-commit hooks by @pre-commit-ci in #124
- some speedups for processors by @ggmarshall in #123
- Use collections.ABC and bugfix for db parsing by @iguinn in #125
New Contributors
Full Changelog: v1.6.2...v1.6.3
v1.6.2
What's Changed
- Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.11.0 by @dependabot in #92
Full Changelog: v1.6.1...v1.6.2
v1.6.1
What's Changed
- chore: update pre-commit hooks by @pre-commit-ci in #88
- Ml processors for ann by @ggmarshall in #90
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
- Updated author list in CITATION.cff by @esleon97 in #81
- Fixed docstring of linear_slope_diff by @iguinn in #82
- Bug fixes by @iguinn in #83
- Added dspeed_guvectorize decorator for already vectorized functions. Use it for fft_convolve_wf by @iguinn in #85
- Added tensorflow model processor by @iguinn in #87
- Spelling correction for pre-commit bot by @iguinn in #91
Full Changelog: v1.5.0...v1.6.0