Skip to content

Commit

Permalink
add standard change to what's new
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Nov 8, 2024
1 parent 860e79e commit 932e73d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/asdf/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,25 @@ Removed API
New Defaults
------------


.. _whats_new_4.0.0_standard:

ASDF standard version
^^^^^^^^^^^^^^^^^^^^^

By default asdf 4.0.0 will write files that use the 1.6.0 version of the
ASDF standard. This change should be transparent and all files
that use the older standards are readable. If you wish to write files
using the 1.5.0 (or older) ASDF standard you can provide a version
to `AsdfFile.write_to` or change `asdf.config.AsdfConfig.default_version`.

In addition to new schemas and tags ASDF standard 1.6.0 comes with
a few other changes (scheduled for this version).

- Opening files will no longer trigger `AsdfFile.fill_defaults`.
- Mapping keys are restricted to str, int, bool
See :external+asdf-standard:ref:`yaml_subset`

.. _whats_new_4.0.0_validation:

Validation
Expand Down

0 comments on commit 932e73d

Please sign in to comment.