Skip to content

Commit

Permalink
Bump change-log and version number in prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kavanase committed Nov 20, 2023
1 parent 56bbfe3 commit 616a541
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Change Log
==========

v.2.2.0
----------
- Added `DefectsParser` class for parsing defect calculations:
- Uses multiprocessing and shared bulk data to massively speed up parsing of many defect supercell
calcs at once (e.g. from 17 min to < 3 mins for 54 defects in CdTe).
- Automatically checks `INCAR`, `KPOINTS`, `POTCAR` and charge correction compatibility between
all calculations, and warns the user if any are likely to affect formation energies.
- Make `csv` input to `CompetingPhasesAnalyzer` more flexible, along with other code and docstrings updates.
- Format point group symbol in formation energy plots.
- Refactor `elt`/`elt_refs` to `el/el_refs` by @adair-nicolson

Updates reflected in the `doped` parsing tutorial.

v.2.1.0
----------
- Update finite-size defect corrections implementations:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
author = 'Seán R. Kavanagh'

# The full version, including alpha/beta/rc tags
release = '2.1.0'
release = '2.2.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "doped"
version = "2.1.0"
version = "2.2.0"
description = "Python package to setup, process and analyse solid-state defect calculations with VASP"
authors = [{name = "Seán Kavanagh", email = "[email protected]"}]
readme = "README.md"
Expand Down

0 comments on commit 616a541

Please sign in to comment.