gflex 1.2.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
gflex-1.2.0/AUTHORS.md ADDED
@@ -0,0 +1,9 @@
1
+ # Credits
2
+
3
+ ## Development Lead
4
+
5
+ * [Andrew D. Wickert](https://github.com/awickert)
6
+
7
+ ## Contributors
8
+
9
+ * [Eric W. H. Hutton](https://github.com/mcflugen)
gflex-1.2.0/CHANGES.md ADDED
@@ -0,0 +1,63 @@
1
+ # Release Notes
2
+
3
+ ## [1.1.1](https://github.com/awickert/gFlex/releases/tag/v1.1.1) - 2021-06-26
4
+
5
+ - Updated PyPI support: twine upload, README.md
6
+ - Throw meaningful error if a nonuniform self.Te grid is used with the
7
+ analytical solution
8
+
9
+ ## [1.1.0](https://github.com/awickert/gFlex/releases/tag/v1.1.0) - 2018-05-28
10
+
11
+ - Support for both Python 2 and Python 3
12
+ - Main code
13
+ - Examples
14
+ - README.md updates
15
+ - PATH updates in
16
+ - Code tests included
17
+ - Code testing on commit by Travis
18
+ - Updated on PyPI
19
+
20
+ ## [1.0.1](https://github.com/awickert/gFlex/releases/tag/v1.0.1) - 2018-05-25
21
+
22
+ - Final Python 2 (only) release
23
+ - Additional documentation added
24
+
25
+ ## [1.0.0](https://github.com/awickert/gFlex/releases/tag/v1.0.0) - 2017-05-10
26
+
27
+ This is the update is what is available now from pypi.
28
+
29
+ - Minor updates to the main gFlex codes
30
+ - Addition of a missing "12" in the flexural wavelength calculator in the utilities.
31
+
32
+
33
+ ## [1.0](https://github.com/awickert/gFlex/releases/tag/v1.0) - 2016-01-28
34
+
35
+ - First full release of gFlex in association with the now-accepted GMD paper,
36
+ "Open-source modular solutions for flexural isostasy: gFlex v1.0", by A. D. Wickert.
37
+
38
+
39
+ ## [0.9](https://github.com/awickert/gFlex/releases/tag/v0.9) - 2015-03-05
40
+
41
+ - Release submitted to GMD and that appears on PyPI; this is the same as v1.0a
42
+ on umn-earth-surface.
43
+
44
+ ## [0.8.1](https://github.com/awickert/gFlex/releases/tag/v0.8.1) - 2015-03-04
45
+
46
+ - Fixed error in PyPI integration from v0.8 and updated README.md to include
47
+ PyPI integration.
48
+
49
+
50
+ ## [0.8](https://github.com/awickert/gFlex/releases/tag/v0.8) - 2015-03-04
51
+
52
+ - First fully-functional and error-checked release, and therefore the first
53
+ true non-"pre-release".
54
+
55
+
56
+ ## [0.7](https://github.com/awickert/gFlex/releases/tag/0.7) - 2015-01-21
57
+
58
+ This release may be short-lived, but is the turning point at which work
59
+ on gFlex will go from fixing deficiencies to adding new capabilities.
60
+ As such, it is receiving version 0.7 (the last version of its parent project,
61
+ "Flexure", was 0.6 back in 2012). It now seems to be functional and stable,
62
+ and thus this tagged release will be the basis for this stage of the model
63
+ to be pulled to @csdms-contrib and @umn-earth-surface.
@@ -0,0 +1,14 @@
1
+ cff-version: 1.2.0
2
+ message: "If you use this software, please cite Wickert, A. D. (2016), Open-source modular solutions for flexural isostasy: gFlex v1.0, Geosci. Model Dev., 9(3), 997–1017, doi:10.5194/gmd-9-997-2016. If you wish to generate a more precise citation and/or include further information on the present version, please additionally cite the present gFlex version as noted here."
3
+ authors:
4
+ - family-names: "Wickert"
5
+ given-names: "Andrew D."
6
+ orcid: "https://orcid.org/0000-0002-9545-3365"
7
+ - family-names: "Hutton"
8
+ given-names: "Eric W. H."
9
+ orcid: "https://orcid.org/0000-0002-5864-6459"
10
+ title: "gFlex"
11
+ version: 1.2.0
12
+ doi: 10.5281/zenodo.5034652
13
+ date-released: 2024-01-08
14
+ url: "https://github.com/awickert/gFlex"