Skip to content

Commit 0aa6a1a

Browse files
committed
Release v5.5.0
1 parent cbebbab commit 0aa6a1a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required (VERSION 3.5)
22
project (cint C)
33
set(cint_VERSION_MAJOR "5")
4-
set(cint_VERSION_MINOR "4")
4+
set(cint_VERSION_MINOR "5")
55
set(cint_VERSION_PATCH "0")
66
set(cint_VERSION_TWEAK "0")
77
set(cint_VERSION "${cint_VERSION_MAJOR}.${cint_VERSION_MINOR}.${cint_VERSION_PATCH}")

ChangeLog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Version 5.5.0 (2023-09-14):
2+
* Fix memory leak issue in int4c1e
3+
* Add polynomial root finder with eigenvalue algorithm
4+
* Fitting Rys roots of SR integrals with Chebyshev polynomials
5+
* New integrals related to LRESC
6+
* Supports Gaussian model for int1e_grids
7+
18
Version 5.4.0 (2023-07-04):
29
* Add constant PTR_FRAC_CHARGE for QM/MM interface in pyscf
310

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
libcint
22
=======
33

4-
version 5.4.0
5-
2023-07-04
4+
version 5.5.0
5+
2023-09-14
66

77

88
What is libcint

0 commit comments

Comments
 (0)