@@ -6,7 +6,7 @@ Full release notes available at [v0.7.0] tag.
6
6
7
7
- new module ` stdlib_constants `
8
8
[ #800 ] ( https://github.com/fortran-lang/stdlib/pull/800 )
9
- - Many mathematical constants and most common physical (codata) constants
9
+ - Many mathematical constants and most common physical ([ codata] ( https://codata.org ) ) constants
10
10
11
11
Changes to existing scripts and modules
12
12
- changes in CI
@@ -27,10 +27,10 @@ Changes to existing scripts and modules
27
27
[ #826 ] ( https://github.com/fortran-lang/stdlib/pull/826 )
28
28
[ #830 ] ( https://github.com/fortran-lang/stdlib/pull/830 )
29
29
[ #836 ] ( https://github.com/fortran-lang/stdlib/pull/836 )
30
- - New procedures for Singular Value Decomposition: ` eig ` , ` eigh ` , ` eigvals ` , ` eigvalsh `
31
- [ #808 ] ( https://github.com/fortran-lang/stdlib/pull/808 )
32
- - New procedures for Eigenvalues and Eigenvectors computation: ` svd ` , ` svdvals `
30
+ - New procedures for Eigenvalues and Eigenvectors computation: ` eig ` , ` eigh ` , ` eigvals ` , ` eigvalsh `
33
31
[ #816 ] ( https://github.com/fortran-lang/stdlib/pull/816 )
32
+ - New procedures for Singular Value Decomposition: ` svd ` , ` svdvals `
33
+ [ #808 ] ( https://github.com/fortran-lang/stdlib/pull/808 )
34
34
- changes in module ` stdlib_sorting `
35
35
- Renamed variable from ` int_size ` to ` int_index `
36
36
[ #824 ] ( https://github.com/fortran-lang/stdlib/pull/824 )
0 commit comments