Skip to content

v1.3.0

Compare
Choose a tag to compare
@gipert gipert released this 01 Mar 10:40
· 130 commits to main since this release

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

Full Changelog: v1.2.0...v1.3.0