@@ -6,7 +6,7 @@ Full release notes available at [v0.7.0] tag.
66
77- new module ` stdlib_constants `
88 [ #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
1010
1111Changes to existing scripts and modules
1212 - changes in CI
@@ -27,10 +27,10 @@ Changes to existing scripts and modules
2727 [ #826 ] ( https://github.com/fortran-lang/stdlib/pull/826 )
2828 [ #830 ] ( https://github.com/fortran-lang/stdlib/pull/830 )
2929 [ #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 `
3331 [ #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 )
3434 - changes in module ` stdlib_sorting `
3535 - Renamed variable from ` int_size ` to ` int_index `
3636 [ #824 ] ( https://github.com/fortran-lang/stdlib/pull/824 )
0 commit comments