- Update to version 1.0.20:
+ Add more sizes of icons including SVG, and add Keywords to the
.desktop file.
+ Documentation updates.
+ Fix PeriodicExtension function.
+ ErrorFunction (erf) is using MPFR for real values so it is far
more precise and faster.
+ The Fourier series example is no longer using a hand coded
graph and hand computed series, so it can now be easily
modified to show series for different functions.
+ Fix GCC 5 compilation.
+ A couple of minor fixes in the plotting code including one
possible crasher.
+ Updated translations.
OBS-URL: https://build.opensuse.org/request/show/290422
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/genius?expand=0&rev=34
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