Skip to content

Releases: JuliaML/MLUtils.jl

v0.4.4

04 Jan 11:26
db00699
Compare
Choose a tag to compare

MLUtils v0.4.4

Diff since v0.4.3

Merged pull requests:

Closed issues:

  • eachobsparallel CUDA Error while freeing... (#161)
  • The chunk function is not differentiable on GPU (#170)
  • Method ambiguities reported by Aqua (#171)

v0.4.3

15 Jun 11:21
03f8fb1
Compare
Choose a tag to compare

MLUtils v0.4.3

Diff since v0.4.2

Closed issues:

  • TaskPoolEx leads to unreliable Dataloaders (#142)
  • "failed to start primary task" with Julia 1.9 and nthreads(:interactive) > 0 (#158)

Merged pull requests:

  • Change default parallel executor to ThreadedEx (#143) (@RomeoV)
  • CompatHelper: bump compat for NNlib to 0.9, (keep existing compat) (#159) (@github-actions[bot])

v0.4.2

02 May 17:32
2677a73
Compare
Choose a tag to compare

MLUtils v0.4.2

Diff since v0.4.1

Closed issues:

  • unstack not passing the inferred test (#149)
  • Using DataLoader for multi input (#151)

Merged pull requests:

  • add a type-stable unstack method with Val dims arg (#150) (@gabrevaya)
  • CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) (#154) (@github-actions[bot])

v0.4.1

12 Feb 15:33
c957026
Compare
Choose a tag to compare

MLUtils v0.4.1

Diff since v0.4.0

Merged pull requests:

v0.4.0

29 Dec 08:38
ff2fcc1
Compare
Choose a tag to compare

MLUtils v0.4.0

Diff since v0.3.1

Closed issues:

  • broken inferred tests for stack and batch (#52)
  • chunk returns views for CuArrays (#103)
  • Extend chunk to take a Vector of sizes (#114)
  • Accomodate Base.stack (#119)
  • stack can cause StackOverflowError or Segmentation fault on macOS ARM (#121)

Merged pull requests:

v0.3.1

11 Nov 19:08
1c50c62
Compare
Choose a tag to compare

MLUtils v0.3.1

Diff since v0.3.0

Closed issues:

  • out of date compatibility (#129)
  • MLUtils exports rpad (#130)

Merged pull requests:

v0.3.0

28 Oct 04:17
125205b
Compare
Choose a tag to compare

MLUtils v0.3.0

Diff since v0.2.11

Closed issues:

  • Can MLUtils play nicely with Tables.jl? (#61)
  • Incorrect docs for undersample and oversample (#113)
  • batchseq for sequences of matrices (#118)
  • DataLoader incompatible with Flux/Zygote (#127)

Merged pull requests:

v0.2.11

20 Sep 15:53
a73692e
Compare
Choose a tag to compare

MLUtils v0.2.11

Diff since v0.2.10

Closed issues:

  • Scalar indexing in getobs (#120)

Merged pull requests:

v0.2.10

30 Jul 07:47
387b371
Compare
Choose a tag to compare

MLUtils v0.2.10

Diff since v0.2.9

Closed issues:

  • add Flux.jl downstream test (#54)
  • Tables.jl and DataAPI.jl interoperation (#67)
  • stable docs link broken (#83)
  • Extend function chunk() to expect a chunk size parameter? (#109)

Merged pull requests:

v0.2.9

28 Jun 06:20
381c86f
Compare
Choose a tag to compare

MLUtils v0.2.9

Diff since v0.2.8

Closed issues:

  • DataLoader.nobs could make use of partial flag to return final number of samples being used ? (#76)
  • Unnecessary allocation in getobs! for arrays (#86)

Merged pull requests: