v0.3.0
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