Skip to content

Latest commit

 

History

History
99 lines (76 loc) · 6.11 KB

HISTORY.md

File metadata and controls

99 lines (76 loc) · 6.11 KB

v0.3.2 / 2024-07-22

  • Allow saving of isolated cut by @dachengx in #82

Full Changelog: https://github.com/XENONnT/axidence/compare/v0.3.1...v0.3.2

v0.3.1 / 2024-05-27

  • Remove unused plugin by @dachengx in #76
  • Add more tests with real data by @dachengx in #77
  • Remove unnecessary duplicated tests by @dachengx in #78
  • Set minimum drift length of salted events by @dachengx in #79
  • Add structure of documentation by @dachengx in #80

Full Changelog: https://github.com/XENONnT/axidence/compare/v0.3.0...v0.3.1

v0.3.0 / 2024-05-14

  • Move ExhaustPlugin to strax by @dachengx in #59
  • Separate assign_plugin_attributes for future usage by @dachengx in #60
  • Add get_paring_rate_correction to PeaksPaired by @dachengx in #61
  • Debug for attributes assignments by @dachengx in #62
  • Add run_meta as the dependency of PeaksPaired and store run_id into peaks_paired by @dachengx in #63
  • Sort dtype_reference to prevent dtype mismatch by @dachengx in #64
  • Bug fix when isolated S2 in input buffer is 0 by @dachengx in #66
  • Debug data_kind of PairingExists by @dachengx in #67
  • Implement Hyperruns by @dachengx in #65
  • Customized salting by @dachengx in #68
  • Make chunk size samller by @dachengx in #69
  • Simulate S2AFT by @dachengx in #70
  • Combine salted events and salting events by @dachengx in #71
  • Simplify shadow_reference_selection by @dachengx in #72
  • Slove the bug when salting peaks overlap by @dachengx in #73
  • Fix bug when triggering peak in an event is not from the salting peaks by @dachengx in #74

Full Changelog: https://github.com/XENONnT/axidence/compare/v0.2.2...v0.3.0

v0.2.2 / 2024-04-30

  • Add PeakNearestTriggeringSalted and EventNearestTriggeringSalted by @dachengx in #47
  • Set child_plugin to salting plugins by @dachengx in #48
  • Define RunMeta to help extract start and end of a run in the salting and pairing network by @dachengx in #49
  • Set PeaksPaired to be subclass of DownChunkingPlugin by @dachengx in #50
  • Apply Shadow Matching into PairedPeaks by @dachengx in #51
  • Add function to preprocess shadow related features by @dachengx in #52
  • Separate 2 and 3 hits pairing and add normalization factor by @dachengx in #54
  • Add samplers module, reweight S2 of salting result by @dachengx in #56
  • Implement only-S1/2 salting by @dachengx in #57

Full Changelog: https://github.com/dachengx/axidence/compare/v0.2.1...v0.2.2

v0.2.1 / 2024-04-28

  • Use poetry by @dachengx in #45

Full Changelog: https://github.com/dachengx/axidence/compare/v0.2.0...v0.2.1

v0.2.0 / 2024-04-27

  • Add EventBuilding cut by @dachengx in #20
  • Add prototype for isolated peaks by @dachengx in #22
  • Build events at once by @dachengx in #27
  • Save both peak and event-level fields into isolated peaks by @dachengx in #30
  • Prototype of PairedPeaks by @dachengx in #31
  • Add method replication_tree to strax.Context by @dachengx in #34
  • Connect salting and paring dependency tree by @dachengx in #35
  • Debug do_compute in plugin factory by @dachengx in #37
  • Accelerate replication_tree by @dachengx in #38
  • Add other peak and event level pairing plugins by @dachengx in #39
  • Add PairingExists by @dachengx in #41

Full Changelog: https://github.com/dachengx/axidence/compare/v0.1.0...v0.2.0

v0.1.0 / 2024-04-24

  • Add package structure by @dachengx in #6
  • Add ExhaustPlugin to read chunks together at once by @dachengx in #7
  • Add Plugins to simulate Shadow, Ambience and SEDensity related features by @dachengx in #8
  • Add salted context and test dependency tree by @dachengx in #9
  • Add event building: SaltedEvents and SaltedEventBasics by @dachengx in #10
  • Assign features of salting events by @dachengx in #11

Full Changelog: https://github.com/dachengx/axidence/compare/v0.0.0...v0.1.0

v0.0.0 / 2024-04-17

  • Add peripheral supporting files by @dachengx in #1

New Contributors

  • @dachengx made their first contribution in #1

Full Changelog: https://github.com/dachengx/axidence/commits/v0.0.0