File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,27 @@ Language to use:
1515## [Unreleased]
1616
1717
18+ ## [Public release 1.0.2] - 2024-01-22
19+
20+ ### Added
21+ - Add surface selector for cell_edits
22+ - Add separate layer separation parameters for lower and upper slabs
23+ - Add basic handling of Bulk modulus
24+ - Add more help printing
25+ - Add more tests
26+
27+ ### Changed
28+ - Change tolerance printing
29+
30+ ### Fixed
31+ - Fix basis normalisation
32+ - Remove unused variables
33+ - Fix shifting allocation
34+ - Fix minimum bond for single atom cell
35+ - Fix if(present()) statements
36+ - Fix orthonormal basis normalisation
37+ - Handle negative numbers in Miller indices
38+
1839
1940## [Public release 1.0.1] - 2020-05-04
2041
Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ module io
1010
1111 private ! everything is private unless explicitly defined as public
1212
13- character (25 ), public , parameter :: version= " development version 1.0.2a"
14- ! character(25), public, parameter :: version="public release 1.0.1"
13+ character (25 ), public , parameter :: version= " public version 1.0.2"
1514 ! character(30), public, parameter :: &
1615 ! author(3) = [&
1716 ! "N. T. Taylor",&
You can’t perform that action at this time.
0 commit comments