|
| 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 | + |
1 | 47 | 4.2.0 (2025-05-30) |
2 | 48 | ================== |
3 | 49 |
|
|
0 commit comments