diff --git a/genius-1.0.17.tar.xz b/genius-1.0.17.tar.xz deleted file mode 100644 index d377b88..0000000 --- a/genius-1.0.17.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2af0cf64a3bae45e8e6c38ce8c0c0724386ae29614a83d9eff179ee09ecef44f -size 2314316 diff --git a/genius-1.0.18.tar.xz b/genius-1.0.18.tar.xz new file mode 100644 index 0000000..3f93afb --- /dev/null +++ b/genius-1.0.18.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acd367b0602a78450569822f4da41cc0e53fefef587b84121bd12ea1486ecb75 +size 2434892 diff --git a/genius.changes b/genius.changes index a620857..21e1698 100644 --- a/genius.changes +++ b/genius.changes @@ -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 diff --git a/genius.spec b/genius.spec index 77f12cd..5946e4e 100644 --- a/genius.spec +++ b/genius.spec @@ -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+