Skip to content

Releases: JuliaIO/DiskArrays.jl

v0.4.10

19 Feb 10:32
0892642
Compare
Choose a tag to compare

DiskArrays v0.4.10

Diff since v0.4.9

Merged pull requests:

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 on SubDiskArray 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

06 Feb 14:54
c1873df
Compare
Choose a tag to compare

DiskArrays v0.4.9

Diff since v0.4.8

Merged pull requests:

v0.4.8

20 Jan 09:05
1886884
Compare
Choose a tag to compare

DiskArrays v0.4.8

Diff since v0.4.7

Merged pull requests:

Closed issues:

  • Type instability with ArchGDAL.RasterDiskArray (#214)

v0.4.7

07 Jan 10:46
44e40a4
Compare
Choose a tag to compare

DiskArrays v0.4.7

Diff since v0.4.6

Merged pull requests:

Closed issues:

  • map is broken, includeing missing collect_similar for DiskGenerator (#144)
  • Error in plot of DiskArray after cat (#185)
  • readblock! outputs values in wrong positions (#192)
  • Unavoidable warning when writing String (#208)

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)