File tree Expand file tree Collapse file tree 4 files changed +25
-8
lines changed Expand file tree Collapse file tree 4 files changed +25
-8
lines changed Original file line number Diff line number Diff line change 1
- # Version 0.11.3 (unreleased )
1
+ # Version 0.12.0 (13/04/2022 )
2
2
3
3
## New
4
- * * placeholder* .
4
+ * Add support for parsing CP2K basis sets consisting of multiple exponent sets.
5
+
6
+ ## Changed
7
+ * Removed the upper version bounds of `` noodles `` and `` pyparsing `` .
8
+ * Remove MO padding when the requested MO range in CP2K is larger than the number of available MOs.
9
+ * Restructured the layout of the QMFlows' submodules; the old layout has been deprecated.
10
+ * The nested sub-modules `` qmflows.packages `` , `` .parsers `` and `` .templates ``
11
+ have been flatened somewhat.
12
+ * Removal of the `` qmflows.settings `` module; the ` Settings ` class should
13
+ be imported from the main `` qmflows `` namespace.
14
+ * Renaming the `` qmflows.parsers.cp2k.cp2KBasisParser `` function to `` cp2k_basis_parser `` .
15
+ * Removal of the `` registry `` , `` load_properties `` , `` SerMolecule `` and `` SerSettings ``
16
+ functions from the ` qmflows.packages ` namespace.
17
+ * Moving the `` example_freqs `` , `` example_H2O2_TS `` , `` example_generic_constraints `` and
18
+ `` example_partial_geometry_opt `` functions from `` qmflows `` to the `` qmflows.examples `` namespace.
19
+
20
+ ## Fix
21
+ * Do not extract the CP2K version via `` cp2k.popt --version `` , read it directly from the .out file.
5
22
6
23
7
24
# Version 0.11.2 (07/01/2022)
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ keywords:
22
22
- materials-science
23
23
- python
24
24
- Workflows
25
- version : ' 0.10 .0'
26
- date-released : 2020-03-XX # Insert day
25
+ version : ' 0.12 .0'
26
+ date-released : 2022-04-13 # YYYY-MM-DD
27
27
repository-code : https://github.com/SCM-NV/qmflows
28
- license : " LGPL-3.0"
28
+ license : " LGPL-3.0"
Original file line number Diff line number Diff line change 68
68
# built documents.
69
69
#
70
70
# The short X.Y version.
71
- version = '0.11 '
71
+ version = '0.12 '
72
72
# The full version, including alpha/beta/rc tags.
73
- release = '0.11.3 '
73
+ release = '0.12.0 '
74
74
75
75
# The language for content autogenerated by Sphinx. Refer to documentation
76
76
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
"""The QMFlows version."""
2
2
3
- __version__ = "0.11.3 "
3
+ __version__ = "0.12.0 "
You can’t perform that action at this time.
0 commit comments