Skip to content

Commit 68e9c04

Browse files
committed
Release 3.1 (fixed final date)
1 parent 16fd18f commit 68e9c04

8 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG of Wannier90
22

3-
## v3.1.0 (20th February 2020)
3+
## v3.1.0 (5th March 2020)
44

55
### New features
66

@@ -30,6 +30,8 @@
3030

3131
- Adding tests for BoltzWann (at least for the electrical conductivity) [[#282]](https://github.com/wannier-developers/wannier90/pull/282)
3232

33+
- Bug fixed in the disentanglement step with SAWFs, especially when running in parallel [[#315]](https://github.com/wannier-developers/wannier90/pull/315)
34+
3335
## v3.0.0 (27th February 2019)
3436

3537
### New Wannier90 features
-11.8 KB
Binary file not shown.

doc/compiled_docs/tutorial.pdf

-3.11 KB
Binary file not shown.

doc/compiled_docs/user_guide.pdf

-2.63 KB
Binary file not shown.

doc/solution_booklet/solution_booklet.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
\title{\sbtitle}
1414
\author{\small\authorname}
15-
\date{20th February 2020}
15+
\date{}
1616

1717

1818
\begin{document}

doc/tutorial/tutorial.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
\author{Version 3.1}
4646

47-
\date{20th February 2020}
47+
\date{}
4848
%\date{\today}
4949

5050
%%% THIS SHOULD BE THE LAST PACKAGE TO BE LOADED!

doc/user_guide/user_guide.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484

8585
\author{Version 3.1}
8686

87-
\date{20th February 2020}
87+
\date{}
8888
%\date{\color{red} \today}
8989

9090

src/parameters.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3460,7 +3460,7 @@ subroutine param_write_header
34603460
write (stdout, *) ' | The Wannier90 Developer Group and |'
34613461
write (stdout, *) ' | individual contributors |'
34623462
write (stdout, *) ' | |'
3463-
write (stdout, *) ' | Release: ', adjustl(w90_version), ' 20th February 2020 |'
3463+
write (stdout, *) ' | Release: ', adjustl(w90_version), ' 5th March 2020 |'
34643464
write (stdout, *) ' | |'
34653465
write (stdout, *) ' | This program is free software; you can |'
34663466
write (stdout, *) ' | redistribute it and/or modify it under the terms |'

0 commit comments

Comments
 (0)