Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

‎CHANGELOG.md

Lines changed: 35 additions & 0 deletions
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.

‎VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0
1+
0.5.0

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /