Releases: JuliaML/MLUtils.jl
Releases · JuliaML/MLUtils.jl
v0.4.8
MLUtils v0.4.8
Merged pull requests:
- Fix regression with building empty dataloaders (#203) (@ChrisRackauckas)
Closed issues:
- Port collated batch view from DataLoaders.jl (#29)
v0.4.7
MLUtils v0.4.7
Merged pull requests:
- add some guides (#200) (@CarloLucibello)
- depend on MLCore.jl (#201) (@CarloLucibello)
- add
obsdimargument toobsview(#202) (@CarloLucibello)
Closed issues:
- Status of MLLabelUtils porting (#16)
- Reexport OneHotArrays.jl (#77)
- mapobs problems with composite datasets and vector indexes (#110)
DataLoaders(..., parallel=true)hanging (#132)- MLUtils seems quite heavy (#155)
- Flux CI failures caused by recent DataLoader changes (#198)
- slidingwindow should have a
dimskeyword (#199)
v0.4.6
MLUtils v0.4.6
Merged pull requests:
- More efficient ntuple generation in
unsqueezew/Val(#178) (@BioTurboNick) - support for collate function and for mapobs in DataLoader (#181) (@CarloLucibello)
- update workflows (#182) (@CarloLucibello)
- implement trues_like, falses_like + vector indexing for joinobs (#184) (@CarloLucibello)
- add make_moons generator + some doc reorg (#185) (@CarloLucibello)
- add rng argument to splitobs, undersample, oversample (#186) (@CarloLucibello)
- improve splitobs docstring (#187) (@CarloLucibello)
- mention obsview in splitobs docstring (#188) (@CarloLucibello)
- fix batchseq for vectors of vectors (#189) (@CarloLucibello)
- fix doctests (#190) (@CarloLucibello)
- properly use or create buffer in DataLoader (#191) (@CarloLucibello)
- rework DataLoader (#192) (@CarloLucibello)
- make DataLoader iterations type stable (#193) (@CarloLucibello)
- relax joinobs to join different types (#194) (@CarloLucibello)
- add stratified options to splitobs (#195) (@CarloLucibello)
- add slidingwindow (#196) (@CarloLucibello)
- add batch_sequence (#197) (@CarloLucibello)
Closed issues:
- Scope of this package (#2)
- Status of MLDataPattern porting (#3)
- Adding a similar functionality like sklearn.make_regression, make_moons etc. (#15)
- add better documentation for batch (#55)
mapobsdoesn't work with named tuples (#70)CuArrays should not follow fast paths inobsview(#72)- Padded batching (#78)
- The fallback result of
batchoverAbstractArray{<:Number}(#85) - Archiving DataLoaders.jl (#90)
- Porting
rescale!fromMLDataUtils? (#128) - add trues_like and zeros_like (#137)
- v0.4.0 introduced error for DataLoader which collates images (#139)
batchseqwith vectors of vectors (#140)- Error during callback: MLUtils
did not define the expected moduleMLUtils`, (#152) mapobs(f, DataLoader)should just work? (#153)getobs!(buffer, data::BatchView, idx)ignoresbuffer(#156)joinobsassumes all inputs to be of the same type but returns a differentJoinedDatatype (#160)- Un-documented behaviour of
splitobs(...; at=1)(#166) splitobsmake views, but say it requires onlygetobs(#167)- Type instability in
DataLoader(#168) - Floops depedency should be removed (#175)
- The
JoinedDatacontainer seems to be missing agetindex()method for indices other thanNumber(#177) - Allow passing RNG instance to splitobs() for shuffle control (#179)
v0.4.5
MLUtils v0.4.5
Merged pull requests:
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
unstackmethod withValdims 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
stackandbatch(#52) chunkreturns views for CuArrays (#103)- Extend
chunkto take aVectorof 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)