Commit Graph
15 Commits
Author SHA1 Message Date
Martin Fleischmann 8c1e3531b8 DEP: deprecate python 3.6 and pandas 0.24 (#1877) 2021-07-06 08:30:33 +02:00
Joris Van den Bossche 5790c44922 CI: fix activation of the conda environments + switch to conda-incubator/setup-miniconda (#1987) 2021-07-01 14:52:29 +02:00
Mike Taves f5f040d7c8 TST: add PGPORT env var, rewrite setup_postgres.sh to scripts dir (#1932) 2021-05-12 09:37:13 +02:00
Joris Van den Bossche 6bdb001ed6 Fix compatilibilty with numpy 1.20.0 (#1729) 2021-01-26 21:35:39 +01:00
Joris Van den Bossche 407ed72339 GHA: ensure to upload sdist to GitHub release (#1797) 2021-01-26 08:14:13 +01:00
Martin FleischmannandJoris Van den Bossche b3db3be001 GHA: Automatic release to GitHub and PyPI (#1578)
also create github release (thanks to pysal)

Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
2021-01-25 21:15:39 +01:00
Martin Fleischmann c325570e86 CI: add Python3.9 to CI matrix (#1703) 2020-11-27 11:30:23 +01:00
Martin Fleischmann cdb42821ab CI: fix conda setup (#1706)
* CI: fix conda setup

* fix env variables

* another attempt

* fix echo
2020-11-16 22:45:19 +00:00
Joris Van den Bossche aa68766279 TST/ENH: support array-like alpha + fix plotting tests for matplotlib dev version (#1676) 2020-11-10 21:31:42 +01:00
Martin Fleischmann c823893cde GH: link geopandas-feedstock for conda-forge issue (#1685)
* GH: link geopandas-feedstock for conda-forge issue

* the
2020-11-10 18:54:06 +00:00
Martin Fleischmann 7e595d08a5 DOC/CI: remove Travis from docs and paths (#1632)
* DOC/CI: remove Travis from docs and paths

* use envs

* fix

* typo

* how to trigger check
2020-10-10 20:03:25 +01:00
Martin Fleischmann 63de9bd182 DOC/CI: enable doctest (#1651)
* inital doctest work

* doctest

* skip from_file

* test docstring with postgis only

* use doctest-plus

* c-f

* conditional imports

* revert

* revert conda

* fixture to conftest.py

* minimise changes, verbose output

* remove blank line

* revert pandas doc
2020-10-10 18:44:11 +01:00
Martin Fleischmann 16347ad058 CI: schedule daily tests (#1633) 2020-09-24 13:46:10 +02:00
James McBrideandMartin Fleischmann cb4e8cb987 Create issue bug report and enhancement templates (#1584)
* Create issue bug report and enchancement templates

As a followup to #899, it would be nice to highlight this function, as
well as other useful information, when users are creating new bug
reports or requests for new features. These are copied and very lightly
edited from the templates used by pandas.

* Add header for `show_versions` in issue template

Co-authored-by: Martin Fleischmann <martin@martinfleischmann.net>

* Add templates for questions and installation issues

* Add references to GIS stack exchange

Co-authored-by: Martin Fleischmann <martin@martinfleischmann.net>

* Add suggestion to look at installation issue in issue template

Co-authored-by: Martin Fleischmann <martin@martinfleischmann.net>
2020-09-21 20:14:28 +01:00
Adrian Garcia Badaracco dc50b69896 MAINT/TST: Add GitHub actions tests for single workflow cross-platform testing (#1576) 2020-09-19 21:29:35 +02:00