# Changelog ## Release 0.4.0 - Initial works on quaternion... not usable yet. - First usable version of dense matrix. ## Release 0.3.1 - Added documentation to `complex!` macro. ## Release 0.3.0 - `Numeric::whole` is now `unsafe`. - Renamed the mathematical functions (`fabs` to `abs`, `fsqrt` to `sqrt`, etc.). - Added `complex!` macro for more comfortable `Complex` creation. ## Release 0.2.3 - fixed documentation example for `Complex`. ## Release 0.2.2 - abs, sqrt, sin, cos, sinh and cosh for primitive and complex floats ## Release 0.2.1 - Forgot to actually make `Complex` visible to the user. ## Release 0.2.0 - The `Numeric` trait combining all the traits we need from our numeric values. - `Complex` number type with basic math operations. ## Release 0.1.0 - Just a first test release to test publishing to Kellnr. - Only feature is the small `Float` trait.