File tree 2 files changed +27
-0
lines changed
2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
3
+ Features available from the latest git source
4
+
5
+ - new module ` stdlib_distribution_uniform `
6
+ [ #272 ] ( https://github.com/fortran-lang/stdlib/pull/272 )
7
+ - new module ` stdlib_selection `
8
+ [ #500 ] ( https://github.com/fortran-lang/stdlib/pull/500 )
9
+ - new procedures ` select ` , ` arg_select `
10
+ - new module ` stdlib_version `
11
+ [ #579 ] ( https://github.com/fortran-lang/stdlib/pull/579 )
12
+ - new procedure ` get_stdlib_version `
13
+ - new module ` stdlib_io_npy `
14
+ [ #581 ] ( https://github.com/fortran-lang/stdlib/pull/581 )
15
+ - new procedures ` save_npy ` , ` load_npy `
16
+
17
+ Changes to existing modules
18
+
19
+ - change in module ` stdlib_math `
20
+ - ` linspace ` and ` logspace ` made pure
21
+ [ #549 ] ( https://github.com/fortran-lang/stdlib/pull/549 )
22
+ - change in module ` stdlib_string_type `
23
+ - ` move ` procedure made * pure* /* elemental*
24
+ [ #562 ] ( https://github.com/fortran-lang/stdlib/pull/562 )
25
+ - support for quadruple precision made optional
26
+ [ #565 ] ( https://github.com/fortran-lang/stdlib/pull/565 )
27
+
3
28
4
29
# Version 0.1.0
5
30
Original file line number Diff line number Diff line change @@ -89,6 +89,8 @@ You are welcome to propose changes to the workflow by
89
89
* Smaller PRs are better than large PRs, and will lead to a shorter review and
90
90
merge cycle.
91
91
* Add tests for your feature or bug fix to be sure that it stays functional and useful.
92
+ * Include new features and changes in the
93
+ [ CHANGELOG] ( https://github.com/fortran-lang/stdlib/blob/master/CHANGELOG.md )
92
94
* Be open to constructive criticism and requests for improving your code.
93
95
* Again, please follow the
94
96
[ Fortran stdlib style guide] ( https://github.com/fortran-lang/stdlib/blob/master/STYLE_GUIDE.md ) .
You can’t perform that action at this time.
0 commit comments