mirror of
https://github.com/triqs/dft_tools
synced 2025-01-03 10:05:49 +01:00
[build] prepare 3.2.1 bugfix release
This commit is contained in:
parent
7f5d6a70f4
commit
4942821f45
@ -24,7 +24,7 @@ cmake_policy(VERSION 3.20)
|
|||||||
|
|
||||||
# ############
|
# ############
|
||||||
# Define Project
|
# Define Project
|
||||||
project(triqs_dft_tools VERSION 3.2.0 LANGUAGES C CXX Fortran)
|
project(triqs_dft_tools VERSION 3.2.1 LANGUAGES C CXX Fortran)
|
||||||
get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY)
|
get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY)
|
||||||
|
|
||||||
# ############
|
# ############
|
||||||
|
@ -2,6 +2,18 @@
|
|||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## Version 3.2.1
|
||||||
|
|
||||||
|
DFTTools Version 3.2.1 is a patch release that contains a few bug fixes. The following non breaking changes have been made:
|
||||||
|
* fix depracted scipy.compress depr -> numpy.compress
|
||||||
|
* fix incorrect numpy data type for Max OS ARM
|
||||||
|
* fix a bug in SumkDFT.calc_density_correction: see issue #250
|
||||||
|
* fix a bug in the Wannier90 Converter when the disentanglement window isn't set by the user (see issue #252)
|
||||||
|
* doc: fix typo in doi id of DC function
|
||||||
|
|
||||||
|
We thank all contributors: Sophie Beck, Alexander Hampel
|
||||||
|
|
||||||
|
|
||||||
## Version 3.2.0
|
## Version 3.2.0
|
||||||
|
|
||||||
DFTTools Version 3.2.0 is a release that
|
DFTTools Version 3.2.0 is a release that
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
easyblock = 'CMakeMake'
|
easyblock = 'CMakeMake'
|
||||||
|
|
||||||
name = 'TRIQS-dft_tools'
|
name = 'TRIQS-dft_tools'
|
||||||
version = '3.2.0'
|
version = '3.2.1'
|
||||||
|
|
||||||
homepage = 'https://triqs.github.io/dft_tools/'
|
homepage = 'https://triqs.github.io/dft_tools/'
|
||||||
description = """
|
description = """
|
@ -1,4 +1,4 @@
|
|||||||
{% set version = "3.1.0" %}
|
{% set version = "3.2.1" %}
|
||||||
|
|
||||||
package:
|
package:
|
||||||
name: triqs_dft_tools
|
name: triqs_dft_tools
|
||||||
|
Loading…
Reference in New Issue
Block a user