Skip to content

v0.18.0

Compare
Choose a tag to compare
@ararslan ararslan released this 02 Jul 06:24
· 66 commits to master since this release

First release to require Julia 0.7-alpha at a minimum. Removes dependency on Compat and Nullables.

Breaking changes

  • Union{T,Nothing} is used now instead of Nullable{T}. Downstream code assuming Nullable will be broken by this.