File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 2.9.0 (unreleased )
1+ 2.9.0 (2022-02-02 )
22------------------
33
44- Added the capability for tag classes to provide an interface
1818- Add ability for tags to correspond to multiple schema_uri, with an
1919 implied allOf among the schema_uris. [#1058, #1069]
2020
21- - Add the URI of the file being parsed to ``SerializationContext ``. [#1065]
21+ - Add the URL of the file being parsed to ``SerializationContext ``. [#1065]
2222
2323- Add ``asdf.testing.helpers `` module with simplified versions of test
2424 helpers previously available in ``asdf.tests.helpers ``. [#1067]
Original file line number Diff line number Diff line change 44Changes
55*******
66
7+ What's new in asdf 2.9.0?
8+ =========================
9+
10+ The ASDF Standard is at v1.6.0.
11+
12+ Changes include:
13+
14+ - Added the capability for classes to expose their contents
15+ to AsdfFile.info and AsdfFile.search via the ``__asdf_traverse__ `` method.
16+
17+ - Drop support for Python 3.6.
18+
19+ - Update setup.py to raise error if "git submodule update --init" has
20+ not been run.
21+
22+ - Add ability for tags to correspond to multiple schema_uri, with an
23+ implied allOf among the schema_uris.
24+
25+ - Add the URL of the file being parsed to ``SerializationContext ``.
26+
27+ - Add ``asdf.testing.helpers `` module with simplified versions of test
28+ helpers previously available in ``asdf.tests.helpers ``.
29+
730What's new in asdf 2.8.3?
831=========================
932
You can’t perform that action at this time.
0 commit comments