File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,28 @@ Changelog
44=========
55
66
7+ Version 2.0.0
8+ -------------
9+
10+ Released on 2021-01-03.
11+
12+ The API changed for easier maintenance and simpler use:
13+
14+ - No initialization or deallocation necessary.
15+ - One-step instead of two steps (since the radial grid generation time is
16+ negligible compared to space partitioning, it did not make sense anymore to
17+ separate these steps and introduce a state).
18+ - ``alpha_min `` is given as dictionary which saves an argument and simplifies
19+ explaining the API.
20+ - The library now provides Rust and Python bindings. It used to provide C and
21+ Fortran bindings. The C/Fortran code lives on on the `cpp-version branch
22+ <https://github.com/dftlibs/numgrid/tree/cpp-version> `__. I might bring the
23+ C interfaces back into the Rust code if there is sufficient interest/need.
24+ - Note that the API will probably change again as soon as support for more
25+ quadratures is added (see `issue 43
26+ <https://github.com/dftlibs/numgrid/issues/43> `__).
27+
28+
729Version 1.1.2
830-------------
931
You can’t perform that action at this time.
0 commit comments