SHA256
1
0
forked from pool/qalculate

6 Commits

Author SHA256 Message Date
a741415430 Accepting request 1251491 from science
OBS-URL: https://build.opensuse.org/request/show/1251491
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=54
2025-03-10 16:57:46 +00:00
f0dab7aadf - Update to 5.5.2:
- Fix tab completion

OBS-URL: https://build.opensuse.org/package/show/science/qalculate?expand=0&rev=28
2025-03-09 04:10:45 +00:00
930b1839d5 Accepting request 1237862 from science
OBS-URL: https://build.opensuse.org/request/show/1237862
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=53
2025-01-16 17:30:54 +00:00
fdfa6e5d1b - update to 5.5.0:
- a(i) and a[i] syntax (the latter with support for functions) for
    element in vector
  - Set ans variable to solution(s) of equation (as if solve() function were used)
  - New function: factor()
  - Use hours or minutes as default unit for conversion to time unit of
    expression with time format but no units (e.g. "0:00:12 to s")
  - Always use four digits for year in date (e.g. "0064-07-18" instead of "64-07-18"),
    and support input of date using DD-MM-YYYY format
  - Fix solving of x^4-4x^3+10x^2-12x+1=0, and similar, in exact mode
  - Fix dual/auto approximation when unable to find exact solution to equation
  - Fix rounding in 1/# conversion to integer (e.g. "1/2 to 0.99")
  - Fix unability to find approximate solutions to some high degree equations
  - Fix automatic variable detection in select()
  - Fix terminal columns and rows when piping/redirecting input
  - Fix ans variables with calculate as you type activated
  - Fix compilation without readline
  - Minor bug fixes and feature enhancements

OBS-URL: https://build.opensuse.org/package/show/science/qalculate?expand=0&rev=27
2025-01-14 15:36:43 +00:00
8dc248e81f Accepting request 1231777 from science
OBS-URL: https://build.opensuse.org/request/show/1231777
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=52
2024-12-18 19:09:09 +00:00
56d2f7bc55 - update to 5.4.0:
- Option to continuously display result while editing
    expression
  - Option to specify number of displayed significant digits,
    instead of using precision
  - New functions: tripleProduct(), multilimit()
  - Improve decision to automatically convert unchanged quantity
    with unit
  - Improve ability to abort matrix functions
  - Add plot() function example, and support expression in y=f(x)
    format
  - Place "approx." on same line as value (instead of as equals
    sign) in qalc
  - Display "aborted" for long aborted result in qalc
  - Updated French translation
  - Fix case conversion of µ to M and similar
  - Fix segfault with very large integer raised by very large
    integer
  - Fix wrong output of converted unit with non-numerical
    exponent in some cases (e.g. ft^x converted to m without
    expansion)
  - Fix "sqrt(x-1/x)+sqrt(1-1/x)-x=0" when approximation is not
    exact
  - Fix clear using Ctrl+L when input line is not empty
  - Minor bug fixes and feature enhancements
- update to 5.3.0:
  - Fix memory leaks
  - Fix segfault with recursive (self-referencing) function
  - Fix input of negative exponent in scientific e notation with
    RPN syntax
  - Fix parsing of 1°2'3" as 1°+2'+3"
  - Fix definite integral for 1/sqrt(1-x^2), with limits
    higher/lower than or equal to -1 and 1
  - Fix crash with empty vector in plot function, e.g. plot([])
  - Fix "did you mean..." warning for two implicitly
    multiplicated functions without space between (e.g.
    "atan2(a,b)atan2(c,d)")
  - Fix inability to abort randpoisson() with very high rate
    value
  - Fix Calculator::reset()
  - Improve handling of "where" expressions with inequalities
  - Place n and C last in variable isolation priority order
  - Remove unnecessary calculation for output of integers
    with non-decimal number base (fixes delay with very high
    precision)
  - Add nmi symbol for nautical mile
  - Add free_thread_caches() function
  - Add Calculator::parseToExpression()
  - Disable load() and export() functions when --disable-insecure
    compile option is enabled
  - Fix saving of percentage interpretation in qalc
  - Fix save definitions option in qalc
  - Fix interpretation of mH₂O, and related units with Unicode
    subscript in qalc
  - Fix line break for output from command line expression or
    file, before interactive mode
  - Avoid asking questions when reading commands/expressions from
    file before interactive mode
  - "unkeep" command (reverse of "keep")
  - Support abbreviations for scientific (sci) and engineering
    (eng) as options for scientific notation (exp)
  - Show error for unrecognized command line options when
    expression is separated from options by "--"
  - Do not show single input decimal number as fraction by
    default if small or large enough to be displayed using
    scientific notation
  - Minor bug fixes and feature enhancements

