SHA256
1
0
forked from pool/qalculate
Ana Guerrero 2025-01-16 17:30:54 +00:00 committed by Git OBS Bridge
commit 930b1839d5
4 changed files with 26 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
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>

View File

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