Releases: legend-exp/dspeed
Releases · legend-exp/dspeed
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
v1.3.0a4
v1.3.0a3
What's Changed
- 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
Minor Changes
- Bump actions/checkout from 2 to 4 by @dependabot in #31
- Bump actions/setup-python from 2 to 5 by @dependabot in #30
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #34
- Bump actions/download-artifact from 3 to 4 by @dependabot in #35
Full Changelog: v1.3.0a2...v1.3.0a3
v1.3.0a2
v1.3.0a1
What's Changed
- CI: test on Python 3.11 by @gipert in #12
- chore: update pre-commit hooks by @pre-commit-ci in #14
- Upgrades to ProcessingChain and WaveformBrowser by @iguinn in #11
- Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 by @dependabot in #13
- 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
- Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 by @dependabot in #26
- 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
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
Full Changelog: v1.2.0...v1.3.0a1
v1.2.0
What's Changed
- Aoving slope processor for PPC detector A/E by @ggmarshall in #7
- Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 by @dependabot in #8
- chore: update pre-commit hooks by @pre-commit-ci in #9
- Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8 by @dependabot in #10
New Contributors
- @ggmarshall made their first contribution in #7
- @pre-commit-ci made their first contribution in #9
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Full Changelog: v1.0.1...v1.1.0