Skip to content

Commit

Permalink
Bump changelog and version number before release
Browse files Browse the repository at this point in the history
  • Loading branch information
kavanase committed Oct 31, 2023
1 parent 2f84b2d commit a79ef45
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Change Log
==========

v.2.1.0
----------
- Update finite-size defect corrections implementations:
- `pydefect` used directly for eFNV correction (with optimisation for efficiency). Moreover, the
fully relaxed defect structure (with defect site determined by doped) is used.
- FNV correction now uses optimised version of `pymatgen-analysis-defects` implementation.
- Updated corrections plotting (much nicer formats, more informative etc)
- The actual energy error in the correction is now estimated, and the user is warned if this exceeds
`error_tolerance` (optional parameter, 0.05 eV by default)
- Bandfilling corrections no longer automatically calculated as (1) almost always not recommended
and (2) will show an example of calculating these if needed using our code in `pymatgen` on the docs
- Efficiency improvements in obtaining defect site info (Wyckoff positions)
- Additional utils and functions for defect generation and manipulation.
- (Many) updated tests.
- Added functionality for robustly determining the point group symmetry of _relaxed_ defects 🔥

v.2.0.5
----------
- Update oxi-state handling to:
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.0.5'
release = '2.1.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.0.5"
version = "2.1.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 a79ef45

Please sign in to comment.