Skip to content

Releases: invenia/Impute.jl

v0.6.2

19 Feb 16:40
065f5f1
Compare
Choose a tag to compare

Impute v0.6.2

Diff since v0.6.1

Merged pull requests:

  • MassInstallAction: Install the GitHubActions workflow on this repository (#95) (@fchorney)
  • CompatHelper: bump compat for "Distances" to "0.10" (#98) (@github-actions[bot])
  • CompatHelper: bump compat for "CSV" to "0.8" (#99) (@github-actions[bot])
  • CompatHelper: bump compat for "TableOperations" to "1.0" (#100) (@github-actions[bot])
  • github.event should be github.event_name (#101) (@fchorney)
  • Fix the CI Schedule once more (#102) (@fchorney)
  • Remove 1.0 tests. fix Schedule (#103) (@fchorney)
  • Fix CI Tests and Artifact Cache Issues (#104) (@fchorney)
  • CompatHelper: bump compat for "BSON" to "0.3" (#105) (@github-actions[bot])
  • Bump patch release to 0.6.2 (#106) (@rofinn)

v0.6.1

13 Dec 09:16
7f1398c
Compare
Choose a tag to compare

Impute v0.6.1

Diff since v0.6.0

Closed issues:

  • CompatHelper failed to run for a long time (#96)

Merged pull requests:

  • Fix Impute path in docs/Manifest.toml (#97) (@rofinn)

v0.6.0

17 Nov 19:10
7562ae2
Compare
Choose a tag to compare

Impute v0.6.0

Diff since v0.5.1

Closed issues:

  • Support for n-dimensional arrays (#31)
  • Use skipmissing instead of drop in fill? (#50)
  • fill with value=f::Function isn't comfortable with entirely missing data (#51)
  • Split tests to multiple files (#57)
  • Fix broken tests (#58)
  • Tests failure on groupby (#61)
  • KNN tests sometimes fail (#73)
  • Define separate Threshold and WeighedThreshold types (#74)
  • Consider renaming Assertion (#75)
  • Consider renaming Standardize (#76)
  • Should Standardize actually be an Imputor (#77)
  • Maybe Substitute should be 2 types for weighted vs unweighted methods? (#79)
  • Drop robust from Substitute and embrace being opinionated :) (#81)

Merged pull requests:

v0.5.1

22 Sep 18:15
76e9d8b
Compare
Choose a tag to compare

Impute v0.5.1

Diff since v0.5.0

Closed issues:

  • impute.Locf() keeps on faiiling with an error MethodError: objects of type Impute.LOCF are not callable (#62)

Merged pull requests:

v0.5.0

23 Mar 17:05
8bcc608
Compare
Choose a tag to compare

Impute v0.5.0

Diff since v0.4.0

Closed issues:

  • Nearest Neighbour implementation (#4)
  • SVD (#7)
  • Refactoring (#17)
  • lcof MethodErrors if everything is missing (#45)
  • TestSuites (#46)
  • Bump dependencies (#56)

Merged pull requests:

v0.4.0

21 Jan 17:33
v0.4.0
1f05565
Compare
Choose a tag to compare

v0.4.0 (2020-01-21)

Diff since v0.3.0

Merged pull requests:

v0.3.0

06 Aug 12:28
v0.3.0
acecbbf
Compare
Choose a tag to compare

v0.3.0 (2019-08-01)

Diff since v0.2.0

Closed issues:

  • Should Imputors have equality defined? (#34)
  • How to pass a "chain" of imputors? (#33)
  • vardim keyword should belong to impute! call (#32)
  • Add test cases for AxisArrays (#30)
  • Deprecate ismissing\(ctx, x\) to ismissing!\(ctx, x\) (#29)
  • Deprecate interp to interpolate (#28)
  • Add tests on a row table (#27)
  • Introduce dropvars (#24)
  • Change matrix orientation (#23)
  • API simplification (#22)
  • Tables.jl (#21)
  • More convenient method for Fill (#6)
  • 100% test coverage (#2)
  • Documentation (#1)

Merged pull requests:

  • Add interpolate functions, but don't remove interp. (#41) (rofinn)
  • ismissing -> ismissing! (#40) (rofinn)
  • Add more tests (#39) (rofinn)
  • Add dims kwarg to impute! (#38) (rofinn)
  • Construct chains with the composition operator (#37) (rofinn)
  • Add AutoHashEquals to Imputor types (#35) (rofinn)
  • Switch to Tables.jl API (#20) (rofinn)

v0.2.0

05 Jul 16:30
v0.2.0
255ac57
Compare
Choose a tag to compare

v0.2.0 (2019-07-05)

Diff since v0.1.1

Closed issues:

  • Interpolation between two identical values (#18)

Merged pull requests:

v0.1.1

31 Dec 20:41
b7f371c
Compare
Choose a tag to compare

Fix DataFrames deprecation

v0.1.0

14 Dec 06:23
73e78d1
Compare
Choose a tag to compare
Merge pull request #13 from invenia/rf/julia-1.0

Julia 1.0 updates