SHA256
1
0
forked from pool/qalculate

Accepting request 1190460 from home:pgajdos

- version update to 5.2.0
  * Physical constants updated with CODATA 2022 values
  * New function: allroots()
  * New units: therm, thermie, IUNS calorie, rpm
  * Additional names/symbols for turn unit
  * Use symbol "cal" for thermochemical (instead of international table) calorie
  * Change title and names/symbols of weak mixing angle (prepend "sin2" to theta variants)
  * Return exact negative integers in log10()
  * More conservative handling of infinity in equations
  * Remove n from equation solution if possible using assumptions of x
  * Fix input of scientific E-notation using lowercase e in numbers using concise interval notation, in expressions
  * Fix "bit width" and "signed integer" arguments in setbits()
  * Fix a^(f(x))=a^(b*g(x)) where b=2 or b=3
  * Fix auto/dual approximation with "where" expression
  * Fix "where" expressions with multiple inequality statements for a single variable, e.g. "where x>0 and x<10"
  * Fix crash when a variable name/symbol with more than 20 characters is used in "where" expression
  * Fix unnecessary parenthesis, with wrong color for closing bracket, around unit with exponent in HTML output (affects qalculate-qt)
  * Fix qalc not exiting after factorization in non-interactive mode
  * Minor bug fixes and feature enhancements

OBS-URL: https://build.opensuse.org/request/show/1190460
OBS-URL: https://build.opensuse.org/package/show/science/qalculate?expand=0&rev=25
This commit is contained in:
Dirk Stoecker 2024-08-06 09:34:06 +00:00 committed by Git OBS Bridge
parent 4a84e94f44
commit aeb572b7c9
4 changed files with 27 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue Jul 30 11:00:57 UTC 2024 - pgajdos@suse.com
- version update to 5.2.0
* Physical constants updated with CODATA 2022 values
* New function: allroots()
* New units: therm, thermie, IUNS calorie, rpm
* Additional names/symbols for turn unit
* Use symbol "cal" for thermochemical (instead of international table) calorie
* Change title and names/symbols of weak mixing angle (prepend "sin2" to theta variants)
* Return exact negative integers in log10()
* More conservative handling of infinity in equations
* Remove n from equation solution if possible using assumptions of x
* Fix input of scientific E-notation using lowercase e in numbers using concise interval notation, in expressions
* Fix "bit width" and "signed integer" arguments in setbits()
* Fix a^(f(x))=a^(b*g(x)) where b=2 or b=3
* Fix auto/dual approximation with "where" expression
* Fix "where" expressions with multiple inequality statements for a single variable, e.g. "where x>0 and x<10"
* Fix crash when a variable name/symbol with more than 20 characters is used in "where" expression
* Fix unnecessary parenthesis, with wrong color for closing bracket, around unit with exponent in HTML output (affects qalculate-qt)
* Fix qalc not exiting after factorization in non-interactive mode
* Minor bug fixes and feature enhancements
-------------------------------------------------------------------
Mon Jul 1 07:10:55 UTC 2024 - Christophe Marin <christophe@krop.fr>

View File

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