Skip to content

Commit

Permalink
build: bump version number to 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
the-hampel committed Feb 23, 2023
1 parent 802868e commit cf6727a
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

# ############
Expand Down
24 changes: 24 additions & 0 deletions doc/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
@@ -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/'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ where = ["python"]

[project]
name = "solid_dmft"
version = "3.1.3"
version = "3.1.4"
authors = [
{ name="Alexander Hampel", email="[email protected]" }
]
Expand Down

0 comments on commit cf6727a

Please sign in to comment.