[cig-commits] r18132 - in short/3D/PyLith/branches/v1.5-stable: . doc/releasenotes

brad at geodynamics.org brad at geodynamics.org
Thu Mar 24 08:46:29 PDT 2011


Author: brad
Date: 2011-03-24 08:46:29 -0700 (Thu, 24 Mar 2011)
New Revision: 18132

Added:
   short/3D/PyLith/branches/v1.5-stable/doc/releasenotes/announce-v1.5.2.txt
Modified:
   short/3D/PyLith/branches/v1.5-stable/README
   short/3D/PyLith/branches/v1.5-stable/configure.ac
   short/3D/PyLith/branches/v1.5-stable/doc/releasenotes/checklist.txt
   short/3D/PyLith/branches/v1.5-stable/setup.py
Log:
Incremented version number. Added release notes for v1.5.2.

Modified: short/3D/PyLith/branches/v1.5-stable/README
===================================================================
--- short/3D/PyLith/branches/v1.5-stable/README	2011-03-24 14:44:25 UTC (rev 18131)
+++ short/3D/PyLith/branches/v1.5-stable/README	2011-03-24 15:46:29 UTC (rev 18132)
@@ -1,4 +1,4 @@
-We are pleased to announce release of PyLith version 1.5.1
+We are pleased to announce release of PyLith version 1.5.2
 
 Please submit bug reports via the World Wide Web at:
     http://geodynamics.org/roundup    
@@ -97,6 +97,33 @@
 the up-dip direction.
 
 ----------------------------------------------------------------------
+Version 1.5.2
+----------------------------------------------------------------------
+
+  * PyLith 1.5.2 requires FIAT version 0.9.9 or later and an updated
+    PETSc development version. These are included in the binary
+    distribution, but users building PyLith from source will need to
+    update FIAT and PETSc.
+
+  * Bug fixes
+
+    - Fixed setting of elastic constants in DruckerPrager3D. Some
+      off-diagonal constants were off by a factor of 2.0.
+
+    - Fixed computation of stable time step when using initial
+      stresses with PowerLaw3D. If effective stress is zero, then
+      stable time step is infinite.
+
+    - Re-enabled check for compatibility of quadrature scheme and
+      cells for bulk rheologies.
+
+    - Added check to configure for compatible version of FIAT.
+
+    - Fixed bug where buffer for output of initial stresses for
+      dynamic (spontaneous) rupture.
+
+
+----------------------------------------------------------------------
 Version 1.5.1
 ----------------------------------------------------------------------
 

Modified: short/3D/PyLith/branches/v1.5-stable/configure.ac
===================================================================
--- short/3D/PyLith/branches/v1.5-stable/configure.ac	2011-03-24 14:44:25 UTC (rev 18131)
+++ short/3D/PyLith/branches/v1.5-stable/configure.ac	2011-03-24 15:46:29 UTC (rev 18132)
@@ -17,7 +17,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([PyLith], [1.5.1], [cig-short at geodynamics.org])
+AC_INIT([PyLith], [1.5.2], [cig-short at geodynamics.org])
 AC_CONFIG_AUX_DIR([./aux-config])
 AC_CONFIG_HEADER([portinfo])
 AC_CONFIG_MACRO_DIR([m4])

Added: short/3D/PyLith/branches/v1.5-stable/doc/releasenotes/announce-v1.5.2.txt
===================================================================
--- short/3D/PyLith/branches/v1.5-stable/doc/releasenotes/announce-v1.5.2.txt	                        (rev 0)
+++ short/3D/PyLith/branches/v1.5-stable/doc/releasenotes/announce-v1.5.2.txt	2011-03-24 15:46:29 UTC (rev 18132)
@@ -0,0 +1,45 @@
+Greetings,
+
+I am pleased to announce the release of PyLith 1.5.1, a finite-element
+code designed to solve dynamic elastic problems and quasi-static
+viscoelastic problems in tectonic deformation.
+
+This release fixes several bugs in v1.5.2. We strongly recommend
+all users of previous PyLith releases to switch to this latest
+release. See the README file for changes required to switch to the
+v1.5.x release series from previous versions.
+
+You can download the source code and binaries from
+
+    http://geodynamics.org/cig/software/packages/short/pylith
+
+Detailed installation instructions are in the User Manual with example
+installation procedures for a few platforms in the bundled doc/install
+directory.
+
+
+RELEASE NOTES
+
+  * PyLith 1.5.2 requires FIAT version 0.9.9 or later and an updated
+    PETSc development version. These are included in the binary
+    distribution, but users building PyLith from source will need to
+    update FIAT and PETSc.
+
+  * Bug fixes
+
+    - Fixed setting of elastic constants in DruckerPrager3D. Some
+      off-diagonal constants were off by a factor of 2.0.
+
+    - Fixed computation of stable time step when using initial
+      stresses with PowerLaw3D. If effective stress is zero, then
+      stable time step is infinite.
+
+    - Re-enabled check for compatibility of quadrature scheme and
+      cells for bulk rheologies.
+
+    - Added check to configure for compatible version of FIAT.
+
+    - Fixed bug where buffer for output of initial stresses for
+      dynamic (spontaneous) rupture.
+
+

Modified: short/3D/PyLith/branches/v1.5-stable/doc/releasenotes/checklist.txt
===================================================================
--- short/3D/PyLith/branches/v1.5-stable/doc/releasenotes/checklist.txt	2011-03-24 14:44:25 UTC (rev 18131)
+++ short/3D/PyLith/branches/v1.5-stable/doc/releasenotes/checklist.txt	2011-03-24 15:46:29 UTC (rev 18132)
@@ -26,6 +26,8 @@
 
   * Increment version number in configure.ac.
 
+  * Increment version number in setup.py.
+
   * Add changes to README.
 
   * Add release notes in doc/releasenotes.

Modified: short/3D/PyLith/branches/v1.5-stable/setup.py
===================================================================
--- short/3D/PyLith/branches/v1.5-stable/setup.py	2011-03-24 14:44:25 UTC (rev 18131)
+++ short/3D/PyLith/branches/v1.5-stable/setup.py	2011-03-24 15:46:29 UTC (rev 18132)
@@ -22,7 +22,7 @@
 setup(
     
     name = 'PyLith', 
-    version = '1.5.1',
+    version = '1.5.2',
 
     zip_safe = False,
     packages = find_packages(),



More information about the CIG-COMMITS mailing list