Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prep 4.1.0 release notes #1898

Merged
merged 1 commit into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
4.1.0 (2025-01-31)
==================

Bugfix
------

- Improve ``schema_info`` handling of schemas with combiners (allOf, anyOf,
etc). (`#1875 <https://github.com/asdf-format/asdf/pull/1875>`_)
- While walking schema for info/search/schema_info walk into nodes with
__asdf_traverse__
if the parent node has a schema. (`#1884
<https://github.com/asdf-format/asdf/pull/1884>`_)
- Don't infinitely loop on recursive lists during info/search/schema_info.
(`#1884 <https://github.com/asdf-format/asdf/pull/1884>`_)
- Use extension_manager of associated AsdfFile in info/search/schema_info.
(`#1884 <https://github.com/asdf-format/asdf/pull/1884>`_)
- Only use ANSI format codes when supported by stdout. (`#1884
<https://github.com/asdf-format/asdf/pull/1884>`_)


Doc
---

- Fix typos in search documentation. (`#1880
<https://github.com/asdf-format/asdf/pull/1880>`_)
- updates docs theme to be consistent with asdf subprojects (`#1897
<https://github.com/asdf-format/asdf/pull/1897>`_)


Feature
-------

- Add ``Converter.to_info`` to allow customizing ``info`` output. (`#1884
<https://github.com/asdf-format/asdf/pull/1884>`_)


4.0.0 (2024-11-19)
==================

Expand Down
1 change: 0 additions & 1 deletion changes/1875.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/1880.doc.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/1884.bugfix.0.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/1884.bugfix.1.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/1884.bugfix.2.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changes/1884.bugfix.3.rst

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changes/1897.doc.rst

This file was deleted.

Loading