Skip to content

Releases: ATTPC/attpc_engine

v0.2.0 - Bugfixes, documentation updates, dev updates

12 Aug 13:48
0598ab3
Compare
Choose a tag to compare

This release contains a set of minor bugfixes, refactors, and documentation updates. Some development changes as well, switching to Ruff and incorporating linitng into CI

What's Changed

  • Switch to Ruff, Update some docs by @gwm17 in #31

Full Changelog: v0.1.7...v0.2.0

v0.1.7 - Continuing to fix HDF5 splitting

22 Jul 17:10
9027b43
Compare
Choose a tag to compare

More fixes to HDF5 splitting

What's Changed

Full Changelog: v0.1.6...v0.1.7

v0.1.6 - Fixes to HDF5 write, Docs

16 Jul 15:03
6011fa1
Compare
Choose a tag to compare

HDF5 writing continued to be bugged in the multiple file case. Should be fixed now! Fix some typos in the documentation.

What's Changed

Full Changelog: v0.1.5...v0.1.6

v0.1.5 - Fix to Writer, PolarDistribution

10 Jul 16:03
e08280c
Compare
Choose a tag to compare

Fix issues with writing to multiple HDF5 files in SpyralWriter, add PolarDistribution to define angle limits in CM frame.

v0.1.4 - Fix Reaction Threshold

04 Jun 18:28
8fc1236
Compare
Choose a tag to compare

Fixes an edge case in Reaction threshold calculation. Needed to be fully relativistic to be correct in extreme examples (case tested was deuteron breakup sampling up to the limit of excitation energy). Now uses CM energy to calculate if a sample is allowed.

v0.1.3 - Fix multi-decay

30 May 19:01
69783b6
Compare
Choose a tag to compare

Fix a bug in the KinematicsPipeline for multi-decay scenarios

v0.1.2 - Fix pyproject.toml

30 May 15:30
e9a5897
Compare
Choose a tag to compare

Fix broken pyproject.toml

v0.1.1 - Bugfix to KinematicsPipeline validation

30 May 14:48
42604b5
Compare
Choose a tag to compare

Fix to a bug where additional decay steps compared the previous residual to the new residual rather than the previous residual to the parent.

First Release

28 May 18:51
70ecd46
Compare
Choose a tag to compare

First release of attpc_engine, everything is ready for comprehensive testing!