Skip to content

Releases: JuliaML/MLUtils.jl

v0.2.8

27 Jun 05:35
c202082
Compare
Choose a tag to compare

MLUtils v0.2.8

Diff since v0.2.7

Closed issues:

  • DataLoader: partial = false returns incorrect batch sizes introduced in v0.2.7 (#105)

Merged pull requests:

v0.2.7

22 Jun 05:55
1020a60
Compare
Choose a tag to compare

MLUtils v0.2.7

Diff since v0.2.6

Closed issues:

  • Implementing rand_like (#99)

Merged pull requests:

  • DataLoader transducers reducible API (#75) (@ancapdev)
  • CompatHelper: add new compat entry for Transducers at version 0.4, (keep existing compat) (#100) (@github-actions[bot])
  • rand_like and randn_like (#101) (@theabhirath)
  • Doc fixes for rand_like and randn_like (#102) (@theabhirath)

v0.2.6

10 Jun 15:20
4243d09
Compare
Choose a tag to compare

MLUtils v0.2.6

Diff since v0.2.5

Closed issues:

  • Status of MLDataPattern porting (#3)
  • add multitaksing to DataLoader (#13)
  • API for iterator/view variants (#66)
  • Shuffling a BatchView gives an ObsView of the data (#96)

Merged pull requests:

v0.2.5

15 May 17:59
c1dc3c2
Compare
Choose a tag to compare

MLUtils v0.2.5

Diff since v0.2.4

Merged pull requests:

v0.2.4

28 Apr 08:04
d5f3e6c
Compare
Choose a tag to compare

MLUtils v0.2.4

Diff since v0.2.3

Closed issues:

  • eachobs(;batchsize) vs BatchView(;batchsize) vs DataLoader(;batchsize) (#79)

Merged pull requests:

  • Change default scheduler for eachobsparallel (#80) (@lorenzoh)

v0.2.3

09 Apr 07:21
8ad403b
Compare
Choose a tag to compare

MLUtils v0.2.3

Diff since v0.2.2

Closed issues:

  • conflict on function names with Flux.jl (#71)

Merged pull requests:

v0.2.2

08 Apr 06:51
f950944
Compare
Choose a tag to compare

MLUtils v0.2.2

Diff since v0.2.1

Closed issues:

  • Port parallel loaders from DataLoaders.jl (#30)

Merged pull requests:

  • Implement parallel data iterator using FLoops.jl (#33) (@lorenzoh)
  • remove unnecessary CI (#62) (@CarloLucibello)
  • CompatHelper: add new compat entry for FLoops at version 0.2, (keep existing compat) (#65) (@github-actions[bot])
  • fix group_indices docstring (#69) (@CarloLucibello)

v0.2.1

24 Feb 08:05
0902d75
Compare
Choose a tag to compare

MLUtils v0.2.1

Diff since v0.2.0

Merged pull requests:

v0.2.0

23 Feb 04:50
1da3c53
Compare
Choose a tag to compare

MLUtils v0.2.0

Diff since v0.1.4

Closed issues:

  • circularity in AbstractDataContainer definitions (#57)

Merged pull requests:

  • Make getindex/length the default interface (#59) (@darsnack)

v0.1.4

17 Feb 18:48
e1f4c6b
Compare
Choose a tag to compare

MLUtils v0.1.4

Diff since v0.1.3

Merged pull requests:

  • Add generic fallbacks for getobs and numobs (#56) (@darsnack)