diff --git a/libqalculate-3.19.0.tar.gz b/libqalculate-3.19.0.tar.gz deleted file mode 100644 index ba26b5e..0000000 --- a/libqalculate-3.19.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43657a96e18b91739a0ef1d0f42701d7c5a0c8a3a6c7eee8ebfe9aeda75f7ddc -size 2007385 diff --git a/libqalculate-3.20.1.tar.gz b/libqalculate-3.20.1.tar.gz new file mode 100644 index 0000000..a5bc5e5 --- /dev/null +++ b/libqalculate-3.20.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cee57c21fd5e20862734d7712907824ef7c689efc7d54c237e3766b6c83c7ee7 +size 2107300 diff --git a/qalculate.changes b/qalculate.changes index 1131486..9d2d1d7 100644 --- a/qalculate.changes +++ b/qalculate.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Thu Jul 29 11:46:39 UTC 2021 - Paolo Stivanin + +- Update to 3.20.1: + * Save answer to dot and temperature questions in non-interactive + mode and do not show the questions in non-interactive terse mode + * Fix saving of sub functions with default values + * Add support for function creation in save() function and with + associated operator (e.g. func1():=x*y^2) + * Add operators (.', .*, ./, .^) and functions (replace multiply(), + divide(), and pow()) for transpose and element-wise multiplication, + division, and power + * Fix norm() and magnitude(), and add second argument, p, + to norm() function + * New text operators: dot, cross, comb, and perm + * Add support for ^^ as XOR operator + * Fixes and improvements in multisolve() function + * Always return exact result in base() function, in exact mode + * Improve parsing of functions without parentheses + * Do not try to load data objects from global definitions dir + if data set is local + * Interpret "±" at end of expression as "±0" + * Convert Celsius to Fahrenheit if no calculation was performed + * Add support for QALCULATE_USER_DIR environment variable and always + check for "user" directory on Windows + * Output both original and factorized integer, and output abs(x) as |x| + * Improved HTML output of mathematical expressions in libqalculate + * Minor bug fixes and feature improvements + ------------------------------------------------------------------- Sat Jul 3 19:30:44 UTC 2021 - Ferdinand Thiessen diff --git a/qalculate.spec b/qalculate.spec index 19338c2..ef69b40 100644 --- a/qalculate.spec +++ b/qalculate.spec @@ -16,10 +16,10 @@ # -%define major 21 +%define major 22 %define libname libqalculate Name: qalculate -Version: 3.19.0 +Version: 3.20.1 Release: 0 Summary: Multi-purpose desktop calculator application License: GPL-2.0-or-later