Skip to content

Releases: materials-data-facility/forge

v0.4.4

03 Oct 20:00
Compare
Choose a tag to compare
v0.4.4 Pre-release
Pre-release

Forge functionality updates and minor readme updates.

v0.4.3

25 Sep 18:46
Compare
Choose a tag to compare
v0.4.3 Pre-release
Pre-release

Reorganize the repo, moving Refinery into a separate repository and bringing Forge up to a more standard layout. Only minor code improvements.

v0.4.2

21 Sep 15:27
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release

Travis CI should push tagged releases to PyPI.

v0.4.1

21 Sep 14:37
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

0.4.1 adds Python 2.7 support, as well as officially supporting Python >3.3. Integration with Travis CI is now enabled, and the Forge tests have been improved. Other minor fixes and improvements are also included.

Version 0.4.0

01 Sep 22:06
Compare
Choose a tag to compare
Version 0.4.0 Pre-release
Pre-release

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

07 Jul 21:24
Compare
Choose a tag to compare
Version 0.3.0 Pre-release
Pre-release

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

29 Jun 16:31
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Minor updates. Minor, non-breaking schema alterations.

Version 0.2.0

26 Jun 13:43
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release

Release v0.2.0 version of metadata schema, with improved directory structure, improved validator architecture, and various other improvements.

Version 0.1.0

30 May 15:58
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release

Metadata version 0.1.0 - first release