Releases: tom-metherell/Mice.jl
Releases · tom-metherell/Mice.jl
v0.3.8
Mice v0.3.8
Changes
- Fixed a bug where
micewould not work on datasets with only float variables.
Merged pull requests:
- Fix issue with all-float dataframes (#25) (@tom-metherell)
v0.3.7
Mice v0.3.7
Changes
- Removed option to make additional invocations of the garbage collector and
- Performance tweaks.
v0.3.6
Mice v0.3.6
Changes
- Partly fixed RCall.jl functionality (#17 notwithstanding) and
- Added support for passing arbitrary keyword arguments to inner functions.
Merged pull requests:
- Support passing keyword arguments to inner functions (#23) (@tom-metherell)
v0.3.5
v0.3.4
Mice v0.3.4
Changes
- Added
rfmethod (with a new extension to link with BetaML.jl) and - Some bugfixes.
Merged pull requests:
- Add random forest method & documentation changes (#22) (@tom-metherell)
v0.3.3
Mice v0.3.3
Changes
- Fixed continuation
mice()(i.e. themice()method used on existing Mids objects) and - Made changes such that
CategoricalArraysare preserved even in the intermediate working data objects (rather than being converted to vectors ofCategoricalValues.
v0.3.2
Mice v0.3.2
Changes
- Added precompilation to reduce latency (including
MiceDataFramesExtfor DataFrames.jl support)
Merged pull requests:
- Add precompilation (#21) (@tom-metherell)
v0.3.1
Mice v0.3.1
Changes
- Fixed broken implementation for vectors of categorical values wrapping strings
v0.3.0
Mice v0.3.0
This is the first registered version of Mice.jl.
Breaking changes
- Removed internal multithreading option (i.e. no more
threadsargument).
Other major changes
- Improved overall performance significantly and
- Removed now unused internal functions.
Merged pull requests:
- Performance enhancements etc. (#18) (@tom-metherell)
- CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#19) (@github-actions[bot])
Mice.jl v0.2.0
Major changes:
- Added an extension to integrate
Mice.jlwithRCall.jl; - Replaced all
NamedArrayswithAxisArrays; - Changed the default value of
gcScheduleto a compromise value of 0.3; - Made some performance tweaks and
- Reorganised the source code into separate files.
What's Changed
- Adding
RCallextension and replacingNamedArrayswithAxisArraysby @tom-metherell in #16
Full Changelog: v0.1.1...v0.2.0