Releases: DUNE/larnd-sim
Releases · DUNE/larnd-sim
v0.3.4
What's Changed
- Bump numpy from 1.21.0 to 1.22.0 in /docs by @dependabot in #83
- Commenting out light parameters in ND-LAr configuration by @soleti in #84
- Fixing ndlar yaml by @soleti in #85
- Removing extra modules by @soleti in #86
- Prevent out of range indexing by @AlexWilkinsonnn in #88
- Cleaning up some code by @soleti in #91
New Contributors
- @AlexWilkinsonnn made their first contribution in #88
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
- Saving event time when light simulation not available by @soleti in #76
- Upgrade/add multi module support by @peter-madigan in #78
- Add far field model for ndlar by @peter-madigan in #79
- Updating default light binary files by @soleti in #80
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
- Use npz for lightLUT by @peter-madigan in #73
- Upgrade/add full light truth information by @peter-madigan in #74
- fixes some typos left over from implementing the output streaming by @krwood in #75
Full Changelog: v0.3.1...v0.3.2
v0.3.1
v0.3.0 - Detailed light simulation
This release contains a more detailed version of the light simulation.
What's Changed
- Removing unused consts by @soleti in #67
- Fixed README by @soleti in #68
- Lookup-table-based light simulation by @peter-madigan in #70
- Allow for arbitrary sipm response models by @peter-madigan in #71
Full Changelog: v0.2.3...v0.3.0
v0.2.3
What's Changed
- Add finite bandwidth to buffer by @peter-madigan in #51
- Upgrade/optimize current calculations to use larger response models by @peter-madigan in #53
- Fix/fix timestamp packets by @peter-madigan in #54
- Add new far-field model by @peter-madigan in #55
- Fix a few bugs in fee.py by @peter-madigan in #56
- Actions fix by @soleti in #60
- Refactor YAML files by @soleti in #62
- Bump numpy from 1.20 to 1.21.0 in /docs by @dependabot in #61
- Saving true vertex info by @soleti in #59
- Setting random seed by @soleti in #63
- Fixed LUT by @soleti in #64
- Fixed YAML Module0 by @soleti in #65
- Save to file after each event by @soleti in #58
- First usage of units by @soleti in #66
New Contributors
- @dependabot made their first contribution in #61
Full Changelog: v0.2.2...v0.2.3
v0.2.2
v0.2.1 - Refactored constants
This new version includes a refactoring of the constants module, with the introduction of different namespaces (consts.physics
, consts.detector
and consts.light
).
What's Changed
Full Changelog: v0.2.0...v0.2.1
v0.2.0 - Support for light simulation
This release contains support for multi-tile and multi-module detectors such as Module-0 and ND-LAr. It also includes preliminary support for light simulation.
What's Changed
- Improved support for multi-tile detector by @soleti in #27
- Improved backtracking and fixed Module0 geometry by @soleti in #28
- Speed up dumpTree.py for larger files by @peter-madigan in #29
- Response with lookup table and improved Monte Carlo truth info by @soleti in #30
- Upgrade/improve cli loop memory by @peter-madigan in #32
- Upgrade/add process truth by @peter-madigan in #31
- Add try-except for edep-sim input trajectories by @peter-madigan in #34
- ndlar module simulation by @krwood in #33
- Upgrade/include far field current by @peter-madigan in #37
- Upgrade/implement unique channel thresholds by @peter-madigan in #41
- Revert "Upgrade/implement unique channel thresholds" by @soleti in #42
- Upgrade/implement unique channel thresholds by @peter-madigan in #43
- Cleanup code and updated README by @soleti in #44
- Support for multi module geometries by @soleti in #45
- Revert "Revert "Upgrade/implement unique channel thresholds"" by @peter-madigan in #46
- Light Sim Addition by @tairaeli in #39
New Contributors
- @peter-madigan made their first contribution in #29
- @krwood made their first contribution in #33
- @tairaeli made their first contribution in #39
Full Changelog: v0.1...v0.2.0
Preliminary version for CUDA paper
This preliminary version is used to make the plots for the "Highly-parallelized simulation of a pixelated LArTPC on a GPU" paper and APS talk.