Changes#

ctao_datamodel 1.0.1#

API Changes#

Bug Fixes#

  • Fixed bug for disclaimer when serialized to a FITS header COMMENT field, where long values were truncated when reading back to the python class, due to how astropy serialized that header to multiple cards. [!30]

  • Fixed bug in flatten_model_instance where keys that had value 0 were dropped. Now only null values are dropped. [!31]

  • Using an underscore as a flattened key separator now raises an exception, as it is used as a word separator in keys, and thus prevents un-flattening. [!32]

New Features#

Maintenance#

Refactoring and Optimization#

ctao_datamodel 1.0.0#

First release, covering DataProducts data model document version A001