[cig-commits] [commit] baagaard/add-missing-files-dist, baagaard/add-release-2.0.1, baagaard/add-release-2.0.2, baagaard/add-release-2.0.3, baagaard/add-release-2.1.0, baagaard/dynrup-new-lagrange, baagaard/feature-output-station-names, baagaard/feature-progress-monitor, baagaard/fix-custom-faultpc, baagaard/fix-error-messages, baagaard/fix-faults-intersect, baagaard/fix-friction-initial-state, baagaard/update-autoconf, knepley/feature-petsc-fe, knepley/fix-dm-composition, knepley/upgrade-petsc-3.5, knepley/upgrade-petsc-master, maint, master, next, willic3/fix-plasticity: Increment version number to 2.0.1. Added release notes. (62e1b35)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Nov 5 15:41:52 PST 2014


Repository : https://github.com/geodynamics/pylith

On branches: baagaard/add-missing-files-dist,baagaard/add-release-2.0.1,baagaard/add-release-2.0.2,baagaard/add-release-2.0.3,baagaard/add-release-2.1.0,baagaard/dynrup-new-lagrange,baagaard/feature-output-station-names,baagaard/feature-progress-monitor,baagaard/fix-custom-faultpc,baagaard/fix-error-messages,baagaard/fix-faults-intersect,baagaard/fix-friction-initial-state,baagaard/update-autoconf,knepley/feature-petsc-fe,knepley/fix-dm-composition,knepley/upgrade-petsc-3.5,knepley/upgrade-petsc-master,maint,master,next,willic3/fix-plasticity
Link       : https://github.com/geodynamics/pylith/compare/f33c75b19fd60eedb2a3405db76a1fee333bb1d7...5b6d812b1612809fea3bd331c4e5af98c25a536a

>---------------------------------------------------------------

commit 62e1b359fbe3aa355d5c642ded720c0255fcef38
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Sun Jun 22 11:20:16 2014 -0700

    Increment version number to 2.0.1. Added release notes.


>---------------------------------------------------------------

62e1b359fbe3aa355d5c642ded720c0255fcef38
 README                               | 31 ++++++++++++---
 configure.ac                         |  4 +-
 doc/releasenotes/announce_v2.0.1.txt | 77 ++++++++++++++++++++++++++++++++++++
 doc/releasenotes/checklist.txt       |  2 -
 4 files changed, 104 insertions(+), 10 deletions(-)

diff --git a/README b/README
index abe5f05..66a713f 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-We are pleased to announce release of PyLith version 2.0.0
+We are pleased to announce release of PyLith version 2.0.1
 
 Please submit bug reports via the World Wide Web at:
     https://github.com/geodynamics/pylith/issues
@@ -9,10 +9,10 @@ Please send all questions by electronic mail to:
 PyLith is free software.  See the file COPYING for copying conditions.
 
 This release allows the solution of both quasi-static and dynamic
-problems in one, two, or three dimensions. The code runs in either
-serial or parallel mode, and the design allows for relatively easy
-scripting using the Python programming language. Material properties
-and parameters for boundary and fault conditions are specified using a
+problems in two or three dimensions. The code runs in either serial or
+parallel mode, and the design allows for relatively easy scripting
+using the Python programming language. Material properties and
+parameters for boundary and fault conditions are specified using a
 spatial database, which permits easy prescription of complex spatial
 variations of properties and parameters. Simulation parameters are
 generally specified through the use of simple ASCII files or the
@@ -83,6 +83,27 @@ edges of the fault. See the Section 6.4.2 of the PyLith manual for
 more information.
 
 ----------------------------------------------------------------------
+Version 2.0.1
+----------------------------------------------------------------------
+
+* Added example (examples/2d/gravity) for viscoelastic deformation in
+  2-D with gravitational body forces and small strain formulation.
+
+* Bug fixes
+
+  - Improved example journal files for CUBIT/Trelis to improve
+    compability. All journal files should work with CUBIT 14.1 and
+    Trelis 15.0.
+
+  - Created examples of IDless journal files in examples/2d/greensfns.
+    These files should work with all recent versions of CUBIT and
+    Trelis.
+
+  - Switched journal APREPRO lines to have leading '$' instead of '#'
+    to differentiate from comments.
+
+
+----------------------------------------------------------------------
 Version 2.0.0
 ----------------------------------------------------------------------
 
