v0.6.0
Impute v0.6.0
Closed issues:
- Support for n-dimensional arrays (#31)
- Use
skipmissing
instead ofdrop
infill
? (#50) fill
withvalue=f::Function
isn't comfortable with entirelymissing
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
andWeighedThreshold
types (#74) - Consider renaming
Assertion
(#75) - Consider renaming
Standardize
(#76) - Should
Standardize
actually be anImputor
(#77) - Maybe
Substitute
should be 2 types for weighted vs unweighted methods? (#79) - Drop
robust
fromSubstitute
and embrace being opinionated :) (#81)
Merged pull requests:
- Cleanup of old/noisy tests (#67) (@rofinn)
- Simplify Imputor API (#69) (@rofinn)
- KNN imputor fixes (#83) (@rofinn)
- Rename
Standardize
toDeclareMissings
(#85) (@rofinn) - Rename
Assertion
/assert
toValidator
/validate
(#86) (@rofinn) - DeclareMissings is not a real Imputor (#87) (@rofinn)
- Added some Chain mutation tests (#88) (@rofinn)
- Separate weighted types (#90) (@rofinn)
- Use github actions instead of travis (#91) (@rofinn)
- Filter return type fix (#92) (@rofinn)