Gnumeric 1.12.1 aka "TBD" is now available.

The Gnumeric Team is pleased to announce the availability of Gnumeric version 1.12.1. This release requires the concurrently released Goffice 0.10.1.

Noteworthy news in this release:

  • Crash for certain csv files from the command line fixed.
  • Conditional formats' dependents tracked.
  • New ssdiff command line utility to compare spreadsheets.
  • New file history dialog.
  • Avoid most deprecated parts of GTK+.
  • GObject introspection fixes.

Details:

  • Alexandre Rostovtsev
  • Andreas
    • Some documentation fixes.
    • Show argument names for python functions. [Bug 690681].
    • Fix loading of ODF files with named expressions. [Bug 690925].
    • Avoid unncessary sheet specification in analysis tools. [Bug 691892].
    • Fix sensitivity tests for 2-factor anova dialog. [Bug 693980].
  • Jean
    • Fixed aspect ratio for graph sheets. [Bug 691472].
    • Replaced all GtkTable instances by GtkGrid.
    • Make the row and column header clickable even when indented.
    • Fix horizontal and vertical pane positions after indentation.
  • Morten
    • Fix a few compiler warnings.
    • Always compile ssconvert, ssindex, and ssgrep.
    • New utility: ssdiff.
    • Remove disabled corba plugin.
    • Fix off-by-ones in sheet resize. [Bug 690929].
    • Start working on warnings from newer gcc.
    • Avoid using some deprecated symbols.
    • Fix multihead issue with clipboard.
    • Improve EIGEN. [Bug 687926].
    • Improve handling of unknown functions. [Bug 109442].
    • Add LINSOLVE function.
    • Restrict size of MUNIT to avoid thrashing the system. [Bug 625544].
    • Fix text import crash.
    • Add LEVERAGE function for regression tool. [Bug 691913].
    • Clean up matrix code.
    • Speed up regressions. [Bug 691984].
    • Clean up sheet style code somewhat.
    • Track dependents of conditional formats. [Bug 654495] [Bug 674954].
    • FreeBSD portability fix. [Bug 693761].
    • Introspection fixes.
    • Fix ssconvert crash. [Bug 694741].
    • Unconditionally enable solver.
    • Rewrite the file history dialog. [Bug 694777].
    • Fix R.QF and R.QBINOM documentation.
    • Fix sheet-removed crashes for a few dialogs. [Bug 364291].

goffice 0.10.1 aka "TBD" is now available.

The Gnumeric Team is pleased to announce the availability of goffice version 0.10.1.

Noteworthy news in this release:

  • Linear algebra improvements (for regression).
  • GObject introspection fixes.
  • Graph fixes.

Details:

  • Jean
    • Don't add an extra separator at start of data labels. [Bug 691704].
    • Don't crash after deleting a named smoothed curve. [Bug 691796].
    • Fix data label offset serialization. [Bug 692305].
    • Add a user interface for radar and polar plots axis selection. [Bug 692803].
    • Fix go_component_build_snapshot() returned value. [Bug 694231].
    • Do not use invalid values in line plots. [Bug 694232].
    • Make data labels position independant on scale. [Bug 694731].
  • Morten
    • Cleanup linear algebra. [Bug 691630].
    • Work on new compiler warnings.
    • Add efficient code for computing leverages. [Bug 691913].
    • Introspection fixes.
    • Fix missing tooltip in color palette. [Bug 695032].
    • Fix missing tooltip in pixmap selector.