Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from Qalculate:master #316

Open
wants to merge 154 commits into
base: master
Choose a base branch
from

Conversation

pull[bot]
Copy link

@pull pull bot commented Dec 29, 2023

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

…on); log(x, 1) is always zero when x has non-zero imaginary part; Improve newtonsolve() and secantsolve(); Minor tweak for prefix conversion; Fix build issues with last commit (more changes than intended where included) (issue #604)
@pull pull bot added the ⤵️ pull label Dec 29, 2023
@pull pull bot requested a review from RogueScholar December 29, 2023 20:45
@pull pull bot added the merge-conflict Resolve conflicts manually label Dec 29, 2023
…rencies"; Exit with error status code if command line expression generates error (issue #607); Avoid radian unit missing error message with --nounits command line option
…issue #609); Improve output of complex angle form in some cases; Do not display exact result for dual approximation if parsed expression differs (can occur in some cases with conversion to angle unit), and in some cases where the only differences is how exact numbers in function arguments are (e.g. "i to angle to deg")
… number of bits are not enough for output of binary or hexadecimal number, use default, instead of minimal, number of bits
…html output and in qalc ("set e notation 0") (issue #614); Always put number using 10^x notation in parenthesis of not top object
…hout argument); Recognize function name with parentheses appended in argument of "delete" command (useful for deletion of function with same name as variable or unit) (issue #616)
…upport for j:k (for sequence of numbers with increment 1), and j:i:k (with increment i) syntax; Add colon() function (used by new syntax); Improve bitget() and bitset(); Improve detection of spelling errors (only test for unit names if the unit placement in expression seems reasonable); Fix parentheses for numbers (with scientific notation)
… y)), and, if y cannot be isolated completely, return resulting equation in solve() function (e.g. dsolve(diff(y , x) = y)= solve(ln(y) = x + C, y)) (issue #617)
… expression, even if "/" is not used; Check for potential spelling mistakes in unknown commands in qalc; Add support for values > 1 for twosin and hextwosin options in qalc; Update colon() title and description for getbit() and setbit(); Add support for "prefix" conversion option for "to" without expression in qalc; Add example for new syntax for sequence vector; Update translations; Update man page; Update ChangeLog
…ounding methods and replace PrintOptions::round_halfway_to_even (and truncate time zone value hack) with PrintOptions::rounding; Add PrintOptions::duodecimal_symbols (replace time zone value hack); Replace PrintOptions::lower_case_e with PrintOptions::exp_display and add option for scientific notation without E (10^x); Add ParseOptions::binary_bits (replaces non-boolean values for twos_complement and hexadecimal_twos_complement); Add keep command, which makes variable or function non-temporary, to qalc; Improve handling of "..."; Add private objects (empty for now) to MathStructure and ExpressionItem; Make minor changes which are now feasible because of binary compatibility breakage;
…or type) - return vector instead of matrix, require equal number of elements, and use the same vector index for all argument for each function instance (e.g. atan2([1 2], [3 4]) = [atan2(1, 3) atan(2 4)]; Set handle vector property by default, for text, date, and boolean arguments, and for arguments, in global non-builtin functions, without specified type; Enable parsing of vectors for text arguments; Add foreach() (simplified for function, using vector instead of counter); Add setbits() function; Change bitset() and digitset() to return vector when argument contain vector, instead if changing multiple positions; Add flip() function (changes order of elements in vectors and matrices); Add "binary bits" option in qalc; Change short name for "exp display" to "edisp" ("exp" can still be used but does not interpret a value of 10 the same); Improvements to scientific notation; EXP_BASE10 -> EXP_POWER_OF_10; Minor fixes
hanna-kn and others added 30 commits October 15, 2024 08:49
libqalculate/Variable: fix valgrind warnings
… instead of rl_event_hook fixes cursor movement with Unicode characters and should reduce delay) (issue #659)
…ess strict command detection, and fix expand, factor, partial fractions, bases and calendars conversion); Fix untranslated "to calendars" when translated "calendars" exists
…new version first time in interactive mode; Do not show calculate as you type error/warning for aborted calculation (e.g. "Unable to integrate the expression" when calcuation is too slow); Fix spacing after implicit mulitplication interpretation question; Fix formatting when commands/expression is read from file before interactive mode
Fix issues building with MSVC
…t; Fix segfault with very large integer raised by very large integer (integer length multiplied by exponent overflows long long int), e.g. "fs^EiK"; Fix wrong output of converted unit with non-numerical exponent in some cases; Improve ability to abort matrix functions; Improve calculation of formatted string length (for filtering of multiple results in Calculator::calculateAndPrint()); Remove "timed out" alternative results in Calculator::calculateAndPrint(); Do not ask calculate as you type question with "--defaults"; Place "approx." on same line as value (instead of as equals sign); Display "aborted" for long aborted result
…1-1/x)-x=0" when approximation is not exact, issue #720)
…using precision (if PrintOptions::max_decimals < -1, digits = -max_decimals); Fix current value for "help set approximation" when approximation is exact but auto/dual approximation is not reset (after "exact" command); Update exchange rates; Update translations; Increment version number
…ion; Fix calculate as you type Unicode output on Windows; Do not ask if calculate as you type question on Windows versions without support for text formatting
… in vector; Set ans variable to solution(s) of equation (as if solve() where used)
…tor); Fix automatic variable detection in select()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⤵️ pull merge-conflict Resolve conflicts manually
Projects
None yet
Development

Successfully merging this pull request may close these issues.