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

Last change on this file since 5674 was 5556, checked in by ole, 17 years ago

One test fails on Windows platforms - it has been conditionally disabled for the time being. It works fine on Linux 32 and 64 bit.
See FIXME added in this revision.

Also updated whats_new.tex with John's documentation of the STS format.

File size: 3.6 KB
Line 
1OBSOLETE.
2
3See whats_new.tex in the user_manual
4
5
6       
7        -----------
8       
9       
10ANUGA RELEASES ON SOURCEFORGE - Release Notes.
11
12Next release:
13Better diagnostics for timestepping. Implemented tracking of IP for data files bundled with ANUGA to ensure that all are legally OK to distribute.
14Improved logging of model runs (screen_catcher and copy_code_files).
15Refactored graphing of timeseries into extraction and plotting (see sww2timeseries and sww2cvs_gauges).
16Fixed memory issues in meshing and improved performance of least squares fitting.
17Simplified Quantity data structure.
18More validation examples.
19
20Function for automatically determining optimal smoothing parameter through cross validation.
21
22Implemented better second order approximation through the option to use edge limiters along with second order Runge-Kutta timestepping.
23This provides better accuracy in some cases (e.g. waves in deep water over long distances)
24
25Made tight_slope_limiters the default.
26
27Retired parameter beta_h
28
29Added the Okada tsunami source model
30
31time, Q = get_flow_through_cross_section(swwfile,
32                                         cross_section,
33                                         verbose=False)
34                                         p 57
35                                         
36Upgraded ANUGA to work with Python 2.5
37
38New fileboundary (stsboundary) coupling for timeseries on a list of points
39(not yet documented)
40
41Added new forcing terms for flood modelling capability (See p 51-53)
42
43!!!!!!!!!Need to incorporate list of closed tickets.
44 
45 
46 
47
48Release Name: anuga-1.0beta_4824
4915 Nov 2007
50Removal 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
51
52
53Release Name: anuga-1.0beta_4733
5412 Sep 2007
55Notes: 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.
56
57
58Release Name: anuga-1.0beta_4669
5917 Aug 2007
60Notes: 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
61
62Release Name: anuga-1.0beta_4530
634 June 2007
64Notes:
65
66
67Release Name: anuga-1.0beta_4492
6825 May 2007
69Notes:   
70
71
72Release Name: anuga_1.0beta_4106
7320 Dec 2006
74Notes:
75
76ANUGA 1.0beta_4106 is the first public release of ANUGA - Hydrodynamic Modelling.
77
78Version 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.
79
80The minor release number (4106) is the revision number from Subversion and uniquely defines the exact version of ANUGA.
81
82Changes:
83The files are
84
85  anuga_installation_guide-1.0beta_4106.pdf
86  anuga_user_manual-1.0beta_4106.pdf
87
88  anuga-1.0beta_4106.tgz: The ANUGA software itself
89  anuga_demos-1.0beta_4106.tgz: Examples from the manual
90  anuga_validation-1.0beta_4106.tgz: Validation examples
91  anuga_validation-1.0beta_4106.tgz: Custom OpenGL viewer
92 
93 
94 
95
96
97
98
99
100
Note: See TracBrowser for help on using the repository browser.