Skip to content

GEMD v0.6.2 is released!

Pre-release
Pre-release
Compare
Choose a tag to compare
@maxhutch maxhutch released this 01 Apr 16:26
1733aa7

This release migrates to the official gemd name. The contents of the taurus module have been moved to gemd, but the taurus module was deprecated rather than removed. It will be removed in 0.7.0.

What's new

  • The gemd module! GEMD stands for "Generalized Expression of Materials Data" and is the official name of Citrine's data model! The "taurus" code name served us well and will be missed.

Improvements

  • The gemd.entity.bounds, gemd.entity.attribute, gemd.entity.value, and gemd.entity.template modules join gemd.entity.object in importing their members, allowing imports like from gemd.entity.template import ProcessTemplate, ParameterTemplate.

Deprecated

  • The taurus module is deprecated and will be removed in the next feature release. Migration involves replacing taurus with gemd in imports and TaurusEncoder/TaurusJson with GEMDEncoder and GEMDJson.