Changeset 5237
- Timestamp:
- Apr 23, 2008, 5:41:25 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/documentation/release_information/release_notes.txt
r4819 r5237 1 1 ANUGA RELEASES ON SOURCEFORGE - Release Notes. 2 3 Next release: 4 Better diagnostics for timestepping. Implemented tracking of IP for data files bundled with ANUGA to ensure that all are legally OK to distribute. 5 Improved logging of model runs (screen_catcher and copy_code_files). 6 Refactored graphing of timeseries into extraction and plotting (see sww2timeseries and sww2cvs_gauges). 7 Fixed memory issues in meshing and improved performance of least squares fitting. 8 Simplified Quantity data structure. 9 More validation examples. 10 (up to jan 2008) 11 12 13 Release Name: anuga-1.0beta_4824 14 15 Nov 2007 15 Removal 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 16 17 18 Release Name: anuga-1.0beta_4733 19 12 Sep 2007 20 Notes: 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. 21 22 23 Release Name: anuga-1.0beta_4669 24 17 Aug 2007 25 Notes: 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 26 27 Release Name: anuga-1.0beta_4530 28 4 June 2007 29 Notes: 30 31 32 Release Name: anuga-1.0beta_4492 33 25 May 2007 34 Notes: 2 35 3 36 … … 25 58 26 59 27 Release Name: anuga-1.0beta_449228 25 May 200729 Notes:30 31 32 Release Name: anuga-1.0beta_453033 4 June 200734 Notes:35 36 37 Release Name: anuga-1.0beta_466938 17 Aug 200739 Notes: Improved speed in set_quantity, deprecated xya file format, and other maintenance. See ANUGA TRAC page for details at http://datamining.anu.edu.au/anuga40 41 42 Release Name: anuga-1.0beta_473343 12 Sep 200744 Notes: 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.45 60 46 61 47 62 48 Next release:49 63 50 Removal of obsolete Python code where (faster) C code exists.51 Several updates in the documentation in response to postings.52 Improved installation and compilation procedure.53 Addressed excessive memory use in fitting (it is currently slower so it is optional for the time being)54 64 65
Note: See TracChangeset
for help on using the changeset viewer.