Stdlib version 0.1.0 released
Stdlib version 0.1.0 releasedΒΆ
This is the first release of the Fortran standard library (stdlib). Many thanks go to all the contributors at stdlib participating in the discussions, reviewing patches and sharing code. Almost two years of work are collected in this release since the project started in Dec 2019. (We plan to release in shorter intervals going forward.)
The following modules where added in version 0.1.0:
new module
stdlib_ascii#32new module
stdlib_bitsets#239new derived types
bitset_64andbitset_largenew abstract base class
bitset_type
new module
stdlib_error#53new module
stdlib_ionew module
stdlib_kinds#63new module
stdlib_linalgnew module
stdlib_loggernew module
stdlib_mathnew module
stdlib_quadraturenew module
stdlib_random#271new module
stdlib_sortingnew procedures
sort,ord_sortandsort_index#408
new module
stdlib_specialfunctionsnew procedures
legendreanddlegendre#313
new module
stdlib_statsnew module
stdlib_string_typenew module
stdlib_stringlist_typenew derived types
stringlist_typeandstringlist_index_type#470
new module
stdlib_stringsnew module
stdlib_systemnew procedure
sleep#54
This project supports compilation with CMake, make and fpm. The following compilers where tested for building this version of stdlib:
Name |
Version |
Platform |
Architecture |
|---|---|---|---|
GCC Fortran |
9, 10, 11 |
Ubuntu 20.04 |
x86_64 |
GCC Fortran |
9, 10, 11 |
MacOS Catalina 10.15 |
x86_64 |
GCC Fortran (MSYS) |
11 |
Windows Server 2019 |
x86_64 |
GCC Fortran (MinGW) |
11 |
Windows Server 2019 |
x86_64, i686 |
Intel oneAPI classic |
2021.1 |
Ubuntu 20.04 |
x86_64 |
Intel oneAPI classic |
2021.1 |
MacOS Catalina 10.15 |
x86_64 |
To use this release in fpm depend on
[dependencies]
stdlib.git = "https://github.com/fortran-lang/stdlib"
stdlib.commit = "d3fb9d4c6ce3fdd7f5bcb738d701037aebbff2ea"
Discuss this release: