Releases: XENONnT/saltax
Releases · XENONnT/saltax
v0.1.6
What's Changed
- Bump version to v0.1.5 by @FaroutYLq in #146
- Explicitly assign local field in AmBe/YBe generator by @FaroutYLq in #150
- Force unblind by @FaroutYLq in #152
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- removed unused config by @FaroutYLq in #142
- Dont auto register cuts by @FaroutYLq in #143
- Support event time window in watcher by @FaroutYLq in #144
- Bug fix in fuse generator by @FaroutYLq in #145
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- Put version back by @FaroutYLq in #131
- Logging level and tutorial by @FaroutYLq in #132
- Add YBe Generator by @ghusheng in #134
- Fix cut acceptance plotting by @ghusheng in #135
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #133
- eff2d by @FaroutYLq in #138
- Fixed z min in
get_cut_eff
by @FaroutYLq in #139 - Debugged colors in
get_cut_eff
by @FaroutYLq in #140 - Enlarge default s2 range in analysis by @FaroutYLq in #141
New Contributors
Full Changelog: v0.1.2...v0.1.4
v0.1.2
Improved from v0.1.1
. Key features
- runid will not affect lineage anymore!
- Require a bug free wfsim in installation.
- Much more debuggable job script.
- Cleaner logs.
- Inherited plugins attributes from straxen so better robustness and less meaningless copy-paste in plugins.
What's Changed
- Require wfsim>=1.2.2 by @FaroutYLq in #122
- Energy range is now configurable by @FaroutYLq in #123
- Refactor
job.py
by @FaroutYLq in #124 - Replaced print with logging in
contexts.py
by @FaroutYLq in #125 - Inherit straxen records and peaklets by @FaroutYLq in #126
- Debug SPeaklets by @FaroutYLq in #127
- Decouple runid from lineage by @FaroutYLq in #128
- Include
en_range
in instruction file name by @FaroutYLq in #129 - Adding setting printout in jobs logs by @FaroutYLq in #130
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Working version for fuse based sprinkling.
What's Changed
- Register cuts in
fxenonnt
by @FaroutYLq in #120 - Minimal example notebook by @FaroutYLq in #121
Full Changelog: v0.1.0...v0.1.1
v0.1.0
v0.0.3
What's Changed
- Addicting pre-commit features for better style control by @FaroutYLq in #102
- Onetime pre-commit clean up by @FaroutYLq in #103
- Debug rate config in jobs by @FaroutYLq in #104
- Added safeguard after chunk_start by @FaroutYLq in #106
Full Changelog: v0.0.2...v0.0.3
v0.0.2
Fixed enough bugs and added enough analysis functionality for AmBe sprinkling analysis.
Full Changelog: v0.0.2...v0.0.2
v0.0.1
Most importantly we fixed a bug in lone_hits
handling regarding the channels, which lead to building merged_s2s
failure and other artifacts.
What's Changed
- Debug Infinite
lone_hits
area inmerged_s2s
by @FaroutYLq in #85 - Increased default salting rate and avoid regenerating instructions by @FaroutYLq in #86
- Bump to alpha test by @FaroutYLq in #87
- Rate config into jobs by @FaroutYLq in #88
- Adding readme for
v0.0.1
by @FaroutYLq in #89 - Fixed a fatal bug in
lone_hits
channel shifting by @FaroutYLq in #90 - bug fix in lone_hits shift by @FaroutYLq in #92
- Fixed infinite loop in simu which stops us from simulation by @FaroutYLq in #93
Full Changelog: v0.0.0...v0.0.1
v0.0.0
Initial release which can produce some analysis results with a generally working framework.
What's Changed
- Setup file structure by @FaroutYLq in #1
- Copied Github Templates from
straxen
by @FaroutYLq in #2 - Create pull_request_template.md by @FaroutYLq in #3
- Delete pull_request_templates.md by @FaroutYLq in #4
- Relocated PR template by @FaroutYLq in #5
- added feature request template by @FaroutYLq in #6
- Added tag check for PR tempalte by @FaroutYLq in #7
- Italic template by @FaroutYLq in #9
- Records by @FaroutYLq in #14
- Minimal tests by @FaroutYLq in #16
- Copy in
straxen
options and config by @FaroutYLq in #18 - Default
cmt_version
downgrade by @FaroutYLq in #19 - Docstr for contexts by @FaroutYLq in #20
- Debug sxenonnt in salt mode by @FaroutYLq in #21
- Minimally modified from cutax's test workflows by @FaroutYLq in #22
- Stolen depandabot from base_environment by @FaroutYLq in #23
- Removed cutax from requirement by @FaroutYLq in #26
- Instruction by @FaroutYLq in #28
- Generator by @FaroutYLq in #32
- Debugged raw_records_simu by @FaroutYLq in #33
- Debug records by @FaroutYLq in #36
- Bump straxen from 2.1.1 to 2.1.2 by @dependabot in #40
- Dev by @FaroutYLq in #43
- Bump xedocs from 0.2.20 to 0.2.21 by @dependabot in #25
- Update README.md by @FaroutYLq in #45
- Update README.md by @FaroutYLq in #46
- Using same instruction for same run for different
saltax_mode
by @FaroutYLq in #48 - Removed useless function in contexts by @FaroutYLq in #49
- added safeguard by @FaroutYLq in #50
- Added safeguard in chunk timing range by @FaroutYLq in #61
- Lower default energy in flat generator by @FaroutYLq in #63
- Jobs by @FaroutYLq in #64
- Better job name by @FaroutYLq in #65
- Added SE generator by @FaroutYLq in #69
- Viewer and basic matching by @FaroutYLq in #70
- Register pema by @FaroutYLq in #71
- Simplify match for pema issue by @FaroutYLq in #74
- Match s1 only by @FaroutYLq in #75
- Hitlets boundary by @FaroutYLq in #76
- Storage patch in config by @FaroutYLq in #77
- Skip records and tune SE generator by @FaroutYLq in #78
- Skip records by @FaroutYLq in #79
- Analysis functionality for SR1 by @FaroutYLq in #80
- Plot event wf and job script datatypes by @FaroutYLq in #81
- Bootstrapped SE generator by @FaroutYLq in #82
- Ambe generator by @FaroutYLq in #83
- Rewritten matching events to enable event building efficiency study by @FaroutYLq in #84
New Contributors
- @dependabot made their first contribution in #40
Full Changelog: https://github.com/FaroutYLq/saltax/commits/v0.0.0