-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #487 from geodynamics/baagaard/update-version-3.0.1
Set version to 3.0.1; update release information
- Loading branch information
Showing
12 changed files
with
87 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# PyLith v3.0.1 now available | ||
|
||
I am pleased to announce the release of PyLith 3.0.1, a finite-element code designed to solve dynamic elastic problems and quasistatic viscoelastic problems in tectonic deformation. | ||
|
||
You can download the source code and binaries from | ||
<https://geodynamics.org/resources/pylith> | ||
|
||
Documentation | ||
<https://pylith.readthedocs.org/en/v3.0.1> | ||
|
||
## Release Notes | ||
|
||
This is a bug fix release with no new features or changes to the user interface. | ||
|
||
* Bug fixes | ||
* Fix lots of small bugs related to running in parallel | ||
* Fix several discrepancies among the code, examples, and manual | ||
* Examples | ||
* Added `examples/subduction-3d` steps 1-4 (included in the manual) | ||
* Added `examples/troubleshooting-2d` (included in the PyLith v3.0 tutorials but not yet added to the manual) | ||
* Documentation | ||
* Added instructions for how to remove Apple quarantine attributes | ||
* Fix LaTeX build of documentation (now available at https://pylith.readthedocs.io) | ||
* Improved instructions on how to run ParaView Python scripts when starting ParaView from a shortcut | ||
* Added notes indicating steps of examples are not yet updated for v3.0 | ||
* Fix lots of typos | ||
|
||
## Binary packages | ||
|
||
* Updated PyLith Parameter Viewer (v2.0.0) for Python 3. | ||
|
||
## Known issues | ||
|
||
* The default PETSc options provide a computationally expensive preconditioner when solving incompressible elasticity problems in parallel. We expect to have a more optimal preconditioner in the next release. | ||
* You may still encounter a few bugs when running in parallel; they appear to cases with specific partitioning of the mesh in relation to one or more faults. | ||
|
||
## Contributors | ||
|
||
* Brad Aagaard | ||
* Matthew Knepley | ||
* Charles Williams |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ tag_date = 0 | |
|
||
[metadata] | ||
name = pylith | ||
version = 3.0.0 | ||
version = 3.0.1 | ||
author = Brad Aagaard, Matthew Knepley, Charles Williams | ||
author_email = [email protected], [email protected], [email protected] | ||
description = Finite-element software for modeling crustal deformation with an emphasis on earthquake faulting. | ||
|