Skip to content

Commit 0a00ced

Browse files
authored
Merge pull request #811 from jvdp1/newrelease_v0.6.0
Update for the new release v0.6.0
2 parents 3bdcc82 + 890e57a commit 0a00ced

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

+36
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
# Version 0.6.0
2+
3+
Full release notes available at [v0.6.0] tag.
4+
5+
[v0.6.0]: https://github.com/fortran-lang/stdlib/releases/tag/v0.6.0
6+
7+
8+
- new script `fypp_deployment.py` to support `fpm` in combination with `fypp`
9+
files
10+
[#802](https://github.com/fortran-lang/stdlib/pull/802)
11+
12+
13+
Changes to existing scripts and modules
14+
- change in module `stdlib_hashmap_wrappers`
15+
- addition of `int32` hashmap key type
16+
[#778](https://github.com/fortran-lang/stdlib/pull/778)
17+
- changes in module `stdlib_linalg`
18+
- addition of the procedure `det` to compute determinants
19+
[#798](https://github.com/fortran-lang/stdlib/pull/798)
20+
- addition of the procedures `lstsq` and `lstsq_space`
21+
[#801](https://github.com/fortran-lang/stdlib/pull/801)
22+
[#809](https://github.com/fortran-lang/stdlib/pull/809)
23+
- addition of the procedures `solve` and `solve_lu`
24+
[#806](https://github.com/fortran-lang/stdlib/pull/806)
25+
- change in module `stdlib_linalg_blas`
26+
- addition of the documentation for `rotm` and `rotmg`
27+
[#795](https://github.com/fortran-lang/stdlib/pull/795)
28+
- use of macOS 12 in macOS CI
29+
[#807](https://github.com/fortran-lang/stdlib/pull/807)
30+
31+
32+
Changes to existing documentation
33+
- Improvement of the documentation `linalg`
34+
[#797](https://github.com/fortran-lang/stdlib/pull/797)
35+
36+
137
# Version 0.5.0
238

339
Full release notes available at [v0.5.0] tag.

VERSION

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

0 commit comments

Comments
 (0)