Fabian Gans
Fabian Gans
I think the general indexing functionality for this package is there now, so that one could use this package as a dependency for NetCDF, HDF5 or Zarr without losing functionality....
As already discussed in #2 before registering this package I would like to decide about the org where the repo should be hosted. It was suggested that JuliaArrays would be...
Hi @rafaqz , as discussed on discourse you showed some interest in defining something like a `AbstractDiskArray` I am not sure if you have started something like this already, but...
This is a placeholder PR to update the DiskArray interface implementation once DiskArrays 0.4 is released.
The compat entries about the minimum required Julia version for Diskarrays 0.4.0 were not correct.
This occured in `setindex!` cases where source and destination shape were not the same, e.g. ````julia a[1:10,2:2] = 1:10 ```` A test was added for this in setindex tests.
After the fixes applied by @DilumAluthge I agree that tagging the next release as 1.0 would be a good idea. Are there any opinions or suggestions for breaking interface changes...
I think this might be useful in other contexts as well so I put it into a small package https://github.com/meggart/DateTimes64.jl