Path to this page:
Subject: CVS commit: pkgsrc/math/py-asdf
From: Adam Ciarcinski
Date: 2025-02-04 19:32:59
Message id: 20250204183259.72FC4FBE0@cvs.NetBSD.org
Log Message:
py-asdf: updated to 4.1.0
4.1.0 (2025-01-31)
Bugfix
- Improve ``schema_info`` handling of schemas with combiners (allOf, anyOf,
etc).
- While walking schema for info/search/schema_info walk into nodes with
__asdf_traverse__
if the parent node has a schema.
- Don't infinitely loop on recursive lists during info/search/schema_info.
- Use extension_manager of associated AsdfFile in info/search/schema_info.
- Only use ANSI format codes when supported by stdout.
Doc
- Fix typos in search documentation.
- updates docs theme to be consistent with asdf subprojects
Feature
- Add ``Converter.to_info`` to allow customizing ``info`` output.
Files: