asdf members mentioned wanting to put a comparison table of supported features for different language implementations of the spec on their website. Just opening an issue here to track some of the gaps that we currently have / could aim to add in future releases:
Additionally, here are some behind-the-scenes improvements that might be nice to have:
- Better tree printing. Maybe go with BFS instead of DFS, similarly to the python impl
- Automated roundtrip testing between Julia and Python impl. PythonCall.jl would be useful for this
- Automated benchmarks with AirspeedVelocity.jl
asdf members mentioned wanting to put a comparison table of supported features for different language implementations of the spec on their website. Just opening an issue here to track some of the gaps that we currently have / could aim to add in future releases:
ASDF.ASDFFileobject from a dict, instead of needing to round-trip throughASDF.write_file,ASDF.load_fileAdditionally, here are some behind-the-scenes improvements that might be nice to have: