Jonas Isensee
Jonas Isensee
I noticed the following unfortunate behaviour. `Point2` does not specify it's precision but defaults to Float64. However when calling `rand(Point2, 2)` we receive an array that is not concretely typed....
This was found here: https://github.com/JuliaIO/JLD2.jl/issues/599 When using a `ZstdFrameCompressor` or a `ZstdCompressor`, you reproducably get a segfault when trying to reuse the same compressor instance: I don't know if this...
Hi, I tried to implement the API glue for [InPartS.jl](http://inparts.org) with Agents.jl. I made some progress but also encountered the following things: - Plotting seems to rely on `agent.pos` to...
This PR is WIP. It aims to completely overhaul how compression filters work in JLD2 and tries to imitate the approach of HDF5.jl. Dynamic loading of compression codecs is removed...
This expands the compat bound from 0.7 to also include 0.8. I don't know if this works without any problems, but such a compat is needed for downstream dependencies to...
This is the most wip of the ai gen PRs. It adds support for using the version 4 chunk index types. Fixed Array Index, Implicit Index, Extensible Array Index, and...
Add Soft Links and External Links Support This PR implements soft links and external links in JLD2, bringing enhanced HDF5 compatibility and enabling cross-file dataset references. Changes Core Link System...
This would be cool to have, though it definitely requires a bit of work. Basically: hdf5 allows you to store (arrays) as a collection of smaller chunks e.g. a 20x20...