|
1 | 1 | # Unreleased |
2 | 2 |
|
| 3 | + |
| 4 | +# Version 0.1.0 |
| 5 | + |
| 6 | +Full release notes available at [v0.1.0] tag. |
| 7 | + |
| 8 | +[v0.1.0]: https://github.com/fortran-lang/stdlib/releases/tag/v0.1.0 |
| 9 | + |
3 | 10 | - new module `stdlib_ascii` |
4 | 11 | [#32](https://github.com/fortran-lang/stdlib/pull/32) |
5 | 12 | - new module `stdlib_bitsets` |
|
20 | 27 | - new module `stdlib_linalg` |
21 | 28 | - new procedures `diag`, `eye` and `trace` |
22 | 29 | [#170](https://github.com/fortran-lang/stdlib/pull/170) |
23 | | - - new procedures `linspace` and `logspace` |
24 | | - [#420](https://github.com/fortran-lang/stdlib/pull/420) |
25 | 30 | - new procedure `outer_product` |
26 | 31 | [#432](https://github.com/fortran-lang/stdlib/pull/432) |
27 | | - - new procedure `arange` |
28 | | - [#480](https://github.com/fortran-lang/stdlib/pull/480) |
29 | 32 | - new module `stdlib_logger` |
30 | | - - new derived type: `logger_type` |
| 33 | + - new derived type `logger_type` |
31 | 34 | [#228](https://github.com/fortran-lang/stdlib/pull/228) |
32 | 35 | [#261](https://github.com/fortran-lang/stdlib/pull/261) |
33 | 36 | - new module `stdlib_math` |
34 | 37 | - new procedure `clip` |
35 | 38 | [#355](https://github.com/fortran-lang/stdlib/pull/355) |
| 39 | + - new procedures `linspace` and `logspace` |
| 40 | + [#420](https://github.com/fortran-lang/stdlib/pull/420) |
| 41 | + - new procedure `arange` |
| 42 | + [#480](https://github.com/fortran-lang/stdlib/pull/480) |
| 43 | + - new procedure `gcd` |
| 44 | + [#539](https://github.com/fortran-lang/stdlib/pull/539) |
36 | 45 | - new module `stdlib_optval` |
37 | 46 | [#73](https://github.com/fortran-lang/stdlib/pull/73) |
38 | 47 | [#96](https://github.com/fortran-lang/stdlib/pull/96) |
|
42 | 51 | [#146](https://github.com/fortran-lang/stdlib/pull/146) |
43 | 52 | - new procedures `gauss_legendre`, `gauss_legendre_lobatto` |
44 | 53 | [#313](https://github.com/fortran-lang/stdlib/pull/313) |
| 54 | +- new module `stdlib_random` |
| 55 | + [#271](https://github.com/fortran-lang/stdlib/pull/271) |
45 | 56 | - new module `stdlib_sorting` |
46 | 57 | - new procedures `sort`, `ord_sort` and `sort_index` |
47 | 58 | [#408](https://github.com/fortran-lang/stdlib/pull/408) |
|
61 | 72 | [#191](https://github.com/fortran-lang/stdlib/pull/191) |
62 | 73 | - new procedure `median` |
63 | 74 | [#426](https://github.com/fortran-lang/stdlib/pull/426) |
64 | | -- new module `stdlib_stats_distribution_PRNG` |
65 | | - [#271](https://github.com/fortran-lang/stdlib/pull/271) |
66 | 75 | - new module `stdlib_string_type` |
67 | 76 | - new derived types `string_type` |
68 | 77 | [#320](https://github.com/fortran-lang/stdlib/pull/320) |
|
0 commit comments