Skip to content

Commit

Permalink
bump to version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-zero committed Jul 19, 2021
1 parent 9da8fd1 commit db036e2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.4.0] - 2021-07-19

* cp2kparse/api: can now parse forces
* cp2kparse: gained a highlight mode to show what gets matched
* cp2kparse: moved to click for providing the CLI to improve UX
* cp2kparse/api: fix bug with parsing line continued kv
* api: introduced BlockMatch to provide more info about the match (like the char span)
* cp2k_bs2csv: generate files in CWD rather than in source dir

## [0.3.1] - 2020-09-09

* cp2k_pdos: add support for list-of-atoms output
Expand Down
2 changes: 1 addition & 1 deletion cp2k_output_tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.3.1"
__version__ = "0.4.0"

__all__ = ["builtin_matchers", "parse_iter"]

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cp2k-output-tools"
version = "0.3.1"
version = "0.4.0"
description = "Python tools to handle CP2K output files"
authors = ["Tiziano Müller <[email protected]>"]
repository = "https://github.com/cp2k/cp2k-output-tools"
Expand Down

0 comments on commit db036e2

Please sign in to comment.