Skip to content

Releases: JuliaML/MLUtils.jl

v0.2.2

08 Apr 06:51
f950944

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

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

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

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)

v0.1.3

15 Feb 08:39
791fb77

Choose a tag to compare

MLUtils v0.1.3

Diff since v0.1.2

Merged pull requests:

v0.1.2

11 Feb 01:37

Choose a tag to compare

MLUtils v0.1.2

Diff since v0.1.1

Closed issues:

  • Error in installing because v0.1.1 doesn't contain src/Datasets/datasets.jl (#48)

Merged pull requests:

v0.1.1

10 Feb 07:24
ef1bef1

Choose a tag to compare

MLUtils v0.1.1

Diff since v0.1.0

Merged pull requests:

v0.1.0

08 Feb 22:35
4ad2274

Choose a tag to compare

MLUtils v0.1.0

Closed issues:

  • Drop ObsView etc. (#8)
  • add batch and unbatch (#12)
  • Port some data container functionality out of FastAI.jl (#14)
  • Status of MLDataUtils porting (#17)
  • extend batch to handle vectors of tuples, named tuples, dicts (#23)
  • use keyword dims for unsqueeze, stack, unstack (#25)
  • disallow generic iterables in batch in favor of vector (#26)

Merged pull requests: