Skip to content

Commit f9cf38d

Browse files
authored
Merge pull request #2766 from cta-observatory/prepare_0.26
Prepare release 0.26.0
2 parents ae9756c + 518c3d5 commit f9cf38d

File tree

11 files changed

+71
-28
lines changed

11 files changed

+71
-28
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Linux (3.13, pip)
7171
os: ubuntu-24.04
72-
python-version: "3.13"
72+
python-version: "3.13.3"
7373
install-method: pip
7474
extras: tests,all
7575

.mailmap

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,19 @@ Anno Knierim <anno.knierim@tu-dortmund.de> <32365583+aknierim@users.noreply.gith
9494

9595
Vadym Voitsekhovskyi <vadym.voitsekhovskyi@unige.ch> <jstvdk@gmail.com>
9696

97-
<tjark.miener4692@googlemail.com> <tjarkmiener@Tjarks-MacBook-Air.local>
98-
<tjark.miener4692@googlemail.com> <tjarkmiener@vpn-221-141.vpn.ucm.es>
99-
<tjark.miener4692@googlemail.com> <37835610+TjarkMiener@users.noreply.github.com>
10097
Tjark Miener <tjark.miener4692@googlemail.com>
98+
Tjark Miener <tjark.miener4692@googlemail.com> <tjarkmiener@Tjarks-MacBook-Air.local>
99+
Tjark Miener <tjark.miener4692@googlemail.com> <tjarkmiener@vpn-221-141.vpn.ucm.es>
100+
Tjark Miener <tjark.miener4692@googlemail.com> <37835610+TjarkMiener@users.noreply.github.com>
101+
Tjark Miener <tjark.miener4692@googlemail.com> <tjark.miener@cta-consortium.org>
102+
Tjark Miener <tjark.miener4692@googlemail.com> <tmiener@daint102.login.cscs.ch>
103+
Tjark Miener <tjark.miener4692@googlemail.com> <tmiener@daint106.login.cscs.ch>
104+
101105

102106
Michael Punch <punch@in2p3.fr> <michael.punch@lnu.se>
103107

104108
Christian Arauner <christian.arauner@tu-dortmund.de> <69584019+ChAr-De@users.noreply.github.com>
109+
110+
Leonid Burmistrov <leonid.burmistrov@unige.ch>
111+
Leonid Burmistrov <leonid.burmistrov@unige.ch> <burm.leonid@gmail.com>
112+
Leonid Burmistrov <leonid.burmistrov@unige.ch> <55189646+burmist-git@users.noreply.github.com>

AUTHORS

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ Christoph Toennis <christoph.toennis1988@gmail.com>
1010
Lukas Nickel <lukas.nickel@tu-dortmund.de>
1111
Jonas Hackfeld <jonas.hackfeld@ruhr-uni-bochum.de>
1212
Noah Biederbeck <noah.biederbeck@tu-dortmund.de>
13-
Georg Schwefer <georg.schwefer@mpi-hd.mpg.de>
1413
Tjark Miener <tjark.miener4692@googlemail.com>
14+
Georg Schwefer <georg.schwefer@mpi-hd.mpg.de>
15+
Leonid Burmistrov <leonid.burmistrov@unige.ch>
1516
Alison Mitchell <alison.mitchell@mpi-hd.mpg.de>
1617
Dominik Neise <neised@phys.ethz.ch>
1718
Michele Peresano <peresano.michele@gmail.com>
@@ -69,8 +70,6 @@ Lab Saha <lab.saha@gmail.com>
6970
Mireia Nievas-Rosillo <mireia.nievas-rosillo@desy.de>
7071
Pierre Aubert <aubertp7@gmail.com>
7172
Sabrina Einecke <sabrina.einecke@tu-dortmund.de>
72-
Tjark Miener <tmiener@daint102.login.cscs.ch>
73-
Tjark Miener <tmiener@daint106.login.cscs.ch>
7473
Yves Renier <yves.renier@unige.ch>
7574
momorning <55380737+momorning@users.noreply.github.com>
7675
zinob <zinob@users.noreply.github.com>

CHANGES.rst

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,50 @@
1+
ctapipe v0.26.0 (2025-06-05)
2+
============================
3+
4+
5+
API Changes
6+
-----------
7+
8+
- The algorithms for muon ring fitting have been improved
9+
10+
- Upgrade the taubin_circle_fit with weights to avoid bias toward rings with larger radii
11+
- Add the optional initial parameters : ring center and radius.
12+
- Add a combined ring fitting method (kundu_chaudhuri_taubin).
13+
- This new combined method is set to be the default method.
14+
- Updated the test with an additional fitting method, each method is tested separately.
15+
- Realistic muon ring simulation for all camera types implemented in the test with toy model.
16+
- Include the parameter fit errors in the tolerance metric.
17+
- Add error fields to the muon container.
18+
- The API for MuonFitter has been modified.
19+
- Minor documentation updates. [`#2736 <https://github.com/cta-observatory/ctapipe/pull/2736>`__]
20+
21+
22+
Bug Fixes
23+
---------
24+
25+
- Fix ``CameraDisplay`` throwing an error when used in a matplotlib
26+
subfigure. [`#2762 <https://github.com/cta-observatory/ctapipe/pull/2762>`__]
27+
28+
29+
Data Model Changes
30+
------------------
31+
32+
- Add error fields to the muon container.
33+
34+
35+
New Features
36+
------------
37+
38+
- Add option ``single_ob`` to the ``HDF5Merger`` to support merging
39+
chunks of the same observation block into the same. [`#2436 <https://github.com/cta-observatory/ctapipe/pull/2436>`__]
40+
41+
- Add option to skip the simtel R1 calibration [`#2753 <https://github.com/cta-observatory/ctapipe/pull/2753>`__]
42+
43+
- Add support for chunked reading over subsets of a file
44+
by passing ``start=`` and/or ``stop=`` to the
45+
``TableLoader.read_..._chunked`` methods. [`#2757 <https://github.com/cta-observatory/ctapipe/pull/2757>`__]
46+
47+
148
ctapipe 0.25.1 (2025-04-28)
249
===========================
350

docs/_static/switcher.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@
99
"version": "stable",
1010
"url": "https://ctapipe.readthedocs.io/en/stable/"
1111
},
12+
{
13+
"name": "v0.26.0",
14+
"version": "v0.26.0",
15+
"url": "https://ctapipe.readthedocs.io/en/v0.26.0/"
16+
},
17+
{
18+
"name": "v0.25.1",
19+
"version": "v0.25.1",
20+
"url": "https://ctapipe.readthedocs.io/en/v0.25.1/"
21+
},
1222
{
1323
"name": "v0.24.0",
1424
"version": "v0.24.0",

docs/changes/2436.feature.rst

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

docs/changes/2736.api.rst

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

docs/changes/2753.feature.rst

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

docs/changes/2757.feature.rst

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

docs/changes/2762.bugfix.rst

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

0 commit comments

Comments
 (0)