pysal / pointpats

Planar Point Pattern Analysis in PySAL
https://pysal.org/pointpats/
BSD 3-Clause "New" or "Revised" License
80 stars 26 forks source link

bump to v2.3.0 #94

Closed weikang9009 closed 1 year ago

weikang9009 commented 1 year ago

https://github.com/pysal/pointpats/issues/93

codecov[bot] commented 1 year ago

Codecov Report

Merging #94 (8ffe884) into main (08a7ada) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #94   +/-   ##
=======================================
  Coverage   52.47%   52.47%           
=======================================
  Files          12       12           
  Lines        1841     1841           
  Branches      315      315           
=======================================
  Hits          966      966           
  Misses        819      819           
  Partials       56       56           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

weikang9009 commented 1 year ago

@ljwolf Can you check if the API for the distance-based functions is correct? If yes, I will push for a release of pointpats 2.3.0

martinfleis commented 1 year ago

Hmm, we should probably update the versioning tools so this gets retrieved from the tag. @jGaboardi Is setuptools_scm where we're going now?

martinfleis commented 1 year ago

To clarify - it is not strictly needed but the tooling we have elsewhere allows you to just add the tag and the version is fetched from that.

ljwolf commented 1 year ago

Yes, as far as I can tell, the API for the distance statistics is correct, and shows up correctly in the doc build! Go ahead and tag + release on PyPI!

martinfleis commented 1 year ago

PyPI release should happen automatically once the tag is pushed via https://github.com/pysal/pointpats/blob/main/.github/workflows/release_and_publish.yml.