GEMD v0.6.2 is released!
Pre-release
Pre-release
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
, andgemd.entity.template
modules joingemd.entity.object
in importing their members, allowing imports likefrom gemd.entity.template import ProcessTemplate, ParameterTemplate
.
Deprecated
- The
taurus
module is deprecated and will be removed in the next feature release. Migration involves replacingtaurus
withgemd
in imports andTaurusEncoder
/TaurusJson
withGEMDEncoder
andGEMDJson
.