Sebastian Ehlert

Results 261 issues of Sebastian Ehlert

### Description Add possibility to set charge and multiplicity as part of the calculator ### Changelog description - support charge and multiplicity keywords in ASE calculator ### Status - [...

Thanks for the nice work with this library. I'm currently trying to bridge a library of mine with date time serialization / deserialization support to other date time libraries (see...

We need a security policy to disclose vulnerabilities in the playground.

documentation
security

Should we have an option to provide the callback functions with deferred shape arrays rather than the current explicit shaped ones? Of course we want to retain the old API...

refactoring

Currently the Python bindings can be built with setuptools or meson, the latter is preferred since we have more control with meson over the build environment. For building the Python...

bindings: Python

The upload of the release artifacts should be automatic, except for the `minpack-2.0.0-source.tar.xz`, which can be created by `meson dist` all other artifacts are already created and available via CI.

CI

Tracking issue for first release of the modernized minpack [v2.0.0](https://github.com/fortran-lang/minpack/milestone/1).

Proposal to allow passing user data through minpack as unlimited polymorphic object. This approach has the advantage of mostly keeping the API unchanged, however users have to adjust their objective...

Nvidia's Fortran compiler can compile minpack, however it segfaults in the examples ``` ❯ nvfortran --version nvfortran 22.1-0 64-bit target on x86-64 Linux -tp haswell NVIDIA Compilers and Tools Copyright...

compiler: nvfortran

The C bindings are currently not documented outside of the comments in the header. Maybe we can make use of doxygen to create API docs for those.

documentation
bindings: C