From 0fe9338c937d79705c025c0ec14fb3d8feb35950 Mon Sep 17 00:00:00 2001 From: Jeremie Vandenplas Date: Tue, 2 Apr 2024 10:56:16 +0200 Subject: [PATCH 1/2] Preparation for 0.5.0 release --- CHANGELOG.md | 13 +++++++++++++ VERSION | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6f7e2f2e..eb8a9ff90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# Version 0.5.0 + +Full release notes available at [v0.5.0] tag. + +[v0.5.0]: https://github.com/fortran-lang/stdlib/releases/tag/v0.5.0 + +Changes to existing scripts and modules +- change in module `stdlib_linalg` + - addition of the BLAS/LAPACK backends and interfaces + [#772](https://github.com/fortran-lang/stdlib/pull/772) +- upgrade of the Intel-classic compiler in macOS CI + [#777](https://github.com/fortran-lang/stdlib/pull/777) + # Version 0.4.0 Full release notes available at [v0.4.0] tag. diff --git a/VERSION b/VERSION index 1d0ba9ea1..8f0916f76 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.0 +0.5.0 From 1f740a52e5434789fdf2e3778b1a19ef3d373baa Mon Sep 17 00:00:00 2001 From: Jeremie Vandenplas Date: Thu, 11 Apr 2024 16:04:57 +0200 Subject: [PATCH 2/2] update CHANGELOG.md --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb8a9ff90..6e96921b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,35 @@ Full release notes available at [v0.5.0] tag. [v0.5.0]: https://github.com/fortran-lang/stdlib/releases/tag/v0.5.0 +- new module `stdlib_linalg_state` + [#774](https://github.com/fortran-lang/stdlib/pull/774) + - new derived type: `linalg_state_type` + - new procedure: `linalg_error_handling` + Changes to existing scripts and modules +- addition of `implicit none` to all example programs + [#780](https://github.com/fortran-lang/stdlib/pull/780) +- change in module `stdlib_hashmaps` + - fix the procedure `remove_chaining_entry` + [#788](https://github.com/fortran-lang/stdlib/pull/788) - change in module `stdlib_linalg` - addition of the BLAS/LAPACK backends and interfaces [#772](https://github.com/fortran-lang/stdlib/pull/772) +- change in module `stdlib_str2num` + - fix the procedure `to_${k1}$_from_stream` + [#789](https://github.com/fortran-lang/stdlib/pull/789) - upgrade of the Intel-classic compiler in macOS CI [#777](https://github.com/fortran-lang/stdlib/pull/777) +Changes to existing documentation + - Improvement of the documentation + [#784](https://github.com/fortran-lang/stdlib/pull/784) + [#781](https://github.com/fortran-lang/stdlib/pull/781) + [#786](https://github.com/fortran-lang/stdlib/pull/786) + - Improvement of the support of `fpm` + [#787](https://github.com/fortran-lang/stdlib/pull/787) + [#790](https://github.com/fortran-lang/stdlib/pull/790) + # Version 0.4.0 Full release notes available at [v0.4.0] tag.