Changelog for
qalculate-data-3.3.0-7.77.noarch.rpm :
* Sat Jul 27 2019 Christophe Giboudeaux
- Update to 3.3.0
* Support for number bases > 32, as well as negative and non-integer number bases
* Support for all number bases, including non-numerical, and specification of digits in base() function
* dBm and dBW units
* Support both micro sign and small mu as symbol for micro prefix
* New programming keypad icon
* Import definitions action in GUI
* Fix parsing of \"0x80 mod 3\" and similar
* Reduce length of expressions in warnings and errors (primarily when using high precision)
* Improved handling of interval arithmetic for cubic equations
* Minor bug fixes and feature improvements
* Fri May 31 2019 Fabian Vogt - Fix file conflicts when installing qalculate-data with old qalculate
* Wed May 29 2019 Christophe Giboudeaux - Update to 3.2.0
* Updated physical constants (CODATA 2018)
* Programming keypad (GUI) and programming mode (CLI)
* Bookmarks and protect (from disappearing of the end of the list) option for history (GUI)
* New and updated keypad buttons (GUI)
* Keypad in number bases dialog (GUI)
* bitrot() function for bit rotation
* Bitwise XOR, mod and rem operators, % as modulo, // and \\ operators for integer division
* Change order of operations for logical and bitwise operators to better match C operator precedence
* Improved support for functions, variables and units with input base > 10
* Unicode support in char() and code()
* Simplification and factorization improvements
* RPN syntax improvements
* Recognize \"factor\" and \"expand\" commands at the beginning expressions
* For vector + scalar, add scalar to all components
* uptime variable
* Fix random segfault on automatic unit category selection (GUI)
* Fix display of number in sexagesimal base or time format (GUI)
* Fix abs(x)=a for complex x
* Minor bug fixes and feature improvements
* Fri Apr 26 2019 Christophe Giboudeaux - Update to 3.1.0
* Calculation of Si(), Ci(), Shi(), and Chi().
* Convert trigonometric arguments to selected angle unit, and hide angle unit in result.
* Hide optional arguments, with default value, in output.
* Add optional variable value argument to diff(), for calculation of derivative for a specific x value.
* Improved sinc() support.
* Improved output with show ending zeroes activated.
* Fix ignore system language on Windows.
* Fix atomic unit of velocity.
* Fix and improve keypad menus, and add dynamic convert to menu to result popup menu (GUI).
* Fix compilation errors because of erroneous limits.h inclusion.
* Fix \"factorized result is wrong\" error.
* Minor bug fixes and feature improvements.
* Tue Mar 26 2019 Christophe Giboudeaux - Update to 3.0.0
* Implement 2019 redefinition of SI base units
* Uncertainty propagation improvements/fixes
* Separate use of interval arithmetic
* Improved polynomial gcd
* Added option to ignore the system language
* Switch to exact decimal fractions (fixed) from decimal fractions mode (and vice versa) when exact mode is toggled.
* Restore lost signal handlers in the conversion GUI
* Tue Oct 30 2018 Christophe Giboudeaux - Update to 2.8.0
* Equation solved and improved simplification for expressions with trigonometric functions.
* General improvements to simplification and equation solving.
* Improved factorization.
* New magnitude(), entrywise() and hadamard() functions, and new n variable (unknown integer).
* Parse |x| and ||x|| as abs(x) and magnitude(x).
* Use kilo as prefix for gram if automatic prefix is off.
* Thu Sep 13 2018 Jan Engelhardt - Re-ensure neutrality of descriptions.
* Wed Sep 12 2018 Stefan BrĂ¼ns - Update to 2.6.2:
* Polar and exponential complex forms (changed with mode or with \"to\" operator/command)
* Fix f(x)+a=a (e.g. x+1=1, which returned false/zero).
* Fix ln(-i).
* Fix automatic unit conversion in RPN mode
* Allow conversion of the current result using standalone \"to\" expression (e.g. type \"to m\" to convert current result to meter) in GUI.
* Option to disable automatic conversion to local currency (when optimal conversion activated)
* Minor bug fixes.
* Fri Sep 07 2018 stefan.bruensAATTrwth-aachen.de- Split data files from application package, fix boo#1106954
* Fri Jul 20 2018 christopheAATTkrop.fr- Update to 2.6.1. Changes since 2.5.0:
* Support for searching matching functions
* Lunar phase functions
* Interpret 5m 7cm as 5m+7cm, and 3h 52min 20s as 3h+52min+20s, and similar
* Calendar conversion
* Fix display of addition with negative non-integer number Check https://qalculate.github.io/news.html for the complete changelog