Dear Fortran enthusiasts,
We are excited to announce the release of Fortran-lang stdlib v0.8.0!
This release brings substantial enhancements to linear algebra, core utilities, and other algorithms, alongisde various fixes and build improvements.
What’s New in v0.8.0
Advanced Linear Algebra:
-
Matrix inverse, Cholesky factorization, QR factorization, Schur decomposition, and Moore-Penrose pseudo-inverse in the linalg module.
-
Vector norms, matrix norms, and generalized eigenvalue problem support.
-
Sparse matrice support.
Support for 80-bit extended precision and enhanced BLAS/LAPACK integration (ilp64).
New Utilities and API Refinements:
-
Expanded system interfaces (OS queries, null device, directory utilities) and improved file I/O helpers (
get_cwd,set_cwd, etc.). -
Enhanced sorting procedures.
Modularization of stdlib
Additional improvements
- Better build and CI workflows, updated documentation metadata, and numerous bug fixes.
Download
- The version
v0.8.0can be on GitHub
New Contributors
Thanks to all new contributors (unfortunaly Discourse does not allow to mention more the 10 users in a post) who contributed to this release
Feedback & Discussion
Thanks to everyone who contributed to this release! ![]()
We eagerly await to hear your feedback, experiences, and questions on the new experimental features.