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:
15
15
## [Unreleased]
16
16
17
17
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
+
18
39
19
40
## [Public release 1.0.1] - 2020-05-04
20
41
Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ module io
10
10
11
11
private ! everything is private unless explicitly defined as public
12
12
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"
15
14
! character(30), public, parameter :: &
16
15
! author(3) = [&
17
16
! "N. T. Taylor",&
You can’t perform that action at this time.
0 commit comments