Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "ASDF"
uuid = "686f71d1-807d-59a4-a860-28280ea06d7b"
version = "2.0.0"
version = "2.0.1"
authors = ["Erik Schnetter <schnetter@gmail.com>"]

[workspace]
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ af = load("intro_compressed.asdf")
name: "ASDF.jl"
author: "Erik Schnetter <schnetter@gmail.com>"
homepage: "https://github.com/JuliaAstro/ASDF.jl"
version: "2.0.0"
version: "2.0.1"
...
�BLK0 f�0xj�sq���r#ASDF BLOCK INDEX
%YAML 1.1
Expand Down
4 changes: 2 additions & 2 deletions src/ASDF.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1424,7 +1424,7 @@ long.asdf
├─ name::String | ASDF.jl
├─ author::String | Erik Schnetter <schnetter@gmail.com>
├─ homepage::String | https://github.com/JuliaAstro/ASDF.jl
└─ version::String | 2.0.0
└─ version::String | 2.0.1
```
"""
function info(io::IO, af::ASDFFile; max_rows = 20)
Expand Down Expand Up @@ -1542,7 +1542,7 @@ myfile.asdf
├─ name::String | ASDF.jl
├─ author::String | Erik Schnetter <schnetter@gmail.com>
├─ homepage::String | https://github.com/JuliaAstro/ASDF.jl
└─ version::String | 2.0.0
└─ version::String | 2.0.1
```
"""
function fileio_load(f::File{format"ASDF"}; kwargs...)
Expand Down
Loading