Skip to content

Commit 5686bb3

Browse files
authored
Merge pull request #1942 from braingram/4p3p0_release
generate changelog for 4.3.0
2 parents e0d9212 + 86ee866 commit 5686bb3

9 files changed

Lines changed: 46 additions & 8 deletions

CHANGES.rst

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1+
4.3.0 (2025-07-16)
2+
==================
3+
4+
Bugfix
5+
------
6+
7+
- When ``lazy_load=False`` use ``ndarray`` instances for arrays (instead of
8+
``NDArrayType``). (`#1929 <https://github.com/asdf-format/asdf/pull/1929>`_)
9+
- Fix issue where custom schema provided to ``AsdfFile`` was ignored on
10+
``write_to``. (`#1931 <https://github.com/asdf-format/asdf/pull/1931>`_)
11+
12+
13+
Doc
14+
---
15+
16+
- Expand extension documentation to cover tag vs ref, converter tag wildcards,
17+
versioning and user documentation to cover get/set_array_compression. (`#1938
18+
<https://github.com/asdf-format/asdf/pull/1938>`_)
19+
20+
21+
Feature
22+
-------
23+
24+
- Add ``dump`` ``load`` ``dumps`` and ``loads`` functions. (`#1930
25+
<https://github.com/asdf-format/asdf/pull/1930>`_)
26+
27+
28+
Removal
29+
-------
30+
31+
- Deprecate ``resolver`` argument to ``asdf.schema.load_schema``. Arbitrary
32+
mapping of uris is no longer supported. Instead register all uris with
33+
resources using the resource manager. (`#1934
34+
<https://github.com/asdf-format/asdf/pull/1934>`_)
35+
- Deprecate ``refresh_extension_manager`` argument to ``info``, ``schema_info``
36+
and ``SearchResult.schema_info``. (`#1935
37+
<https://github.com/asdf-format/asdf/pull/1935>`_)
38+
- Deprecate ``url_mapping`` argument to ``get_validator``. Arbitrary mapping of
39+
urls is no longer supported. (`#1936
40+
<https://github.com/asdf-format/asdf/pull/1936>`_)
41+
- Deprecate use of ``ndim``, ``max_ndim`` and ``datatype`` validators for
42+
non-ndarray objects. Please define a custom validator if this is needed for a
43+
non-ndarray object. (`#1937
44+
<https://github.com/asdf-format/asdf/pull/1937>`_)
45+
46+
147
4.2.0 (2025-05-30)
248
==================
349

changes/1929.bugfix.rst

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

changes/1930.feature.rst

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

changes/1931.bugfix.rst

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

changes/1934.removal.rst

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

changes/1935.removal.rst

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

changes/1936.removal.rst

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

changes/1937.removal.rst

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

changes/1938.doc.rst

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

0 commit comments

Comments
 (0)