Skip to content

0.1.0

Compare
Choose a tag to compare
@eslavich eslavich released this 04 Dec 18:46

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]