forked from pool/qalculate
Accepting request 1147519 from home:pgajdos
- update to v4.9.0: * Support for specifying a fixed denominator for display of fractions (e.g. "0.3 ft ➞ 1/8 ≈ (3 + 5/8) in") * Return gcd of numerators divided by lcm of denominators in gcd() with non-integer rational numbers, and vice versa for lcm() * Add units for mean Gregorian and tropical years * Ignore underscore in number * Replace defunct exchange rates source and fix bitcoin exchange rate * Fix asin(x)=a, acos(x)=a, and atan(x)=a, when a contains an angle unit and default angle unit is set * Fix output of value converted to unit expression with numerical multiplier in denominator, e.g. "➞ L/(100 km)" * Fix segfault when trying to solve "(xsqrt(x)-ysqrt(y))/(sqrt(x)-sqrt(y))=x+sqrt(x*y)+y" * Fix parsing of case insensitive object name ending with Unicode character when followed by another Unicode character in expression, e.g. "микрометр" * Add history command, listing expression history * Display all exponents 0-9 using Unicode superscript characters if these are the only exponents in the expression OBS-URL: https://build.opensuse.org/request/show/1147519 OBS-URL: https://build.opensuse.org/package/show/science/qalculate?expand=0&rev=23
This commit is contained in:
parent
6bfa98e161
commit
f85a488166
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a55fbdc14cb183c62a95e430823017b5f958f0758d3476578f8cc05369157c54
|
|
||||||
size 2625564
|
|
3
libqalculate-4.9.0.tar.gz
Normal file
3
libqalculate-4.9.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6130ed28f7fb8688bccede4f3749b7f75e4a000b8080840794969d21d1c1bf0f
|
||||||
|
size 2639589
|
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 14 15:18:07 UTC 2024 - Petr Gajdos <pgajdos@suse.com>
|
||||||
|
|
||||||
|
- update to v4.9.0:
|
||||||
|
* Support for specifying a fixed denominator for display of
|
||||||
|
fractions (e.g. "0.3 ft ➞ 1/8 ≈ (3 + 5/8) in")
|
||||||
|
* Return gcd of numerators divided by lcm of denominators in
|
||||||
|
gcd() with non-integer rational numbers, and vice versa for
|
||||||
|
lcm()
|
||||||
|
* Add units for mean Gregorian and tropical years
|
||||||
|
* Ignore underscore in number
|
||||||
|
* Replace defunct exchange rates source and fix bitcoin
|
||||||
|
exchange rate
|
||||||
|
* Fix asin(x)=a, acos(x)=a, and atan(x)=a, when a contains an
|
||||||
|
angle unit and default angle unit is set
|
||||||
|
* Fix output of value converted to unit expression with
|
||||||
|
numerical multiplier in denominator, e.g. "➞ L/(100 km)"
|
||||||
|
* Fix segfault when trying to solve
|
||||||
|
"(xsqrt(x)-ysqrt(y))/(sqrt(x)-sqrt(y))=x+sqrt(x*y)+y"
|
||||||
|
* Fix parsing of case insensitive object name ending with
|
||||||
|
Unicode character when followed by another Unicode character
|
||||||
|
in expression, e.g. "микрометр"
|
||||||
|
* Add history command, listing expression history
|
||||||
|
* Display all exponents 0-9 using Unicode superscript
|
||||||
|
characters if these are the only exponents in the expression
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 2 07:26:26 UTC 2023 - pgajdos@suse.com
|
Mon Oct 2 07:26:26 UTC 2023 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define major 22
|
%define major 22
|
||||||
%define libname libqalculate
|
%define libname libqalculate
|
||||||
Name: qalculate
|
Name: qalculate
|
||||||
Version: 4.8.1
|
Version: 4.9.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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user