1+ # Changelog
12
23
3- Changelog
4- =========
4+ ## Version 2.1.1
55
6+ Released on 2021-07-31.
67
7- Version 2.1.0
8- -------------
8+ - Package for Python 3.10, 3.11, and 3.12.
9+ - Updated dependencies and workflows.
10+
11+
12+ ## Version 2.1.0
913
1014Released on 2021-05-27.
1115
@@ -15,26 +19,23 @@ Released on 2021-05-27.
1519 (` radial_grid_lmg_bse ` ).
1620
1721
18- Version 2.0.2
19- -------------
22+ ## Version 2.0.2
2023
2124Released on 2021-05-23.
2225
2326- Better error message for invalid inputs to angular_grid.
2427- Improve package metadata.
2528
2629
27- Version 2.0.1
28- -------------
30+ ## Version 2.0.1
2931
3032Released on 2021-01-04.
3133
3234- Test and build also for Python 3.9.
3335- Export also __ version__ .
3436
3537
36- Version 2.0.0
37- -------------
38+ ## Version 2.0.0
3839
3940Released on 2021-01-03.
4041
@@ -55,25 +56,22 @@ The API changed for easier maintenance and simpler use:
5556 < https://github.com/dftlibs/numgrid/issues/43 > `__ ).
5657
5758
58- Version 1.1.2
59- -------------
59+ ## Version 1.1.2
6060
6161Released on 2020-08-14.
6262
6363- Unpin version dependencies for Numpy and CFFI.
6464
6565
66- Version 1.1.1
67- -------------
66+ ## Version 1.1.1
6867
6968Released on 2020-04-09.
7069
7170- Build warning removed.
7271- Add .zenodo.json.
7372
7473
75- Version 1.1.0
76- -------------
74+ ## Version 1.1.0
7775
7876Released on 2019-05-03.
7977
@@ -84,14 +82,12 @@ Released on 2019-05-03.
8482 (this uses https://github.com/MolSSI-BSE/basis_set_exchange ).
8583
8684
87- Version 1.0.2
88- -------------
85+ ## Version 1.0.2
8986
9087Released on 2018-10-24.
9188
9289
93- Grid memory management is now client-side
94- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
90+ ### Grid memory management is now client-side
9591
9692This was done to simplify memory management and avoid memory leaks and
9793strange effects. The client can now query the number of grid points
@@ -100,29 +96,25 @@ is not a problem in practice. For the Python interface this is not a
10096problem at all since it takes care of that.
10197
10298
103- Compute one center at a time
104- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
99+ ### Compute one center at a time
105100
106101Motivation was to simplify code and to make it possible to pre-compute a
107102grid for a certain atom/basis type. This also means that the code can be
108103optimized and parallelized on the client side.
109104
110105
111- Full basis set does not need to be provided
112- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
106+ ### Full basis set does not need to be provided
113107
114108Great simplification. All that is needed now is the steepest exponent
115109and a set of smallest exponents for each angular momentum.
116110
117111
118- Separate arrays for x, y, z, and weights
119- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
112+ ### Separate arrays for x, y, z, and weights
120113
121114They can be recombined on the client side but it makes it easier to
122115understand how the grid information is stored in memory.
123116
124117
125- Version 0.5.0
126- -------------
118+ ## Version 0.5.0
127119
128120Released on 2016-12-26.
0 commit comments