This release was created to synchronize the contents of the repository (specifically, the 5 files listed below) with the contents of the PyPI package. That synchronization was achieved by checking out v11.2.0, running $ make squeaky-clean all test
, and committing the changed files to the repository.
nmdc.py
nmdc.schema.json
nmdc-pydantic.py
nmdc_materialized_patterns.schema.json
nmdc_materialized_patterns.yaml
In the previous release (v11.2.0 release), the two were not synchronized. Although the GitHub Actions workflow that builds and publishes the PyPI package runs $ make squeaky-clean all
(no test
), itself, it does not commit the result to the repository.
What's Changed
- Generate derivative JSON, YAML, and Python files from current source files by @eecavanna in #2301
Full Changelog: v11.2.0...v11.2.1