Skip to content

Commit 747d6c0

Browse files
committed
Release v5.4.0
1 parent 490208b commit 747d6c0

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-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 "3")
4+
set(cint_VERSION_MINOR "4")
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

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Version 5.4.0 (2023-07-04):
2+
* Add constant PTR_FRAC_CHARGE for QM/MM interface in pyscf
3+
14
Version 5.3.0 (2023-03-28):
25
* Improves rys-roots numerical stability in the near-zero limit
36

README.rst

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

4-
version 5.3.0
5-
2023-03-28
4+
version 5.4.0
5+
2023-07-04
66

77

88
What is libcint

0 commit comments

Comments
 (0)