Skip to content

Commit

Permalink
Backport PR asdf-format#1401: deprecate asdf.types
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram authored and meeseeksmachine committed Feb 22, 2023
1 parent 118cc18 commit b087b7c
Show file tree
Hide file tree
Showing 22 changed files with 577 additions and 535 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ The ASDF Standard is at v1.6.0
- Add warning to use of asdftool extract and remove-hdu about deprecation
and impending removal [#1411]
- Deprecate AsdfFile attributes that use the legacy extension api [#1417]
- Add AsdfDeprecationWarning to asdf.types [#1401]

2.14.3 (2022-12-15)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion asdf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
from jsonschema import ValidationError

from ._convenience import info
from ._types import CustomType
from ._version import version as __version__
from .asdf import AsdfFile
from .asdf import open_asdf as open # noqa: A001
Expand All @@ -30,4 +31,3 @@
from .stream import Stream
from .tags.core import IntegerType
from .tags.core.external_reference import ExternalArrayReference
from .types import CustomType
Loading

0 comments on commit b087b7c

Please sign in to comment.