Skip to content

Commit

Permalink
Release v5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Mar 10, 2023
1 parent 8d112b0 commit 8717ca7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-18.04]
os: [macos-latest, ubuntu-20.04]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python 3.7
uses: actions/setup-python@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cmake_minimum_required (VERSION 3.5)
project (qcint C)
set(qcint_VERSION_MAJOR "5")
set(qcint_VERSION_MINOR "1")
set(qcint_VERSION_PATCH "8")
set(qcint_VERSION_MINOR "2")
set(qcint_VERSION_PATCH "1")
set(qcint_VERSION_TWEAK "0")
set(qcint_VERSION "${qcint_VERSION_MAJOR}.${qcint_VERSION_MINOR}.${qcint_VERSION_PATCH}")
set(qcint_SOVERSION "${qcint_VERSION_MAJOR}")
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 5.2.1 (2023-03-09):
* Improve error handling for SR-ERI integrals
* Optimize SR-ERI integral screening
* Fix approx_log bug for non-x86 architecture

Version 5.1.8 (2023-01-03):
* Fix integer overflow error in cintopt initialization

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ qcint (quick libcint)

An optimized libcint branch for X86 platform

version 5.1.8
2022-01-03
version 5.2.1
2023-03-09


What is qcint
Expand Down

0 comments on commit 8717ca7

Please sign in to comment.