File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed
Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 1+ ## v1.4.0
2+
3+ This release comes with the support of the latest ` phonopy ` versions, which between v2.26 and v2.38 were breaking the tests for
4+ Raman with long-range corrections. We also reduced the mesh size for interpolation, as the previous value was unnecessarily
5+ large (and therefore computationally expensive).
6+
7+ Finally, we also now introduce a weekly run of the test suite, so to monitor breaking versions against the main
8+ dependencies of the package.
9+
10+
11+ ### 👌 Improvements
12+
13+ * ` Properties ` : reduce mesh for phonon mesh interpolation [[ 7a357d0] ( https://github.com/aiidateam/aiida-quantumespresso/commit/7a357d0f3a3c2a6a5725eb4fb96c38ed719a6021 )]
14+
15+
16+ ### 📚 Documentation
17+
18+ * Docs: update reference tag with DOI [[ 2a88b24] ( https://github.com/aiidateam/aiida-quantumespresso/commit/2a88b24375400ed5bcc4c93939af4fa1dd301967 )]
19+
20+
21+ ### 🔧 Maintenance
22+
23+ * DevOps: add a weekly build and test [[ 8dbde79] ( https://github.com/aiidateam/aiida-quantumespresso/commit/8dbde7911a75f925538b63932bf2c19c6dab7a11 )]
24+
25+
26+ ### ⬆️ Update dependencies
27+
28+ * ⬆️ Phonopy: support newer versions [[ 1a3c4c8] ( https://github.com/aiidateam/aiida-quantumespresso/commit/1a3c4c8b6f12e3e95adea19e511d6d9ed7156c10 )]
29+
30+
31+
132## v1.3.0
233
334This release aligns with the new protocols released in ` aiida-quantumespresso ` , both for the naming and for their parametrizations.
Original file line number Diff line number Diff line change 77# For further information on the license, see the LICENSE.txt file #
88#################################################################################
99"""AiiDA plugin for vibrational spectoscopy using Quantum ESPRESSO."""
10- __version__ = '1.3 .0'
10+ __version__ = '1.4 .0'
You can’t perform that action at this time.
0 commit comments