GNU Octave 11 Open-Source Scientific Programming Language Officially Released (9to5linux.com)
from cm0002@lemy.lol to programming@programming.dev on 24 Feb 2026 00:42
https://lemy.lol/post/61594817

GNU Octave 11 has been officially announced today for this open-source, free, and cross-platform high-level language, primarily intended for numerical computations.

Highlights of GNU Octave 11 include a new search command for packages, an updated Java internal interface to be more memory-efficient, a completely revamped randi function, support for the roots function to accept only double or single input types, and a more accurate fzero function (1-2 eps when TolX is eps).

This release also introduces an _Exit function makes it possible to use a fork/_Exit sequence to perform work in parallel child processes for potential performance gains, and an updated sum function that fully supports increased precision through the “extra” optional argument, which is also available for sparse arrays.

#programming

threaded - newest

BrilliantantTurd4361@sh.itjust.works on 24 Feb 2026 01:20 next collapse

FYI Octave is compatible with many Matlab scripts.

The more you know 🌠

undefined@lemmy.hogru.ch on 24 Feb 2026 04:19 collapse

an updated Java

And you lost me

setsubyou@lemmy.world on 24 Feb 2026 06:09 next collapse

Why? It’s an optional feature, if you don’t need your Octave programs to interact with Java you can disable Java support at build time. Loses some of the MATLAB compatibility (since MATLAB has this feature too) but you’re not required to use it.

[deleted] on 24 Feb 2026 10:05 collapse
.
[deleted] on 24 Feb 2026 15:43 collapse
.