Releases: legend-exp/dspeed
Releases · legend-exp/dspeed
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
v1.5.0
What's Changed
- Change default behavior of WaveformBrowser when no line arg is given by @iguinn in #76
- Added ringing injector by @iguinn in #78
- Change unit conversion to work with inverse units (e.g. frequencies) by @iguinn in #79
- Removed deprecated np.float_ calls by @SamuelBorden in #80
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- Added support for yaml files and other updates by @iguinn in #57
- Added nan check to SVM processor by @esleon97 in #58
- Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 by @dependabot in #56
- Updates to timepoint thresh by @iguinn in #62
- Fixed precision bug in pole zero filters, added unit tests by @SamuelBorden in #52
- Improved handling of coordinate variables by @iguinn in #63
- Added RC-CR^2 filter by @SamuelBorden in #64
- Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 by @dependabot in #65
- chore: update pre-commit hooks by @pre-commit-ci in #66
- Test on Python 3.12 by @gipert in #68
- update svm processor to have default option and add poly_fit processo… by @ggmarshall in #67
- Bug fixes by @iguinn in #69
- Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 by @dependabot in #73
Full Changelog: v1.3.0...v1.4.0
v1.4.0a1
What's Changed
- Added support for yaml files and other updates by @iguinn in #57
- Added nan check to SVM processor by @esleon97 in #58
- Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 by @dependabot in #56
- Updates to timepoint thresh by @iguinn in #62
- Fixed precision bug in pole zero filters, added unit tests by @SamuelBorden in #52
- Improved handling of coordinate variables by @iguinn in #63
- Added RC-CR^2 filter by @SamuelBorden in #64
- Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 by @dependabot in #65
- chore: update pre-commit hooks by @pre-commit-ci in #66
- Test on Python 3.12 by @gipert in #68
- update svm processor to have default option and add poly_fit processo… by @ggmarshall in #67
- Bug fixes by @iguinn in #69
Full Changelog: v1.3.0...v1.4.0a1
v1.3.0a6
What's Changed
- Added support for yaml files and other updates by @iguinn in #57
- Added nan check to SVM processor by @esleon97 in #58
- Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 by @dependabot in #56
- Updates to timepoint thresh by @iguinn in #62
- Fixed precision bug in pole zero filters, added unit tests by @SamuelBorden in #52
- Improved handling of coordinate variables by @iguinn in #63
- Added RC-CR^2 filter by @SamuelBorden in #64
- Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 by @dependabot in #65
- chore: update pre-commit hooks by @pre-commit-ci in #66
- Test on Python 3.12 by @gipert in #68
- update svm processor to have default option and add poly_fit processo… by @ggmarshall in #67
Full Changelog: v1.3.0...v1.3.0a6
v1.3.0
What's Changed
- CI: test on Python 3.11 by @gipert in #12
- Upgrades to ProcessingChain and WaveformBrowser by @iguinn in #11
- Modified dwt processor to output either approximate or detailed coefficients. by @esleon97 in #15
- Fixed bug in handling of coordinates by @iguinn in #22
- Updated behavior of round operator in ProcessingChain by @iguinn in #23
- Added general transfer function convolver by @SamuelBorden in #19
- Added unit for astype and round; fixed bugs in each by @iguinn in #24
- Processors for centroid search and wf alignment. Added possibility to read lh5 path in the processing chain by @valerioda in #20
- Added constant variables to processing chain by @iguinn in #28
- Split factory functions into kernel generation functions and general convolution functions by @ggmarshall in #27
- Fixed bug in handling of constant parameters by @iguinn in #29
- Import developer guide from pygama by @gipert in #32
- Added min_max normalization for preprocessing of AP-SVM inputs. by @esleon97 in #33
- Support the latest legend-pydataobj version by @gipert in #37
- Add missing SciPy dependency to
setup.cfg
by @gipert in #39 - Added support for VectorOfVectors by setting vector_len field when declaring variables by @iguinn in #25
- Default numba cache to true by @iguinn in #41
- Added more information to README by @iguinn in #42
- Added links to README by @iguinn in #43
- Added ability to set LGDO attributes through
build_dsp()
by @iguinn in #44 - Add
CITATION.cff
by @gipert in #49 - Changes to time_point_thresh_interpolated by @Gl-duran in #50
- Update CITATION.cff by @iguinn in #53
- FFT factory funcs fix and bugfix for interpolated time point thresh by @ggmarshall in #54
- Update citation-related docs by @gipert in #55
New Contributors
- @gipert made their first contribution in #12
- @iguinn made their first contribution in #11
- @esleon97 made their first contribution in #15
- @SamuelBorden made their first contribution in #19
- @valerioda made their first contribution in #20
- @Gl-duran made their first contribution in #50
Full Changelog: v1.2.0...v1.3.0
v1.3.0a5
What's Changed
- Added support for VectorOfVectors by setting vector_len field when declaring variables by @iguinn in #25
- chore: update pre-commit hooks by @pre-commit-ci in #36
- Default numba cache to true by @iguinn in #41
- Added more information to README by @iguinn in #42
- Added links to README by @iguinn in #43
- Added ability to set LGDO attributes through
build_dsp()
by @iguinn in #44 - Add
CITATION.cff
by @gipert in #49 - Bump codecov/codecov-action from 3 to 4 by @dependabot in #51
- Changes to time_point_thresh_interpolated by @Gl-duran in #50
- Update CITATION.cff by @iguinn in #53
- FFT factory funcs fix and bugfix for interpolated time point thresh by @ggmarshall in #54
New Contributors
Full Changelog: v1.3.0a4...v1.3.0a5