Skip to content

Commit e35a02a

Browse files
committed
Version 1.6.3
1 parent 7bac8cd commit e35a02a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ For more detailed information on PyTOUGH, consult the [user guide](https://pytou
3232

3333
# What's new in PyTOUGH?
3434

35-
The latest stable version is 1.6.2, which has:
35+
The latest stable version is 1.6.3, which has:
3636

37-
* a new `mulgrid` naming convention 3, with 3 characters for columns and 2 characters for layers
37+
* three bug fixes in the t2data json() method, for improved conversion of TOUGH2 models to Waiwera
3838

39-
* the `mulgrid` `column_track()` method has been re-written with a different algorithm, enabling it (and the `slice_plot()` method) to handle non-contiguous slices, e.g. if the slice passes out of the mesh and back in
39+
* various other minor updates

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
# The short X.Y version.
5858
version = u'1.6'
5959
# The full version, including alpha/beta/rc tags.
60-
release = u'1.6.2'
60+
release = u'1.6.3'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "PyTOUGH"
7-
version = "1.6.2"
7+
version = "1.6.3"
88
description = "Python scripting library for TOUGH2 simulation"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)