Hello community,

here is the log from the commit of package genius for openSUSE:Factory checked 
in at 2012-12-19 20:29:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/genius (Old)
 and      /work/SRC/openSUSE:Factory/.genius.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "genius", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/genius/genius.changes    2012-03-29 
11:40:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.genius.new/genius.changes       2012-12-19 
20:29:35.000000000 +0100
@@ -1,0 +2,43 @@
+Mon Dec 17 23:11:16 UTC 2012 - dims...@opensuse.org
+
+- Update to version 1.0.16:
+  + Add SurfacePlotData and SurfacePlotDataGrid functions to draw
+    arbitrary surface data, to allow more complicated 3d plots and
+    3d plots from data.
+  + Add LinePlotDrawAxisLabels and SurfacePlotDrawLegends
+    parameters and add corresponding UI checkboxes 
+  + Add ExportPlot function to export the current contents of the
+    plot window to a file from GEL
+  + Surface plot now allows "fit dependent axis" automatically when
+    z limits are unspecified.  And this is the default in the UI
+  + Add sinc, BesselJ0, BesselJ1, BesselJn, BesselY0, BesselY1,
+    BesselYn functions
+  + Plot window slightly bigger (700x500 now) and there are wider
+    side margins in the lineplot (2D) version to make tick labels
+    always fit.
+  + In both 2D and 3D plots, tick labels now use scientific
+    notation when needed to avoid ugly labels
+  + In surface plot the gradient always shows only the range of the
+    function, so color is more useful when zoomed out.
+  + Simpler output when typing "help foo" when foo is neither
+    defined nor documented.
+  + When for/sum/prod loops are in terms of floating point numbers
+    and the final number is within 2^-20 times the step size of the
+    goal, assume there were roundoff errors and still execute the
+    body
+  + Handle wider matrices than 2^15 columns in expansion
+  + Fix flicker when plotting surfaces to allow animations with 3d
+    plots
+  + Fix possible uninitialized crash when reading badly formed
+    standard library (should never happen, but ...)
+  + Fix LinearRecursiveSequence and allow it to take vector for n
+  + Fix crash on uninitialized variables in conjugate transpose
+  + Fix crash on extreme zoom out or zoom in of a graph
+  + Fix derivatives of Im and Re
+  + Fix file chooser dialogs not starting in current directory
+  + Avoid double error about uninitialized variables
+  + Spelling fixes and documentation fixes
+  + Require MPFR at least 2.3.0
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  genius-1.0.15.tar.xz

New:
----
  genius-1.0.16.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ genius.spec ++++++
--- /var/tmp/diff_new_pack.5EDGi8/_old  2012-12-19 20:29:36.000000000 +0100
+++ /var/tmp/diff_new_pack.5EDGi8/_new  2012-12-19 20:29:36.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           genius
-Version:        1.0.15
+Version:        1.0.16
 Release:        0
 Summary:        General purpose calculator and mathematics tool
 License:        GPL-3.0+
@@ -27,7 +27,7 @@
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool
-BuildRequires:  mpfr-devel
+BuildRequires:  mpfr-devel >= 2.3.0
 BuildRequires:  ncurses-devel
 BuildRequires:  readline-devel
 BuildRequires:  scrollkeeper

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to