Skip to content

Releases: spacetelescope/stdatamodels

0.2.4

26 Aug 19:24
Compare
Choose a tag to compare
  • Workaround for setuptools_scm issues with recent versions of pip

0.2.3

15 Jun 21:31
Compare
Choose a tag to compare

Changes include:

  • Don't allow ASDF hdus to get passed through extra_fits, and don't write out any ASDF extension if self._no_asdf_extension=True

0.2.2

09 Jun 13:56
Compare
Choose a tag to compare

Changes include:

  • Copy non-contiguous arrays on save to prevent problems when referencing FITS data from the ASDF tree

0.2.1

08 Mar 16:03
0c553a6
Compare
Choose a tag to compare

Changes include:

  • Stop setting level of package loggers to prevent unexpected DEBUG output.

0.2.0

15 Feb 21:34
b73a1e3
Compare
Choose a tag to compare

Changes include:

  • Create hooks to allow downstream packages to customize meta.date format.

  • Fix bug where asdf.tags.core.NDArrayType instances remain in flat dict when include_arrays=False.

  • Improve handling of open files among shallow copies of a DataModel.

0.1.0

04 Dec 18:46
Compare
Choose a tag to compare

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]