diff --git a/configure.ac b/configure.ac
index 6ff2533..10b4e20 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([PyLith], [2.0.0], [cig-short at geodynamics.org])
+AC_INIT([PyLith], [2.0.1], [cig-short at geodynamics.org])
 AC_CONFIG_AUX_DIR([./aux-config])
 AC_CONFIG_HEADER([portinfo])
 AC_CONFIG_MACRO_DIR([m4])
@@ -395,8 +395,6 @@ AC_CONFIG_FILES([Makefile
 		examples/twocells/twotri3/Makefile
 		examples/meshing/Makefile
 		examples/meshing/surface_nurbs/Makefile
-		examples/meshing/surface_nurbs/contours/Makefile
-		examples/meshing/surface_nurbs/contours/journal/Makefile
 		examples/meshing/surface_nurbs/dem/Makefile
 		examples/meshing/surface_nurbs/dem/ulines/Makefile
 		examples/meshing/surface_nurbs/dem/vlines/Makefile
diff --git a/doc/releasenotes/announce_v2.0.1.txt b/doc/releasenotes/announce_v2.0.1.txt
new file mode 100644
index 0000000..6de85f4
--- /dev/null
+++ b/doc/releasenotes/announce_v2.0.1.txt
@@ -0,0 +1,77 @@
+Greetings,
+
+I am pleased to announce the release of PyLith 2.0.1, a finite-element
+code designed to solve dynamic elastic problems and quasi-static
+viscoelastic problems in tectonic deformation.
+
+This release improves fixes some issues with CUBIT/Trelis
+compatibility in example journal files.
+
+You can download the source code and binaries from
+
+    http://geodynamics.org/cig/software/packages/short/pylith
+
+Detailed installation instructions for the binary packages are in the
+User Manual with detailed building instructions for a few platforms in
+the INSTALL file bundled with the PyLith Installer utility.
+
+
+======================================================================
+MIGRATING FROM VERSION 1.9 TO 2.0
+======================================================================
+
+Changes to various C++ objects permitted simplifying the specification
+of a number of components. The map below indicates the name changes.
+
+  CellFilterAvgMesh -> CellFilterAvg
+  DataWriterVTKMesh -> DataWriterVTK
+  DataWriterVTKSubMesh -> DataWriterVTK
+  DataWriterVTKSubSubMesh -> DataWriterVTK
+  DataWriterHDF5Mesh -> DataWriterHDF5
+  DataWriterHDF5SubMesh -> DataWriterHDF5
+  DataWriterHDF5SubSubMesh -> DataWriterHDF5
+  DataWriterHDF5ExtMesh -> DataWriterHDF5Ext
+  DataWriterHDF5ExtSubMesh -> DataWriterHDF5Ext
+  DataWriterHDF5ExtSubSubMesh -> DataWriterHDF5Ext
+
+  Running the script:
+
+    bash $PYLITH_DIR/doc/developer/update_1.9to2.0.sh
+
+  will update all .cfg files in the current directory and all
+  subdirectories with the new names (you will need to replace
+  $PYLITH_DIR with the directory containing the PyLith source code).
+
+
+PyLith allows use of the Chaco and ParMetis/Metis partitioners. The
+name of the ParMetis/Metis partitioner was changed from "parmetis" to
+"metis".
+
+  [pylithapp.mesh_generator]
+  distributor.partitioner = metis
+
+Buried edges of faults are handled differently in v2.0. A separate
+nodeset/pset should be created and contain the vertices on the buried
+edges of the fault. See the Section 6.4.2 of the PyLith manual for
+more information.
+
+======================================================================
+RELEASE NOTES - PyLith v2.0.1
+======================================================================
+
+* Added example (examples/2d/gravity) for viscoelastic deformation in
+  2-D with gravitational body forces and small strain formulation.
+
+* Bug fixes
+
+  - Improved example journal files for CUBIT/Trelis to improve
+    compability. All journal files should work with CUBIT 14.1 and
+    Trelis 15.0.
+
+  - Created examples of IDless journal files in examples/2d/greensfns.
+    These files should work with all recent versions of CUBIT and
+    Trelis.
+
+  - Switched journal APREPRO lines to have leading '$' instead of '#'
+    to differentiate from comments.
+
diff --git a/doc/releasenotes/checklist.txt b/doc/releasenotes/checklist.txt
index 14f870f..33c7156 100644
--- a/doc/releasenotes/checklist.txt
+++ b/doc/releasenotes/checklist.txt
@@ -28,8 +28,6 @@ SOURCE CODE
 
   * Increment version number in configure.ac.
 
-  * Increment version number in setup.py.
-
   * Add changes to README.
 
   * Add release notes in doc/releasenotes.



More information about the CIG-COMMITS mailing list