Skip to content

Commit

Permalink
REL: Prepare for the Nano-QMFlows 0.13.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas van Beek committed Jun 2, 2022
1 parent c47b502 commit 36bf778
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

# 0.13.3 (*unreleased*)
# 0.13.3 (02/06/2022)

## New
* Replace `pybind11` as a build dependency with `numpy`.
Expand All @@ -9,6 +9,12 @@
## Changed
* Remove `cython` leftovers.
* Add minimum versions to most dependencies.
* Always compile with C++11 as we don't use any newer features.
* Bump the minimum qmflows version to >= 1.12.1.
* Increase the SCF convergence in the (non-guess) templates from 5e-04 to 1e-06.

## Fixed
* Fix the ill-defined active space for unrestricted calculations.


# 0.13.2 (26/04/2022)
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ keywords:
- materials-science
- python
- Workflows
version: '0.13.2'
date-released: "2022-04-26"
version: '0.13.3'
date-released: "2022-06-02"
repository-code: https://github.com/SCM-NV/nano-qmflows
license: "Apache-2.0"
doi: 10.5281/zenodo.2576893
2 changes: 1 addition & 1 deletion nanoqm/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""The Nano-QMFlows version."""

__version__ = '0.13.3.dev0'
__version__ = '0.13.3'

0 comments on commit 36bf778

Please sign in to comment.