Skip to content

Commit

Permalink
update changlelog for 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Nov 18, 2024
1 parent 2ce39ff commit c5963f9
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 6 deletions.
32 changes: 32 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
4.0.0 (2024-11-18)
==================

Feature
-------

- Switch default ASDF standard to 1.6.0. (`#1744
<https://github.com/asdf-format/asdf/pull/1744>`_)
- Raise RuntimeError if a Convert subclass supports multiple tags but doesn't
implement select_tag. (`#1853
<https://github.com/asdf-format/asdf/pull/1853>`_)


General
-------

- Set ``memmap=False`` to default for ``asdf.open`` and ``AsdfFile.__init__``.
(`#1801 <https://github.com/asdf-format/asdf/pull/1801>`_)


Removal
-------

- remove ``copy_arrays`` (replaced by ``memmap``) (`#1800
<https://github.com/asdf-format/asdf/pull/1800>`_)
- Remove deprecated API. See docs for full details. (`#1852
<https://github.com/asdf-format/asdf/pull/1852>`_)
- Switch default convert_unknown_ndarray_subclasses to False and issue
deprecation warning if it is enabled. (`#1858
<https://github.com/asdf-format/asdf/pull/1858>`_)


3.5.0 (2024-10-02)
==================

Expand Down
1 change: 0 additions & 1 deletion changes/1744.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/1800.removal.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/1801.general.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/1852.removal.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/1853.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/1858.removal.rst

This file was deleted.

0 comments on commit c5963f9

Please sign in to comment.