@@ -4,13 +4,35 @@ Full release notes available at [v0.5.0] tag.
44
55[ v0.5.0 ] : https://github.com/fortran-lang/stdlib/releases/tag/v0.5.0
66
7+ - new module ` stdlib_linalg_state `
8+ [ #774 ] ( https://github.com/fortran-lang/stdlib/pull/774 )
9+ - new derived type: ` linalg_state_type `
10+ - new procedure: ` linalg_error_handling `
11+ 712Changes to existing scripts and modules
13+ - addition of ` implicit none ` to all example programs
14+ [ #780 ] ( https://github.com/fortran-lang/stdlib/pull/780 )
15+ - change in module ` stdlib_hashmaps `
16+ - fix the procedure ` remove_chaining_entry `
17+ [ #788 ] ( https://github.com/fortran-lang/stdlib/pull/788 )
818- change in module ` stdlib_linalg `
919 - addition of the BLAS/LAPACK backends and interfaces
1020 [ #772 ] ( https://github.com/fortran-lang/stdlib/pull/772 )
21+ - change in module ` stdlib_str2num `
22+ - fix the procedure ` to_${k1}$_from_stream `
23+ [ #789 ] ( https://github.com/fortran-lang/stdlib/pull/789 )
1124- upgrade of the Intel-classic compiler in macOS CI
1225 [ #777 ] ( https://github.com/fortran-lang/stdlib/pull/777 )
1326
27+ Changes to existing documentation
28+ - Improvement of the documentation
29+ [ #784 ] ( https://github.com/fortran-lang/stdlib/pull/784 )
30+ [ #781 ] ( https://github.com/fortran-lang/stdlib/pull/781 )
31+ [ #786 ] ( https://github.com/fortran-lang/stdlib/pull/786 )
32+ - Improvement of the support of ` fpm `
33+ [ #787 ] ( https://github.com/fortran-lang/stdlib/pull/787 )
34+ [ #790 ] ( https://github.com/fortran-lang/stdlib/pull/790 )
35+ 1436# Version 0.4.0
1537
1638Full release notes available at [ v0.4.0] tag.
0 commit comments