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

Last change on this file since 5425 was 5425, checked in by ole, 16 years ago

Updated release notes

File size: 3.4 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
11Function for automatically determining optimal smoothing parameter through cross validation.
12
13Implemented better second order approximation through the option to use edge limiters along with second order Runge-Kutta timestepping.
14This provides better accuracy in some cases (e.g. waves in deep water over long distances)
15
16Made tight_slope_limiters the default.
17
18Added the Okada tsunami source model
19
20time, Q = get_flow_through_cross_section(swwfile,
21                                         cross_section,
22                                         verbose=False)
23Upgraded ANUGA to work with Python 2.5
24
25New fileboundary (stsboundary) coupling for timeseries on a list of points.
26
27!!!!!!!!!Need to incorporate list of closed tickets.
28 
29 
30 
31
32Release Name: anuga-1.0beta_4824
3315 Nov 2007
34Removal 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
35
36
37Release Name: anuga-1.0beta_4733
3812 Sep 2007
39Notes: 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.
40
41
42Release Name: anuga-1.0beta_4669
4317 Aug 2007
44Notes: 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
45
46Release Name: anuga-1.0beta_4530
474 June 2007
48Notes:
49
50
51Release Name: anuga-1.0beta_4492
5225 May 2007
53Notes:   
54
55
56Release Name: anuga_1.0beta_4106
5720 Dec 2006
58Notes:
59
60ANUGA 1.0beta_4106 is the first public release of ANUGA - Hydrodynamic Modelling.
61
62Version 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.
63
64The minor release number (4106) is the revision number from Subversion and uniquely defines the exact version of ANUGA.
65
66Changes:
67The files are
68
69  anuga_installation_guide-1.0beta_4106.pdf
70  anuga_user_manual-1.0beta_4106.pdf
71
72  anuga-1.0beta_4106.tgz: The ANUGA software itself
73  anuga_demos-1.0beta_4106.tgz: Examples from the manual
74  anuga_validation-1.0beta_4106.tgz: Validation examples
75  anuga_validation-1.0beta_4106.tgz: Custom OpenGL viewer
76 
77 
78 
79
80
81
82
83
84
Note: See TracBrowser for help on using the repository browser.