Skip to content

Releases: JuliaIO/DiskArrays.jl

v0.4.6

23 Oct 15:29
0dbb87f
Compare
Choose a tag to compare

DiskArrays v0.4.6

Diff since v0.4.5

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

21 Oct 07:22
c41b193
Compare
Choose a tag to compare

DiskArrays v0.4.5

Diff since v0.4.4

Merged pull requests:

Closed issues:

  • ArchGDAL tests on julia 1.6 fail because @kwdef is not defined (#160)
  • zip triggers lots of invalidations (#175)
  • getindex with empty index (#186)
  • Performance and precision of sum(ncvar_float32) (#188)

v0.4.4

31 Jul 16:00
ccd3092
Compare
Choose a tag to compare

DiskArrays v0.4.4

Diff since v0.4.3

Merged pull requests:

Closed issues:

  • setindex_disk_nobatch! writes undef values for StepRange indices (#171)

v0.4.3

29 May 16:13
1ccac39
Compare
Choose a tag to compare

DiskArrays v0.4.3

Diff since v0.4.2

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

16 Apr 13:22
309f613
Compare
Choose a tag to compare

DiskArrays v0.4.2

Diff since v0.4.1

Merged pull requests:

  • Fix a case of wrong aliasing for setindex (#164) (@meggart)
  • Fix need_batch for cartesianindex arguments (#166) (@meggart)

Closed issues:

  • Batch getindex is not typesafe (#68)
  • @assume_effects :removable breaks compilation on Julia 1.9. (#159)
  • numind and CartesianIndex (#165)

v0.4.1

06 Mar 14:03
b3f3d1e
Compare
Choose a tag to compare

DiskArrays v0.4.1

Diff since v0.4.0

Merged pull requests:

  • Add test for Bool indexing with an indexing vector that batches (#157) (@felixcremer)
  • Avoid allocation of temp array for dense data reads and writes (#161) (@meggart)
  • Update Project.toml (#162) (@meggart)

v0.4.0

29 Feb 16:13
24bbb8e
Compare
Choose a tag to compare

DiskArrays v0.4.0

Diff since v0.3.23

Merged pull requests:

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

05 Feb 13:50
2b09950
Compare
Choose a tag to compare

DiskArrays v0.3.23

Diff since v0.3.22

Merged pull requests:

Closed issues:

  • optimization for var[:,:,[1,2]], wrong result with indexing with two vectors and the type-stability issue (#131)
  • cat should work for iterators of Ints (#133)

v0.3.22

08 Oct 21:10
Compare
Choose a tag to compare

DiskArrays v0.3.22

Diff since v0.3.21

Merged pull requests:

v0.3.21

08 Oct 11:19
Compare
Choose a tag to compare

DiskArrays v0.3.21

Diff since v0.3.20

Merged pull requests: