|
| 1 | +# Version 0.7.0 |
| 2 | + |
| 3 | +Full release notes available at [v0.7.0] tag. |
| 4 | + |
| 5 | +[v0.7.0]: https://github.com/fortran-lang/stdlib/releases/tag/v0.7.0 |
| 6 | + |
| 7 | +- new module `stdlib_constants` |
| 8 | + [#800](https://github.com/fortran-lang/stdlib/pull/800) |
| 9 | + - Many mathematical constants and most common physical ([codata](https://codata.org)) constants |
| 10 | + |
| 11 | +Changes to existing scripts and modules |
| 12 | + - changes in CI |
| 13 | + - Use of `fortran-setup` for GCC, Intel LLVM and Intel Classic |
| 14 | + [#834](https://github.com/fortran-lang/stdlib/pull/834) |
| 15 | + - change in module `stdlib_hashmaps` |
| 16 | + - Support of hash map key generic interfaces |
| 17 | + [#827](https://github.com/fortran-lang/stdlib/pull/827) |
| 18 | + - changes in module `stdlib_io` |
| 19 | + - Addition of a Fortran format specifier in `loadtxt` |
| 20 | + [#805](https://github.com/fortran-lang/stdlib/pull/805) |
| 21 | + - changes in module `stdlib_linalg` |
| 22 | + - Support of extended and quad precision checking |
| 23 | + [#821](https://github.com/fortran-lang/stdlib/pull/821) |
| 24 | + - Several fixes |
| 25 | + [#815](https://github.com/fortran-lang/stdlib/pull/815) |
| 26 | + [#818](https://github.com/fortran-lang/stdlib/pull/818) |
| 27 | + [#826](https://github.com/fortran-lang/stdlib/pull/826) |
| 28 | + [#830](https://github.com/fortran-lang/stdlib/pull/830) |
| 29 | + [#836](https://github.com/fortran-lang/stdlib/pull/836) |
| 30 | + - New procedures for Eigenvalues and Eigenvectors computation: `eig`, `eigh`, `eigvals`, `eigvalsh` |
| 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 | + - changes in module `stdlib_sorting` |
| 35 | + - Renamed variable from `int_size` to `int_index` |
| 36 | + [#824](https://github.com/fortran-lang/stdlib/pull/824) |
| 37 | + - Support of `int32` `index` array in `sort_index` |
| 38 | + [#829](https://github.com/fortran-lang/stdlib/pull/829) |
| 39 | + |
| 40 | + |
1 | 41 | # Version 0.6.1
|
2 | 42 |
|
3 | 43 | Full release notes available at [v0.6.1] tag.
|
|
0 commit comments