Skip to content

Releases: GeoStat-Framework/AnaFlow

v1.1.0

16 Apr 11:42
261736a
Compare
Choose a tag to compare

Release Notes

Installation

You can install AnaFlow with pip:

pip install anaflow

or with conda:

conda install anaflow

Documentation

The documentation can be found at: https://anaflow.readthedocs.io

What's new?

See #11

Enhancements

  • move to src/ based package structure
  • drop py36 support
  • added archive support
  • simplify documentation

v1.0.1

02 Apr 15:06
a514a6b
Compare
Choose a tag to compare

Release Notes

Installation

You can install AnaFlow with pip:

pip install anaflow

Documentation

The documentation can be found at: https://anaflow.readthedocs.io/

What's new?

Bugfixes

  • ModuleNotFoundError not present in py35
  • np.asscalar deprecated, use array.item()
  • CHANGELOG.md links updated

v1.0.0

22 Mar 16:32
52e690e
Compare
Choose a tag to compare

Release Notes

Installation

You can install AnaFlow with pip:

pip install anaflow

Documentation

The documentation can be found at: https://anaflow.readthedocs.io/

What's new?

Enhancements

  • new TPL Solution
  • new tools sub-module
  • using pentapy to solve LES in laplace space
  • solution for aparent transmissivity from neuman 2004
  • added extended GRF model
  • convenient functions for (inverse-)laplace transformation

Bugfixes

  • lat_ext was ignored by ext_theis_3d

Changes

  • py2.7 support dropped

v1.0.0.rc1

22 Mar 15:48
Compare
Choose a tag to compare
v1.0.0.rc1 Pre-release
Pre-release

Release Notes

Installation

You can install AnaFlow with pip:

pip install anaflow

Documentation

The documentation can be found at: https://anaflow.readthedocs.io/

What's new?

Enhancements

  • new TPL Solution
  • new tools sub-module
  • using pentapy to solve LES in laplace space
  • solution for aparent transmissivity from neuman 2004
  • added extended GRF model
  • convenient functions for (inverse-)laplace transformation

Bugfixes

  • lat_ext was ignored by ext_theis_3d

Changes

  • py2.7 support dropped

v0.4.0

07 Mar 22:52
Compare
Choose a tag to compare

Release of Version 0.4.0

AnaFlow provides several analytical and semi-analytical solutions for the groundwater-flow equation.

Notes

This Version brings some changes:

  • the input for transient tests changed from "rad, time" to "time, rad" as order of input (in line with output format)
  • the output for transient tests now preserves the shapes of time and rad (better for plotting in 3D)
  • the grf model is now the default way of calculating pumping tests in laplace space
  • the grf_laplace routine was optimized to estimate the radius of the cone of depression
  • the grf_laplace uses now the pentapy solver, so we get rid of the umf_pack dependency
  • grf_model and grf_disk are now part of the standard routines

v0.3.0

28 Feb 09:46
Compare
Choose a tag to compare

Release of Version 0.3.0

AnaFlow provides several analytical and semi-analytical solutions for the groundwater-flow equation.

Notes

This is the first release within the GeoStat-Framework.

This Version comes with a full documentation accessible under:
https://geostat-framework.readthedocs.io/projects/anaflow

A handful of examples were added to the repository to get in touch with the package.

AnaFlow v0.2.4

26 Apr 15:58
Compare
Choose a tag to compare

PyPi release for Py2 and Py3 simultaneously.

AnaFlow v0.2.3

26 Apr 15:51
Compare
Choose a tag to compare

PyPi release for Python3.

AnaFlow v0.2.2

26 Apr 13:38
Compare
Choose a tag to compare

PyPi ready.

AnaFlow v0.2.1

26 Apr 13:14
Compare
Choose a tag to compare

PyPi ready release of AnaFlow.