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.6.0 (unreleased )
1+ 2.6.0 (2020-04-22 )
22------------------
33
44- AsdfDeprecationWarning now subclasses DeprecationWarning. [#710]
2828- Fix bug preventing history entries when a file was previously
2929 saved without them. [#779]
3030
31- - Update developer overview documentation to describe design of changes
31+ - Update developer overview documentation to describe design of changes
3232 to handle internal references and reference cycles. [#781]
3333
34342.5.2 (2020-02-28)
Original file line number Diff line number Diff line change 44Changes
55*******
66
7+ What's New in ASDF 2.6.0?
8+ =========================
9+
10+ The ASDF Standard is at v1.5.0.
11+
12+ Changes include:
13+
14+ * ASDF Standard 1.5.0 is now the default for new files. Changes to
15+ the standard include several new and updated transform schemas,
16+ and removal of wcs schemas that were previously deprecated and
17+ moved to the ``gwcs `` package.
18+
19+ * Add ``asdf.info `` and ``AsdfFile.search `` methods for visualizing
20+ and interactively searching an ASDF tree.
21+
22+ * Fix bug causing too many bytes to be consumed when reading
23+ compressed blocks.
24+
25+ * Support validation and serialization of additional numpy
26+ scalar types.
27+
28+ * Fix serialization of trees containing implicit internal references
29+ and reference cycles, and simplify handling of children in
30+ ``ExtensionType `` subclasses.
31+
32+ * Fix bug preventing addition of history entires to a file that
33+ was initially saved without them.
34+
35+ * Expand developer documentation to cover the details of pyyaml
36+ integration and conversion between tagged trees and custom trees.
37+
738What's New in ASDF 2.5.2?
839=========================
940
You can’t perform that action at this time.
0 commit comments