Releases: demianmnave/CML1
Releases · demianmnave/CML1
v2.1
New in CML 2.1:
- The test suite has been updated to use Catch.
- Dependency on the Boost libraries has been eliminated.
- The supported compilers list has been expanded.
v2.0.7
Update to correct a VS2017 compilation error in some functions using a numeric_traits value to initialize a default "tolerance" argument.
v2.0.5
This is a minor release of CML2 to implement a new type_map metaprogram.
v2.0.4: Changes:
- Fixed inconsistencies in scalar_traits usage that yielded incorrect results for mixed integer/floating-point calculations. - Added cml::epsilon<>, and changed most defaulted tolerance arguments to use it.
v2.0.6
Minor release to simplify Boost.UnitTestFramework integration, and to implement two useful type generators.