@@ -4,13 +4,35 @@ Full release notes available at [v0.5.0] tag.
4
4
5
5
[ v0.5.0 ] : https://github.com/fortran-lang/stdlib/releases/tag/v0.5.0
6
6
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
+
7
12
Changes 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 )
8
18
- change in module ` stdlib_linalg `
9
19
- addition of the BLAS/LAPACK backends and interfaces
10
20
[ #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 )
11
24
- upgrade of the Intel-classic compiler in macOS CI
12
25
[ #777 ] ( https://github.com/fortran-lang/stdlib/pull/777 )
13
26
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
+
14
36
# Version 0.4.0
15
37
16
38
Full release notes available at [ v0.4.0] tag.
0 commit comments