source: anuga_core/documentation/release_information/release_notes.txt @ 5288

Last change on this file since 5288 was 5288, checked in by ole, 15 years ago

Implemeted and tested ticket:175 - flow_through_cross_section.
Also updated manual

File size: 2.9 KB
Line 
1ANUGA RELEASES ON SOURCEFORGE - Release Notes.
2
3Next release:
4Better diagnostics for timestepping. Implemented tracking of IP for data files bundled with ANUGA to ensure that all are legally OK to distribute.
5Improved logging of model runs (screen_catcher and copy_code_files).
6Refactored graphing of timeseries into extraction and plotting (see sww2timeseries and sww2cvs_gauges).
7Fixed memory issues in meshing and improved performance of least squares fitting.
8Simplified Quantity data structure.
9More validation examples.
10(up to jan 2008)
11
12
13time, Q = get_flow_through_cross_section(swwfile,
14                                         cross_section,
15                                         verbose=False)
16
17     
18 
19
20Release Name: anuga-1.0beta_4824
2115 Nov 2007
22Removal of obsolete Python code where (faster) C code exists. Several updates in the documentation in response to postings. Improved installation and compilation procedure. Addressed excessive memory use in fitting (currently optional as it appears somewhat slower) As always feel free to browse the TRAC tickets: https://datamining.anu.edu.au/anuga/report/14
23
24
25Release Name: anuga-1.0beta_4733
2612 Sep 2007
27Notes: A number of optimisations making the evolution part of ANUGA about 40% faster. The optimisations are * Dry cell exclusion * separation of functions into gateways and computational routines * Utilisation of static work arrays * A large number of minor optimisations The dry cell exclusion will be more effective in domains with large dry areas. In addition dead code was cleared out. See https://datamining.anu.edu.au/anuga/ticket/135 and https://datamining.anu.edu.au/anuga/changeset/4669 through to https://datamining.anu.edu.au/anuga/changeset/4733 for all changes since last sourceforge release.
28
29
30Release Name: anuga-1.0beta_4669
3117 Aug 2007
32Notes: Improved speed in set_quantity, deprecated xya file format, and other maintenance. See ANUGA TRAC page for details at http://datamining.anu.edu.au/anuga
33
34Release Name: anuga-1.0beta_4530
354 June 2007
36Notes:
37
38
39Release Name: anuga-1.0beta_4492
4025 May 2007
41Notes:   
42
43
44Release Name: anuga_1.0beta_4106
4520 Dec 2006
46Notes:
47
48ANUGA 1.0beta_4106 is the first public release of ANUGA - Hydrodynamic Modelling.
49
50Version 1.0beta is the first version for general use. It is considered as a beta release as we expect feedback and suggestions for improvement by the community.
51
52The minor release number (4106) is the revision number from Subversion and uniquely defines the exact version of ANUGA.
53
54Changes:
55The files are
56
57  anuga_installation_guide-1.0beta_4106.pdf
58  anuga_user_manual-1.0beta_4106.pdf
59
60  anuga-1.0beta_4106.tgz: The ANUGA software itself
61  anuga_demos-1.0beta_4106.tgz: Examples from the manual
62  anuga_validation-1.0beta_4106.tgz: Validation examples
63  anuga_validation-1.0beta_4106.tgz: Custom OpenGL viewer
64 
65 
66 
67
68
69
70
71
72
Note: See TracBrowser for help on using the repository browser.