Accepting request 249039 from home:Zaitor:branches:GNOME:Apps

Have to say - I have no frigging clue what this package is for or what it does, but hey: Here is an update

- Update to version 1.0.18:
  + New general functions: KroneckerProduct (alias TensorProduct),
    NewtonsMethod, HalleysMethod, LambertW, LambertWm1,
    NonzeroColumns, NonzeroElements, DisplayVariables, PrintTable,
    SetElement, SetVElement.
  + New plotting functions: PlotCanvasFreeze/PlotCanvasThaw to
    improve flicker if doing animations with genius, and
    LinePlotDrawPoints function to draw just points without the
    line. While plotting errors are no longer forced into a dialog,
    and presence of errors is indicated in the graph window below
    the graph.
  + Allow setting color in LinePlotDrawLine with RGB vector. When
    the vector building notation is done with floats and the final
    number is within 2^-20 times the step size of the goal, assume
    there were roundoff errors and still add it, just like for
    loops, so something like 1.0:0.1:3.0 now works.
  + Implement subsecond precision in wait function.
  + Fix memory corruption error triggered in nested floating point
    for loops with a floating point step.
  + Few minor bug fixes and fix some more compile warnings in
    gtkextra.
  + Streamline the compiled file format (saves about 30kb).
  + A few improvements to the documentation.
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/249039
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/genius?expand=0&rev=30
This commit is contained in:
Dominique Leuenberger 2014-09-17 16:15:23 +00:00 committed by Git OBS Bridge
parent a9169eb522
commit a3c2b10828
4 changed files with 33 additions and 5 deletions

View File

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

3
genius-1.0.18.tar.xz Normal file
View File

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

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Sat Sep 13 07:58:00 UTC 2014 - zaitor@opensuse.org
- Update to version 1.0.18:
+ New general functions: KroneckerProduct (alias TensorProduct),
NewtonsMethod, HalleysMethod, LambertW, LambertWm1,
NonzeroColumns, NonzeroElements, DisplayVariables, PrintTable,
SetElement, SetVElement.
+ New plotting functions: PlotCanvasFreeze/PlotCanvasThaw to
improve flicker if doing animations with genius, and
LinePlotDrawPoints function to draw just points without the
line. While plotting errors are no longer forced into a dialog,
and presence of errors is indicated in the graph window below
the graph.
+ Allow setting color in LinePlotDrawLine with RGB vector. When
the vector building notation is done with floats and the final
number is within 2^-20 times the step size of the goal, assume
there were roundoff errors and still add it, just like for
loops, so something like 1.0:0.1:3.0 now works.
+ Implement subsecond precision in wait function.
+ Fix memory corruption error triggered in nested floating point
for loops with a floating point step.
+ Few minor bug fixes and fix some more compile warnings in
gtkextra.
+ Streamline the compiled file format (saves about 30kb).
+ A few improvements to the documentation.
+ Updated translations.
-------------------------------------------------------------------
Thu Jun 27 04:37:32 UTC 2013 - zaitor@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package genius
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: genius
Version: 1.0.17
Version: 1.0.18
Release: 0
Summary: General purpose calculator and mathematics tool
License: GPL-3.0+