Skip to content

Commit 2b4064f

Browse files
authored
Merge pull request #783 from eslavich/eslavich-prepare-2.6.0-release
Update changelogs for 2.6.0 release
2 parents e4a1c5b + f853712 commit 2b4064f

2 files changed

Lines changed: 33 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2.6.0 (unreleased)
1+
2.6.0 (2020-04-22)
22
------------------
33

44
- AsdfDeprecationWarning now subclasses DeprecationWarning. [#710]
@@ -28,7 +28,7 @@
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

3434
2.5.2 (2020-02-28)

docs/asdf/changes.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,37 @@
44
Changes
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+
738
What's New in ASDF 2.5.2?
839
=========================
940

0 commit comments

Comments
 (0)