Monday, May 20

Fortran Standard Library: release v0.5.0

Dear Fortran Enthusiasts,

We’re delighted to reveal the release of Fortran Standard Library v0.5.0, a considerable advance in our efforts to improve Fortran advancement tools.

What’s New in v0.5.0:

  1. BLAS and LAPACK Support: We are pleased to present assistance for direct algebra BLAS and LAPACK user interfaces. This addition prepares for carrying out quick, easy to use direct algebra APIs, empowering designers to take on complicated mathematical calculations with ease.
  2. Compiler Enhancements: We’ve updated the Intel-classic compiler in macOS CI, guaranteeing much better efficiency and compatibility throughout various environments.
  3. Constant Improvement: We’ve made a number of improvements and repairs. Significantly, state/error handling for direct algebra has actually been included.

Recommendations: A huge thank you to @jeremie. vandenplas, @hkvzjal, @certik, @gnikit, @everythingfunctional, @Beliavsky and all the factors for their devotion and effort. We ‘d likewise like to reveal our thankfulness to the Sovereign Tech Fund for their assistance in making the direct algebra work possible.

In-depth Changelog:

GitHub

Release v0.5.0 · fortran-lang/stdlib

What’s Changed Upgrade Intel-classic compiler in macOS CI by @perazz in # 777 Provide BLAS, LAPACK backends and user interfaces by @perazz in # 772 BLAS, LAPACK: Refactor remarks for FORD compatibility …

Get Involved:

We welcome you to check out the most recent variation of the Fortran Standard Library and share your feedback, ideas, and contributions. Together, we can continue to advance the abilities of Fortran and empower designers worldwide.

Let’s continue to press the borders of Fortran together!

Warm concerns, Your Fortran Standard Library Team

36 Likes

FedericoPerini:

We welcome you to check out the current variation of the Fortran Standard Library and share your feedback, tips, and contributions. Together, we can continue to advance the abilities of Fortran and empower designers worldwide.

The velocity of stdlib releases (0.3=>> 0.4=>> 0.5) because last summer season is a terrific indication! I prepare to begin exploring it as I am preparing a French video-conference about Fortran-lang activities/tools and Fortran on the 7th June.

3 Likes

I simply took place to be taking a look at FPM stdlib, and other Fortran tools; I see a substantial quantity of development compared to when I published on this in 2015.

I found out that:

  1. FPM has a plan on Msys2– This requirement to be published towards the top of all guide docs on establishing an environment.
  2. It appears developing the bootstrap compiler from source has actually been incorporated into the preliminary develop script.
  3. Structure stdlib with FPM from the git sources is an easy branch switch. This likewise ought to be published towards the top of the docs. Even much better, make the FPM construct the default branch, and if somebody requires to utilize a various construct system, make them change to that alternate branch. Fortran executed tools should have concern whenever possible.

My ignorant perspective is that I can download and evaluate rather made complex mathematical code in a couple of seconds.

» …
Learn more