@@ -37,6 +37,10 @@ This month we've had several updates to the website:
37
37
Add arrayfire-fortran to package index
38
38
* [ #294 ] ( https://github.com/fortran-lang/fortran-lang.org/pull/294 ) :
39
39
compilers: use more objective tone
40
+ * [ #296 ] ( https://github.com/fortran-lang/fortran-lang.org/pull/296 ) :
41
+ my software with at least 5 stars
42
+ * [ #297 ] ( https://github.com/fortran-lang/fortran-lang.org/pull/297 ) :
43
+ Fix insecure workflow.
40
44
41
45
Ongoing work:
42
46
@@ -50,7 +54,7 @@ We welcome any new contributors to the website and the tutorials page in particu
50
54
51
55
## Fortran Standard Library
52
56
53
- Here's what's new in ` stdlib ` :
57
+ Here's what's new in stdlib:
54
58
55
59
* [ #436 ] ( https://github.com/fortran-lang/stdlib/pull/436 ) :
56
60
implemented low-level ` replace_all ` function
@@ -72,11 +76,21 @@ Here's what's new in `stdlib`:
72
76
CMake: corrections and updates
73
77
* [ #426 ] ( https://github.com/fortran-lang/stdlib/pull/426 ) :
74
78
Addition of a subroutine to compute the median of array elements
79
+ * [ #474 ] ( https://github.com/fortran-lang/stdlib/pull/474 ) :
80
+ Bug fix: Allocatable argument 'x' is not allocated #472
75
81
76
82
Work in progress:
77
83
78
- * [ #474 ] ( https://github.com/fortran-lang/stdlib/pull/474 ) (WIP):
79
- Bug fix: Allocatable argument 'x' is not allocated #472
84
+ * [ #481 ] ( https://github.com/fortran-lang/stdlib/pull/481 ) (WIP):
85
+ [ ` stdlib_linalg ` ] Update eye function.
86
+ * [ #480 ] ( https://github.com/fortran-lang/stdlib/pull/480 ) (WIP):
87
+ [ ` stdlib_math ` ] Add seq function.
88
+ * [ #478 ] ( https://github.com/fortran-lang/stdlib/pull/478 ) (WIP):
89
+ [ ` stdlib_linalg ` ] Add zeros, ones, ex function.
90
+ * [ #477 ] ( https://github.com/fortran-lang/stdlib/pull/477 ) (WIP):
91
+ [ ` stdlib_linalg ` ] Add empty function.
92
+ * [ #475 ] ( https://github.com/fortran-lang/stdlib/pull/475 ) (WIP):
93
+ Generating sorting subroutines specific to character type with fypp
80
94
* [ #473 ] ( https://github.com/fortran-lang/stdlib/pull/473 ) (WIP):
81
95
Error stop improvements
82
96
* [ #470 ] ( https://github.com/fortran-lang/stdlib/pull/470 ) (WIP):
@@ -121,8 +135,10 @@ Please try it out and let us know how it works, if there are any issues, or if t
121
135
122
136
## Fortran Package Manager
123
137
124
- Here is what is new in fpm:
138
+ Here's what's new in fpm:
125
139
140
+ * [ #507 ] ( https://github.com/fortran-lang/fpm/pull/507 ) :
141
+ optimize file listing
126
142
* [ #511 ] ( https://github.com/fortran-lang/fpm/pull/511 ) :
127
143
check name used for package, executable, test, or example
128
144
* [ #516 ] ( https://github.com/fortran-lang/fpm/pull/516 ) :
@@ -131,15 +147,17 @@ Here is what is new in fpm:
131
147
Fix run
132
148
* [ #522 ] ( https://github.com/fortran-lang/fpm/pull/522 ) :
133
149
remove warnings and fix truncated help text
150
+ * [ #523 ] ( https://github.com/fortran-lang/fpm/pull/523 ) :
151
+ Fix compilation error in ifort
134
152
135
153
Work in progress:
136
154
137
- * [ #523 ] ( https://github.com/fortran-lang/fpm/pull/523 ) (WIP):
138
- Fix compilation error in ifort
155
+ * [ #525 ] ( https://github.com/fortran-lang/fpm/pull/525 ) (WIP):
156
+ proposal to close #525 by generating build/.gitignore
157
+ * [ #527 ] ( https://github.com/fortran-lang/fpm/pull/527 ) (WIP):
158
+ Add objects for handling compiler and archiver
139
159
* [ #521 ] ( https://github.com/fortran-lang/fpm/pull/521 ) (WIP):
140
160
expand tabs
141
- * [ #507 ] ( https://github.com/fortran-lang/fpm/pull/507 ) (WIP):
142
- optimize file listing
143
161
* [ #506 ] ( https://github.com/fortran-lang/fpm/pull/506 ) (WIP):
144
162
Draft: initial implementation of ` implicit_none `
145
163
* [ #498 ] ( https://github.com/fortran-lang/fpm/pull/498 ) (WIP):
@@ -160,8 +178,6 @@ environment in which new open source Fortran projects are created and published
160
178
161
179
## Compilers
162
180
163
- ### Flang
164
-
165
181
### LFortran
166
182
167
183
Updates for July 2021:
0 commit comments