3
0
mirror of https://github.com/triqs/dft_tools synced 2024-07-11 05:43:48 +02:00

[build] prepare 3.2.1 bugfix release

This commit is contained in:
Alexander Hampel 2024-04-24 11:52:26 -04:00
parent 7f5d6a70f4
commit 4942821f45
4 changed files with 19 additions and 7 deletions

View File

@ -24,7 +24,7 @@ cmake_policy(VERSION 3.20)
# ############
# 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)
# ############

View File

@ -2,6 +2,18 @@
# 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
DFTTools Version 3.2.0 is a release that

View File

@ -1,7 +1,7 @@
easyblock = 'CMakeMake'
name = 'TRIQS-dft_tools'
version = '3.2.0'
version = '3.2.1'
homepage = 'https://triqs.github.io/dft_tools/'
description = """

View File

@ -1,4 +1,4 @@
{% set version = "3.1.0" %}
{% set version = "3.2.1" %}
package:
name: triqs_dft_tools