From aeb572b7c97e8de71d0ae9839583bdc047a4d72f300906453236e39b02c770b0 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Tue, 6 Aug 2024 09:34:06 +0000 Subject: [PATCH] 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 --- libqalculate-5.1.1.tar.gz | 3 --- libqalculate-5.2.0.tar.gz | 3 +++ qalculate.changes | 23 +++++++++++++++++++++++ qalculate.spec | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 libqalculate-5.1.1.tar.gz create mode 100644 libqalculate-5.2.0.tar.gz diff --git a/libqalculate-5.1.1.tar.gz b/libqalculate-5.1.1.tar.gz deleted file mode 100644 index a20b4eb..0000000 --- a/libqalculate-5.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04db2d1c8dc0d5a006971bb138aa71d4a944275dde8dbf952ad8b59bf499aba1 -size 2688798 diff --git a/libqalculate-5.2.0.tar.gz b/libqalculate-5.2.0.tar.gz new file mode 100644 index 0000000..b4daf10 --- /dev/null +++ b/libqalculate-5.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20be13a39aea7f0371af789539cb285892f2e15d8240f29f9f380984e3446830 +size 2694752 diff --git a/qalculate.changes b/qalculate.changes index 0a0d456..222b755 100644 --- a/qalculate.changes +++ b/qalculate.changes @@ -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 diff --git a/qalculate.spec b/qalculate.spec index 63b4746..c61f704 100644 --- a/qalculate.spec +++ b/qalculate.spec @@ -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