|
| 1 | +ctapipe v0.19.1 (2023-05-11) |
| 2 | +============================ |
| 3 | + |
| 4 | +This release is a small bugfix release for v0.19.0, that also includes a new feature enabling computing different |
| 5 | +telescope multiplicities in the machine learning feature generation. |
| 6 | + |
| 7 | +Thanks to the release of numba 0.57 and some minor fixes, ctapipe is now also compatible with Python 3.11. |
| 8 | + |
| 9 | +Bug Fixes |
| 10 | +--------- |
| 11 | + |
| 12 | +- Fix ``ApplyModels.overwrite``. [`#2311 <https://github.com/cta-observatory/ctapipe/pull/2311>`__] |
| 13 | + |
| 14 | +- Fix for config files not being included as inputs in provenance log. [`#2312 <https://github.com/cta-observatory/ctapipe/pull/2312>`__] |
| 15 | + |
| 16 | +- Fix calculation of the neighbor matrix of ``CameraGeometry`` for empty and single-pixel geometries. [`#2317 <https://github.com/cta-observatory/ctapipe/pull/2317>`__] |
| 17 | + |
| 18 | +- Fix HDF5Writer not working on windows due to using pathlib for hdf5 dataset names. [`#2319 <https://github.com/cta-observatory/ctapipe/pull/2319>`__] |
| 19 | + |
| 20 | +- Fix StereoTrigger assuming the wrong data type for ``tels_with_trigger``, resulting in |
| 21 | + it not working for actual events read from an EventSource. [`#2320 <https://github.com/cta-observatory/ctapipe/pull/2320>`__] |
| 22 | + |
| 23 | +- Allow disabling the cross validation (by setting ``CrossValidator.n_cross_validations = 0``) |
| 24 | + for the train tools. [`#2310 <https://github.com/cta-observatory/ctapipe/pull/2310>`__] |
| 25 | + |
| 26 | + |
| 27 | +New Features |
| 28 | +------------ |
| 29 | + |
| 30 | +- Add ``SubarrayDescription.mulitplicity`` method that can compute |
| 31 | + telescope multiplicity for a given telescope boolean mask, either for |
| 32 | + all telescope or a given telescope type. |
| 33 | + |
| 34 | + Enable adding additional keyword arguments to ``FeatureGenerator``. |
| 35 | + |
| 36 | + Pass the ``SubarrayDescription`` to ``FeatureGenerator`` in sklearn classes. [`#2308 <https://github.com/cta-observatory/ctapipe/pull/2308>`__] |
| 37 | + |
| 38 | + |
| 39 | +Maintenance |
| 40 | +----------- |
| 41 | + |
| 42 | +- Add support for python 3.11. [`#2107 <https://github.com/cta-observatory/ctapipe/pull/2107>`__] |
| 43 | + |
| 44 | + |
1 | 45 | ctapipe v0.19.0 (2023-03-30)
|
2 | 46 | ============================
|
3 | 47 |
|
|
0 commit comments