Skip to content

Commit

Permalink
Version 0.17.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinstratford committed Jul 13, 2022
1 parent c9155e4 commit 2db691c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,19 @@ version 0.17.0
The anchoring properties are now specifed in a slightly different
way.
- For walls, see https://ludwig.epcc.ed.ac.uk/inputs/walls.html
- For colloids, see https://ludwig.epcc.ed.ac.uk/inputs/colloid.html

- The existing fd_gradient_calculation 3d_7pt_solid is retained, and
existing input keys for anchoring will be recognised.

- add option for rectilinear grid format vtk output "extract -l"
- add option for 2d random nematic "lc_q_initialisation random_xy"

- A functional AMD GPU version is now available using HIP.
- See https://ludwig.epcc.ed.ac.uk/building/index.html

- Various minor improvements

version 0.16.1

- And get the version number right!
Expand Down
6 changes: 3 additions & 3 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
* The version is MAJOR.MINOR.PATCH
* See, e.g., https://apr.apache.org/versioning.html
*
* (c) 2014-2021 The University of Edinburgh
* (c) 2014-2022 The University of Edinburgh
*
*****************************************************************************/

#ifndef LUDWIG_VERSION_H
#define LUDWIG_VERSION_H

#define LUDWIG_MAJOR_VERSION 0
#define LUDWIG_MINOR_VERSION 16
#define LUDWIG_PATCH_VERSION 1
#define LUDWIG_MINOR_VERSION 17
#define LUDWIG_PATCH_VERSION 0

#endif

0 comments on commit 2db691c

Please sign in to comment.