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_64
andbitset_large
new abstract base class
bitset_type
new module
stdlib_error
#53new module
stdlib_io
new module
stdlib_kinds
#63new module
stdlib_linalg
new module
stdlib_logger
new module
stdlib_math
new module
stdlib_quadrature
new module
stdlib_random
#271new module
stdlib_sorting
new procedures
sort
,ord_sort
andsort_index
#408
new module
stdlib_specialfunctions
new procedures
legendre
anddlegendre
#313
new module
stdlib_stats
new module
stdlib_string_type
new module
stdlib_stringlist_type
new derived types
stringlist_type
andstringlist_index_type
#470
new module
stdlib_strings
new module
stdlib_system
new 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: