Skip to content

v0.4.0

Compare
Choose a tag to compare
@jvdp1 jvdp1 released this 24 Mar 14:28
· 1044 commits to master since this release
8853ecd

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() in bitset_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 on master branch by @minhqdao in #768
  • Add .gitignore to stdlib-fpm by @minhqdao in #769
  • Add meshgrid subroutine in stdlib_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

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