What's Changed
- Loadtxt real format update to list directed by @chuckyvt in #805
- Fix:
copy_a
deallocation indeterminant
by @perazz in #815 lstsq
: return correct array size by @perazz in #818- linalg: remove
pure
attr from procedures usingopenmp
runtime by @perazz in #826 - Rename
int size
toint_index
by @jvdp1 in #824 - Codata constants. by @MilanSkocic in #800
- linalg: fix typo in least-squares complex space allocation by @perazz in #830
- Support of
int32
index
array insort_index
by @jvdp1 in #829 - linalg: Singular Value Decomposition by @perazz in #808
- ci: use fortran-setup for GCC, Intel LLVM and Intel Classic by @gnikit in #834
- Fixes for extended and quad precision checking. Add CI cheks with fpm by @jalvesz in #821
stdlib_*laset
add array bound checks in presence of hardcoded input address by @perazz in #836- Hashap key generic interfaces by @chuckyvt in #827
- linalg: Eigenvalues and Eigenvectors by @perazz in #816
- Updated version and changelog.md towards v0.7.0 by @jvdp1 in #841
New Contributors
- @MilanSkocic made their first contribution in #800
- @gnikit made their first contribution in #834
Full Changelog: v0.6.1...v0.7.0