Skip to content

v0.3.0

Latest

Choose a tag to compare

@znichollscr znichollscr released this 13 Nov 00:01
· 1 commit to main since this release

Announcements

  • We've switched the default citation granularity to model level, rather than experiment level
  • We now support using paths as input

Changelog

⚠️ Breaking Changes

  • Changed default citations to be 'model' granularity citations rather than 'model-experiment' granularity citations.
    In practice, this means that you will get fewer citations and they will be the ones that apply to all submissions for a given model, rather than one citation for each model-experiment combination that is found. (#7)

🆕 Features

    • Added support for taking paths to CMIP netCDF files as input
    • Added doi_granularity option so users can specify whether they want citations at the model or experiment granularity

    (#7)

📚 Improved Documentation

  • Split how-to get citations docs into basic and advanced (#7)

🔧 Trivial/Internal Changes

Changes