Skip to content

Commit 210cbd2

Browse files
add roadmap
Co-authored-by: Milan Curcic <[email protected]>
1 parent bf19382 commit 210cbd2

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

FortranCon2021-stdlib/stdlib-talk.tex

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,36 @@
288288
}
289289
\end{frame}
290290

291+
292+
\begin{frame}
293+
\frametitle{Outlook: Next 12 months}
294+
295+
\begin{itemize}
296+
\item Probability distributions: Uniform, normal, exponential, gamma, and beta (Fisher)
297+
\item Generic linked list (Karwa)
298+
\item Generic map type (Ehlert)
299+
\item Hash functions (Clodius, Ehlert)
300+
\item Improved OS and file system facilities (Diehl, Markus)
301+
\item Selection algorithms
302+
\item All new intrinsics planned for Fortran 202X
303+
\item Improved stdlib test suite (Ehlert)
304+
\end{itemize}
305+
306+
\note{Here are some additions and improvements to look forward to in the next year or so.
307+
The highlights are: procedures for various probability distributions and sampling
308+
pseudo-random numbers from them; derived types for generic collections
309+
(linked lists, see Chetan's talk today, and a map/dictionary type);
310+
and cross-platform procedures for querying the operating system and manipulating
311+
the file system (such as listing and traversing directories, removing or copying files, etc.).
312+
This roadmap is driven by community and their contributions and is largely based on
313+
the backlog of existing PRs to be reviewed and improved upon.
314+
If there's something you'd like to be a part of stdlib, please let us know by opening
315+
a proposal in GitHub issues, and we'll discuss it and come up with an implementation plan.
316+
}
317+
318+
\end{frame}
319+
320+
291321
\begin{frame}
292322
\frametitle{Summary}
293323

0 commit comments

Comments
 (0)