mirror of
https://github.com/triqs/dft_tools
synced 2025-01-03 01:55:56 +01:00
[build] prepare 3.2.1 bugfix release
This commit is contained in:
parent
3d50d127b5
commit
320bbb5342
@ -27,7 +27,7 @@ endif()
|
||||
|
||||
# ############
|
||||
# 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)
|
||||
|
||||
# ############
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% set version = "3.1.0" %}
|
||||
{% set version = "3.2.1" %}
|
||||
|
||||
package:
|
||||
name: triqs_dft_tools
|
||||
|
Loading…
Reference in New Issue
Block a user