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¶
0.3.0 - 2026-05-15¶
Added¶
- Support and testing for Python versions >= 3.12. (@brews, PR#33)
- Allow installs with xarray versions earlier than 2026.4.0. (@brews, PR#33)
0.2.0 - 2026-05-14¶
Added¶
- Documentation in docs/ hosted at https://climateimpactlab.github.io/isku.
- Test and test-coverage badges to README.
- Add pre-commit hooks (via prek) to help developers with format.
Changed¶
- Move project repository to https://github.com/climateimpactlab/isku. They own this now.
- BREAKING:
isku.ExtractionWorkflowis nowisku.ExtractionTemplate. - BREAKING:
isku.ProjectionWorkflowis nowisku.ProjectionTemplate. - BREAKING:
isku.build_extraction_workflowis nowisku.build_extraction_template. - BREAKING:
isku.build_projection_workflowis nowisku.build_projection_template. - BREAKING: In
isku.extract_regions, theworkflowargument is nowtemplate. - BREAKING:
isku.ProjectionTemplateprotocol methodsdargument is nowdsto make it consistent with extraction signatures. - Improved README.
- Improved CONTRIBUTING.
- Add project URLs to package metadata.
- Various improvement to internal code formatting and style.
0.1.0 - 2026-05-06¶
- Initial release.