-
Notifications
You must be signed in to change notification settings - Fork 7
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 #7 from GeoStat-Framework/sphinx_update
Sphinx update: Gallery
- Loading branch information
Showing
31 changed files
with
405 additions
and
292 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,125 @@ | ||
*.pyc | ||
*.orig | ||
*~ | ||
.spyproject/ | ||
# Byte-compiled / optimized / DLL files | ||
__pycache__/ | ||
docs/build/ | ||
#_build | ||
#_static | ||
#_templates | ||
#docs/ | ||
*.py[cod] | ||
*$py.class | ||
|
||
# C extensions | ||
*.so | ||
|
||
# Distribution / packaging | ||
.Python | ||
env/ | ||
build/ | ||
develop-eggs/ | ||
dist/ | ||
downloads/ | ||
eggs/ | ||
.eggs/ | ||
lib/ | ||
lib64/ | ||
parts/ | ||
sdist/ | ||
var/ | ||
wheels/ | ||
*.egg-info/ | ||
.installed.cfg | ||
*.egg | ||
|
||
# PyInstaller | ||
# Usually these files are written by a python script from a template | ||
# before PyInstaller builds the exe, so as to inject date/other infos into it. | ||
*.manifest | ||
*.spec | ||
|
||
# Installer logs | ||
pip-log.txt | ||
pip-delete-this-directory.txt | ||
|
||
# Unit test / coverage reports | ||
htmlcov/ | ||
.tox/ | ||
.coverage | ||
.coverage.* | ||
.cache | ||
nosetests.xml | ||
coverage.xml | ||
*.cover | ||
.hypothesis/ | ||
|
||
# Translations | ||
*.mo | ||
*.pot | ||
|
||
# Django stuff: | ||
*.log | ||
local_settings.py | ||
|
||
# Flask stuff: | ||
instance/ | ||
.webassets-cache | ||
|
||
# Scrapy stuff: | ||
.scrapy | ||
|
||
# Sphinx documentation | ||
docs/_build/ | ||
docs/output.txt | ||
|
||
# PyBuilder | ||
target/ | ||
|
||
# Jupyter Notebook | ||
.ipynb_checkpoints | ||
|
||
# pyenv | ||
.python-version | ||
|
||
# celery beat schedule file | ||
celerybeat-schedule | ||
|
||
# SageMath parsed files | ||
*.sage.py | ||
|
||
# dotenv | ||
.env | ||
|
||
# virtualenv | ||
.venv | ||
venv/ | ||
ENV/ | ||
|
||
# Spyder project settings | ||
.spyderproject | ||
.spyproject | ||
|
||
# Rope project settings | ||
.ropeproject | ||
|
||
# mkdocs documentation | ||
/site | ||
|
||
# mypy | ||
.mypy_cache/ | ||
|
||
tags | ||
/test_* | ||
|
||
# own stuff | ||
info/ | ||
|
||
# Cython generated C code | ||
*.c | ||
*.cpp | ||
|
||
|
||
# generated docs | ||
docs/source/examples/ | ||
docs/source/generated/ | ||
examples/Cmp_UFZ-campaign.cmp | ||
|
||
*.DS_Store | ||
|
||
*.zip | ||
|
||
*.vtu | ||
*.vtr |
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,63 @@ | ||
# Changelog | ||
|
||
All notable changes to **welltestpy** will be documented in this file. | ||
|
||
|
||
## [1.0.0] - 2020-04 | ||
|
||
### Enhancements | ||
- new estimators | ||
- ExtTheis3D | ||
- ExtTheis2D | ||
- Neuman2004 | ||
- Theis | ||
- ExtThiem3D | ||
- ExtThiem2D | ||
- Neuman2004Steady | ||
- Thiem | ||
- better plotting | ||
- unit-tests run with py35-py38 on Linux/Win/Mac | ||
- coverage | ||
- sphinx gallery for examples | ||
|
||
### Bugfixes | ||
- estimation results stored as dict (order could alter before) | ||
|
||
### Changes | ||
- py2 support dropped | ||
|
||
|
||
## [0.3.2] - 2019-03-08 | ||
|
||
### Bugfixes | ||
- adopt AnaFlow API | ||
|
||
|
||
## [0.3.1] - 2019-03-08 | ||
|
||
### Bugfixes | ||
- update travis workflow | ||
|
||
|
||
## [0.3.0] - 2019-02-28 | ||
|
||
### Enhancements | ||
- added documentation | ||
|
||
|
||
## [0.2.0] - 2018-04-25 | ||
|
||
### Enhancements | ||
- added license | ||
|
||
|
||
## [0.1.0] - 2018-04-25 | ||
|
||
First alpha release of welltespy. | ||
|
||
[1.0.0]: https://github.com/GeoStat-Framework/welltestpy/compare/v0.3.2...v1.0.0 | ||
[0.3.2]: https://github.com/GeoStat-Framework/welltestpy/compare/v0.3.1...v0.3.2 | ||
[0.3.1]: https://github.com/GeoStat-Framework/welltestpy/compare/v0.3.0...v0.3.1 | ||
[0.3.0]: https://github.com/GeoStat-Framework/welltestpy/compare/v0.2...v0.3.0 | ||
[0.2.0]: https://github.com/GeoStat-Framework/welltestpy/compare/v0.1...v0.2 | ||
[0.1.0]: https://github.com/GeoStat-Framework/welltestpy/releases/tag/v0.1 |
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
numpydoc | ||
sphinx-gallery |
Oops, something went wrong.