Skip to content

Commit

Permalink
merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
jGaboardi committed Jun 13, 2021
2 parents 06f3e96 + f75ade3 commit 2768d85
Show file tree
Hide file tree
Showing 285 changed files with 18,022 additions and 5,581 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,16 @@
run: |
export PKG=$(ls dist/)
set -- $PKG
echo "name=whl_path" >> $GITHUB_ENV
echo "name=$1" >> $GITHUB_ENV
- name: Upload Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: dist/${{ env.whl_path }}
asset_name: ${{ env.whl_path }}
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: dist/${{ env.name }}
asset_name: ${{ env.name }}
asset_content_type: application/zip
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@master
Expand Down
17 changes: 8 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Python Spatial Analysis Library Core


.. image:: https://github.com/pysal/libpysal/workflows/.github/workflows/unittests.yml/badge.svg
:target: https://github.com/pysal/libpysal/actions?query=workflow%3A.github%2Fworkflows%2Funittests.yml
:target: https://github.com/pysal/libpysal/actions?query=workflow%3A.github%2Fworkflows%2Funittests.yml

.. image:: https://codecov.io/gh/pysal/libpysal/branch/master/graph/badge.svg
:target: https://codecov.io/gh/pysal/libpysal
Expand All @@ -12,10 +12,10 @@ Python Spatial Analysis Library Core
:target: https://badge.fury.io/py/libpysal

.. image:: https://img.shields.io/conda/vn/conda-forge/libpysal.svg
:target: https://anaconda.org/conda-forge/libpysal
:target: https://anaconda.org/conda-forge/libpysal

.. image:: https://zenodo.org/badge/81501824.svg
:target: https://zenodo.org/badge/latestdoi/81501824
:target: https://zenodo.org/badge/latestdoi/81501824


****************
Expand Down Expand Up @@ -57,7 +57,7 @@ Contributing
PySAL-libpysal is under active development and contributors are welcome.
If you have any suggestions, feature requests, or bug reports,
please open new `issues <https://github.com/pysal/libpysal/issues>`_ on GitHub.
To submit patches, please review `PySAL: Getting Started <http://pysal.org/getting_started#for-developers>`_,
To submit patches, please review `PySAL's documentation for developers <https://pysal.org/docs/devs/>`_,
the PySAL `development guidelines <https://github.com/pysal/pysal/wiki>`_,
the `libpysal contributing guidelines <https://github.com/pysal/libpysal/blob/master/.github/CONTRIBUTING.md>`_
before opening a `pull request <https://github.com/pysal/libpysal/pulls>`_.
Expand All @@ -69,14 +69,13 @@ the `Contributors List <https://github.com/pysal/libpysal/graphs/contributors>`_
Bug reports
***********

To search for or report bugs, please see libpysal's issues_.
To search for or report bugs, please see `libpysal's issues <https://github.com/pysal/libpysal/issues>`_.

.. _issues : http://github.com/pysal/libpysal/issues

*******************
License information
*******************

See the `LICENSE <https://github.com/pysal/libpysal/blob/master/LICENSE.txt>`_ for information on the history of this
software, terms & conditions for usage, and a DISCLAIMER OF ALL
WARRANTIES.
See the `LICENSE <https://github.com/pysal/libpysal/blob/master/LICENSE.txt>`_
for information on the history of this software, terms & conditions for usage,
and a DISCLAIMER OF ALL WARRANTIES.
2 changes: 2 additions & 0 deletions ci/38.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ dependencies:
# optional
- geopandas>=0.7.0
- numba
- xarray
- joblib
- zstd
2 changes: 1 addition & 1 deletion docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 31b1ef32d2b417c76528933751a691cc
config: 52ba2b6e743b06fefe15e50660339930
tags: 645f666f9bcd5a90fca523b33c5a78b7
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 7 additions & 5 deletions docs/_modules/index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<html>
<head>
<meta charset="utf-8" />
<title>Overview: module code &#8212; libpysal v4.3.0 Manual</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Overview: module code &#8212; libpysal v4.4.0 Manual</title>
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/pysal-styles.css" />
Expand All @@ -13,7 +14,7 @@
<script src="../_static/doctools.js"></script>
<script src="../_static/language_data.js"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/x-mathjax-config">MathJax.Hub.Config({"tex2jax": {"inlineMath": [["$", "$"], ["\\(", "\\)"]], "processEscapes": true, "ignoreClass": "document", "processClass": "math|output_area"}})</script>
<link rel="shortcut icon" href="../_static/pysal_favicon.ico"/>
<link rel="index" title="Index" href="../genindex.html" />
Expand All @@ -40,7 +41,7 @@
</button>
<a class="navbar-brand" href="../index.html">
libpysal</a>
<span class="navbar-text navbar-version pull-left"><b>4.3.0</b></span>
<span class="navbar-text navbar-version pull-left"><b>4.4.0</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down Expand Up @@ -132,6 +133,7 @@ <h1>All modules for which code is available</h1>
<li><a href="libpysal/io/fileio.html">libpysal.io.fileio</a></li>
<li><a href="libpysal/weights/contiguity.html">libpysal.weights.contiguity</a></li>
<li><a href="libpysal/weights/distance.html">libpysal.weights.distance</a></li>
<li><a href="libpysal/weights/raster.html">libpysal.weights.raster</a></li>
<li><a href="libpysal/weights/set_operations.html">libpysal.weights.set_operations</a></li>
<li><a href="libpysal/weights/spatial_lag.html">libpysal.weights.spatial_lag</a></li>
<li><a href="libpysal/weights/spintW.html">libpysal.weights.spintW</a></li>
Expand All @@ -155,7 +157,7 @@ <h1>All modules for which code is available</h1>
</p>
<p>
&copy; Copyright 2018-, pysal developers.<br/>
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.4.4.<br/>
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 3.1.2.<br/>
</p>
</div>
</footer>
Expand Down
Loading

0 comments on commit 2768d85

Please sign in to comment.