Taurus 0.5.0 is released!
Pre-release
Pre-release
0.5.0 is released!
What’s New
- The cake examples has been extended to demonstrate more of the data model
- The Strehlow and Cook example now imports directly from the Citrination PIF and includes a substantially increased number of attributes
Improvements
- The
flatten
method has been altered so that entire material histories can be flattened. The order of the returned objects is such that they can be created and re-linked in that order. - The
raw_dumps
andraw_loads
methods were added to thejson_encoder
to provide access to the custom class encoder/decoder without the normalization/denormalization logic present in the fulldumps
andloads
methods.