SHA256
1
0
forked from pool/qalculate
Dominique Leuenberger 2022-11-11 13:36:27 +00:00 committed by Git OBS Bridge
commit 955d5584c2
4 changed files with 46 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
Thu Nov 10 09:13:50 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>
- Update to 4.4.0:
* New prime number functions: primePi(), primes(), nthprime(),
nextprime(), prevprime(), and isprime()
* New functions for intervals and uncertainties: upperEndpoint(),
lowerEndpoint(), midpoint(), and errorPart()
* Add meter of water and related pressure units, and more
derived flow rate units
* Support for vectors and matrices in uncertainty propagation
calculation
* Proper support for uncertainty propagation in total(), sum(),
product(), and for() functions
* Simplify display of parsed expression (primarily for quantities
with units)
* Avoid parsing of implicit multiplication as nested
multiplication
* Include +/- statement in function argument without parentheses
* Return values for approximate variables in exact mode in
dimension() and elements()
* Improve parsing of quotation marks as feet/inch or
arcmin/arcsec (e.g. do not parse s" as sin)
* Fix exact calculation of re((a*i)^(n/2))
(wrong sign in some cases)
* Fix erroneous calculation in some cases with physical constants
both outside and inside unit relations when interval
calculation is set to interval arithmetic
* Fix segfaults in some corner cases
* Fix use of random numbers in iterative functions
* Fix writing beyond end of array during exchange rates check
in some cases (results in activation of old style matrices)
* Fix automatic reactivation of deactivated global object
if a function with the same name exists
* Do not convert function arguments which do not allow units
(fixes "arcsin(0.5+/-0.1) to deg")
* Fix prefix after conversion to optimal unit when the optimal
unit includes a prefix
* Fix exact calculation when function argument is an approximate
vector variable (fail)
* Minor bug fixes and feature enhancements
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 14 17:30:48 UTC 2022 - Stefan Brüns <stefan.bruens@rwth-aachen.de> Fri Oct 14 17:30:48 UTC 2022 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@ -19,7 +19,7 @@
%define major 22 %define major 22
%define libname libqalculate %define libname libqalculate
Name: qalculate Name: qalculate
Version: 4.3.0 Version: 4.4.0
Release: 0 Release: 0
Summary: Multi-purpose desktop calculator application Summary: Multi-purpose desktop calculator application
License: GPL-2.0-or-later License: GPL-2.0-or-later