Gnumeric 1.12.48 aka "TBD" is now available.

The Gnumeric Team is pleased to announce the availability of Gnumeric version 1.12.48. This is a bugfix release.

Noteworthy news in this release:

  • Python plugin ported to Python 3.

Details of changes by contributor:

  • Andreas
    • Add axis title to chart in histogram tool. [Bug 408].
    • Fix line end marker roundtrip through strict ODF.
    • Improve export of line markers to ODF for interoperability.
    • Improve line marker handling on import.
    • Fix LaTeX export. [Bug 489].
    • When reading an ODF file make all sheets of equal size. [Bug 505].
  • Jean
    • Fix xlsx object non-import crash.
    • Fix in-place graph data problem. [Bug 492].
    • Port to Python3. [Bug 419].
  • Morten
    • Fix performance issue with sample_datasource. [Bug 491].
    • Fix partial-line issue with sample_datasource.
    • Fix load of in-place graph data with extra ()s. [Bug 492].
    • Fix Ctrl-; cursor position. [Bug 494].
    • Fix ssconvert --merge-to problem. [Bug 496].
    • Fix sheet size paste problem. [Bug 497].
    • Speed up really large auto-filters. [Bug 465].
    • Fix 2038 problem on quit.
    • Improve tests.
    • Improve dependency tracking for implicit intersection. [Bug 501].
    • Fix format dialog issue. [Bug 503].
    • Re-tune style quad tree. [Bug 234].
    • Re-tune dependency bucket system. [Bug 502].
    • Fix global name parsing problem with non-uniform sheet sizing.
    • Avoid style dependency redraw during file load.
    • Tend to dead kittens.
    • Fix metadata dialog. [Bug 510].
    • Fix potential 64-bit problem with signals.
    • Fix GnmRange introspection.

goffice 0.10.48 aka "TBD" is now available.

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

Noteworthy news in this release:

  • Canvas performance improvements
  • The canvas can now be used without a widget

Details of changes by contributor:

  • Jean
    • Avoid serializing empty graph data. [Bug 46].
    • Clip data labels in XY plots. [Bug 47].
    • Don't emit a critical for invalid series in Logarithmic fit. [Bug 49].
    • Optimize GtkWidget embedding in the canvas. See Bug 465.
    • Clip grid lines rendering to the plot area. [Bug 50].
    • Speed up GocGroup for large number of children. [Bug 465].
    • Make GocGroup usable as a widgetless canvas.
  • Morten
    • Avoid critical in document image handling.
    • Introspection fixes.
    • Speed up GocGroup for large number of children. [Bug 465].
    • Stop checking for Xrender.
    • Plug leaks.