From 3222c89921a4663228108cbdacc44b40904f9658 Mon Sep 17 00:00:00 2001 From: Ed Slavich Date: Wed, 12 May 2021 12:53:01 -0400 Subject: [PATCH] Update changelog and docs for 2.8.0 release --- CHANGES.rst | 2 +- docs/asdf/changes.rst | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 7a5edb445..285215f7d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -2.8.0 (unreleased) +2.8.0 (2021-05-12) ------------------ - Add ``yaml_tag_handles`` property to allow definition of custom yaml diff --git a/docs/asdf/changes.rst b/docs/asdf/changes.rst index 864cd8904..e2bc57198 100644 --- a/docs/asdf/changes.rst +++ b/docs/asdf/changes.rst @@ -4,6 +4,34 @@ Changes ******* +What's new in ASDF 2.8.0? +========================= + +The ASDF Standard is at v1.6.0. + +Changes include: + +- New plugin APIs for block compressors, extensions, and schemas. + +- New global configuration mechanism (``asdf.get_config()``). + +- Support for the asdf:// URI scheme. + +- Drop support for Python 3.5. + +- Support for ASDF Standard 1.6.0, which is available via the + ``version`` argument to ``AsdfFile.__init__`` but not yet the + default. + +- Values that match defaults defined in schemas are no longer + automatically removed from the ASDF tree. + +- ``None`` values are no longer removed from the tree on write. + +- Remove the ``asdf.test`` method and ``asdf.__githash__`` attribute. + +- And more, see full changelog below for details. + What's New in ASDF 2.7.4? =========================