Releases: JuliaIO/DiskArrays.jl
Releases · JuliaIO/DiskArrays.jl
v0.4.10
DiskArrays v0.4.10
Merged pull requests:
- fast path for common_chunks where only one disk array (#224) (@rafaqz)
- all
Chunked
s are chunked (#226) (@tiemvanderdeure) - Fix ambiguities (#228) (@rafaqz)
- refactor, rename and document (#229) (@rafaqz)
- Fix bug in testtypes (#230) (@meggart)
- Test and capture edge cases for empty views into diskarrays (#232) (@meggart)
- bump patch version to 0.4.10 (#235) (@rafaqz)
Closed issues:
- Implementing in other packages (#2)
- Finding an org for this package (#3)
- Implement chunked
foreach
/non allocating chunked iteration. (#37) - Fix method ambiguities (#71)
- Indxing type stability (#137)
zip
triggers lots of invalidations (#175)- Changes in v0.4.3 seem to break upstream packages (#180)
common_chunks
onSubDiskArray
can be a large fraction of io cost (#222)- Heavily abbreviated code may be blocking contributions (#223)
- Fix RegularChunks when chunksizes[1] == 0 (#231)
v0.4.9
DiskArrays v0.4.9
Merged pull requests:
v0.4.8
v0.4.7
DiskArrays v0.4.7
Merged pull requests:
- display warning (Can not determine size of element type...) only once (#202) (@Alexander-Barth)
- Add option to store LRU cache as mmapped arrays (#203) (@meggart)
- Fix deprecation with oneunit (#204) (@meggart)
- Update Project.toml (#205) (@lazarusA)
- Switch to JuliaIO (#206) (@felixcremer)
- Remove warning for fallback_element_size altogether (#209) (@meggart)
- Allow constructing ConcatDiskArray from mixed type arrays (#210) (@meggart)
- Update Project.toml (#211) (@meggart)
- Undo version skip (#212) (@meggart)
Closed issues:
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: