1Package: Calculus
2-----------------
3
4This file contains information about the changes that have
5been made:
6
7Version 0.1: november 2001
8   Initial version, no differential equations yet
9
10Version 0.2: november 2001
11   Extended with Euler and Heun methods, 2D and 3D simple integration
12
13Version 0.3: march 2002
14   Implemented Runge-Kutta, converted documentation to doctools' 
15   man format
16
17Version 0.4: march 2002
18   Implemented Newton-Raphson method for finding roots of equations
19
20Version 0.5: may 2002
21   Fixed problem with namespaces
22