Skip to content

Commit

Permalink
* updated README with latest changes
Browse files Browse the repository at this point in the history
 * bumped version number to 2.1.1


git-svn-id: svn+ssh://code.matforge.org/fipy/branches/version-2_1@3896 d80e17d7-ff13-0410-a124-85740d801063
  • Loading branch information
guyer committed Oct 5, 2010
1 parent cb705a3 commit ddaafcd
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 22 deletions.
23 changes: 12 additions & 11 deletions FiPy.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: FiPy
Version: 2.1-dev3882
Version: 2.1.1
Summary: A finite volume PDE solver in Python
Home-page: http://www.ctcms.nist.gov/fipy/
Author: Jonathan Guyer, Daniel Wheeler, & Jim Warren
Expand Down Expand Up @@ -82,6 +82,13 @@ Description:
in :term:`FiPy` capabilities. This release did not receive a "full" version
increment because it is completely (er... [#almost]_) compatible with older scripts.

The significant changes since version 2.1 are:

- :class:`~fipy.viewers.matplotlibViewer.MatplotlibViewer` can display
into an existing set of Matplotlib axes.

- :term:`PySparse` and :term:`Trilinos` are now completely independent.

The significant changes since version 2.0.2 are:

- :term:`FiPy` can use :term:`Trilinos` for `solving in parallel`_.
Expand All @@ -97,16 +104,10 @@ Description:

Tickets fixed in this release::

171 update the mayavi viewer to use mayavi 2
286 'matplotlib: list index out of range' when no title given, but only sometimes
197 ~binOp doesn't work on branches/version-2_0
194 `easy_install` instructions for MacOSX are broken
192 broken setuptools url with python 2.6
184 The FiPy webpage seems to be broken on Internet Explorer
168 Switch documentation to use `:math:` directive
198 FiPy2.0.2 LinearJORSolver.__init__ calls Solver rather than PysparseSolver
199 `gmshExport.exportAsMesh()` doesn't work
195 broken arithmetic face to cell distance calculations
293 How to tell if parallel is configured properly?
294 bug problem with CylindricalGrid1D
295 dummy viewer results in "NotImplementedError: can't instantiate abstract base class"
243 Concatenated `Mesh` garbled by `dump.write`/`read`

.. warning::

Expand Down
21 changes: 11 additions & 10 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ The relatively small change in version number belies significant advances
in :term:`FiPy` capabilities. This release did not receive a "full" version
increment because it is completely (er... [#almost]_) compatible with older scripts.

The significant changes since version 2.1 are:

- :class:`~fipy.viewers.matplotlibViewer.MatplotlibViewer` can display
into an existing set of Matplotlib axes.

- :term:`PySparse` and :term:`Trilinos` are now completely independent.

The significant changes since version 2.0.2 are:

- :term:`FiPy` can use :term:`Trilinos` for `solving in parallel`_.
Expand All @@ -64,16 +71,10 @@ The significant changes since version 2.0.2 are:

Tickets fixed in this release::

171 update the mayavi viewer to use mayavi 2
286 'matplotlib: list index out of range' when no title given, but only sometimes
197 ~binOp doesn't work on branches/version-2_0
194 `easy_install` instructions for MacOSX are broken
192 broken setuptools url with python 2.6
184 The FiPy webpage seems to be broken on Internet Explorer
168 Switch documentation to use `:math:` directive
198 FiPy2.0.2 LinearJORSolver.__init__ calls Solver rather than PysparseSolver
199 `gmshExport.exportAsMesh()` doesn't work
195 broken arithmetic face to cell distance calculations
293 How to tell if parallel is configured properly?
294 bug problem with CylindricalGrid1D
295 dummy viewer results in "NotImplementedError: can't instantiate abstract base class"
243 Concatenated `Mesh` garbled by `dump.write`/`read`

.. warning::

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ def getVersion(version, release=False):
return version

dist = setup( name = "FiPy",
version = getVersion(version='2.1', release=False),
version = getVersion(version='2.1.1', release=True),
author = "Jonathan Guyer, Daniel Wheeler, & Jim Warren",
author_email = "[email protected]",
url = "http://www.ctcms.nist.gov/fipy/",
Expand Down

0 comments on commit ddaafcd

Please sign in to comment.