https://github.com/Qalculate/qalculate-gtk/releases/tag/v4.4.0 Changes: Add "Clear history" to available keyboard shortcut and button actions Show exchange rates source, and update time, for current calculation in tooltip Fix "Set Prefix" for auto-calculated result Fix copying of result during delay before calculate-as-you-type result is added to history Allow use of curly brackets as alternative parentheses New prime number functions: primePi(), primes(), nthprime(), nextprime(), prevprime(), and isprime() (libqalculate) New functions for intervals and uncertainties: upperEndpoint(), lowerEndpoint(), midpoint(), and errorPart() (libqalculate) Add meter of water and related pressure units, and more derived flow rate units (libqalculate) Support for vectors and matrices in uncertainty propagation calculation (libqalculate) Proper support for uncertainty propagation in total(), sum(), product(), and for() functions (libqalculate) Simplify display of parsed expression (primarily for quantities with units) (libqalculate) Avoid parsing of implicit multiplication as nested multiplication (libqalculate) Include +/- statement in function argument without parentheses (libqalculate) Return values for approximate variables in exact mode in dimension() and elements() (libqalculate) Improve parsing of quotation marks as feet/inch or arcmin/arcsec (e.g. do not parse s" as sin) (libqalculate) Fix exact calculation of re((a*i)^(n/2)) (wrong sign in some cases) (libqalculate) Fix erroneous calculation in some cases with physical constants both outside and inside unit relations when interval calculation is set to interval arithmetic (libqalculate) Fix segfaults in some corner cases (libqalculate) Fix use of random numbers in iterative functions (libqalculate) Fix writing beyond end of array during exchange rates check in some cases (results in activation of old style matrices) (libqalculate) Fix automatic reactivation of deactivated global object if a function with the same name exists (libqalculate) Do not convert function arguments which do not allow units (fixes "arcsin(0.5+/-0.1) to deg") (libqalculate) Fix prefix after conversion to optimal unit when the optimal unit includes a prefix (libqalculate) Fix exact calculation when function argument is an approximate vector variable (fail) (libqalculate) Minor bug fixes and feature enhancements
*** This bug has been marked as a duplicate of bug 887369 ***