Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • requires keywords in config_definitions, deprecating strict_config for more per-config control (#329).

  • Action to automatically add Dependabot updates to changelog (#330).

  • Initial test suite, which checks the various CASA tasks and arguments used throughout the pipeline (#324).

  • Initial pip-installable version (#292).

  • Added more detailed instructions for installing analysisUtils (#340).

  • Included initial documentation (#348).

  • Add badges to README.md (#358).

Changed

  • Refactored logging, and added tests (#338).

  • Updated bespoke sdintimaging task, to align with latest CASA version (#347).

  • If we don’t have any model flux, then overwrite minimum number of major cycles (#359).

  • Keep all 4 axes throughout postprocessing, to avoid slowdowns with re-adding degenerate axes (#353).

Fixed

  • Update auto-commit action in dependabot-changelog (#336)

  • Add GH token into dependabot-changelog action (#335).

  • Add checkout back into dependabot-changelog action (#334).

  • Fix changelog path in dependabot-changelog action (#333).

  • Don’t retrigger workflows for dependabot (#332).

  • check-changelog action now uses CHANGELOG.md (#331).

  • Large-cube memory issues with channel-wise processing (#323)

  • Fixed TP crash when different atmospheric correction types are used (#343).

  • Calculation of additional number of channels in regrid mstransform call (#344).

  • Fix stokes passed as integer string to imsubimage in 4D mosaic path (#349).

  • Import recipe_phangs_flat_mask in handlerDerived (#357).

  • Fix crash with using cleanmasks combined with new sdintimaging implementation (#360)

Dependencies

  • Bump actions/upload-artifact from 6 to 7 (#313).

  • Bump casaplotms requirement from >=2.7.4 to >=2.8.2 (#320).

  • Bump codecov/codecov-action from 5 to 7 (#328, #351)

  • Bump actions/checkout from 5 to 7 (#327, #361)