Skip to content

Releases: cta-observatory/ctapipe_io_nectarcam

v0.2.3 -- 2026-02-11

11 Feb 14:36
6d859c2

Choose a tag to compare

Important note

setuptools is pinned to versions below 81, so that pkg_resources is still available in new conda environments. Otherwise, the CI tests fail both for ctapipe_io_nectarcam (see #78) and nectarchain (see cta-observatory/nectarchain#262).

A release of ctapipe_io_nectarcam is thus needed here, in order to have a stable version installed in conda environments in CI tests for nectarchain.

At this stage, replacing pkg_resources with importlib.resources (attempted in PR #77) is not an option, as DIRAC still depends on pkg_resources. Otherwise, it would not be possible any more to embed a DIRAC client in conda environments for nectarchain.

What's Changed

  • Pin setuptools to versions below 81 by @jlenain in #79

Full Changelog: v0.2.2...v0.2.3

v0.2.2 -- 2025-12-04

04 Dec 11:31
bd2bb06

Choose a tag to compare

What's Changed

Most important change

  • Concerns a fix in the way scale and offset are applied to work as in the R1 format document (Equation 1.1) (see #75 )

Full Changelog: v0.2.1...v0.2.2

v0.2.1 -- 2025-10-28

28 Oct 15:12
8fad3ac

Choose a tag to compare

This release should generate the first DOI entry for ctapipe_io_nectarcam in Zenodo.

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

19 Jun 13:09
565c66f

Choose a tag to compare

What's Changed

Full Changelog: v0.1.8...v0.2.0

v0.1.8

12 Jun 10:00
68479e4

Choose a tag to compare

This release is aimed to be the last before upgrading from ctapipe v0.19 to v0.24.

What's Changed

  • Add an automatic detection of the number of stream by @vmarandon in #67
  • Adapt the pixel_status to the change on the R1 format by @vmarandon in #68

Full Changelog: v0.1.7...v0.1.8

v0.1.7 -- 2025-01-20

20 Jan 11:47
6f6dd62

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.6...v0.1.7

v0.1.6 -- 2024-07-31

31 Jul 16:28
f447c72

Choose a tag to compare

What's Changed

  • Entry point for NectarCAMEventSource into ctapipe.io by @jlenain in #53
  • Pin scipy version by @jlenain in #54

Full Changelog: v0.1.5...v0.1.6

v0.1.5 -- 2024-05-29

29 May 07:22
31e4a39

Choose a tag to compare

What's Changed

  • Introduction of new data format for the EventBuilder v6, backward-compatible with the data format provided using the EventBuilder v4 by @vmarandon in #51
  • Pre-commit hooks by @jlenain in #49
  • Update CI after renaming master branch to main. by @jlenain in #50
  • LightNectarCAMEventsource by @guillaumegrolleron within nectarchain, ported to ctapipe_io_nectarcam by @vmarandon and @jlenain in #51 and #47

Full Changelog: v0.1.4...v0.1.5

v0.1.4 -- 2024-03-06

06 Mar 09:50
edb1803

Choose a tag to compare

This release of ctapipe_io_nectarcam is the last release before switching to the version 6 of the EventBuilder for NectarCAM.

What's Changed

  • Add trigger patches by @mdpunch in #40
  • ctapipe_io_nectarcam fails when called with ctapipe by @jlenain in #42
  • Update CI by @jlenain in #45
  • Update configuration files to be more in line with nectarchain by @jlenain in #46
  • Fix CI for release deployment on PyPI by @jlenain in #48

Full Changelog: v0.1.3...v0.1.4

Upgrade to ctapipe 0.19

15 Jun 14:04
2aa6e32

Choose a tag to compare

What's Changed

  • ctapipe_io_nectarcam upgraded to be comptaible with ctapipe v0.19 by @vmarandon in #39

New Contributors

Full Changelog: v0.1.2...v0.1.3