Releases: JuliaIO/DiskArrays.jl
Releases · JuliaIO/DiskArrays.jl
v0.4.6
DiskArrays v0.4.6
Merged pull requests:
- Implement collect_similar like collect for DiskGenerators (#198) (@asinghvi17)
- Add a DiskIndex constructor to fix 32bit systems (#201) (@meggart)
Closed issues:
- ArgumentError: Unable to determine chunksize of non-range views. (#183)
v0.4.5
DiskArrays v0.4.5
Merged pull requests:
- Allow vector-based indices (#181) (@ConnectedSystems)
- Fix dispatch for mapreduce (#191) (@meggart)
- Make AccessCountDiskArray <: AbstractDiskArray + fix zip bug (#193) (@charleskawczynski)
- Attempt to add support for
getindex(::DiskArray, Int[])
(#194) (@charleskawczynski) - Update #189 (#196) (@meggart)
- Update Project.toml (#197) (@meggart)
Closed issues:
v0.4.4
v0.4.3
DiskArrays v0.4.3
Merged pull requests:
- Shorten chunk output in show (#167) (@meggart)
- Check for zero length index in copyto! and same length of the indices (#169) (@felixcremer)
- use indexing rather than broadcast in Array (#170) (@rafaqz)
- Fix undef writes in setindex take 2 (#173) (@meggart)
Closed issues:
- copyto! fails when one of the axes has a zero length index (#168)
v0.4.2
v0.4.1
DiskArrays v0.4.1
Merged pull requests:
v0.4.0
DiskArrays v0.4.0
Merged pull requests:
- WIP: Complete reimplementation of getindex and setindex (#146) (@meggart)
- fix
reverse
arguments (#150) (@rafaqz) - Allow indexing with nd arrays of integers and CartesianIndex (#151) (@meggart)
- Add test that show does not index (#152) (@felixcremer)
- Delete zero element method from writeblock! and readblock! (#153) (@felixcremer)
- Check bounds for scalar indexing (#156) (@meggart)
Closed issues:
- Does this strictly have anything to do with Disk? (#40)
- dimensions get moved around in unintuitive ways when accessing DiskArray using CartesianIndex (#84)
- Backend generalisation (#95)
- lazy reverse(a; dims=n) with keyword dimension (#113)
- Very slow performance indexing into netcdf with a vector (#135)
- Don't load whole chunk when you don't need to, e.g. with NetCDF (#136)
- Indexing with vectors can give the wrong result (#138)
- Remove length from Stateful Iterators (#142)
- NetCDF tests fail on DiskArray main (#154)
- Indexing with not enough dimensions does not error (#155)
v0.3.23
DiskArrays v0.3.23
Merged pull requests:
- Dispatch on the dims type in cat_disk to allow for one element tuples for dims in cat (#134) (@felixcremer)
- Fix type stability issue with SubDiskArray (#139) (@wkearn)
- Move _DiskArray out of tests (#140) (@meggart)
- Enable broadcasted assignment with trailing singleton dimensions (#141) (@wkearn)
- use summary and eachchunk in show (#143) (@rafaqz)
- Remove unnecessary use of
length(::Stateful)
(#145) (@vtjnash) - Add CachedDiskArray (#147) (@rafaqz)
- Increase patch version (#148) (@felixcremer)
Closed issues:
v0.3.22
v0.3.21
DiskArrays v0.3.21
Merged pull requests: