Skip to content

Commit

Permalink
Render changelog to prepare for v0.19.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed May 11, 2023
1 parent da82fa3 commit 1a73c27
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 16 deletions.
44 changes: 44 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,47 @@
ctapipe v0.19.1 (2023-05-11)
============================

This release is a small bugfix release for v0.19.0, that also includes a new feature enabling computing different
telescope multiplicities in the machine learning feature generation.

Thanks to the release of numba 0.57 and some minor fixes, ctapipe is now also compatible with Python 3.11.

Bug Fixes
---------

- Fix ``ApplyModels.overwrite``. [`#2311 <https://github.com/cta-observatory/ctapipe/pull/2311>`__]

- Fix for config files not being included as inputs in provenance log. [`#2312 <https://github.com/cta-observatory/ctapipe/pull/2312>`__]

- Fix calculation of the neighbor matrix of ``CameraGeometry`` for empty and single-pixel geometries. [`#2317 <https://github.com/cta-observatory/ctapipe/pull/2317>`__]

- Fix HDF5Writer not working on windows due to using pathlib for hdf5 dataset names. [`#2319 <https://github.com/cta-observatory/ctapipe/pull/2319>`__]

- Fix StereoTrigger assuming the wrong data type for ``tels_with_trigger``, resulting in
it not working for actual events read from an EventSource. [`#2320 <https://github.com/cta-observatory/ctapipe/pull/2320>`__]

- Allow disabling the cross validation (by setting ``CrossValidator.n_cross_validations = 0``)
for the train tools. [`#2310 <https://github.com/cta-observatory/ctapipe/pull/2310>`__]


New Features
------------

- Add ``SubarrayDescription.mulitplicity`` method that can compute
telescope multiplicity for a given telescope boolean mask, either for
all telescope or a given telescope type.

Enable adding additional keyword arguments to ``FeatureGenerator``.

Pass the ``SubarrayDescription`` to ``FeatureGenerator`` in sklearn classes. [`#2308 <https://github.com/cta-observatory/ctapipe/pull/2308>`__]


Maintenance
-----------

- Add support for python 3.11. [`#2107 <https://github.com/cta-observatory/ctapipe/pull/2107>`__]


ctapipe v0.19.0 (2023-03-30)
============================

Expand Down
1 change: 0 additions & 1 deletion docs/changes/2107.maintenance.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/changes/2308.feature.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/changes/2310.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/2311.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/2312.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/2317.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/2319.bugfix.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/changes/2320.bugfix.rst

This file was deleted.

0 comments on commit 1a73c27

Please sign in to comment.