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: README.md
+24-12
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,15 @@ TimML is coded in Python and uses numba to speed up evaluation of the bessel lin
18
18
19
19
**Python versions:**
20
20
21
-
TimML requires **Python** >= 3.7 and can be installed from PyPI.
21
+
TimML requires Python >= 3.8 and can be installed from PyPI.
22
22
23
23
**Dependencies:**
24
24
25
-
TimML requires **numpy** >=1.17, **scipy** >=1.5 and **matplotlib** >=3.1, **numba>=0.5**.
25
+
TimML requires:
26
+
* numpy
27
+
* scipy
28
+
* matplotlib
29
+
* numba
26
30
27
31
**Installation:**
28
32
@@ -44,16 +48,24 @@ To uninstall TimML type:
44
48
* The documentation is hosted on [readthedocs](https://timml.readthedocs.io/).
45
49
* Example Notebooks are available from the notebooks directory on github, of from [here](https://github.com/mbakker7/timml/tree/master/notebooks).
46
50
47
-
## TimML Version 6
48
-
49
-
TimML version 6 has the same functionality as version 5, but doesn't depend on a fortran extension anymore, so installation is easy on all platforms.
50
-
TimML version 5 is a total rewrite and is not backwards compatible with previous TimML versions.
51
-
TimML version 5 is intended to be compatible with TTim.
52
-
TimML version 5 has many new features and elements, the code base is Python 3, and the object oriented design is much simpler.
53
-
TimML version 4 remains available through the timml4 branch.
54
-
55
-
## Release
56
-
TimML 6.0. First release that depends on numba and doesn't depend on fortran extension anymore. Code is now pure python (with numba for speed).
51
+
## Latest release
52
+
TimML 0.6.5
53
+
* Improved documentation: new look, better organization, tutorials, how-to guides etc. Check it out [here](https://timml.readthedocs.io/)!
54
+
* New elements
55
+
* Building pit elements for 3D (multi-layer single aquifer) models.
56
+
* Large diamater wells (only for radial flow).
57
+
* Enhancements
58
+
* Building pit leaky wall resistance can be set per layer and per side (for modeling leaks or gaps).
59
+
* Return integrated normal flux per layer and per line segment.
60
+
61
+
## TimML Versions
62
+
63
+
* TimML version 0.6 has the same functionality as version 5, but doesn't depend on a fortran extension anymore, so installation is easy on all platforms.
64
+
* TimML version 0.5
65
+
* is a total rewrite and is not backwards compatible with previous TimML versions.
66
+
* is intended to be compatible with TTim.
67
+
* has many new features and elements, the code base is Python 3, and the object oriented design is much simpler.
68
+
* TimML version 0.4 remains available through the timml4 branch.
0 commit comments