Skip to content

v0.9.0

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Jul 16:17

v0.9.0 (2026-07-02)

Bug Fixes

  • Address review comments on multi-representation mapping (PR #225) (c782880)

  • Tolerate i18n dict names and empty Dataflow structures in publish-readiness checks (fe5715a)

  • docs: Expose package name via [project] so great-docs builds the API reference (8a6b68e)

  • docs: Remove links to unwritten pages and close PR deployments (0edd95e)

  • mapping: Keep str() regex semantics and cache stringified columns (787dacb)

  • mapping: Replace print() with module logging (f06289e)

  • structures: Parse validity dates to datetime in build_value_map_list (cacc1dc)

  • tidysdmx: Clear errors and precise annotations (4d9ba56)

  • utils: Narrow broad exception handlers in Excel helpers (1c5d8ec)

  • validation: Infer SDMX reference columns from schema context (7261ec9)

  • validation: Tolerate legacy valid dicts and deprecate the argument (ca61078)

Features

  • Add artefact publish-readiness validation and builders (79ed212)

  • structures: Add DEFAULT_VALUE catch-all for component mappings (e1df804)

  • structures: Add N-to-1 multi-component mapping to the WB template (dcb0494)

Performance Improvements

  • mapping: Vectorise apply_multi_component_map with np.select (e5ff780)

Detailed Changes: v0.8.0...v0.9.0