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 bd45eaf

Browse files
committed
Update version and changelog.md towards v0.7.0
1 parent c0c0647 commit bd45eaf

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

‎CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
# Version 0.7.0
2+
3+
Full release notes available at [v0.7.0] tag.
4+
5+
[v0.7.0]: https://github.com/fortran-lang/stdlib/releases/tag/v0.7.0
6+
7+
- new module `stdlib_constants`
8+
[#800](https://github.com/fortran-lang/stdlib/pull/800)
9+
- Many mathematical constants and most common physical (codata) constants
10+
11+
Changes to existing scripts and modules
12+
- changes in CI
13+
- Use of `fortran-setup` for GCC, Intel LLVM and Intel Classic
14+
[#834](https://github.com/fortran-lang/stdlib/pull/834)
15+
- change in module `stdlib_hashmaps`
16+
- Support of hash map key generic interfaces
17+
[#827](https://github.com/fortran-lang/stdlib/pull/827)
18+
- changes in module `stdlib_io`
19+
- Addition of a Fortran format specifier in `loadtxt`
20+
[#805](https://github.com/fortran-lang/stdlib/pull/805)
21+
- changes in module `stdlib_linalg`
22+
- Support of extended and quad precision checking
23+
[#821](https://github.com/fortran-lang/stdlib/pull/821)
24+
- Several fixes
25+
[#815](https://github.com/fortran-lang/stdlib/pull/815)
26+
[#818](https://github.com/fortran-lang/stdlib/pull/818)
27+
[#826](https://github.com/fortran-lang/stdlib/pull/826)
28+
[#830](https://github.com/fortran-lang/stdlib/pull/830)
29+
[#836](https://github.com/fortran-lang/stdlib/pull/836)
30+
- New procedures for Singular Value Decomposition: `eig`, `eigh`, `eigvals`, `eigvalsh`
31+
[#808](https://github.com/fortran-lang/stdlib/pull/808)
32+
- New procedures for Eigenvalues and Eigenvectors computation: `svd`, `svdvals`
33+
[#816](https://github.com/fortran-lang/stdlib/pull/816)
34+
- changes in module `stdlib_sorting`
35+
- Renamed variable from `int_size` to `int_index`
36+
[#824](https://github.com/fortran-lang/stdlib/pull/824)
37+
- Support of `int32` `index` array in `sort_index`
38+
[#829](https://github.com/fortran-lang/stdlib/pull/829)
39+
40+
141
# Version 0.6.1
242

343
Full release notes available at [v0.6.1] tag.

‎VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.1
1+
0.7.0

0 commit comments

Comments
(0)

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