Skip to content

Commit 271023c

Browse files
committed
Set up version 1.0.2
1 parent 92600ed commit 271023c

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

ARTEMIS.tar.gz

-531 KB
Binary file not shown.

CHANGE.LOG

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff 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

src/io.F90

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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",&

0 commit comments

Comments
 (0)