Release notes for pymetadata 0.6.2
We are pleased to release the next version of pymetadata including the
following changes:
Features
EntryFormat.ANTIMONYfor Antimony model files in COMBINE archives (text/plain)
Development
- every change goes into
developthrough a pull request; the tests,ruff,tyand the documentation build have to pass before a merge is possible maintracks the latest published release and is fast-forwarded to the released commit by the release workflow- the workflows also run on pull requests, so contributions from forks are tested
- the branch protection is part of the repository as rulesets in
.github/rulesets/, together withCODEOWNERSand a pull request template - the branch model, the pull request rules and the adjusted release process are documented in
docs/development.md - the mkdocstrings options in
zensical.tomluse the plugin table directly, as required by zensical 0.0.60
Fixes
RDFAnnotationraises aValueErrorfor a qualifier which is not aBQBorBQM, instead of only for a missing one, so an invalid qualifier fails where it is passed
Your pymetadata team