Releases: invenia/Impute.jl
Releases · invenia/Impute.jl
v0.6.2
Impute v0.6.2
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
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)
v0.5.1
Impute v0.5.1
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
Impute v0.5.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:
- SVD imputation (#16) (@rofinn)
- Imputor TestSuites (#47) (@rofinn)
- Install TagBot as a GitHub Action (#53) (@JuliaTagBot)
- kNN Imputation (#54) (@appleparan)
- Fix dataframe not showing properly (#55) (@appleparan)
- Bump various package dependencies and update to Tables 1.0 (#59) (@rofinn)
v0.4.0
v0.3.0
v0.3.0 (2019-08-01)
Closed issues:
- Should
Imputors
have equality defined? (#34) - How to pass a "chain" of imputors? (#33)
vardim
keyword should belong toimpute!
call (#32)- Add test cases for AxisArrays (#30)
- Deprecate
ismissing\(ctx, x\)
toismissing!\(ctx, x\)
(#29) - Deprecate
interp
tointerpolate
(#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)