Skip to content

Releases: pysal/pointpats

v2.4.0

29 Sep 17:16
f4bd60f
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Enhancements

  • ENH: return axis when plotting QStatistic, default to equal aspect when plotting PointPattern by @martinfleis in #116

Other Changes

New Contributors

Full Changelog: v2.3.0...v2.4.0

pointpats 2.3.0

07 Mar 17:45
6866863
Compare
Choose a tag to compare

We closed a total of 48 issues (enhancements and bug fixes) through 17 pull requests, since our last release on 2020-07-27.

Issues Closed

  • Update docs for 2.2.0 (#62)
  • Infrastructure (#86)
  • Fix github action for docs building (#97)
  • add packages for building docs in env file (#96)
  • Docs (#95)
  • bump to v2.3.0 (#94)
  • migrate docs from RTD to github page (#92)
  • add github action for release and doc building (#90)
  • handle scipy deprecation (#91)
  • [WIP] Migrate to GitHub Actions for testing (#64)
  • pointpats on conda-forge fails pip check (#80)
  • Documentation for pointpats version 2.2.0 in Google Colab (#76)
  • Move testing to github actions (#63)
  • Deprecated statistics included in the manual (#79)
  • update centrography test for dep induced precision breakage (#69)
  • GHA: fix target (#88)
  • Set up and update infrastructure (#87)
  • Make opencv package optional (#82)
  • pointpats.random not in the API docs (#84)
  • DOC: fix API docs (#85)
  • Cannot import name 'G' from 'pointpats' (/usr/local/lib/python3.7/dist-packages/pointpats/init.py) (#78)
  • remove extra material from ripley.py and source from geometry.py (#74)
  • L or other distance modules are not recognized (#65)
  • Simulation Envelopes, Low & High (#57)
  • Jenv binsize correction is incorrect. (#51)
  • Kenv is very memory inefficient (#52)
  • handle 0-index simplex in delaunay (#73)
  • poisson point process with delaunay missing first triangle (#72)
  • Remove rst file and update setup.py (#61)
  • add pypi maintainer (#60)
  • [ENH] Version bump for 2.2 and pointer to changelog (#59)

Pull Requests

  • Fix github action for docs building (#97)
  • add packages for building docs in env file (#96)
  • Docs (#95)
  • bump to v2.3.0 (#94)
  • migrate docs from RTD to github page (#92)
  • add github action for release and doc building (#90)
  • handle scipy deprecation (#91)
  • [WIP] Migrate to GitHub Actions for testing (#64)
  • update centrography test for dep induced precision breakage (#69)
  • GHA: fix target (#88)
  • Set up and update infrastructure (#87)
  • Make opencv package optional (#82)
  • DOC: fix API docs (#85)
  • remove extra material from ripley.py and source from geometry.py (#74)
  • handle 0-index simplex in delaunay (#73)
  • Remove rst file and update setup.py (#61)
  • [ENH] Version bump for 2.2 and pointer to changelog (#59)

The following individuals contributed to this release:

  • Wei Kang
  • Levi John Wolf
  • James Gaboardi
  • Serge Rey
  • Martin Fleischmann
  • Qiusheng Wu
  • Giovp

pointpats 2.2.0

27 Jul 22:17
ee4e860
Compare
Choose a tag to compare

We closed a total of 34 issues (enhancements and bug fixes) through 16 pull requests, since our last release on 2019-07-01.

Issues Closed

  • make quadrat statistics accept a numpy array as argument (#58)
  • add numba-fied version of skyum code (#56)
  • Ripley numpy (#54)
  • #47 : Added enhancements to mbr in pointpats (#48)
  • intensity estimates for new ripley functions are very incorrect sometimes (#55)
  • (doc) add inline docstring for the equation of L function (#53)
  • (BUG) L function and its Simulation Envelope under the null (CSR) not close to 0 (#44)
  • (bug) fix for calculating rule of thumb (rot) for a point pattern (#46)
  • BUG: fix for K function (#45)
  • (docs) auto display inherited class members (#43)
  • (docs) remove generated rst files (#42)
  • (docs) update docs (#41)
  • Add space time interaction tests (#38)
  • updating dual travis test procdeure (#39)
  • update Readme for v2.1.0 (#37)
  • update setup.py for transition to py36 and py37 (#36)
  • update changelog for releasing v2.1.0 (#35)
  • update setup.py to accommodate the transition to python3.6 and 3.7 (#34)

Pull Requests

  • make quadrat statistics accept a numpy array as argument (#58)
  • add numba-fied version of skyum code (#56)
  • Ripley numpy (#54)
  • #47 : Added enhancements to mbr in pointpats (#48)
  • (doc) add inline docstring for the equation of L function (#53)
  • (bug) fix for calculating rule of thumb (rot) for a point pattern (#46)
  • BUG: fix for K function (#45)
  • (docs) auto display inherited class members (#43)
  • (docs) remove generated rst files (#42)
  • (docs) update docs (#41)
  • Add space time interaction tests (#38)
  • updating dual travis test procdeure (#39)
  • update Readme for v2.1.0 (#37)
  • update setup.py for transition to py36 and py37 (#36)
  • update changelog for releasing v2.1.0 (#35)
  • update setup.py to accommodate the transition to python3.6 and 3.7 (#34)

The following individuals contributed to this release:

  • Serge Rey
  • Levi John Wolf
  • Wei Kang
  • Sugam Srivastava
  • James Gaboardi
  • Hu Shao

pointpats 2.1.0

02 Jul 05:21
4a47d46
Compare
Choose a tag to compare

We closed a total of 27 issues (enhancements and bug fixes) through 13 pull requests, since our last release on 2018-10-30.

Issues Closed

  • update setup.py to accommodate the transition to python3.6 and 3.7 (#34)
  • prepare for release of v2.1.0 (#31)
  • (docs) reference label style (#33)
  • (docs) change the css to accommodate new versions of sphinx and sphinx bootstrap theme (#32)
  • (docs) migrate from readthedocs configuration file v1 to v2 (#30)
  • (docs) updating supported python versions (3.6 and 3.7) in setup.py (#29)
  • doc: edits to notebook (#28)
  • require libpysal>=4.0.0 (#27)
  • README in markdown instead of .rst? (#24)
  • add README.md to resolve issue #24 (#26)
  • fix missing reference labels in rendered sphinx docs (#25)
  • add badges for docs and pypi release (#23)
  • Online docs for pointpats (#22)
  • add changelog for release 2.0.0 (#21)

Pull Requests

  • update setup.py to accommodate the transition to python3.6 and 3.7 (#34)
  • prepare for release of v2.1.0 (#31)
  • (docs) reference label style (#33)
  • (docs) change the css to accommodate new versions of sphinx and sphinx bootstrap theme (#32)
  • (docs) migrate from readthedocs configuration file v1 to v2 (#30)
  • (docs) updating supported python versions (3.6 and 3.7) in setup.py (#29)
  • doc: edits to notebook (#28)
  • require libpysal>=4.0.0 (#27)
  • add README.md to resolve issue #24 (#26)
  • fix missing reference labels in rendered sphinx docs (#25)
  • add badges for docs and pypi release (#23)
  • Online docs for pointpats (#22)
  • add changelog for release 2.0.0 (#21)

pointpats 2.0.0

17 Dec 19:42
731f5fe
Compare
Choose a tag to compare

We closed a total of 16 issues (enhancements and bug fixes) through 8 pull requests, since our last release on 2018-05-18.

Issues Closed

  • remove api.py & adjust notebooks and doctests for changes in libpysal (#19)
  • version pointpats only in pointpats/ini.py (#18)
  • include /tests in the release (#17)
  • configure dual testing (#16)
  • install stable released libpysal for travis testing (#15)
  • force UTF8 encoding for the long description read (#14)
  • Prepare for the release (#13)
  • chore: libpysal is 3 only now so removing travis tests on python 2 (#12)

Pull Requests

  • remove api.py & adjust notebooks and doctests for changes in libpysal (#19)
  • version pointpats only in pointpats/ini.py (#18)
  • include /tests in the release (#17)
  • configure dual testing (#16)
  • install stable released libpysal for travis testing (#15)
  • force UTF8 encoding for the long description read (#14)
  • Prepare for the release (#13)
  • chore: libpysal is 3 only now so removing travis tests on python 2 (#12)

The following individuals contributed to this release:

  • Hu Shao
  • Wei Kang
  • Levi John Wolf

pointpats 1.1.0

18 May 05:34
3cecbf5
Compare
Choose a tag to compare

This release is the first tagged release of pointpats on Github.
Starting from this release, pointpats supports python 3.5 and 3.6 only.

This is a major release incorporating migration to python 3+ and new features. Full details are reported in CHANGELOG.txt.