We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2780ca5 commit 70fe308Copy full SHA for 70fe308
1 file changed
src/registry.jl
@@ -40,6 +40,7 @@ add_format(format"JLD2", (unsafe_wrap(Vector{UInt8},"Julia data file (HDF5), ver
40
".jld2", [:JLD2 => UUID("033835bb-8acc-5ee8-8aae-3f567f8a3819")])
41
add_format(format"BSON", (), ".bson", [:BSON => UUID("fbb218c0-5317-5bc6-957e-2ee96dd4b1f0")])
42
add_format(format"JLSO", (), ".jlso", [:JLSO => UUID("9da8a3cd-07a3-59c0-a743-3fdc52c30d11")])
43
+add_format(format"MAT", (), ".mat", [:MAT => UUID("23992714-dd62-5051-b70f-ba57cb901cac")])
44
add_format(format"NPY", "\x93NUMPY", ".npy", [idNPZ])
45
add_format(format"NPZ", "PK\x03\x04", ".npz", [idNPZ])
46
0 commit comments