Accepting request 1011000 from home:StefanBruens:branches:science
- Update to 4.3.0: * Fix handling of Unicode powers for units in denominator, with adaptive parsing enabled (e.g. parse 10m/s² the same as 10m/s^2) * Fix "+" ignored after "E" in number bases where "E" is a digit * Fix scientific E notation with sign in argument when function is used without parentheses * Fix lambertw() for values very close to zero * Fix a × b^x + cx = d when a and c have different signs and d is non-zero * Fix a^x × b^x = c when a and b is negative, and c is positive * Fix segfaults in some corner cases * Fix potential issues in handling of leap seconds (e.g. during subtraction of seconds from date) * var=a syntax for variable assignment with calculated expression * Replace ounce with fluid ounce during conversion to volume unit * Solve a^x + b^x + … = c in more cases * Improve remainder/modulus for numerators with large exponents * Truncate number in output of parsed expression and end with ellipsis if unable to display all decimals * Improved floating point calculation and output speed, particularly for simple expressions with very high precision * New functions: clip(), qFormat(), qError() * "clear history" command and option to clear (not save) history on exit (CLI) * Replace selection (instead of wrap in parentheses) on operator input if selection ends with operator (GTK, Qt) * Act as if two arguments are required when applying base-N logarithm to expression (GTK, Qt) * When applying function to expression, exclude to/where expression and place cursor before closing parenthesis if operator is last in selection (GTK) * Show padlock (or "[P]") after protected expression (Qt) * Fix name field not working in argument edit dialog (Qt) * Minor bug fixes and feature enhancements OBS-URL: https://build.opensuse.org/request/show/1011000 OBS-URL: https://build.opensuse.org/package/show/science/qalculate?expand=0&rev=14
This commit is contained in:
parent
719466f0bc
commit
7db9c73286
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2b86e656508f0b1c55236b08fd579b676563e1500b3db8304580de69c5693e4b
|
||||
size 2215812
|
3
libqalculate-4.3.0.tar.gz
Normal file
3
libqalculate-4.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ddcb7b77dcbd06775cde95ea8360e4ffaef8f9df34c9690700c87980c36ab244
|
||||
size 2230559
|
@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 14 17:30:48 UTC 2022 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||
|
||||
- Update to 4.3.0:
|
||||
* Fix handling of Unicode powers for units in denominator, with
|
||||
adaptive parsing enabled (e.g. parse 10m/s² the same as 10m/s^2)
|
||||
* Fix "+" ignored after "E" in number bases where "E" is a digit
|
||||
* Fix scientific E notation with sign in argument when function
|
||||
is used without parentheses
|
||||
* Fix lambertw() for values very close to zero
|
||||
* Fix a × b^x + cx = d when a and c have different signs and d
|
||||
is non-zero
|
||||
* Fix a^x × b^x = c when a and b is negative, and c is positive
|
||||
* Fix segfaults in some corner cases
|
||||
* Fix potential issues in handling of leap seconds (e.g. during
|
||||
subtraction of seconds from date)
|
||||
* var=a syntax for variable assignment with calculated expression
|
||||
* Replace ounce with fluid ounce during conversion to volume unit
|
||||
* Solve a^x + b^x + … = c in more cases
|
||||
* Improve remainder/modulus for numerators with large exponents
|
||||
* Truncate number in output of parsed expression and end with
|
||||
ellipsis if unable to display all decimals
|
||||
* Improved floating point calculation and output speed,
|
||||
particularly for simple expressions with very high precision
|
||||
* New functions: clip(), qFormat(), qError()
|
||||
* "clear history" command and option to clear (not save) history
|
||||
on exit (CLI)
|
||||
* Replace selection (instead of wrap in parentheses) on operator
|
||||
input if selection ends with operator (GTK, Qt)
|
||||
* Act as if two arguments are required when applying base-N
|
||||
logarithm to expression (GTK, Qt)
|
||||
* When applying function to expression, exclude to/where
|
||||
expression and place cursor before closing parenthesis if
|
||||
operator is last in selection (GTK)
|
||||
* Show padlock (or "[P]") after protected expression (Qt)
|
||||
* Fix name field not working in argument edit dialog (Qt)
|
||||
* Minor bug fixes and feature enhancements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 30 07:37:08 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package qalculate
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%define major 22
|
||||
%define libname libqalculate
|
||||
Name: qalculate
|
||||
Version: 4.2.0
|
||||
Version: 4.3.0
|
||||
Release: 0
|
||||
Summary: Multi-purpose desktop calculator application
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user