Skip to content

Commit 6252e43

Browse files
committed
Update list of PRs before merge
1 parent 6a6d8e9 commit 6252e43

File tree

1 file changed

+26
-10
lines changed

1 file changed

+26
-10
lines changed

_posts/2021-08-01-Fortran-Newsletter-August-2021.md

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ This month we've had several updates to the website:
3737
Add arrayfire-fortran to package index
3838
* [#294](https://github.com/fortran-lang/fortran-lang.org/pull/294):
3939
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.
4044

4145
Ongoing work:
4246

@@ -50,7 +54,7 @@ We welcome any new contributors to the website and the tutorials page in particu
5054

5155
## Fortran Standard Library
5256

53-
Here's what's new in `stdlib`:
57+
Here's what's new in stdlib:
5458

5559
* [#436](https://github.com/fortran-lang/stdlib/pull/436):
5660
implemented low-level `replace_all` function
@@ -72,11 +76,21 @@ Here's what's new in `stdlib`:
7276
CMake: corrections and updates
7377
* [#426](https://github.com/fortran-lang/stdlib/pull/426):
7478
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
7581

7682
Work in progress:
7783

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
8094
* [#473](https://github.com/fortran-lang/stdlib/pull/473) (WIP):
8195
Error stop improvements
8296
* [#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
121135

122136
## Fortran Package Manager
123137

124-
Here is what is new in fpm:
138+
Here's what's new in fpm:
125139

140+
* [#507](https://github.com/fortran-lang/fpm/pull/507):
141+
optimize file listing
126142
* [#511](https://github.com/fortran-lang/fpm/pull/511):
127143
check name used for package, executable, test, or example
128144
* [#516](https://github.com/fortran-lang/fpm/pull/516):
@@ -131,15 +147,17 @@ Here is what is new in fpm:
131147
Fix run
132148
* [#522](https://github.com/fortran-lang/fpm/pull/522):
133149
remove warnings and fix truncated help text
150+
* [#523](https://github.com/fortran-lang/fpm/pull/523):
151+
Fix compilation error in ifort
134152

135153
Work in progress:
136154

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
139159
* [#521](https://github.com/fortran-lang/fpm/pull/521) (WIP):
140160
expand tabs
141-
* [#507](https://github.com/fortran-lang/fpm/pull/507) (WIP):
142-
optimize file listing
143161
* [#506](https://github.com/fortran-lang/fpm/pull/506) (WIP):
144162
Draft: initial implementation of `implicit_none`
145163
* [#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
160178

161179
## Compilers
162180

163-
### Flang
164-
165181
### LFortran
166182

167183
Updates for July 2021:

0 commit comments

Comments
 (0)