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
movefor 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_typebefore initialization by @jvdp1 in #753 - Minor changes related to
fyppprepocessing 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
.datand.streamfile extensions to.gitignoreonmasterbranch by @minhqdao in #768 - Add
.gitignoretostdlib-fpmby @minhqdao in #769 - Add
meshgridsubroutine instdlib_mathby @Ivanou34 in #764 - Fix aliased
stringmoveinterface 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