Skip to content

Commit

Permalink
Merge pull request #54 from ljwolf/ripley-numpy
Browse files Browse the repository at this point in the history
Ripley numpy
  • Loading branch information
sjsrey committed Jul 4, 2020
2 parents 4cb3236 + 4f4f4d6 commit f98fe66
Show file tree
Hide file tree
Showing 12 changed files with 5,416 additions and 1,070 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ branches:
python:
- 3.6
- 3.7
- 3.8

env:
- PYSAL_PYPI=true MPLBACKEND='pdf'
Expand All @@ -16,11 +17,11 @@ matrix:
allow_failures: #allow travis tests to fail if using the github version of libpysal
- python: 3.6
env: PYSAL_PYPI=false MPLBACKEND='pdf'
- python: 3.7
env: PYSAL_PYPI=false MPLBACKEND='pdf'
- python: 3.6
env: PYSAL_PYPI=true MPLBACKEND='pdf'

before_install:
- wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.sh -b -p ./miniconda
- export PATH=`pwd`/miniconda/bin:$PATH
Expand All @@ -33,6 +34,7 @@ install:
- conda install --yes pip
- pip install -r requirements.txt
- pip install -r requirements_tests.txt
- conda install --yes -c conda-forge pygeos shapely geopandas
# configure dual tests (for dependency libpysal)
- if "$PYSAL_PYPI"; then
echo 'testing pypi libpysal' && pip install libpysal;
Expand All @@ -45,7 +47,8 @@ install:
script:
- python setup.py sdist >/dev/null
- python setup.py install
- nosetests --verbose --with-coverage --cover-package=pointpats;
# - nosetests --verbose --with-coverage --cover-package=pointpats;
- pytest pointpats

notifications:
email:
Expand Down
827 changes: 827 additions & 0 deletions notebooks/distance_statistics-numpy-oriented.ipynb

Large diffs are not rendered by default.

0 comments on commit f98fe66

Please sign in to comment.