Published October 16, 2023
| Version 3.0.0
Software
Open
asdf-format/asdf: 3.0.0
Authors/Creators
- Dan D'Avella
- Brett Graham
- William Jamieson1
- Michael Droettboom2
- Edward Slavich
- Thomas Robitaille
- Nadia Dencheva1
- perrygreenfield
- Bernie Simon1
- Ken MacDonald3
- E. M. Bray
- Zach Burnett1
- James Davies4
- Stuart Mumford5
- Vadim Markovtsev6
- Erik Tollerud1
- Brigitta Sipőcz7
- Larry Bradley1
- Çağtay Fabry8
- Lehman Garrison9
- Ben Greiner
- P. L. Lim1
- Christoph Deil10
- Matt Craig11
- Kyle Barbary12
- Ole Streicher13
- Adam Ginsburg14
- Justin Ely15
- Wolfgang Kerzendorf
- 1. Space Telescope Science Institute
- 2. Microsoft
- 3. STScI
- 4. Max Planck Institute for Astronomy
- 5. Aperio Software
- 6. @poolsideai
- 7. Caltech/IPAC
- 8. BAM
- 9. Scientific Computing Core, Flatiron Institute
- 10. HeidelbergCement
- 11. Minnesota State University Moorhead
- 12. ArrePath
- 13. Leibniz Institute for Astrophysics @aipescience
- 14. University of Florida
- 15. Reddit
Description
Asdf 3.0.0 is the first major asdf release since 2018.
Thank you to all the contributors!
There are many large and small changes in asdf 3.0.
Please see the updated docs and the What's New page for more details.
The ASDF Standard is at v1.6.0 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Drop support for ASDF-in-FITS. [#1288]
- Add
all_array_storage,all_array_compressionandall_array_compression_kwargstoasdf.config.AsdfConfig[#1468] - Move built-in tags to converters (except ndarray and integer). [#1474]
- Add block storage support to Converter [#1508]
- Remove deprecated legacy extension API [#1464]
- Fix issue opening files that don't support
fileno[#1557] - Allow Converters to defer conversion to other Converters
by returning
NoneinConverter.select_tag[#1561] - Remove deprecated tests.helpers [#1597]
- Remove deprecated load_custom_schema [#1596]
- Remove deprecated TagDefinition.schema_uri [#1595]
- Removed deprecated AsdfFile.open and deprecated asdf.open AsdfFile.write_to and AsdfFile.update kwargs [#1592]
- Fix
AsdfFile.infoloading all array data [#1572] - Blank out AsdfFile.tree on close [#1575]
- Move ndarray to a converter, add
convert_unknown_ndarray_subclassestoasdf.config.AsdfConfig, moveasdf.Streamtoasdf.tags.core.Stream, update block storage support for Converter and update internal block API [#1537] - Remove deprecated resolve_local_refs argument to load_schema [#1623]
- Move IntegerType to converter and drop cache of converted values. [#1527]
- Remove legacy extension API [#1637]
- Fix bug that left out the name of the arrays that differed
for
asdftool diffcomparisons [#1652]
Files
asdf-format/asdf-3.0.0.zip
Files
(1.1 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:66b1882a639c5b5837b6910315872dab
|
1.1 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/asdf-format/asdf/tree/3.0.0 (URL)