Skip to content

Releases: JuliaFolds2/ChunkSplitters.jl

v2.6.0

18 Sep 16:00
Compare
Choose a tag to compare

ChunkSplitters v2.6.0

Diff since v2.5.0

New features:

  • add minchunksize option.
  • add BatchSplit and ScatterSplit types as (type-stable) default alternatives to symbols :batch and :scatter. Types are preferred and should be used to guarantee that the generation of the chunks do not allocate any intermediate.

Merged pull requests:

v2.5.0

18 Sep 09:26
Compare
Choose a tag to compare

ChunkSplitters v2.5.0

Diff since v2.4.5

  • Support eachindex(enumerate(chunks(...)))

Merged pull requests:

Closed issues:

  • Support eachindex for ChunkSplitters.Enumerate (#41)
  • Drop support for Julia 1.6 (#45)

v2.4.5

11 Jul 14:39
Compare
Choose a tag to compare

ChunkSplitters v2.4.5

Diff since v2.4.4

Merged pull requests:

v2.4.4

26 Jun 23:26
Compare
Choose a tag to compare

ChunkSplitters v2.4.4

Diff since v2.4.3

Merged pull requests:

  • Empty range instead of nothing when getchunk returns (#38) (@lmiq)

v2.4.3

17 Jun 17:56
Compare
Choose a tag to compare

ChunkSplitters v2.4.3

Diff since v2.4.2

  • Fix performance issue for using StepRange instead of UnitRange in :batch type of chunking (#35).

Merged pull requests:

Closed issues:

  • Performance of ChunkSplitters drops because it produces x:1:y instead of x:y (#35)

v2.4.2

02 Apr 00:07
Compare
Choose a tag to compare

ChunkSplitters v2.4.2

Diff since v2.4.1

  • return empty vector when the iterator is empty (solves issue #31).

v2.4.1

01 Apr 23:47
Compare
Choose a tag to compare

ChunkSplitters v2.4.1

Diff since v2.4.0

  • default values for n and size are set to nothing, avoiding a type instability in the definition of the Constraint type.

Merged pull requests:

v2.4.0

07 Mar 12:33
Compare
Choose a tag to compare

ChunkSplitters v2.4.0

Diff since v2.3.0

  • support for size > length(array) .

Merged pull requests:

v2.3.0

01 Mar 17:39
Compare
Choose a tag to compare

ChunkSplitters v2.3.0

Diff since v2.2.0

New feature

  • Support for chunk size option in the case :batch chunks.

Merged pull requests:

Closed issues:

  • Allow specification via chunksize (instead of nchunks) (#18)
  • Working with non-AbstractArray types (#21)
  • the docs are broken (#23)

v2.2.0

02 Feb 09:52
bca4fd3
Compare
Choose a tag to compare

ChunkSplitters v2.2.0

Diff since v2.1.0

Merged pull requests: