|
|
|
|
Changelog for qalculate-data-2.8.0-50.5.noarch.rpm :
* 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 * Sat May 26 2018 christopheAATTkrop.fr- Update to 2.5.0: * Improved interval arithmetic with dependent values. * Experimental limit() function. * Two\'s complement representation for binary numbers. * Improved currency titles. * bitcmp() function. * Allow all rational numbers for second argument of root(). * Fix segfault when prefix is set in some cases. * Fix a^infinity when a > 1. * Minor bug fixes.- Drop 0001-Fix-leaking-of-FDs-created-by-pipe.patch (fixed upstream) * Tue May 08 2018 fabianAATTritter-vogt.de- Add patch to fix FD leak (boo#1092329): * 0001-Fix-leaking-of-FDs-created-by-pipe.patch * Sat Mar 10 2018 fabianAATTritter-vogt.de- Use %license- Clean .spec file- Update to 2.2.1: * Fix electric constant, magnetic constant, and characteristic impedance of vacuum. * Fix handling of Unicode symbols in expressions with quotation marks. * Fix segfault in solve() function. * sinc() function. * Add vacuum_permeability and vacuum_permittivity as alternative names for magnetic and electric constants. * Add completion only names to enable completion of Greek letters from the Roman letter names. * Suppress gnuplot output in terminal. * Mon Dec 18 2017 christopheAATTkrop.fr- Update to 2.2.0 * Bitcoin support * Fix wrong partial calculation of square root in exact mode in some cases * Equation solving enhancements Check http://qalculate.github.io/news.html for the complete changelog * Tue Aug 29 2017 fabianAATTritter-vogt.de- Update to 2.0.0: * CLN has been replaced with GMP and MPFR for low-level numerical calculations. * The Glib dependancy has been removed. It has partly been replaced with libiconv and icu. Libqalculate can be compiled without them and libiconv is only used the CLI application. * GVFS and wget have been replaced by libcurl for exchange rates retrieval. * Date functions have been rewritten and now support much larger numbers. * Trigonometric functions with angle unit other than radians have been fixed. * Functions with more than one argument can now also be applied to the RPN stack. * New functions: airy(), arg(), besselj(), bessely(), conj(), digamma(), erf(), erfc() * Binary installer for Microsoft Windows. * Increased efficiency and many minor enhancements and bug fixes. * Fri Jun 02 2017 wbauerAATTtmo.at- Update to 0.9.12: * Fixes to unit parsing in adaptive parsing mode, build fixes and other minor bug fixes- Update to 0.9.11: * Mixed units conversion (e.g. \"15 in = 1 ft + 3 in\" and \"3,2 h = 3 h + 12 min\") * Fixes to unit conversion (e.g. \"1/(1 ns) to GHz\") * Fix slow calculation of exponentiations with big numerators in exponents (e.g. \"2^0.333333333\") * Critical fixes for RPN syntax * Fix degree sign * Fix transformation of last arguments to vector, when only one last argument (fixes function(\"1+\\x\"; 1)) * Plot functions (makes possible plotting, using gnuplot, in qalc) * \"Swap, \"pop\", \"copy\", \"rotate\" and \"move\" commands for RPN stack manipulation in qalc * Enable both (or one of) RPN stack and syntax with the \"rpn\" command in qalc * New commands for creation of simple functions and variables (without calculation of the expression) in qalc * Various other minor enhancements and bug fixes... * Thu Jan 19 2017 jengelhAATTinai.de- Trim filler words from description.- Remove unused .la files. * Thu Jan 12 2017 fabianAATTritter-vogt.de- Update to 0.9.10: * Unit conversion fixes (e.g. \"1/s to ms\" and \"1/ns to GHz\") * Fixed parsing of degrees sign (used in defult symbol for temperature units)- Update to 0.9.9: * libqalculate will no longer cause segmentation faults when using a locale unsupported by the users system * Parsing of \"today\" fixed and \"tomorrow\" and \"yesterday\" added * Qalculate! now compiles, without errors and warning, using clang * New commands/options in qalc which list available variables, functions and units * New command in qalcfor deletion of variables- Update to 0.9.8: * Lots of bug fixes and minor improvements * Three different parsing modes can be chosen from (providing mainly different handling of implicit multiplication). The default \'adaptive\' mode has been enhanced. * By default prefixes will not be added to for example imperial units. * Changed handling of degrees Celsius and Fahrenheit. Conversion will take place already during parsing. * When converting to unit without prefix, no prefix will be added to the result unless the unit expression is prepended with \'?\' (\'0\' works in the opposite direction). * Option to ignore commas in numbers (for use as thousands separator). * Possibility to abort slow number printing without using crash prone thread cancellation (use Calculator::startPrintControl() and related functions). * New function: fibonacci (Qalculate! can now tell you that the millionth fibonacci number is approximately 1,953282129 * 10^208987, although for obvious reasons the exact number cannot be displayed). * New units: Hartree, Rydberg, Dalton (same as u) * Currencies have been updated to reflect the available data from ECB. * Physical constant have been updated with the CODATA values from 2014. * Use ~/.local and ~/.conf to store configuration and definitions * \'to\' can now not only be used for conversion to unit expressions. \"to bin\", \"to oct\", \"to hex\" and \"to bases\" changes number base displayed, \"to factors\" factorizes, \"to fraction\" displays as fraction, and \"to base\" and \"to optimal\" auto-converts units. (CLI)- Now using https://github.com/Qalculate/libqalculate as source- Remove gcc-6-compile.patch, fixed upstream * Wed May 25 2016 jslabyAATTsuse.com- add gcc-6-compile.patch: Fix compilation with gcc 6
|
|
|