Skip to content

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

Changed

  • Move project repository to https://github.com/climateimpactlab/isku. They own this now.
  • BREAKING: isku.ExtractionWorkflow is now isku.ExtractionTemplate.
  • BREAKING: isku.ProjectionWorkflow is now isku.ProjectionTemplate.
  • BREAKING: isku.build_extraction_workflow is now isku.build_extraction_template.
  • BREAKING: isku.build_projection_workflow is now isku.build_projection_template.
  • BREAKING: In isku.extract_regions, the workflow argument is now template.
  • BREAKING: isku.ProjectionTemplate protocol methods d argument is now ds to 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.