Releases: JuliaML/MLUtils.jl
Releases · JuliaML/MLUtils.jl
v0.4.4
MLUtils v0.4.4
Merged pull requests:
- Add RNG support to randobs (#162) (@EssamWisam)
- batchsize() documentation (#163) (@NeroBlackstone)
- Add
firstindex(::AbstractDataContainer)
(#164) (@Pangoraw) - Improve examples for
splitobs
(#165) (@mcabbott) - CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#169) (@github-actions[bot])
- fix rpad and put! ambiguities (#172) (@CarloLucibello)
- fix print test (#173) (@CarloLucibello)
Closed issues:
v0.4.3
v0.4.2
MLUtils v0.4.2
Closed issues:
Merged pull requests:
- add a type-stable
unstack
method withVal
dims arg (#150) (@gabrevaya) - CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) (#154) (@github-actions[bot])
v0.4.1
MLUtils v0.4.1
Merged pull requests:
- update workflows (#146) (@CarloLucibello)
- define mapobs behavior for vector of indexes (#147) (@CarloLucibello)
v0.4.0
MLUtils v0.4.0
Closed issues:
- broken inferred tests for
stack
andbatch
(#52) chunk
returns views for CuArrays (#103)- Extend
chunk
to take aVector
of sizes (#114) - Accomodate
Base.stack
(#119) - stack can cause StackOverflowError or Segmentation fault on macOS ARM (#121)
Merged pull requests:
- improvements to stack (#125) (@CarloLucibello)
- improvements to chunk (#133) (@CarloLucibello)
- chunk by partition indexes (#134) (@CarloLucibello)
v0.3.1
MLUtils v0.3.1
Closed issues:
Merged pull requests:
- deprecate rpad correctly (#131) (@CarloLucibello)
v0.3.0
MLUtils v0.3.0
Closed issues:
- Can MLUtils play nicely with Tables.jl? (#61)
- Incorrect docs for
undersample
andoversample
(#113) batchseq
for sequences of matrices (#118)- DataLoader incompatible with Flux/Zygote (#127)
Merged pull requests:
- oversample and undersample always return classes as well (#116) (@CarloLucibello)
- Pretty printing for
DataLoader
(#122) (@mcabbott) numobs
andgetobs
support for Tables.jl's tables (#124) (@CarloLucibello)- generalize batchseq to sequence of generic arrays (#126) (@CarloLucibello)
v0.2.11
v0.2.10
MLUtils v0.2.10
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:
- add downstream tests (#111) (@CarloLucibello)
- Extend
chunk
to takesize
as an argument (#112) (@theabhirath)
v0.2.9
MLUtils v0.2.9
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:
- fix DataLoader docstring (#107) (@CarloLucibello)
- update tagbot (#108) (@CarloLucibello)