Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
utf committed May 5, 2022
1 parent 6445c2b commit 41e97ea
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions docs/about/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
Change log
==========

v0.0.7
------

New features:

- Include band-related features (e.g. band center, bandwidth, skewness, kurtosis) in
VASP schema ([@arosen93](https://github.com/arosen93), [#92](https://github.com/materialsproject/atomate2/pull/92))
- Add `use_auto_ispin` and `update_user_potcar_functional` powerups

Enhancements:

- Add `is_hubbard` and `hubbards` to VASP task doc.
- Migrate build system to pyproject.toml.
- Migrate docs to jupyter-book.
- Docs improvements ([@janosh](https://github.com/janosh), [@mjwen](https://github.com/mjwen))

Bug fixes:

- Fix HSE tags.
- Fix running bader.
- Make potcar_spec argument usable ([@jmmshn](https://github.com/jmmshn), [#83](https://github.com/materialsproject/atomate2/pull/83))
- Replace monty which with shutil which ([@arosen93](https://github.com/arosen93), [#92](https://github.com/materialsproject/atomate2/pull/92))
- Fix `calculate_deformation_potentials()` ([@janosh](https://github.com/janosh), [#94](https://github.com/materialsproject/atomate2/pull/94))
- Fix gzipping of files with numerical suffixes ([@jmmshn](https://github.com/jmmshn), [#116](https://github.com/materialsproject/atomate2/pull/116))

v0.0.6
------

Expand All @@ -21,7 +46,6 @@ Bug fixes:
- Fixed atomate2 version string.
- Disabled orbital projections in the electron-phonon workflow.


v0.0.5
------

Expand All @@ -41,7 +65,6 @@ Bug fixes:
- Better handling of URI generation.
- Tweak k-spacing formula to stop large band gaps giving negative values


v0.0.4
------

Expand Down

0 comments on commit 41e97ea

Please sign in to comment.