|
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) |
|
0 commit comments