Skip to content

Commit

Permalink
Version 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
acroucher committed Nov 13, 2024
1 parent 7bac8cd commit e35a02a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ For more detailed information on PyTOUGH, consult the [user guide](https://pytou

# What's new in PyTOUGH?

The latest stable version is 1.6.2, which has:
The latest stable version is 1.6.3, which has:

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

* 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
* various other minor updates
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
# The short X.Y version.
version = u'1.6'
# The full version, including alpha/beta/rc tags.
release = u'1.6.2'
release = u'1.6.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "PyTOUGH"
version = "1.6.2"
version = "1.6.3"
description = "Python scripting library for TOUGH2 simulation"
readme = "README.md"
authors = [
Expand Down

0 comments on commit e35a02a

Please sign in to comment.