Releases: cta-observatory/ctapipe_io_nectarcam
v0.2.3 -- 2026-02-11
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
Full Changelog: v0.2.2...v0.2.3
v0.2.2 -- 2025-12-04
What's Changed
- Add Zenodo badge and update installation instructions. by @jlenain in #74
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #76
- Misc improvements by @vmarandon in #75
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
This release should generate the first DOI entry for ctapipe_io_nectarcam in Zenodo.
What's Changed
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #72
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #71
- Fix : Create_subarray typo by @guillaumegrolleron in #73
New Contributors
- @guillaumegrolleron made their first contribution in #73
Full Changelog: v0.2.0...v0.2.1
v0.2.0
v0.1.8
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
What's Changed
- Bump actions/setup-python from 4 to 5 by @dependabot in #55
- Bump pre-commit/action from 3.0.0 to 3.0.1 by @dependabot in #59
- Bump codecov/codecov-action from 3 to 4 by @dependabot in #58
- Bump actions/checkout from 3 to 4 by @dependabot in #57
- Bump release-drafter/release-drafter from 5 to 6 by @dependabot in #56
- Bump mamba-org/setup-micromamba from 1 to 2 by @dependabot in #61
- Bump codecov/codecov-action from 4 to 5 by @dependabot in #62
- Fix a crash in the gain selection with missing packets by @vmarandon in #64
- NectarCAM runs not compatible with
EventSourceanymore by @jlenain in #66 - Add BlockNectarCAMEventSource class by @vmarandon in #60
New Contributors
- @dependabot made their first contribution in #55
Full Changelog: v0.1.6...v0.1.7
v0.1.6 -- 2024-07-31
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
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
LightNectarCAMEventsourceby @guillaumegrolleron withinnectarchain, ported toctapipe_io_nectarcamby @vmarandon and @jlenain in #51 and #47
Full Changelog: v0.1.4...v0.1.5
v0.1.4 -- 2024-03-06
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_nectarcamfails when called withctapipeby @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
What's Changed
ctapipe_io_nectarcamupgraded to be comptaible withctapipev0.19 by @vmarandon in #39
New Contributors
- @vmarandon made their first contribution in #39
Full Changelog: v0.1.2...v0.1.3