Skip to content

Releases: tom-metherell/Mice.jl

v0.3.5

29 Aug 19:02
Compare
Choose a tag to compare

Mice v0.3.5

Diff since v0.3.4

Changes

  • Corrected implementation of norm and pmm methods.

v0.3.4

01 Jul 15:47
Compare
Choose a tag to compare

Mice v0.3.4

Diff since v0.3.3

Changes

  • Added rf method (with a new extension to link with BetaML.jl) and
  • Some bugfixes.

Merged pull requests:

v0.3.3

09 Feb 17:38
Compare
Choose a tag to compare

Mice v0.3.3

Diff since v0.3.2

Changes

  • Fixed continuation mice() (i.e. the mice() method used on existing Mids objects) and
  • Made changes such that CategoricalArrays are preserved even in the intermediate working data objects (rather than being converted to vectors of CategoricalValues.

v0.3.2

15 Jan 19:38
Compare
Choose a tag to compare

Mice v0.3.2

Diff since v0.3.1

Changes

  • Added precompilation to reduce latency (including MiceDataFramesExt for DataFrames.jl support)

Merged pull requests:

v0.3.1

12 Dec 10:53
Compare
Choose a tag to compare

Mice v0.3.1

Diff since v0.3.0

Changes

  • Fixed broken implementation for vectors of categorical values wrapping strings

v0.3.0

11 Dec 19:59
Compare
Choose a tag to compare

Mice v0.3.0

Diff since v0.2.0

This is the first registered version of Mice.jl.

Breaking changes

  • Removed internal multithreading option (i.e. no more threads argument).

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

29 Nov 17:23
Compare
Choose a tag to compare
Mice.jl v0.2.0 Pre-release
Pre-release

Major changes:

  • Added an extension to integrate Mice.jl with RCall.jl;
  • Replaced all NamedArrays with AxisArrays;
  • Changed the default value of gcSchedule to a compromise value of 0.3;
  • Made some performance tweaks and
  • Reorganised the source code into separate files.

What's Changed

  • Adding RCall extension and replacing NamedArrays with AxisArrays by @tom-metherell in #16

Full Changelog: v0.1.1...v0.2.0

Mice.jl v0.1.1

24 Nov 17:48
5440dec
Compare
Choose a tag to compare
Mice.jl v0.1.1 Pre-release
Pre-release

Major changes:

  • Corrected calculation of p-values in pool() (now using two-tailed instead of one-tailed tests) and
  • Added three new imputation methods - mean, norm and sample.

What's Changed

Full Changelog: v0.1.0...v0.1.1

Mice.jl v0.1.0

13 Nov 17:15
3c8e432
Compare
Choose a tag to compare
Mice.jl v0.1.0 Pre-release
Pre-release

Major changes:

  • Removed DataFrames.jl dependency and allowed use of any Tables.jl-compatible object (#11);
  • Reduced latency when there is nothing to impute (#8) and
  • Removed Plots.jl dependency (#5).

What's Changed

Full Changelog: v0.0.0...v0.1.0

Mice.jl v0.0.0

09 Nov 13:11
Compare
Choose a tag to compare
Mice.jl v0.0.0 Pre-release
Pre-release

Initial release.