diff --git a/CHANGES.rst b/CHANGES.rst index c448e7c90..8294cebf4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,15 @@ +pyirf v0.10.1 (2023-09-15) +========================== + + + +Bug Fixes +--------- + +- Fix ``PowerLaw.from_simulation`` for the new format of ``SimulatedEventsInformation``, + it was broken since splitting the single ``viewcone`` into ``viewcone_min`` and ``viewcone_max``. [`#258 `__] + + Pyirf v0.10.0 (2023-08-23) ========================== diff --git a/docs/changes/258.bugfix.rst b/docs/changes/258.bugfix.rst deleted file mode 100644 index b4c32a6d4..000000000 --- a/docs/changes/258.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fix ``PowerLaw.from_simulation`` for the new format of ``SimulatedEventsInformation``, -it was broken since splitting the single ``viewcone`` into ``viewcone_min`` and ``viewcone_max``.