[cig-commits] r18708 - short/3D/PyLith/branches/v1.6-stable

brad at geodynamics.org brad at geodynamics.org
Thu Jul 7 08:47:18 PDT 2011


Author: brad
Date: 2011-07-07 08:47:18 -0700 (Thu, 07 Jul 2011)
New Revision: 18708

Modified:
   short/3D/PyLith/branches/v1.6-stable/README
   short/3D/PyLith/branches/v1.6-stable/configure.ac
   short/3D/PyLith/branches/v1.6-stable/setup.py
Log:
Incremented version number to 1.6.1. Started list of fixes/changes.

Modified: short/3D/PyLith/branches/v1.6-stable/README
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/README	2011-07-07 12:55:56 UTC (rev 18707)
+++ short/3D/PyLith/branches/v1.6-stable/README	2011-07-07 15:47:18 UTC (rev 18708)
@@ -1,4 +1,4 @@
-We are pleased to announce release of PyLith version 1.6.0
+We are pleased to announce release of PyLith version 1.6.1
 
 Please submit bug reports via the World Wide Web at:
     http://geodynamics.org/roundup    
@@ -68,6 +68,31 @@
 No changes in parameters are required.
 
 ----------------------------------------------------------------------
+Version 1.6.1
+----------------------------------------------------------------------
+
+* Updates to manual
+
+  - Updated description of cell_info_fields for Neumann boundary
+    condition. The description had not been updated to reflect the
+    time-dependence introduced in version 1.4.
+
+  - Added steps 18 and 19 that discuss time-dependent Neumann boundary
+    conditions to the 3d/hex8 examples.
+
+* Bug fixes
+
+  - Fixed bug in writing rupture information to VTK and HDF5 files
+    when using multiple eartquake sources. Field names did not include
+    name of rupture. This caused loss of information in VTK output and
+    a corrupted Xdmf metadata file for HDF5 output.
+
+  - ADD GREEN'S FUNCTION STUFF HERE
+
+  - ADD MESHING STUFF HERE
+
+
+----------------------------------------------------------------------
 Version 1.6.0
 ----------------------------------------------------------------------
 

Modified: short/3D/PyLith/branches/v1.6-stable/configure.ac
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/configure.ac	2011-07-07 12:55:56 UTC (rev 18707)
+++ short/3D/PyLith/branches/v1.6-stable/configure.ac	2011-07-07 15:47:18 UTC (rev 18708)
@@ -17,7 +17,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([PyLith], [1.6.0], [cig-short at geodynamics.org])
+AC_INIT([PyLith], [1.6.1], [cig-short at geodynamics.org])
 AC_CONFIG_AUX_DIR([./aux-config])
 AC_CONFIG_HEADER([portinfo])
 AC_CONFIG_MACRO_DIR([m4])

Modified: short/3D/PyLith/branches/v1.6-stable/setup.py
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/setup.py	2011-07-07 12:55:56 UTC (rev 18707)
+++ short/3D/PyLith/branches/v1.6-stable/setup.py	2011-07-07 15:47:18 UTC (rev 18708)
@@ -22,7 +22,7 @@
 setup(
     
     name = 'PyLith', 
-    version = '1.6.0',
+    version = '1.6.1',
 
     zip_safe = False,
     packages = find_packages(),



More information about the CIG-COMMITS mailing list