Skip to content

Commit 108be47

Browse files
committed
Merge branch 'master' of github.com:nshaffer/talks
2 parents 36e2f75 + 210cbd2 commit 108be47

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
@@ -327,6 +327,36 @@
327327
}
328328
\end{frame}
329329

330+
331+
\begin{frame}
332+
\frametitle{Outlook: Next 12 months}
333+
334+
\begin{itemize}
335+
\item Probability distributions: Uniform, normal, exponential, gamma, and beta (Fisher)
336+
\item Generic linked list (Karwa)
337+
\item Generic map type (Ehlert)
338+
\item Hash functions (Clodius, Ehlert)
339+
\item Improved OS and file system facilities (Diehl, Markus)
340+
\item Selection algorithms
341+
\item All new intrinsics planned for Fortran 202X
342+
\item Improved stdlib test suite (Ehlert)
343+
\end{itemize}
344+
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.
355+
}
356+
357+
\end{frame}
358+
359+
330360
\begin{frame}
331361
\frametitle{Summary}
332362

0 commit comments

Comments
 (0)