Releases: materials-data-facility/forge
v0.4.4
v0.4.3
v0.4.2
v0.4.1
Version 0.4.0
This version primarily fixes issues under the hood, including compatibility with breaking changes in Search, Query rework, and some various bugfixes.
Version 0.3.0
Version 0.3.0 brings "blocks" to metadata. These are very extensible dictionary/object metadata containers that can be purpose-built and controlled separately, to avoid issues with muddling different schemas in the same level. These blocks replace the old namespaces, and can be accessed in Search similarly: The field "mdf-title" is now the "title" field of the "mdf" block, as in "metadata["mdf"]["title"]" (Python) or "mdf.title" (Globus Search). This is a breaking change, necessitating a new "major" (pre-alpha) version. The validator has also been updated with further enhancements, mostly relating to the new schema.
v0.2.1
Version 0.2.0
Release v0.2.0 version of metadata schema, with improved directory structure, improved validator architecture, and various other improvements.
Version 0.1.0
Metadata version 0.1.0 - first release