Skip to content

Commit 1c528d4

Browse files
authored
Merge pull request #2030 from sydduckworth/release_530
Prepare release 5.3.0
2 parents 1874f88 + 74a7ab4 commit 1c528d4

7 files changed

Lines changed: 28 additions & 6 deletions

File tree

CHANGES.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
5.3.0 (2026-04-23)
2+
==================
3+
4+
Bugfix
5+
------
6+
7+
- Added ``__delitem__`` method to `AsdfFile`. (`#2008
8+
<https://github.com/asdf-format/asdf/pull/2008>`_)
9+
- Fixed bug in which empty/all-zero block checksums were treated as invalid
10+
when ``validate_headers`` is enabled. (`#2024
11+
<https://github.com/asdf-format/asdf/pull/2024>`_)
12+
- Fixed a bug in which checksums for compressed blocks were being computed in a
13+
way that didn't match the specification. (`#2027
14+
<https://github.com/asdf-format/asdf/pull/2027>`_)
15+
- Remove whole-tree validation in ``AsdfFile.add_history_entry`` and replace it
16+
with validation of the newly created entry. (`#2029
17+
<https://github.com/asdf-format/asdf/pull/2029>`_)
18+
19+
20+
Feature
21+
-------
22+
23+
- Added optional block info table to ``asdftool info`` and ``AsdfFile.info``.
24+
(`#2014 <https://github.com/asdf-format/asdf/pull/2014>`_)
25+
- Added support for disabling block checksums in file write methods. (`#2018
26+
<https://github.com/asdf-format/asdf/pull/2018>`_)
27+
28+
129
5.2.0 (2026-03-19)
230
==================
331

changes/2008.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/2014.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/2018.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/2024.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/2027.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/2029.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)