Skip to content

Commit b6bfced

Browse files
sunqmfishjojo
authored andcommitted
Patch release 2.6.2
1 parent 4d85058 commit b6bfced

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
PySCF 2.6.2 (2024-06-19)
2+
------------------------
3+
* Fixes
4+
- Compatibility issues due for NumPy 2.0 release.
5+
6+
17
PySCF 2.6.1 (2024-06-17)
28
------------------------
39
* Improved

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Python-based Simulations of Chemistry Framework
77
[![Build Status](https://github.com/pyscf/pyscf/workflows/CI/badge.svg)](https://github.com/pyscf/pyscf/actions?query=workflow%3ACI)
88
[![codecov](https://codecov.io/gh/pyscf/pyscf/branch/master/graph/badge.svg)](https://codecov.io/gh/pyscf/pyscf)
99

10-
2024-06-17
10+
2024-06-19
1111

12-
* [Stable release 2.6.1](https://github.com/pyscf/pyscf/releases/tag/v2.6.1)
12+
* [Stable release 2.6.2](https://github.com/pyscf/pyscf/releases/tag/v2.6.2)
1313
* [Changelog](../master/CHANGELOG)
1414
* [Documentation](http://www.pyscf.org)
1515
* [Installation](#installation)

pyscf/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
3636
'''
3737

38-
__version__ = '2.6.1'
38+
__version__ = '2.6.2'
3939

4040
import os
4141
import sys

0 commit comments

Comments
 (0)