Releases: JuliaData/Missings.jl
Releases · JuliaData/Missings.jl
v1.2.0
Missings v1.2.0
Merged pull requests:
- Implementing order functions where missings is the smallest value (#144) (@alonsoC1s)
- Prepare for 1.2.0 release (#147) (@bkamins)
Closed issues:
- Add
isless
variant wheremissing
is smallest (#142)
v1.1.0
v1.0.2
Missings v1.0.2
Merged pull requests:
- Reexport
levels
instead of defining object (#138) (@nalimilan) - Bump version to 1.0.2 (#139) (@nalimilan)
v1.0.1
v1.0.0
Missings v1.0.0
Closed issues:
skipmissings
printing isn't correct (#130)
Merged pull requests:
- Mention Missings.replace and Missings.fail to README (#129) (@nalimilan)
- deprecate skipmissings, remove T; bump to 1.0 release (#131) (@bkamins)
v0.4.5
Missings v0.4.5
Closed issues:
Merged pull requests:
- Update README.md typo (#120) (@strickek)
- Fix syntax highlighting in
passmissing
example (#125) (@omus) - Supporting indexing EachReplaceMissing and EachFailMissing (#126) (@nalimilan)
- Fix CI on nightly (#127) (@nalimilan)
v0.4.4
Missings v0.4.4
Closed issues:
- Error in Missings.replace (#110)
Merged pull requests:
- Add skipmissings (#111) (@pdeffebach)
- Fix passmissing exception test on Julia 1.4 (#112) (@nalimilan)
- Install TagBot as a GitHub Action (#113) (@JuliaTagBot)
- small @static fix (#116) (@pdeffebach)
- Fix inference issue with
eltype
hint. (#118) (@pdeffebach) - Update version from
0.4.3
to0.5.0
(#119) (@pdeffebach)
v0.4.3
v0.4.2
v0.4.2 (2019-09-04)
Closed issues:
Missings.T
can use Base'snonmissingtype
on Julia 1.3+ (#101)- When this migrates to 0.7, please fix ambiguities (#86)
Merged pull requests:
- Export nonmissingtype (#105) (nalimilan)
- Bump version; remove deps (#104) (nickrobinson251)
- Update README for Julia 1.0 (#103) (nickrobinson251)
- Deprecate
Missings.T
->Missings.nonmissingtype
(#102) (nickrobinson251) - Test
Any
case, wherefill!
syntax required (#100) (nickrobinson251) - Don't use Base.Callable (#99) (nickrobinson251)