Skip to content

Commit

Permalink
Release 2.1.1
Browse files Browse the repository at this point in the history
sunqm committed Sep 23, 2022
1 parent 8727392 commit 655e237
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
PySCF 2.1.1 (2022-09-21)
------------------------
* Added
- CDERIArray class to load PBC GDF tensor
* Improved
- MCSCF fix_spin_ as a class for SA-CASSCF gradient compatibility
- PBC GDF and MDF accuracy
- PBC X2C hcore integrals performance
* Fixed
- Integral screening bug in ft_ao
- EOM-EE RCCSD intermediates
- MGGA fully polarized system bug


PySCF 2.1.0 (2022-09-01)
------------------------
* Added
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -7,9 +7,9 @@ Python-based Simulations of Chemistry Framework
[![Build Status](https://github.com/pyscf/pyscf/workflows/CI/badge.svg)](https://github.com/pyscf/pyscf/actions?query=workflow%3ACI)
[![codecov](https://codecov.io/gh/pyscf/pyscf/branch/master/graph/badge.svg)](https://codecov.io/gh/pyscf/pyscf)

2022-09-01
2022-09-21

* [Stable release 2.1.0](https://github.com/pyscf/pyscf/releases/tag/v2.1.0)
* [Stable release 2.1.1](https://github.com/pyscf/pyscf/releases/tag/v2.1.1)
* [Changelog](../master/CHANGELOG)
* [Documentation](http://www.pyscf.org)
* [Installation](#installation)
2 changes: 1 addition & 1 deletion pyscf/__init__.py
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@
'''

__version__ = '2.1.0'
__version__ = '2.1.1'

import os
import sys

0 comments on commit 655e237

Please sign in to comment.