You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Starting with v3.0.0, we strictly follow the [semantic versioning guidelines](ht
5
5
The version numbers are in the form `MAJOR.MINOR.PATCH`, where major releases indicate changes to the public API (parameters), minor releases indicate new functionality that is backward compatible, and patch releases indicate backward compatible bug fixes.
6
6
:::
7
7
8
-
## Version 4.1.3 (2024/07/XX)
8
+
## Version 4.1.3 (2024/07/31)
9
9
10
10
***Added**
11
11
* Expanded the section of the manual discussing mesh generation with Cubit and Gmsh. Added a list of useful functions in the Cubit and Gmsh Python interfaces.
@@ -23,6 +23,14 @@ The version numbers are in the form `MAJOR.MINOR.PATCH`, where major releases in
23
23
***Fixed**
24
24
* Fix inconsistency in normal direction on fault surfaces. Orientation was correct but direction was flipped at some locations. This affected local slip direction and the resulting deformation close to the fault.
Copy file name to clipboardExpand all lines: docs/intro/preface.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,9 @@ The following peer-reviewed paper discusses the development of PyLith:
17
17
18
18
To cite the software and manual, use:
19
19
20
-
- Aagaard, B., M. Knepley, C. Williams (2024a), *PyLith v4.1.2.* Davis, CA: Computational Infrastructure of Geodynamics. DOI: 10.5281/zenodo.11624232.
20
+
- Aagaard, B., M. Knepley, C. Williams (2024a), *PyLith v4.1.3.* Davis, CA: Computational Infrastructure of Geodynamics. DOI: 10.5281/zenodo.13134616.
21
21
22
-
- Aagaard, B., M. Knepley, C. Williams (2024b), *PyLith Manual, Version 4.1.2.* Davis, CA: Computational Infrastructure of Geodynamics. https://pylith.readthedocs.io/en/v4.1.2
22
+
- Aagaard, B., M. Knepley, C. Williams (2024b), *PyLith Manual, Version 4.1.3.* Davis, CA: Computational Infrastructure of Geodynamics. https://pylith.readthedocs.io/en/v4.1.3
23
23
24
24
## Publishing Models
25
25
@@ -43,7 +43,7 @@ Common output files include the solution fields and state variables as `.h5`, `.
43
43
44
44
The configuration files, parameters of the simulation, and solution field for the models in this study are available at DOI (Authors X, Y, Z) under CC BY-NC-SA 4.0.
45
45
46
-
PyLith version 4.1.2 (Aagaard et al., 2013; Aagaard et al., 2023a; Aagaard et al., 2023b) used in these models is freely available under the MIT license for download through its software landing page https://geodynamics.org/resources/pylith or Zenodo (10.5281/zenodo.11479383).
46
+
PyLith version 4.1.3 (Aagaard et al., 2013; Aagaard et al., 2023a; Aagaard et al., 2023b) used in these models is freely available under the MIT license for download through its software landing page https://geodynamics.org/resources/pylith or Zenodo (10.5281/zenodo.11479383).
47
47
The project is being actively developed on GitHub and can be accessed via https://github.com/geodynamics/pylith.
Copy file name to clipboardExpand all lines: docs/user/install/index.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,10 +48,10 @@ On macOS systems you can check the operating system version by clicking on the A
48
48
3. Unpack the tarball.
49
49
```{code-block} bash
50
50
# Linux 64-bit
51
-
tar -xzf pylith-4.1.2-linux-x86_64.tar.gz
51
+
tar -xzf pylith-4.1.3-linux-x86_64.tar.gz
52
52
53
53
# macOS
54
-
tar -xzf pylith-4.1.2-macOS-10.15-x86_64.tar.gz
54
+
tar -xzf pylith-4.1.3-macOS-10.15-x86_64.tar.gz
55
55
```
56
56
4. Set environment variables.
57
57
The provided `setup.sh` script only works if you are using bash shell.
@@ -65,20 +65,20 @@ Ready to run PyLith.
65
65
To bypass macOS quarantine restrictions, simply use command line program `curl` to download the tarball from within a terminal rather than using a web browser.
Alternatively, if you do download the tarball using a web browser, after you unpack the tarball you can remove the macOS quarantine flags using the following commands (requires Administrator access):
@@ -176,7 +176,7 @@ For each package this utility downloads the source code, configures it, builds i
176
176
## Verifying PyLith Installation
177
177
178
178
The easiest way to verify that PyLith has been installed correctly is to run one or more of the examples supplied with the binary and source code.
179
-
In the binary distribution, the examples are located in `src/pylith-4.1.2/examples` while in the source distribution, they are located in `pylith-4.1.2/examples`.
179
+
In the binary distribution, the examples are located in `src/pylith-4.1.3/examples` while in the source distribution, they are located in `pylith-4.1.3/examples`.
180
180
{ref}`sec-examples` discusses how to run and visualize the results for the examples.
181
181
To run the example discussed in Section {ref}`sec-examples-box-2d`:
0 commit comments