Skip to content

v0.3.0

Choose a tag to compare

@julia-tagbot julia-tagbot released this 12 May 16:14

This release makes all use of comparison operators (<,>,<= etc.) throw an error since they are really poorly defined for uncertain values. The old behavior can be re-enabled by unsafe_comparisons(true)
Also:

  • Improve printing
  • Some new functions
  • More tests
  • More docs