Skip to content

Commit c673e3b

Browse files
authored
Merge pull request #779 from jvdp1/newrelease_v0.5.0
WIP: Preparation for 0.5.0 release
2 parents 407798c + 1f740a5 commit c673e3b

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

Diff for: CHANGELOG.md

+35
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
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+
136
# Version 0.4.0
237

338
Full release notes available at [v0.4.0] tag.

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0
1+
0.5.0

0 commit comments

Comments
 (0)