Skip to content

Commit

Permalink
update docs fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Nov 16, 2023
1 parent b441d7b commit 71e3ba2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
The ASDF Standard is at v1.6.0
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

- Deprecate ``asdf.asdf`` [#1690]

3.0.1 (2023-10-30)
------------------

The ASDF Standard is at v1.6.0
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

- Fix bug in ``asdftool diff`` for arrays within a list [#1672]

3.0.0 (2023-10-16)
Expand Down
2 changes: 1 addition & 1 deletion asdf/asdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .exceptions import AsdfDeprecationWarning

warnings.warn(
"asdf.asdf is deprecated",
"asdf.asdf is deprecated. Please use asdf.AsdfFile and asdf.open",
AsdfDeprecationWarning,
)

Expand Down
6 changes: 6 additions & 0 deletions docs/asdf/deprecations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
Deprecations
************

Version 3.1
===========

``asdf.asdf`` is deprecated. Please use the top-level ``asdf`` module for
``AsdfFile`` and ``open`` (same as ``asdf.asdf.open_asdf``).

Version 3.0
===========

Expand Down

0 comments on commit 71e3ba2

Please sign in to comment.