Skip to content

Commit

Permalink
Merge pull request #811 from jvdp1/newrelease_v0.6.0
Browse files Browse the repository at this point in the history
Update for the new release v0.6.0
  • Loading branch information
jvdp1 authored May 11, 2024
2 parents 3bdcc82 + 890e57a commit 0a00ced
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
# Version 0.6.0

Full release notes available at [v0.6.0] tag.

[v0.6.0]: https://github.com/fortran-lang/stdlib/releases/tag/v0.6.0


- new script `fypp_deployment.py` to support `fpm` in combination with `fypp`
files
[#802](https://github.com/fortran-lang/stdlib/pull/802)


Changes to existing scripts and modules
- change in module `stdlib_hashmap_wrappers`
- addition of `int32` hashmap key type
[#778](https://github.com/fortran-lang/stdlib/pull/778)
- changes in module `stdlib_linalg`
- addition of the procedure `det` to compute determinants
[#798](https://github.com/fortran-lang/stdlib/pull/798)
- addition of the procedures `lstsq` and `lstsq_space`
[#801](https://github.com/fortran-lang/stdlib/pull/801)
[#809](https://github.com/fortran-lang/stdlib/pull/809)
- addition of the procedures `solve` and `solve_lu`
[#806](https://github.com/fortran-lang/stdlib/pull/806)
- change in module `stdlib_linalg_blas`
- addition of the documentation for `rotm` and `rotmg`
[#795](https://github.com/fortran-lang/stdlib/pull/795)
- use of macOS 12 in macOS CI
[#807](https://github.com/fortran-lang/stdlib/pull/807)


Changes to existing documentation
- Improvement of the documentation `linalg`
[#797](https://github.com/fortran-lang/stdlib/pull/797)


# Version 0.5.0

Full release notes available at [v0.5.0] tag.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.6.0

0 comments on commit 0a00ced

Please sign in to comment.