Skip to content

v0.4.6

Compare
Choose a tag to compare
@mhostert mhostert released this 03 Oct 20:59
· 3 commits to main since this release

Bug fixes

  • Fix compatibility issue between numpy2.0 and Cython modules. Specifying numpy array type explicitly and using np.import_array().
  • Fix CYTHONIZE flag in build -- it was incorrectly skipping cythonization because of an old CYTHONIZE os flag that was never set.
  • Fix bug that crashed event generation for Booster beam experiments when neval < 100.

Tests

  • Significantly reduced the cost of running tests. The prediction test now uses only 100 events.
  • Test of ModelContainer and summary_plots()