Accepting request 909169 from home:polslinux:branches:science

- 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

OBS-URL: https://build.opensuse.org/request/show/909169
OBS-URL: https://build.opensuse.org/package/show/science/qalculate?expand=0&rev=12
This commit is contained in:
Atri Bhattacharya 2021-08-01 14:50:44 +00:00 committed by Git OBS Bridge
parent c4f53b12e3
commit 0f9b04581e
4 changed files with 34 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:43657a96e18b91739a0ef1d0f42701d7c5a0c8a3a6c7eee8ebfe9aeda75f7ddc
size 2007385

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cee57c21fd5e20862734d7712907824ef7c689efc7d54c237e3766b6c83c7ee7
size 2107300

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Thu Jul 29 11:46:39 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
- 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 <rpm@fthiessen.de>

View File

@ -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