- Added support for installation via conda
- Added support for specifying config files when acro session is started
- Added support for specifying whether suppression is on or off when acro session is started
- Added support for toggling suppression dynamically during session via
acro_enable_supression()andacro_disable_suppression() - Improved documentation in package and at https://sacro-tools.org/
- Added Support for variable names with spaces when calling crosstab
- Set status of disclosive outputs to 'review' (previously 'fail') when suppression has been applied
- Automatically add exception message when applying suppression to an output
- Make
acro_finalise()non-interactive by default (interactive is now option at call time)
- Upgrade ACRO Python backend to v0.4.11, supporting Python 3.14.
- Upgrade ACRO Python backend to v0.4.9, addressing installation problems due to scipy dependency update.
- Upgrade ACRO Python backend to v0.4.8, supporting numpy v2 for a more seamless installation with Python 3.13.
- Upgrade ACRO Python backend to v0.4.7, supporting pandas v2 for a more seamless installation with Python 3.12.
- Fix Python virtual environment creation.
- Pin Python
acropackage to v0.4.6 for stability.
- First version.