Skip to content

Commit 8ff0ee3

Browse files
authored
Merge pull request #2327 from cta-observatory/changelog_0.19.1
Render changelog to prepare for v0.19.1 release
2 parents da82fa3 + 1a73c27 commit 8ff0ee3

File tree

9 files changed

+44
-16
lines changed

9 files changed

+44
-16
lines changed

CHANGES.rst

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
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+
145
ctapipe v0.19.0 (2023-03-30)
246
============================
347

docs/changes/2107.maintenance.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/2308.feature.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/changes/2310.feature.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/changes/2311.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/2312.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/2317.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/2319.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/2320.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)