Skip to content

Commit da0ad88

Browse files
committed
update changelog
1 parent 4c61b15 commit da0ad88

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

CHANGES.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
729
Version 1.1.2
830
-------------
931

0 commit comments

Comments
 (0)