Numgrid

Latest version: v2.1.0

Safety actively analyzes 618931 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

2.1.0

-------------

Released on 2021-05-27.

- Add Krack-Köster radial grid (`radial_grid_kk`).
- Rename `radial_grid` to `radial_grid_lmg`.
- Make it possible to evaluate LMG grid by basis set name
(`radial_grid_lmg_bse`).

2.0.2

-------------

Released on 2021-05-23.

- Better error message for invalid inputs to angular_grid.
- Improve package metadata.

2.0.1

-------------

Released on 2021-01-04.

- Test and build also for Python 3.9.
- Export also __version__.

2.0.0

-------------

Released on 2021-01-03.

The API changed for easier maintenance and simpler use:

- No initialization or deallocation necessary.
- One-step instead of two steps (since the radial grid generation time is
negligible compared to space partitioning, it did not make sense anymore to
separate these steps and introduce a state).
- ``alpha_min`` is given as dictionary which saves an argument and simplifies
explaining the API.
- The library now provides Rust and Python bindings. It used to provide C and
Fortran bindings. The C/Fortran code lives on on the `cpp-version branch
<https://github.com/dftlibs/numgrid/tree/cpp-version>`__. I might bring the
C interfaces back into the Rust code if there is sufficient interest/need.
- Note that the API will probably change again as soon as support for more
quadratures is added (see `issue 43
<https://github.com/dftlibs/numgrid/issues/43>`__).

1.1.2

-------------

Released on 2020-08-14.

- Unpin version dependencies for Numpy and CFFI.

1.1.1

-------------

Released on 2020-04-09.

- Build warning removed.
- Add .zenodo.json.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.