Skip to content

Commit fb5b7df

Browse files
authored
Merge pull request #10 from nshaffer/master
FortranCon 2021 stdlib abstract
2 parents 91cf205 + 020872f commit fb5b7df

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

FortranCon2021-stdlib/README.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# FortranCon2021-stdlib
2+
3+
**Authors**:
4+
[Nathaniel Shaffer](https://github.com/nshaffer) (University of Rochester),
5+
[Gabriel Brown](https://github.com/ghbrown) (University of Illinois Urbana-Champaign),
6+
[Ondřej Čertik](https://github.com/certik) (Los Alamos National Laboratory),
7+
[William Clodius](https://githiub.com/wclodius2),
8+
[Milan Curcic](https://github.com/milancuric) (University of Miami),
9+
[Laurence Kedward](https://github.com/lkedward) (University of Bristol),
10+
[Sebastian Ehlert](https://github.com/awvwgk) (University of Bonn),
11+
[Gareth Davies](https://github.com/gareth-nx),
12+
[Aman Godara](https://github.com/Aman-Godara),
13+
[Michael Hirsch](https://github.com/scivision) (Scivision),
14+
[Jing](https://github.com/Jim-215-Fisher),
15+
[Chetan Karwa](https://github.com/chetankarwa) (Sardar Vallabhbhai NIT Surat),
16+
[Arjen Markus](https://github.com/arjenmarkus),
17+
[Ivan Pribec](https://github.com/ivan-pi) (Technical University of Munich),
18+
[Harris Snyder](https://github.com/hsnyder) (Structura Biotechnology, Inc.),
19+
[Jeremie Vandenplas](https://github.com/jvdp1) (Wageningen University & Research),
20+
[Evan Voyles](https://github.com/ejovo13) (Kalamazoo College),
21+
22+
23+
**To be acknowledged in the presentation (following comments):**
24+
25+
**Track**: Minisymposium: fortran-lang
26+
27+
**Presenter**: [Nathaniel Shaffer](https://github.com/nshaffer)
28+
29+
**Title**: What's new in the Fortran Standard Library?
30+
31+
**Abstract**:
32+
The Fortran standard library (stdlib) is now well into its second year of development.
33+
In this past year, stdlib has grown not only in its functionality but in its contributor base, with most of the new development coming from new contributors, including two Google Summer of Code students.
34+
Stdlib provides new functionality for working with bit sets, logging, quadrature, sorting, strings, and more.
35+
In addition to new capabilities in stdlib itself, there have also been several technical improvements to the documentation and build system.
36+
The full API documentation is generated by the FORD tool and hosted online at the fortran-lang website.
37+
Furthermore, Github's Continuous Integration pipeline is used to ensure cross-platform support by building stdlib and running its test suite on every pull request.
38+
There has also been progress toward supporting the Fortran Package Manager (fpm) both for building stdlib as a standalone library and for incorporating stdlib as a dependency in fpm projects.
39+
These enhancements bring stdlib closer to its goal of being a featureful and easy-to-use library for general and widespread use.

0 commit comments

Comments
 (0)