Skip to content

Commit

Permalink
Merge pull request #783 from eslavich/eslavich-prepare-2.6.0-release
Browse files Browse the repository at this point in the history
Update changelogs for 2.6.0 release
  • Loading branch information
eslavich authored Apr 23, 2020
2 parents e4a1c5b + f853712 commit 2b4064f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2.6.0 (unreleased)
2.6.0 (2020-04-22)
------------------

- AsdfDeprecationWarning now subclasses DeprecationWarning. [#710]
Expand Down Expand Up @@ -28,7 +28,7 @@
- Fix bug preventing history entries when a file was previously
saved without them. [#779]

- Update developer overview documentation to describe design of changes
- Update developer overview documentation to describe design of changes
to handle internal references and reference cycles. [#781]

2.5.2 (2020-02-28)
Expand Down
31 changes: 31 additions & 0 deletions docs/asdf/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,37 @@
Changes
*******

What's New in ASDF 2.6.0?
=========================

The ASDF Standard is at v1.5.0.

Changes include:

* ASDF Standard 1.5.0 is now the default for new files. Changes to
the standard include several new and updated transform schemas,
and removal of wcs schemas that were previously deprecated and
moved to the ``gwcs`` package.

* Add ``asdf.info`` and ``AsdfFile.search`` methods for visualizing
and interactively searching an ASDF tree.

* Fix bug causing too many bytes to be consumed when reading
compressed blocks.

* Support validation and serialization of additional numpy
scalar types.

* Fix serialization of trees containing implicit internal references
and reference cycles, and simplify handling of children in
``ExtensionType`` subclasses.

* Fix bug preventing addition of history entires to a file that
was initially saved without them.

* Expand developer documentation to cover the details of pyyaml
integration and conversion between tagged trees and custom trees.

What's New in ASDF 2.5.2?
=========================

Expand Down

0 comments on commit 2b4064f

Please sign in to comment.