Skip to content

0.5.0

Compare
Choose a tag to compare
@forman forman released this 19 Feb 14:55
· 140 commits to main since this release

Enhancements

  • The configuration setting attrs can now be used to define dynamically
    computed dataset attributes using the syntax {{ expression }}. [#60]

    Example:

    permit_eval: true
    attrs:
      title: HROC Ocean Colour Monthly Composite
      time_coverage_start: {{ lower_bound(ds.time) }}
      time_coverage_end: {{ upper_bound(ds.time) }}
  • Introduced new configuration setting attrs_update_mode that controls
    how dataset attributes are updated. [#59]

  • Simplified logging to console. You can now set configuration setting
    logging to a log level which will implicitly enable console logging with
    given log level. [#64]

  • Added a section in the notebook examples/zappend-demo.ipynb
    that demonstrates transaction rollbacks.

  • Added CLI option --traceback. [#57]

  • Added a section in the notebook examples/zappend-demo.ipynb
    that demonstrates transaction rollbacks.

Fixes

  • Fixed issue where a NetCDF package was missing to run the
    demo Notebook examples/zappend-demo.ipynb in
    Binder. [#47]

Full Changelog: v0.4.1...v0.5.0