Skip to content

Releases: JuliaData/Missings.jl

Version 0.2.3

05 Dec 10:42
Compare
Choose a tag to compare
  • Add allowmissing and disallowmissing convenience functions to convert arrays to support or not support missing values.
  • Support one and oneunit.

Version 0.2.2

25 Nov 14:14
4287e00
Compare
Choose a tag to compare
  • Julia 0.7 support.
  • Stop exporting deprecated skip method (which was not exported before it was deprecated).

Version 0.2.1

23 Nov 18:45
c08d4bb
Compare
Choose a tag to compare
  • Deprecate Missings.skip in favor of skipmissing.

Version 0.2.0

14 Nov 22:01
d4370da
Compare
Choose a tag to compare
  • Initial release of the Missings.jl package, identical to Nulls.jl 0.1.2 but with null/Null renamed to missing/Missing, and using ismissing and MissingException.

Version 0.1.2

14 Oct 14:32
Compare
Choose a tag to compare
  • Limit zero method to Number and Dates.Period types to avoid turning some MethodErrors to StackOverflowErrors in unrelated packages.
  • Add levels function (to use in CategoricalArrays and DataArrays).
  • Make Nulls.T(Null) return Union{} rather than Null.

Version 0.1.1

05 Oct 15:48
Compare
Choose a tag to compare

Add rounding and transposition methods.

Version 0.1.0

04 Oct 12:54
Compare
Choose a tag to compare

This release changes the behaviour of comparison operators (==, !=, <, <=, >, and >=), and of logical operators (&, |, xor) to follow three-valued logic, therefore returning null when the result cannot be determined logically. See details in README.md.

Other changes:

  • Remove implementation of iteration protocol (breaking change).
  • Improve promotion rules.
  • Add coalesce function.
  • Add Nulls.fail iterator.
  • Support bitwise operators with Integer arguments.
  • Support zero and !.

v0.0.6

29 Aug 17:52
Compare
Choose a tag to compare
  • Discontinue using ?T as synonymous with Union{T, Null}

0.6/0.7 compat

24 Aug 04:35
Compare
Choose a tag to compare
v0.0.5

Updates for 0.6/0.7

0.6 release take two

20 Jun 17:07
Compare
Choose a tag to compare
v0.0.4

Update require