stdlib-0.3.0
What's Changed
- Add hint for building error with make by @Carltoffel in #656
- fixed 32-bit integer overflow in stdlib_io_npy by @degawa in #655
- Remove support for manual make builds by @milancurcic in #657
- Fix erroneous gaussian quadrature points in gauss_legendre by @hsnyder in #660
- Gamma special function by @Jim-215-Fisher in #625
- Feature: loadtxt skiprows and max_rows by @MuellerSeb in #652
- Hash maps by @wclodius2 in #611
- Readme update by @gareth-nx in #659
- Some corrections in the specs by @jvdp1 in #663
- Fixes issue with
rvs_normal
where it lacks the elemental property by @14NGiestas in #665 - Avoid overflow in to_string for -huge(1)-1 by @awvwgk in #667
- Mv the directory src/tests to test by @jvdp1 in #669
- Extraction of the demo programs from the specs by @jvdp1 in #662
- Fixes #673: update docs CI by @zoziha in #681
- Add terminal and color escape sequences by @awvwgk in #580
- cross product of two vectors by @St-Maxwell in #687
- Update GCC versions in OS matrix by @milancurcic in #698
- New zfill function to left-pad a string with zeros by @ecasglez in #689
- convert
pdf_norm
andcdf_norm
to pure while improving scale check by @HugoMVale in #679 - Check for equality between Fortran and C logicals by @jvdp1 in #692
- Kronecker Product addition to stdlib_linalg by @adenchfi in #700
- Fixed access violation in a type-bound procedure of
open_hashmap_type
by @degawa in #707 - Fixes #706 - failure due unassigned value to a intent(out) variable. by @14NGiestas in #708
- fixed unassigned value to a intent(out) variable in
parse_header
by @degawa in #711 - fixed a problem with
dat
andnpy
files in example dir not being deployed by @degawa in #713 - change stdlib-random function
rtol
toishftc
by @Euler-37 in #714 - Remove unused module
stdlib_error
from modulestdlib_stats_distribution_normal
by @HugoMVale in #716 - Add radix_sort by @0382 in #712
- Extension of PR#679 to
stdlib_stats_distribution_exponential
by @HugoMVale in #717 - Improve doc + examples of
stdlib_stats_distribution_normal
by @HugoMVale in #718 - fix doc stats-distribution-normal and stats-distribution-exponential by @HugoMVale in #721
- Add warning for breaking change in fpm by @Carltoffel in #715
- Remove reference to F202X by @jvdp1 in #722
- Fix broken link to fpm in README.md by @perazz in #725
- PR related to #726 and #723 by @jvdp1 in #727
- Support sorting arrays of bitsets by @degawa in #723
- Preparation for 0.3.0 release by @jvdp1 in #728
New Contributors
- @degawa made their first contribution in #655
- @MuellerSeb made their first contribution in #652
- @ecasglez made their first contribution in #689
- @HugoMVale made their first contribution in #679
- @adenchfi made their first contribution in #700
- @Euler-37 made their first contribution in #714
- @0382 made their first contribution in #712
- @perazz made their first contribution in #725
To use this release in fpm depend on
[dependencies]
stdlib.git = "https://github.com/fortran-lang/stdlib"
stdlib.commit = "df1e2f0ed0cbe2fbd9c1f20dcb5bd1a4bba95bb2"
Full Changelog: v0.2.1...v0.3.0