Releases: spacetelescope/stdatamodels
Releases · spacetelescope/stdatamodels
0.3.0
0.2.4
0.2.3
Changes include:
- Don't allow ASDF hdus to get passed through
extra_fits
, and don't write out any ASDF extension ifself._no_asdf_extension=True
0.2.2
0.2.1
0.2.0
0.1.0
Initial release which is fully compatible with jwst.
Changes include:
-
Create package and import code from jwst.datamodels. [#1]
-
Remove stdatamodels.open. [#2]
-
Fix validation behavior when an object with nested None values is
assigned to a DataModel attribute. [#45] -
Rename is_builtin_fits_keyword to make clear that it is
used outside of this package. [#47] -
Add flag to disable validation on DataModel attribute
assignment. [#36]