Tags give the ability to mark specific points in history as being important
-
-
v2.2.5
41929600 · ·version 2.2.5 release v2.2.5: fix negative yerr crash in echo resolution plot calc_fres() scaled the propagated resolution error e_fres by fres itself rather than abs(fres), so a negative fitted resolution produced a negative e_fres, and matplotlib's errorbar() rejects a negative yerr outright, crashing `nseplot ec`. ChangeLog documented in a follow-up commit. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
-
v2.2.3
4c703177 · ·version 2.2.3 release v2.2.3: remove unused NseConnection module nsett.py had no callers anywhere in pysen itself (no project.scripts entry, no imports outside its own two ad-hoc misc/ driver scripts, no test/ coverage) -- its only real consumer is the separate bl15-nse-control package's NseControl. Removed the module along with misc/test_nsett.py, misc/test_pythia.py, and the now-moot doc/nsett-socket-review.md, after first fixing the two socket bugs it documented (missing TCP line reassembly, busy-loop on EOF). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
-
v2.2.4
deda0209 · ·version 2.2.4 release v2.2.4: add prune_nexus.py, a NeXus file shrinking utility Adds scripts/prune_nexus.py to gzip+shuffle-compress the event bank datasets in a .nxs.h5 file (uncompressed by the DAQ and normally the bulk of the file size), with an optional --prune/-P mode that also drops HDF5 paths this file's scan type never reads during nxs2taco conversion. Either mode verifies losslessness by reconverting the result and diffing its output against a conversion of the original before installing it. ChangeLog documented in a follow-up commit. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-