Skip to content

Commit

Permalink
Update CHANGELOG.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
julesghub committed Apr 22, 2020
1 parent d8e3601 commit 9b6671b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Version 2.9

### User related changes:
- 'visualisation' module replaces 'glucifer' module (as per UW 2.9)
To update in your model replace the line
- The 'visualisation' python module replaces the 'glucifer' python module (as per UW 2.9)
To update in your model, replace the line
`import glucifer`
with
`from UWGeodynamics import visualisation as vis`
'vis' be used as 'glucifer' was.
'vis' can be used as 'glucifer' was.

- Compatible with UW 2.9
- New Numpy Pressure Smoother
Expand Down

0 comments on commit 9b6671b

Please sign in to comment.