Gnumeric 1.12.57 aka "TBD" is now available.

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

Noteworthy news in this release:

  • Touchpad support on Wayland.
There is also a new, experimental, decimal mode that uses 16-digits base-10 floating point values. This mode is activated by --with-decimal64 during configuration. In that mode, computations with dollars and cents will not be subject to that base-2 arithmetic is. (It's still limited precision, 16 digits as mentioned, so there will still be floating-point artefacts -- they will just occur elsewhere, for example for computations like =(1/3)*3 which produce 0.9999... Decimal mode is experimental. There is no support available. Please do not file bug reports unless they have ready-to-commit patches.

Details of changes by contributor:

  • Morten
    • Fix touchpad scrolling on Wayland. [Bug 678].
    • Fix ods auto-filter import problem.
    • Fix xml import and export of auto-filters.
    • Fix problem with percent-of-range auto-filters with blanks.
    • New UNIQUE function.
    • New FLT.RADIX, FLT.MIN, FLT.MAX, FLT.NEXTAFTER functions (for testing).
    • New experimental --with-decimal64 for base-10 math.
    • Fix sheet resize problem.
    • Fix UI problem with redo of expression entry. [Bug 755].
    • Accept ad-hoc clipboard format "text/plain;charset=utf-8". [Bug 754].

goffice 0.10.57 aka "TBD" is now available.

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

Details of changes by contributor:

  • Morten
    • Excise long double parts of ryu unless --with-long-double.
    • Fix various go_dtoa issues.
    • Introspection fixes.
    • New experimental --with-decimal64 for base-10 math.