Skip to content

Commit

Permalink
Release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Feb 2, 2024
1 parent d0f8124 commit b8c2593
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change log

## `v2.2.0` - 2024-02-02

### Features
- Add marda-extractors support for PW and CP input files [[8c50b4c]](https://github.com/aiidateam/qe-tools/commit/8c50b4c6e203b1ccea7dd90f384c2e365e74dd5c)

### Fixes
- Fix the regex `NUMBER_PATTERN` in `_input_base.py`` [[c0e3c51]](https://github.com/aiidateam/qe-tools/commit/c0e3c516be16731923d8152ea1b08318a32b7aed)
- Fix input parser for cell parameters with integers [[efe4472]](https://github.com/aiidateam/qe-tools/commit/efe4472eef52caa9c9e87a58f7777ac20bb6ed96)

### Dependencies
- Pin `pytest~=7.0` [[d0f8124]](https://github.com/aiidateam/qe-tools/commit/d0f8124d5a48c85ae07296c37e93aa58fa35bcbe)


## `v2.1.0` - 2023-09-27

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion src/qe_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
from ._constants import DEFAULT as CONSTANTS # isort:skip
from . import converters, exceptions, parsers, extractors # isort:skip

__version__ = '2.1.0'
__version__ = '2.2.0'

__all__ = ('CONSTANTS', 'parsers', 'converters', 'exceptions', 'extractors')

0 comments on commit b8c2593

Please sign in to comment.