Skip to content

Commit 24c791e

Browse files
committed
adapt changelog and bump version
1 parent 5b6a1ac commit 24c791e

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGES.rst

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ Changelog
44
=========
55

66

7+
Version 2.1.0
8+
-------------
9+
10+
Released on 2021-05-27.
11+
12+
- Add Krack-Köster radial grid (`radial_grid_kk`).
13+
- Rename `radial_grid` to `radial_grid_lmg`.
14+
- Make it possible to evaluate LMG grid by basis set name
15+
(`radial_grid_lmg_bse`).
16+
17+
718
Version 2.0.2
819
-------------
920

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "numgrid"
3-
version = "2.0.2"
3+
version = "2.1.0"
44
authors = ["Radovan Bast <[email protected]>"]
55
description = "Numerical integration grid for molecules."
66
license = "MPL-2.0"

README.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ author(s)::
7373
month = {1},
7474
year = {2021},
7575
publisher = {Zenodo},
76-
version = {v2.0.2},
76+
version = {v2.1.0},
7777
doi = {10.5281/zenodo.1470276},
7878
url = {https://doi.org/10.5281/zenodo.1470276}
7979
}
@@ -322,6 +322,7 @@ Radial grid
322322
===========
323323

324324
Two choices are available:
325+
325326
- Lindh-Malmqvist-Gagliardi (https://dx.doi.org/10.1007/s002140100263)
326327
- Krack-Köster (https://doi.org/10.1063/1.475719)
327328

0 commit comments

Comments
 (0)