|
| 1 | +ctapipe v0.23.1 (2024-12-04) |
| 2 | +============================ |
| 3 | + |
| 4 | +Bug Fixes |
| 5 | +--------- |
| 6 | + |
| 7 | +- Fix ``<reconstruction_property>_uncert`` calculations in ``ctapipe.reco.StereoMeanCombiner``. |
| 8 | + Add helper functions for vectorized numpy calculations as new ``ctapipe.reco.telescope_event_handling`` module. [`#2658 <https://github.com/cta-observatory/ctapipe/pull/2658>`__] |
| 9 | + |
| 10 | +- Fix error in ``ctapipe-process`` when in the middle of a simtel file |
| 11 | + that has true images available, a telescope event is missing the true image. |
| 12 | + This can happen rarely in case a telescope triggered on pure NSB or |
| 13 | + is oversaturated to the point where the true pe didn't fit into memory constraints. |
| 14 | + |
| 15 | + The error was due to the ``DataWriter`` trying to write a ``None`` into an |
| 16 | + already setup table for the true images. |
| 17 | + |
| 18 | + The ``SimTelEventSource`` will now create an invalid true image filled with ``-1`` |
| 19 | + for such events. [`#2659 <https://github.com/cta-observatory/ctapipe/pull/2659>`__] |
| 20 | + |
| 21 | +- In ``SimTelEventSource``, ignore telescope events that did not take part in the stereo event trigger. |
| 22 | + This happens rarely in Prod6 files in conjunction with the random mono trigger system. |
| 23 | + |
| 24 | +- Fix the order in which ``Tool`` runs final operations to fix an issue |
| 25 | + of provenance not being correctly recorded. [`#2662 <https://github.com/cta-observatory/ctapipe/pull/2662>`__] |
| 26 | + |
| 27 | +- Fix data type of ``tel_id`` in the output of ``SubarrayDescription.to_table`` |
| 28 | + |
| 29 | +- Fixed a bug where if a configuration file with unknown file extension was passed |
| 30 | + to a tool, e.g. ``--config myconf.conf`` instead of ``--config myconf.yaml``, it |
| 31 | + was silently ignored, despite an info log saying "Loading config file |
| 32 | + myconf.conf". Configuration files must now have one of the following extensions |
| 33 | + to be recognized: yml, yaml, toml, json, py. If not a ``ToolConfigurationError`` |
| 34 | + is raised. [`#2666 <https://github.com/cta-observatory/ctapipe/pull/2666>`__] |
| 35 | + |
| 36 | +Maintenance |
| 37 | +----------- |
| 38 | + |
| 39 | +- Add support for astropy 7.0. [`#2639 <https://github.com/cta-observatory/ctapipe/pull/2639>`__] |
| 40 | +- Change data server for test datasets from in2p3 to DESY hosted server. [`#2664 <https://github.com/cta-observatory/ctapipe/pull/2664>`__] |
| 41 | + |
1 | 42 | ctapipe v0.23.0 (2024-11-18)
|
2 | 43 | ============================
|
3 | 44 |
|
|
0 commit comments