v0.4.0
What's Changed
- PR related to #729, gamma function of pure imaginary returns correct value by @banana-bred in #730
- Addition of GCC 13 to CI by @jvdp1 in #737
- Proposal to fix the procedure
move
for string_type by @jvdp1 in #736 - Fixed incorrect intent of the variable "conflict" on hashmaps in document by @Daisuke897 in #739
- faster to_lower and to_upper by @jalvesz in #733
- Added a procedure for getting all the keys in a hashmap by @degawa in #741
- Fix ci for windows and Intel ifx (#7) by @jvdp1 in #752
- Fix undefined use of types by @harmenwierenga in #747
- Fix
bits()
inbitset_type
before initialization by @jvdp1 in #753 - Minor changes related to
fypp
prepocessing by @jvdp1 in #758 - Replaced btest() by popcnt() in bit_count_large() by @PierUgit in #756
- Add CLI option for building with fpm by @jalvesz in #757
- Chmod stdlib_hashmap F90 files by @jvdp1 in #762
- Proposal for a reference string to number conversion facility in stdlib by @jalvesz in #743
- Add
.dat
and.stream
file extensions to.gitignore
onmaster
branch by @minhqdao in #768 - Add
.gitignore
tostdlib-fpm
by @minhqdao in #769 - Add
meshgrid
subroutine instdlib_math
by @Ivanou34 in #764 - Fix aliased
string
move
interface by @perazz in #773 - Preparation for 0.4.0 release by @jvdp1 in #775
New Contributors
- @banana-bred made their first contribution in #730
- @Daisuke897 made their first contribution in #739
- @jalvesz made their first contribution in #733
- @harmenwierenga made their first contribution in #747
- @PierUgit made their first contribution in #756
- @minhqdao made their first contribution in #768
- @Ivanou34 made their first contribution in #764
To use this release in fpm depend on
[dependencies]
stdlib.git = "https://github.com/fortran-lang/stdlib"
stdlib.commit = "8853ecdea0de04db9bcb73ab285ff6ec8153e909"
Full Changelog: v0.3.0...v0.4.0