Accepting request 1045475 from home:polslinux:branches:science

- Update to 4.5.0:
  * Conversion to any type of expression
    (e.g. "1000 BTC to million USD")
  * Use current status of limit implicit multiplication setting
    during parsing of conversion expression
  * New SI prefixes (R, r, Q, q)
  * New units: ounce force (ozf), rack unit (U)
  * Use standard form (sorting) for polynomials
  * Improve consistency of behaviour when global units are replaced
  * More consistent addition of units to expression without units
    for unit conversion
  * Improvements and fixes for arg() and atan2() functions
  * Fix interpretation of Myr (megayear) and Gyr (gigayear)
  * Fix milli- and centimeter of water units
  * Fix genvector() with for negative step size or expression
    as step size/number of steps
  * Fix randuniform() function
  * Fix automatic/dual fraction format after conversion
    (e.g. "8 to score")
  * Fix inconsistently displayed parsing of "7d 5h" and similar
  * Minor bug fixes and feature enhancements

OBS-URL: https://build.opensuse.org/request/show/1045475
OBS-URL: https://build.opensuse.org/package/show/science/qalculate?expand=0&rev=16
This commit is contained in:
Atri Bhattacharya 2023-01-01 05:28:21 +00:00 committed by Git OBS Bridge
parent c33d1680af
commit 10cfabc1a8
4 changed files with 29 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Tue Dec 27 10:00:39 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>
- Update to 4.5.0:
* Conversion to any type of expression
(e.g. "1000 BTC to million USD")
* Use current status of limit implicit multiplication setting
during parsing of conversion expression
* New SI prefixes (R, r, Q, q)
* New units: ounce force (ozf), rack unit (U)
* Use standard form (sorting) for polynomials
* Improve consistency of behaviour when global units are replaced
* More consistent addition of units to expression without units
for unit conversion
* Improvements and fixes for arg() and atan2() functions
* Fix interpretation of Myr (megayear) and Gyr (gigayear)
* Fix milli- and centimeter of water units
* Fix genvector() with for negative step size or expression
as step size/number of steps
* Fix randuniform() function
* Fix automatic/dual fraction format after conversion
(e.g. "8 to score")
* Fix inconsistently displayed parsing of "7d 5h" and similar
* Minor bug fixes and feature enhancements
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 10 09:13:50 UTC 2022 - Paolo Stivanin <info@paolostivanin.com> Thu Nov 10 09:13:50 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>

View File

@ -19,7 +19,7 @@
%define major 22 %define major 22
%define libname libqalculate %define libname libqalculate
Name: qalculate Name: qalculate
Version: 4.4.0 Version: 4.5.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