Commit Graph

12 Commits (master)

Author SHA1 Message Date
jdhughes-usgs 4cee7e791b
initial 3.3.4 release candidate on develop (#1064)
Update make_release.md
2021-02-19 17:03:15 -05:00
jdhughes-usgs cdd8376a6f
release: update make-release script (#1012) 2020-10-27 14:09:38 -04:00
jdhughes-usgs 9d79e3beda
release: update release scripts and instructions (#1008)
Convert notebook autotest script to use jupytext instead of nbconvert.
Update dfns with revised dfns. Fix issue with groundwater paper
notebooks on Travis.
2020-10-21 19:47:58 -04:00
jdhughes-usgs cb6b98cf85
refactor(flopy): run black formatting with latest (20.8b1) (#975) 2020-08-27 10:17:23 -04:00
jdhughes-usgs 71734e7e2d
release: update make-release and documentation to https (#928) 2020-06-26 18:00:41 -04:00
jdhughes-usgs 0ea97bd14d
release: add update-version_changes to generate version changes from log (#921) 2020-06-24 14:26:33 -04:00
Hughes, J.D bd335caf61
refactor(make-release): Software citation developed from version.py (#914)
Closes #727
2020-06-22 16:16:44 -04:00
Hughes, J.D de38a5bb95
Introduce end-of-line normalization (#913) 2020-06-11 11:12:28 -04:00
Hughes, J.D b80a89c188
fix(setup.py): read package name, version, etc. from version.py (#893)
Import of `__version__`, `__name__`, and `__author__` from `flopy` caused
failure of `setup.py` because of dependency of `flopy` on `numpy` with
python installations that did not already have `numpy` installed. Moved
all information needed by `setup.py` to `version.py` and update
`make-release.py` to retain `__name__`, `__author__`, and `__author_email__`
information in file after updating version numbers. Removed unintended
unmanaged dependency on `matplotlib` in `gridintersect.py` by wrapping
import in a try and except. In the case that `matplotlib` is not installed
and methods that depend on `matplotlib` are called then a
`ModuleNotFoundError` exception is issued.

Closes #892

* fix(setup.py): read package name, version, etc. from version.py

Import of __version__, __name__, and __author__ from flopy caused
failure of setup.py because of dependency of flopy on numpy with
python installations that did not already have numpy installed. Moved
all information needed by setup.py to version.py and update
make-release.py to retain __name__, __author__, and __author_email__
information in file after updating version numbers. Removed unintended
unmanaged dependency on matplotlib in gridintersect.py by wrapping
import in a try and except. In the case that matplotlib is not installed
and methods that depend on matplotlib are called then a
ModuleNotFoundError exception is issued.

Closes #892
2020-05-26 17:54:27 -04:00
Hughes, J.D 6e94b279e5
refactor(release): update make-release script to generate author names (#760)
* refactor(release): update make-release script to generate author names

* refactor(release): clean-up make-release script and markdown
2019-12-12 17:14:57 -05:00
Justin Jent 677c1d42ed Update flopy author list in software citation (#750) 2019-12-10 12:28:22 -05:00
jdhughes-usgs 018ad10def release(3.2.11): v. 3.2.11 2019-03-22 19:33:08 -04:00