File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ PySCF 2.6.2 (2024-06-19)
2
+ ------------------------
3
+ * Fixes
4
+ - Compatibility issues due for NumPy 2.0 release.
5
+
6
+
1
7
PySCF 2.6.1 (2024-06-17)
2
8
------------------------
3
9
* Improved
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ Python-based Simulations of Chemistry Framework
7
7
[ ![ Build Status] ( https://github.com/pyscf/pyscf/workflows/CI/badge.svg )] ( https://github.com/pyscf/pyscf/actions?query=workflow%3ACI )
8
8
[ ![ codecov] ( https://codecov.io/gh/pyscf/pyscf/branch/master/graph/badge.svg )] ( https://codecov.io/gh/pyscf/pyscf )
9
9
10
- 2024-06-17
10
+ 2024-06-19
11
11
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 )
13
13
* [ Changelog] ( ../master/CHANGELOG )
14
14
* [ Documentation] ( http://www.pyscf.org )
15
15
* [ Installation] ( #installation )
Original file line number Diff line number Diff line change 35
35
36
36
'''
37
37
38
- __version__ = '2.6.1 '
38
+ __version__ = '2.6.2 '
39
39
40
40
import os
41
41
import sys
You can’t perform that action at this time.
0 commit comments