Skip to content
Merged

V4 #658

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 24 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,41 @@
# CHANGELOG of Wannier90

## v4.0.0 (27 July 2026)
## v4.0.0 (28 July 2026)

### New features

- cmake support (see README.install)
## New license

- Higher order finite differences methods [[#504]](https://github.com/wannier-developers/wannier90/pull/504)
- Wannier90 is now released under the Lesser GPL (LGPL v2.1)

- Library interface supporting most Wannier90.x functionality with MPI decomposition over k-points

- Markdown documentation replaces pdf files in the distribution
## New features

- New licensing terms: Wannier90 is now released under the Lesser GPL (see LICENSE)
- Higher order finite differences methods [[#504]](https://github.com/wannier-developers/wannier90/pull/504)

- Projectability disentanglement [[#448]](https://github.com/wannier-developers/wannier90/pull/448)

- Spin Hall conductivity according to Ji Hoon Ryoo's method (Phys. Rev. B 99, 235113) [[#353]](https://github.com/wannier-developers/wannier90/pull/353)

- Stengel-Spalding spread functional [[#498]](https://github.com/wannier-developers/wannier90/pull/498)

- Tetrahedron integration for calculating spin Hall conductivity [[#431]](https://github.com/wannier-developers/wannier90/pull/431)

- Translationally invariant formulation for position matrix elements [[#533]](https://github.com/wannier-developers/wannier90/pull/533)

- Update to the CODATA standard version [[#649]](https://github.com/wannier-developers/wannier90/pull/649)

- Significant code refactoring for data encapsulation, error handling, etc.
- User specified lists of k-points for plotting [[#519]](https://github.com/wannier-developers/wannier90/pull/519)

## Various improvements and bugfixes

- Cmake support (see README.install)

- Library interface supporting most Wannier90.x functionality with MPI decomposition over k-points

- Markdown documentation replaces pdf files in the distribution

- Significant code refactoring for data encapsulation, error handling, etc

- Very large number of collected bug fixes and corrections, etc.


## v3.1.0 (5th March 2020)
Expand Down
Loading