Skip to content

stdlib-0.2.0

Compare
Choose a tag to compare
@jvdp1 jvdp1 released this 17 Mar 13:53
· 1210 commits to master since this release
05a7d69

What's Changed

  • Make linspace and logspace pure functions by @milancurcic in #549
  • Probability Distribution and Statistical Functions -- Uniform Distribution Module by @Jim-215-Fisher in #272
  • Pin specific fpm version by @awvwgk in #558
  • fix some FORD links by @jvdp1 in #556
  • Add testing module to allow better structuring of test suites by @awvwgk in #494
  • Minor update pure/elemental in string_type module by @zoziha in #562
  • Make support for quadruple precision optional by @awvwgk in #565
  • Create a call for reviewers pull request template by @awvwgk in #566
  • Update error in case fypp preprocessor is not found by @awvwgk in #578
  • Add module for handling version information of stdlib by @awvwgk in #579
  • Selection algorithms by @gareth-nx in #500
  • Update of stdlib_stats.md by @jvdp1 in #586
  • Add routines for saving/loading arrays in npy format by @awvwgk in #581
  • Update changelog by @awvwgk in #590
  • Error on no tests in CTest by @awvwgk in #588
  • stdlib_selection: correction of typos and addition of some checks by @jvdp1 in #585
  • Fix compilation errors with makefiles due to command-line variable assignments by @fiolj in #591
  • Probability Distribution and Statistical Functions -- Normal Distribution Module by @Jim-215-Fisher in #273
  • Replace the call to sort by select in stdlib_stats_median by @jvdp1 in #584
  • Probability Distribution and Statistical Functions -- Uniform Distribution Module by @Jim-215-Fisher in #593
  • Minor update to makefile installation instructions by @gareth-nx in #594
  • Rename references to default branch by @awvwgk in #596
  • Fix iomsg allocation in save_npy by @ivan-pi in #600
  • [stdlib_math] add is_close routines. by @zoziha in #488
  • Add getline to read whole line from formatted unit by @awvwgk in #597
  • [stdlib_math] add arg/argd/argpi by @zoziha in #498
  • Implement trueloc/falseloc by @awvwgk in #603
  • Revised Hash functions incorporating changes in the main Stdlib repository. by @wclodius2 in #573
  • Consistent spec titles by @milancurcic in #609
  • Fixed tables in stdlib_hash_procedures.md by @jvdp1 in #610
  • [stdlib_linalg] matrix property checks by @ghbrown in #499
  • Ignore hash testing binaries and logs by @ghbrown in #613
  • Probability Distribution and Statistical Functions -- Exponential Distribution Module by @Jim-215-Fisher in #276
  • Made format constants public by @lewisfish in #617
  • [stdlib_math] Add function diff by @zoziha in #605
  • [stdlib_math] Minor update to stdlib_math module and document by @zoziha in #624
  • doc: fix some typos by @cuishuang in #632
  • option to disable testing by setting BUILD_TESTING to OFF by @stigh in #629
  • Preparation for 0.2.0 release by @awvwgk in #631

New Contributors

To use this release in fpm depend on

[dependencies]
stdlib.git = "https://github.com/fortran-lang/stdlib"
stdlib.commit = "ea68aae040ac1e9488d20982d3bd04ec150ae49c"

Twitter: https://twitter.com/fortranlang/status/1505632594716774408

Full Changelog: v0.1.0...v0.2.0