diff --git a/CHANGELOG.md b/CHANGELOG.md index 341be5451..d1223542f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.10.1 +[full changelog](https://github.com/JuDFTteam/masci-tools/compare/v0.10.0...v0.10.1) + +### Bugfixes +- Remove accidentally left in debug print in `outxml_parser` + ## v.0.10.0 [full changelog](https://github.com/JuDFTteam/masci-tools/compare/v0.9.1...v0.10.0) diff --git a/masci_tools/io/parsers/fleur/fleur_outxml_parser.py b/masci_tools/io/parsers/fleur/fleur_outxml_parser.py index 32736a4be..44d1b9127 100644 --- a/masci_tools/io/parsers/fleur/fleur_outxml_parser.py +++ b/masci_tools/io/parsers/fleur/fleur_outxml_parser.py @@ -292,7 +292,6 @@ def _determine_iteration_condition(iteration_to_parse: Literal['all', 'first', ' filters = {} if index_condition is not None: filters['iteration'] = {'index': index_condition} - print(filters) return filters