Skip to content

Commit 46d989f

Browse files
committed
small roadmap edits; add pdf
1 parent 108be47 commit 46d989f

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

FortranCon2021-stdlib/stdlib-talk.pdf

7.37 KB
Binary file not shown.

FortranCon2021-stdlib/stdlib-talk.tex

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -338,22 +338,20 @@
338338
\item Hash functions (Clodius, Ehlert)
339339
\item Improved OS and file system facilities (Diehl, Markus)
340340
\item Selection algorithms
341+
\item Portability across platforms
341342
\item All new intrinsics planned for Fortran 202X
342343
\item Improved stdlib test suite (Ehlert)
343344
\end{itemize}
344345

345-
\note{Here are some additions and improvements to look forward to in the next year or so.
346-
The highlights are: procedures for various probability distributions and sampling
347-
pseudo-random numbers from them; derived types for generic collections
348-
(linked lists, see Chetan's talk today, and a map/dictionary type);
349-
and cross-platform procedures for querying the operating system and manipulating
350-
the file system (such as listing and traversing directories, removing or copying files, etc.).
351-
This roadmap is driven by community and their contributions and is largely based on
352-
the backlog of existing PRs to be reviewed and improved upon.
353-
If there's something you'd like to be a part of stdlib, please let us know by opening
354-
a proposal in GitHub issues, and we'll discuss it and come up with an implementation plan.
346+
\note{
347+
Here are some additions and improvements to look forward to in the next year or so.
348+
The highlights are: procedures for various probability distributions andsampling pseudo-random numbers from them;
349+
derived types for generic collections (linked lists, see Chetan's talk today, and a map/dictionary type);
350+
and cross-platform procedures for querying the operating system and manipulating the file system
351+
(such as listing and traversing directories, removing or copying files, etc.).
352+
This roadmap is driven by community and their contributions and is largely based on the backlog of existing PRs to be reviewed and improved upon.
353+
If there's something you'd like to be a part of stdlib, please let us know by opening a proposal in GitHub issues, and we'll discuss it and come up with an implementation plan.
355354
}
356-
357355
\end{frame}
358356

359357

0 commit comments

Comments
 (0)