OBS-URL: https://build.opensuse.org/package/show/science/qalculate?expand=0&rev=26
2024-12-18 05:25:03 +00:00
4 changed files with 103 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:20be13a39aea7f0371af789539cb285892f2e15d8240f29f9f380984e3446830
size 2694752

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fc14d4527dccfc9189684b9fcd64d78aa67ae5383012c66e1596b2531f5daef1
size 2736335

View File

@@ -1,3 +1,102 @@
-------------------------------------------------------------------
Thu Mar 6 18:27:17 UTC 2025 - pallas wept <pallaswept@proton.me>
- Update to 5.5.2:
- Fix tab completion
-------------------------------------------------------------------
Tue Jan 14 14:55:20 UTC 2025 - Paolo Stivanin <info@paolostivanin.com>
- update to 5.5.0:
- a(i) and a[i] syntax (the latter with support for functions) for
element in vector
- Set ans variable to solution(s) of equation (as if solve() function were used)
- New function: factor()
- Use hours or minutes as default unit for conversion to time unit of
expression with time format but no units (e.g. "0:00:12 to s")
- Always use four digits for year in date (e.g. "0064-07-18" instead of "64-07-18"),
and support input of date using DD-MM-YYYY format
- Fix solving of x^4-4x^3+10x^2-12x+1=0, and similar, in exact mode
- Fix dual/auto approximation when unable to find exact solution to equation
- Fix rounding in 1/# conversion to integer (e.g. "1/2 to 0.99")
- Fix unability to find approximate solutions to some high degree equations
- Fix automatic variable detection in select()
- Fix terminal columns and rows when piping/redirecting input
- Fix ans variables with calculate as you type activated
- Fix compilation without readline
- Minor bug fixes and feature enhancements
-------------------------------------------------------------------
Tue Dec 17 21:51:02 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- update to 5.4.0:
- Option to continuously display result while editing
expression
- Option to specify number of displayed significant digits,
instead of using precision
- New functions: tripleProduct(), multilimit()
- Improve decision to automatically convert unchanged quantity
with unit
- Improve ability to abort matrix functions
- Add plot() function example, and support expression in y=f(x)
format
- Place "approx." on same line as value (instead of as equals
sign) in qalc
- Display "aborted" for long aborted result in qalc
- Updated French translation
- Fix case conversion of µ to M and similar
- Fix segfault with very large integer raised by very large
integer
- Fix wrong output of converted unit with non-numerical
exponent in some cases (e.g. ft^x converted to m without
expansion)
- Fix "sqrt(x-1/x)+sqrt(1-1/x)-x=0" when approximation is not
exact
- Fix clear using Ctrl+L when input line is not empty
- Minor bug fixes and feature enhancements
- update to 5.3.0:
- Fix memory leaks
- Fix segfault with recursive (self-referencing) function
- Fix input of negative exponent in scientific e notation with
RPN syntax
- Fix parsing of 1°2'3" as 1°+2'+3"
- Fix definite integral for 1/sqrt(1-x^2), with limits
higher/lower than or equal to -1 and 1
- Fix crash with empty vector in plot function, e.g. plot([])
- Fix "did you mean..." warning for two implicitly
multiplicated functions without space between (e.g.
"atan2(a,b)atan2(c,d)")
- Fix inability to abort randpoisson() with very high rate
value
- Fix Calculator::reset()
- Improve handling of "where" expressions with inequalities
- Place n and C last in variable isolation priority order
- Remove unnecessary calculation for output of integers
with non-decimal number base (fixes delay with very high
precision)
- Add nmi symbol for nautical mile
- Add free_thread_caches() function
- Add Calculator::parseToExpression()
- Disable load() and export() functions when --disable-insecure
compile option is enabled
- Fix saving of percentage interpretation in qalc
- Fix save definitions option in qalc
- Fix interpretation of mH₂O, and related units with Unicode
subscript in qalc
- Fix line break for output from command line expression or
file, before interactive mode
- Avoid asking questions when reading commands/expressions from
file before interactive mode
- "unkeep" command (reverse of "keep")
- Support abbreviations for scientific (sci) and engineering
(eng) as options for scientific notation (exp)
- Show error for unrecognized command line options when
expression is separated from options by "--"
- Do not show single input decimal number as fraction by
default if small or large enough to be displayed using
scientific notation
- Minor bug fixes and feature enhancements
-------------------------------------------------------------------
Tue Jul 30 11:00:57 UTC 2024 - pgajdos@suse.com

View File

@@ -19,7 +19,7 @@
%define major 23
%define libname libqalculate
Name: qalculate
Version: 5.2.0
Version: 5.5.2
Release: 0
Summary: Multi-purpose desktop calculator application
License: GPL-2.0-or-later