SHA256
1
0
forked from pool/qalculate

Accepting request 846484 from home:matthewtrescott:branches:science

- Update to 3.14.0:
  * Support traditional calculator memory (MR/MC/MS/M+/M-)
  * Add Rutherford (Rd), millirem (mrem), mrem/s, and erg/g units
  * Add yr and annus names for year unit, röntgen name for
    roentgen (R) unit, and rem for roentgen equivalent man
  * Add matrix rank (rk) and reduced row echelon form (rref)
    functions
  * Support for different character encodings in code() function
  * Keep angle units in calculations involving both length and
    (plane) angle units (fixes lumen calculations)
  * Improve plot speed for functions defined using expression
  * Always perform conversion to optimal (SI) unit when the
    expression is a number multiplied by a unit and input equals
    output
  * Improvements and fixes for qalc on Windows
  * Compiled definitions without GIO and with support for
    out-of-tree builds
  * Fix availability of many currencies before manual exchange
    rates update (global exchange rates file was not installed)
  * Minor bug fixes and feature improvements

Corrected line lengths in this version.

OBS-URL: https://build.opensuse.org/request/show/846484
OBS-URL: https://build.opensuse.org/package/show/science/qalculate?expand=0&rev=7
This commit is contained in:
Atri Bhattacharya 2020-11-06 14:35:58 +00:00 committed by Git OBS Bridge
parent 91f5ae270c
commit fabe3a9b76
4 changed files with 28 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Thu Nov 5 22:45:37 UTC 2020 - Matthew Trescott <matthewtrescott@gmail.com>
- Update to 3.14.0:
* Support traditional calculator memory (MR/MC/MS/M+/M-)
* Add Rutherford (Rd), millirem (mrem), mrem/s, and erg/g units
* Add yr and annus names for year unit, röntgen name for
roentgen (R) unit, and rem for roentgen equivalent man
* Add matrix rank (rk) and reduced row echelon form (rref)
functions
* Support for different character encodings in code() function
* Keep angle units in calculations involving both length and
(plane) angle units (fixes lumen calculations)
* Improve plot speed for functions defined using expression
* Always perform conversion to optimal (SI) unit when the
expression is a number multiplied by a unit and input equals
output
* Improvements and fixes for qalc on Windows
* Compiled definitions without GIO and with support for
out-of-tree builds
* Fix availability of many currencies before manual exchange
rates update (global exchange rates file was not installed)
* Minor bug fixes and feature improvements
-------------------------------------------------------------------
Fri Aug 21 14:17:43 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>

View File

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