Releases: nugraph/pynuml
Releases · nugraph/pynuml
v24.6.0
What's Changed
- bump to v23.11.dev by @vhewes in #70
- Updates to graph processing and plotting by @vhewes in #73
- Bug fixes in graph plotting code by @vhewes in #74
- Fix 3D truth formation by @vhewes in #75
- remove delta ray from standard labelling by @vhewes in #76
- update dune testfile location by @vhewes in #77
- bump to v24.6.dev0 by @vhewes in #78
- github action for pypi release by @vhewes in #79
- github action for pypi release by @vhewes in #80
Full Changelog: v23.11.0...v24.6.0
v23.11.0
What's Changed
- safeguard event table access by @vhewes in #57
- add proton decay event labelling by @vhewes in #58
- update to dev version by @vhewes in #59
- add metadata file for conda package by @vhewes in #60
- add D meson labelling by @vhewes in #61
- update documentation by @vhewes in #62
- update documentation to use mamba command by @vhewes in #63
- Update graph plotting utilities by @vhewes in #64
- add summary printout for Event class by @vhewes in #65
- check for integral outliers by @vhewes in #68
- Add multiple scattering to the standard labeler by @Will-D2099 in #66
- fix Delaunay edge processing by @vhewes in #69
New Contributors
- @Will-D2099 made their first contribution in #66
Full Changelog: v23.9.0...v23.11.0
v23.9.0
v23.8.0
What's Changed
- add nutau label for FlavorLabels class by @quam13 in #47
- remove outdated documentation by @vhewes in #48
- remove outdated scripts by @vhewes in #49
- add script for installing ph5concat by @vhewes in #50
- updates to plotting by @vhewes in #51
- add second dimension to 3D vertex truth by @vhewes in #52
- bump to version 23.8.0 by @vhewes in #53
Full Changelog: v23.7.0...v23.8.0
v23.7.0
v23.6.1
v23.6.0
labelling changes
- minor additions to particle types and physics processes in standard semantic labelling
- added new neutrino flavor event labeller
processing changes
- hit graph processing:
- number of nexus nodes now stored as
num_nodes
attribute instead of empty feature tensor - changes to truth labels: instead of storing truth labels as
y_f
,y_s
andy_i
for filter, semantic and instance labels respectively, we now only storey_semantic
andy_instance
. instead of being masked down to only the filtered hits, they are now stored for every hit, and filtered hits are assigned a label of-1
, which is then filtered during loss calculation usingignore_index
. the filter labels are now generated by generating a boolean mask, ie.(y_semantic != -1).float()
. - updated
labeller
tosemantic_labeller
and added additionalevent_labeller
option
- number of nexus nodes now stored as
other changes
- added
plotly
dependency for graph plotting - added readthedocs documentation