diff --git a/FiPy.egg-info/PKG-INFO b/FiPy.egg-info/PKG-INFO index d054730ed9..6c93bfb895 100644 --- a/FiPy.egg-info/PKG-INFO +++ b/FiPy.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: FiPy -Version: 2.1.2-dev4459 +Version: 2.1.2 Summary: A finite volume PDE solver in Python Home-page: http://www.ctcms.nist.gov/fipy/ Author: Jonathan Guyer, Daniel Wheeler, & Jim Warren @@ -78,9 +78,19 @@ Description: What's new in version |release|? -------------------------------- - 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.1 are: + + - :term:`Trilinos` efficiency improvements + - Diagnostics of the parallel environment + + Tickets fixed in this release:: + + 243 Concatenated :class:`Mesh` garbled by `dump.write`/:term:`read` + 287 :file:`sphereDaemon.py` missing in FiPy 2.1 and from trunk + 321 Windows interactive plotting mostly broken + 322 :class:`MatplotlibViewer` fails if backend doesn't support `flush_events()` + 328 Mayavi broken on windows becase it has no `SIGHUP`. + The significant changes since version 2.1 are: @@ -91,6 +101,10 @@ Description: The significant changes since version 2.0.2 are: + 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. + - :term:`FiPy` can use :term:`Trilinos` for `solving in parallel`_. - We have switched from :term:`MayaVi` 1 to :term:`Mayavi` 2. This diff --git a/FiPy.egg-info/SOURCES.txt b/FiPy.egg-info/SOURCES.txt index f35c3e001c..211e32a18e 100644 --- a/FiPy.egg-info/SOURCES.txt +++ b/FiPy.egg-info/SOURCES.txt @@ -1,6 +1,5 @@ DISCLAIMER.txt INSTALLATION.txt -Jorge.txt LICENSE.txt MACOSX-INSTALLATION.txt MANIFEST-WINDOWS.in @@ -103,6 +102,7 @@ documentation/_build/html/_sources/examples/updating/index.txt documentation/_build/html/_sources/examples/updating/generated/examples.updating.update0_1to1_0.txt documentation/_build/html/_sources/examples/updating/generated/examples.updating.update1_0to2_0.txt documentation/_build/html/_sources/fipy/generated/boundaryConditions.txt +documentation/_build/html/_sources/fipy/generated/matrices.txt documentation/_build/html/_sources/fipy/generated/meshes.common.txt documentation/_build/html/_sources/fipy/generated/meshes.numMesh.txt documentation/_build/html/_sources/fipy/generated/meshes.pyMesh.txt @@ -131,6 +131,7 @@ documentation/_build/html/_sources/fipy/generated/viewers.matplotlibViewer.txt documentation/_build/html/_sources/fipy/generated/viewers.mayaviViewer.txt documentation/_build/html/_sources/fipy/generated/viewers.txt documentation/_build/html/_sources/fipy/generated/viewers.vtkViewer.txt +documentation/_build/latex/fipy.pdf documentation/_static/favicon.ico documentation/_static/fipy.bib documentation/_static/fipy.png diff --git a/examples/cahnHilliard/index.txt b/examples/cahnHilliard/index.txt index 8f22c0acef..031ddc937f 100644 --- a/examples/cahnHilliard/index.txt +++ b/examples/cahnHilliard/index.txt @@ -4,6 +4,7 @@ Cahn Hilliard Examples .. autosummary:: :toctree: generated + :template: example.rst examples.cahnHilliard.mesh2D examples.cahnHilliard.sphere diff --git a/examples/convection/index.txt b/examples/convection/index.txt index 7858a55bbd..f735283919 100644 --- a/examples/convection/index.txt +++ b/examples/convection/index.txt @@ -4,6 +4,7 @@ Convection Examples .. autosummary:: :toctree: generated + :template: example.rst examples.convection.exponential1D.mesh1D examples.convection.exponential1DSource.mesh1D diff --git a/examples/diffusion/index.txt b/examples/diffusion/index.txt index 77049cd6c6..1da3b07d02 100644 --- a/examples/diffusion/index.txt +++ b/examples/diffusion/index.txt @@ -4,6 +4,7 @@ Diffusion Examples .. autosummary:: :toctree: generated + :template: example.rst examples.diffusion.mesh1D examples.diffusion.mesh20x20 diff --git a/examples/flow/index.txt b/examples/flow/index.txt index 8e801e88f9..d4911864e3 100644 --- a/examples/flow/index.txt +++ b/examples/flow/index.txt @@ -4,6 +4,7 @@ Fluid Flow Examples .. autosummary:: :toctree: generated + :template: example.rst examples.flow.stokesCavity diff --git a/examples/levelSet/index.txt b/examples/levelSet/index.txt index 5b7835c641..de50947f35 100644 --- a/examples/levelSet/index.txt +++ b/examples/levelSet/index.txt @@ -4,6 +4,7 @@ Level Set Examples .. autosummary:: :toctree: generated + :template: example.rst examples.levelSet.distanceFunction.mesh1D examples.levelSet.distanceFunction.circle @@ -16,6 +17,7 @@ Level Set Examples .. autosummary:: :toctree: generated + :template: example.rst examples.levelSet.electroChem.simpleTrenchSystem examples.levelSet.electroChem.gold diff --git a/examples/phase/index.txt b/examples/phase/index.txt index 88f2c1a810..24e8af6918 100644 --- a/examples/phase/index.txt +++ b/examples/phase/index.txt @@ -4,6 +4,7 @@ Phase Field Examples .. autosummary:: :toctree: generated + :template: example.rst examples.phase.simple examples.phase.binary diff --git a/examples/updating/index.txt b/examples/updating/index.txt index a606dcd607..b36310bb56 100644 --- a/examples/updating/index.txt +++ b/examples/updating/index.txt @@ -6,6 +6,7 @@ Updating FiPy .. autosummary:: :toctree: generated + :template: example.rst examples.updating.update0_1to1_0 examples.updating.update1_0to2_0