Changelog

This is the changelog of iact-estimator.

Here you can find the what has changed since every release and a list of the latest development changes.

Each version follows Semantic Versioning (<major>.<minor>.<patch>).

Backward incompatible (breaking) changes will only be introduced in minor versions unitl v1.0.0 and in major versions after that, in both cases with advance notice in the Deprecations section of releases.

v0.1.dev162+gb2a70e2d7 [UNRELEASED DRAFT] (2025-10-28)

Added

  • Added support for custom external performance data. (#4)

  • Added EBL data from Dominguez et al. 2011. (#5)

  • Added preliminary checks for observability and new plot to show an observability grid in time based on the specified constraints. (#22)

  • Add support for plotting and saving images from the SkyView service. (#25)

  • Added support for MAGIC+LST-1 performance estimation. (#28)

  • Added support for plotting a skymap with the planned wobble pointings. (#29)

  • Added configuration of the observer in order to estimate from more observatory sites other than just Roque de Los Muchachos. (#35)

  • Allow to define a source also via its celestial coordinates. (#36)

  • Added high zenith performance for MAGIC+LST1 and MAGIC telescopes. (#41)

Changed

  • Grouped all CLI into a single executable with subcommands. Also added an new configuration option to disable the plotting figures windows. (#18)