Jeremie Vandenplas

Results 20 issues of Jeremie Vandenplas

Addition of the subroutine `get_other_scalar( other, value [, exists])` to extract the content of `other_type` into the scalar variable `value` of a kind provided by the module `stdlib_kinds`. The aim...

reviewers needed

In #426, selection algorithms were mentioned. See e.g., these [comment](https://github.com/fortran-lang/stdlib/pull/426#issuecomment-884079166), [comment](https://github.com/fortran-lang/stdlib/pull/426#issuecomment-884238878), and [comment](https://github.com/fortran-lang/stdlib/pull/426#issuecomment-884288533). **Description** To be completed **Prior Art** To be completed

topic: algorithms
idea

I would suggest we provide a function `get_nan` and internally implement it by any of the approaches that were discussed (`ieee_value`, `sqrt` or `huge`). That way we have just one...

topic: utilities

In both #99 and #96 the code style is mentioned. Should we use the same code style as for [stdlib](https://github.com/fortran-lang/stdlib/blob/master/STYLE_GUIDE.md)?

I tried to learn teams, and events using the example in chapter 12 of your book and with Intel oneAPI 2021.1-beta10. I could run the examples for all other chapters....

I propose to add a default built-in flag `--markdown` to save the help message in a Markdown file.

Related to #16 This PR proposes an optional to replace missing values in CSV by a desired value. @dongli @epagone @jacobwilliams

The last release (`v0.4.0`) is from November 2021. I wonder if it would be time to create a new release. Here are the main changes since `v0.5.0` (or. `v0.4.1`): *...

In both fortran-lang/fortran-lang.org#99 and fortran-lang/fortran-lang.org#96 the code style is mentioned. Should we use the same code style as for [stdlib](https://github.com/fortran-lang/stdlib/blob/master/STYLE_GUIDE.md)?

section: learn

Related to [this Discouse discussion](https://fortran-lang.discourse.group/t/error-there-is-no-specific-subroutine-for-the-generic-sort-index/1728/14) and to #822