SNEWS2 / snewpy

A Python package for working with supernova neutrinos
https://snewpy.readthedocs.io
BSD 3-Clause "New" or "Revised" License
26 stars 19 forks source link

Release v1.3b2 #228

Closed JostMigenda closed 1 year ago

JostMigenda commented 1 year ago

As suggested last week, this is a new beta release to test more broadly that the changes introduced in #184 are backwards compatible with existing code.

In addition, this PR includes a minor fix to ensure snewpy can be installed in a clean environment without separately installing astropy first. (This caused the readthedocs page for the main branch to fail to build.)

github-actions[bot] commented 1 year ago

Result of Benchmark Tests

Benchmark Min Max Mean
python/snewpy/test/test_05_snowglobes.py::test_simulation_chain_benchmark 3.93 4.14 4.00 +- 0.08
JostMigenda commented 1 year ago

Oops, one more (related) issue in the publish workflow. I will fix that this afternoon.