- CLN has been replaced with GMP and MPFR for low-level numerical calculations.
- The Glib dependancy has been removed. It has partly been replaced with libiconv and icu. Libqalculate can be compiled without them and libiconv is only used the CLI application.
- GVFS and wget have been replaced by libcurl for exchange rates retrieval.
- Date functions have been rewritten and now support much larger numbers.
- Trigonometric functions with angle unit other than radians have been fixed.
- Functions with more than one argument can now also be applied to the RPN stack.
- New functions: airy(), arg(), besselj(), bessely(), conj(), digamma(), erf(), erfc()
- Increased efficiency and many minor enhancements and bug fixes.
For a complete list of changes see the ChangLog or git log.
Signed-off-by: Pierre-Yves <pyu@riseup.net>