diff --git a/CMakeLists.txt b/CMakeLists.txt index 9e999eef..b992c873 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ endif() # ############ # Define Project -project(solid_dmft VERSION 3.1.3 LANGUAGES C CXX) +project(solid_dmft VERSION 3.1.4 LANGUAGES C CXX) get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY) # ############ diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index c6c380bf..d0e8e1d0 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -2,6 +2,30 @@ # Changelog +## Version 3.1.4 + +solid_dmft version 3.1.4 is a patch-release that improves / fixes the following issues: + +* fix and improve rootfinder in PCB for quasiparticle dispersion +* fix pypi package version.py module + +Contributors: Sophie Beck, Alberto Carta, Alexander Hampel, Max Merkel: + +## Version 3.1.3 + +solid_dmft version 3.1.3 is a patch-release that improves / fixes the following issues: + +* fix delta interface of cthyb for multiple sites with different block structures +* correctly use tail fitted Sigma from cthyb not via double dyson equation +* magnetic param not available in CSC crash PM calc +* improve PCB script from unstable branch +* convert warmup cycles to int automatically +* fix function calls in gap finder +* fix delta_interface with SOC and store solver options +* fix: update svo example for PCB test from unstable + +Contributors: Sophie Beck, Alberto Carta, Alexander Hampel, Max Merkel + ## Version 3.1.2 solid_dmft version 3.1.2 is a patch-release that improves / fixes the following issues: diff --git a/packaging/TRIQS-solid_dmft-3.0.0-foss-2019a-Python-3.7.2.eb b/packaging/TRIQS-solid_dmft-3.0.0-foss-2019a-Python-3.7.2.eb index b0420086..f39afc89 100644 --- a/packaging/TRIQS-solid_dmft-3.0.0-foss-2019a-Python-3.7.2.eb +++ b/packaging/TRIQS-solid_dmft-3.0.0-foss-2019a-Python-3.7.2.eb @@ -1,7 +1,7 @@ easyblock = 'CMakeMake' name = 'TRIQS-solid_dmft' -version = '3.1.3' +version = '3.1.4' versionsuffix = '-Python-%(pyver)s' homepage = 'https://triqs.github.io/solid_dmft/' diff --git a/pyproject.toml b/pyproject.toml index df1e311f..1e130e9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ where = ["python"] [project] name = "solid_dmft" -version = "3.1.3" +version = "3.1.4" authors = [ { name="Alexander Hampel", email="ahampel@flatironinstitute.org" } ]