changeset 2963:83fd03c8b547 octave-forge

2007.01.20 Thomas Treichl * odepkgext.h, odepkgext.c, odepkg_mexsolver_dopri5.c updated * ode5d.m added as a wrapper function for odepkg_mexsolver_dopri5.c * ode23.m, ode45.m, ode54.m and ode78.m have been synchronized 2007.01.17 Thomas Treichl * odepkgmex.h, odepkgmex.c, odepkg_mexsolver_dopri5.c added * odepkg_mexsolver_dopri5.c becomes more stable, all possible 'odeset' options have to be implemented * odepkg_mexsolver_dop853.c won't work anymore cause of a lot of changes in odepkgmex.c and odepkgext.c, file will be updated after finishing odepkg_mexsolver_dopri5.c 2007.01.08 Thomas Treichl * odepkgext.h, odepkgext.c added * odepkg_mexsolver_dop853.c another step forward but with partial odepkg functionality, make rules will be added later 2007.01.05 Thomas Treichl * ChangeLog, DESCRIPTION files have been updated * odepkg_mexsolver_dop853.c, dopri.tar.gz: Added to directory odepkg/src, no functionality by now * odepkg/src directory has been created in CVS 2006.12.25 Thomas Treichl * ode23.m, ode45.m, ode54.m, ode78.m, odeprint: Did some updates and improved functionality 2006.10.22 Thomas Treichl * -NEEDED-: update all -*-texinfo-*- help texts in all function files * OdePkg-0.1.1: ready to put it into cvs-repository 2006.10.19 David Bateman * ode23.m, ode45.m, ode54.m, ode78.m, odeset, odeget: changed -*-texinfo-*- help texts for octave-forge web-page creation 2006.10.15 Thomas Treichl * dir.src: created and added first test files, these files will not be added to the cvs repository yet * -NEEDED-: configure.base Makeconf.in and autogen.sh 2006.10.13 Thomas Treichl * INDEX: file has been updated * DESCRIBTION: file has been updated 2006.10.06 Thomas Treichl * ChangeLog: changed appearence for next entries * ode23.m, ode45.m, ode54.m, ode78.m: Further improved functionality. Added event handling and other functions to handle other options * INDEX: file has been created for pkg management * TODO: check the whole package and release first stable version 0.1.0 2006.09.28 Thomas Treichl * All input output vectors of the initial value problems the OutputFcns and the EventFcns are column vectors 2006.09.27 Thomas Treichl * TODO: Input vectors of event functions and plot functions must be column vectors * TODO: Add/change examples of initial value problems resp. the number of sets of ordinary differential equations 2006.09.13 Thomas Treichl * Removed temporary files * Added a DESCRIPTION and COPYING file * Checked all files, tests and demos for a first push to cvs 2006.09.12 Thomas Treichl * Renamed all functions and files from tt_XXX to XXX eg. tt_ode23 became ode23.m etc. * Replaced the octave-license with the one of octave-forge 2006.08.20 Thomas Treichl * Checklist for odepkg files - tt_odepkg_example_pendulous is ready to contribute - tt_odepkg_example_secondorderlag is ready to contribute - tt_odepkg_example_vanderpol is ready to contribute - tt_odepkg_structure_check.m is ready to contribute - tt_odeget.m is ready to contribute - tt_odeset.m is ready to contribute - tt_odeplot.m is ready to contribute - tt_odeprint.m is ready to contribute - tt_ode23.m is ready to contribute - tt_ode45.m is ready to contribute - tt_ode54.m is ready to contribute - tt_ode78.m is ready to contribute 2006.08.16 Thomas Treichl * What has to be done for the first release - parameters need to be given to the ODEs - add help texts in odeplot.m, ode23.m, ode2f.m etc. - add demos and tests to all function files - add all ode files and ode functions that already exist
author treichl
date Wed, 24 Jan 2007 20:44:56 +0000
parents 18fae735987a
children dbed76eb1319
files main/odepkg/DESCRIPTION
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main/odepkg/DESCRIPTION	Wed Jan 24 10:55:54 2007 +0000
+++ b/main/odepkg/DESCRIPTION	Wed Jan 24 20:44:56 2007 +0000
@@ -1,6 +1,6 @@
 Name: OdePkg
 Version: 0.1.3
-Date: 2007-01-21
+Date: 2007-01-24
 Author: Thomas Treichl
 Maintainer: Thomas Treichl
 Title: OdePkg.