Skip to content

Releases: GeoscienceAustralia/anuga_core

Version 3.1.3

20 May 08:54
Compare
Choose a tag to compare

Improvements to the pip install

Version 3.1.1

20 May 08:55
Compare
Choose a tag to compare

Match release to pypi version

Version 3.1

20 May 08:57
Compare
Choose a tag to compare

We have move over to using meshpy as a wrapper for the triangle mesh generator. This wrapper is available on conda-forge and so we should be able to create a conda-forge package for anuga.

Version 3.0

23 Feb 02:05
861bf5b
Compare
Choose a tag to compare

The release of the python 3.X version of ANUGA.

If you need the latest version of the python 2.7 version of ANUGA, download the anuga_py2 branch from the GA anuga_core github repository

Version 2.1

03 Aug 09:04
8efbde2
Compare
Choose a tag to compare

Essentially the last version of the python 2.7 version of ANUGA.

Download ANUGA - Hydrodynamic Modeling

Version 2.0.3

26 Mar 05:19
dd7fd12
Compare
Choose a tag to compare

Small version update with many small changes.

Download ANUGA - Hydrodynamic Modeling

Version 2.0.2

18 May 01:29
Compare
Choose a tag to compare

Added updated version number into code. Only change from version 2.0.1

Download ANUGA - Hydrodynamic Modeling

Version 2.0.1

18 May 00:11
Compare
Choose a tag to compare

Combination of numerous enhancements and bug fixes. Before a push to version 2.1

Download ANUGA - Hydrodynamic Modeling

Version 2.0 using the DE0 algorithm

04 May 01:29
Compare
Choose a tag to compare

This is a major release where we move from the 1_5 flow algorithm used in anuga version 1.3 to the DE0 algorithm.

The new algorithm permits discontinuous bed, which in turn allows for riverwalls and fences to be used, where flow over these structures are controlled by the weir equations.

If you need to use the old algorithm, add the command:

domain.set_flow_algorithm('1_5')

If you need more accuracy, you can use the second order in time flow algorithm DE1, set via:

domain.set_flow_algorithm('DE1')

1.3.11

28 Apr 06:36
Compare
Choose a tag to compare

Updated manual and added validations_report to doc directory. Shows anuga applied to a range of problems