Version 0.6.0 includes PRs which have been opened over the course of many years.
As such it accumulates a lot of changes at once.
This version aims to be backwards-compatible, i.e. by explicitly utilizing the existing test-suite,
and only extending previous tests.
However due to the large amount of changes, a new major release was chosen.
- Implementations for more types
Option<T>Result<T>- Arrays
[T; N](activated by default witharray_implfeature) - Tuples
(T,),(T,T), up to size11(activated by default withtuple_implfeature) Vec<T>(requiresvec_implfeature andextern alloccrate)NotNanandOrderedFloat(requiresordered_floatfeature)u128andi128Complexof thenum-complexcrate (requiresnum_complexfeature)indexmap(requiresindexmap_implfeature)
- Derive macros for
AbsDiffEqandRelativeEq- requires
derivefeature - will lead to increased compile times since crates such as
synandproc-macro2are required
- requires
- Updated dependencies
- Update edition
- Added tests for all new features
- Extended CI
There has not been a concise effort to provide a changelog prior to versions including 0.5.1.