v0.2.0
- Breaking change: prefer value-like arguments to improve ergonomics.
- Breaking change: use
ConversionError
type to represent failure oftry_into
. - Breaking change: replaced
try_new
anddata
with conversions to/from(f64, f64)
and[f64; 2]
. - Added
NAN
constant.