|
| 1 | +# Version 0.5.0 |
| 2 | + |
| 3 | +Full release notes available at [v0.5.0] tag. |
| 4 | + |
| 5 | +[v0.5.0]: https://github.com/fortran-lang/stdlib/releases/tag/v0.5.0 |
| 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 | + |
| 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) |
| 18 | +- change in module `stdlib_linalg` |
| 19 | + - addition of the BLAS/LAPACK backends and interfaces |
| 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) |
| 24 | +- upgrade of the Intel-classic compiler in macOS CI |
| 25 | + [#777](https://github.com/fortran-lang/stdlib/pull/777) |
| 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 | + |
1 | 36 | # Version 0.4.0
|
2 | 37 |
|
3 | 38 | Full release notes available at [v0.4.0] tag.
|
|
0 commit comments