Accepting request 1035021 from home:polslinux:branches:science

- 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

OBS-URL: https://build.opensuse.org/request/show/1035021
OBS-URL: https://build.opensuse.org/package/show/science/qalculate?expand=0&rev=15
This commit is contained in:
2022-11-10 18:08:48 +00:00
committed by Git OBS Bridge
parent 7db9c73286
commit c33d1680af
4 changed files with 46 additions and 4 deletions

View File

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