Skip to content

Commit

Permalink
tweaks to recent changes
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://code.matforge.org/fipy/branches/documentation@5298 d80e17d7-ff13-0410-a124-85740d801063
  • Loading branch information
guyer committed Aug 16, 2012
1 parent d1181dd commit d24d16f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,11 @@ The significant changes since version 2.1 are:
- FiPy is capable of :ref:`RunningUnderPython3`.
- "getter" and "setter" methods have been pervasively changed to Python
properties.
- The test suite now runs much faster.
- Tests can now be run on a full install using `fipy.test()`.
- The functions of the :mod:`~fipy.tools.numerix` module are no longer
included in the :mod:`fipy` namespace. See :mod:`examples.updating.update2_0to3_0`
for details.
- The test suite now runs much faster.
- Tests can now be run on a full install using `fipy.test()`.
- `Grid` meshes now take `Lx`, `Ly`, and `Lz` arguments.
- Equations containing a :class:`~fipy.terms.transientTerm.TransientTerm`,
must specify the timestep by passing a ``dt=`` argument when calling
:meth:`~fipy.terms.term.Term.solve` or :meth:`~fipy.terms.term.Term.sweep`.
Expand Down

0 comments on commit d24d16f

Please sign in to comment.