Change Log#

calibpipe 0.5.1.dev22+g11b76ae06 (2026-05-29)#

API Changes#

Bug Fixes#

New Features#

  • Add starfitter component based on ordpack package. [!235]

Maintenance#

  • Switch to python-based AIV pre-commit hook. [!233]

  • Add intermediate-step provenance logging to camera, muon throughput and PSF calibration workflows. [!234]

Refactoring and Optimization#

calibpipe 0.5.0 (2026-05-15)#

API Changes#

  • Update the GDAS client. [!229]

Bug Fixes#

  • Rename input config so it did not match step name in camcalib workflow. [!222]

  • Make MACOBAC workflow test to xfail temporarily since data from Keeling curve are not currently available. [!228]

New Features#

  • Add PSF measurements. [!213]

  • Add PSF measurements workflows. [!217]

Maintenance#

  • Upgrade to new test data v2 files. [!212]

  • Refactor the cross calibration tool in order to use the generalised ctapipe functions. The added value will be easier maintenance. [!214]

  • Polish CWL workflows and add provenance log files as outputs. [!218]

  • Splitting inter calibration to two parts. The first part calculates the energy asymmetry per Observation Block. The second part aggregates many OBs and calculates the inter calibration coefficients. [!226]

  • Update the CWL workflows in order to reflect the refactored energy intercalibration. [!231]

Refactoring and Optimization#

calibpipe 0.3.0 (2025-11-27)#

API Changes#

Bug Fixes#

New Features#

Maintenance#

  • Update CWL workflows

    • Unify ctapipe merge configuration and make it optional

    • Make merging step optional (only if multiple input files are provided)

    • Add output filenames for final products

    • Fix warnings related to conditional steps [!206]

Refactoring and Optimization#

calibpipe 0.3.0-rc1 (2025-11-20)#

API Changes#

  • Update configuration for new chunking scheme from ctapipe above 0.28.0 [!199]

Bug Fixes#

  • Use small zst muon file for testing [!205]

New Features#

  • Refactor muon throughput calculation tool and allow different statistical aggregation methods [!186]

  • Add CWL workflows for optical throughput calibration with muons [!195]

  • Add test for MST [!204]

Maintenance#

  • Adopt ctapipe tooling to download test data [!190]

  • Polish and reorganize the documentation structure of CalibPipe to align with other DPPS pipelines. [!201]

Refactoring and Optimization#