Skip to content

Commit e835c50

Browse files
committed
Minor version bump
1 parent 77f9772 commit e835c50

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

amset/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.0"
1+
__version__ = "0.2.1"

docs/src/changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## [Unreleased]
44

5+
## v0.2.1
6+
7+
Major update with many new features:
8+
- Elastic, dielectric, and piezoelectric tensors are now supported.
9+
- Wave function coefficients are now desymmetrised on the fly, meaning
10+
`wavefunction.h5` files are much smaller.
11+
- New tool to extract wave function coefficients that removes the `pawpyseed` and is
12+
much faster. This is a python only implementation and doesn't require compiling any
13+
additional codes.
14+
- Mesh properties (scattering rates etc, energies, velocities) stored in a separate
15+
mesh.h5 file which is much smaller and faster to read.
16+
- Revamped unit tests.
17+
518
## v0.2.0
619

720
Major update with many new features:

0 commit comments

Comments
 (0)