Skip to content

Releases: pysal/libpysal

Release v4.4.0

31 Jan 21:05
Compare
Choose a tag to compare

Changes

Version 4.4.0 (2021-01-31)

We closed a total of 4 issues (enhancements and bug fixes) through 2 pull requests, since our last release on 2021-01-31.

Issues Closed

  • Adding raster interface to docs API + notebooks (#385)
  • [Doc]: Update raster example notebook and docstrings (#384)

Pull Requests

  • Adding raster interface to docs API + notebooks (#385)
  • [Doc]: Update raster example notebook and docstrings (#384)

The following individuals contributed to this release:

Release v4.3.5

17 Jan 04:06
c91e84d
Compare
Choose a tag to compare

Changes

Version 4.3.5 (2021-01-17)

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

Issues Closed

  • adjust duplicated rst link in README (#381)
  • rst link & syntax issue in README (#380)
  • Correct readme.rst (#379)
  • Troubleshoot release GHA (#378)
  • bump to v4.3.2 for release action (#377)

Pull Requests

  • adjust duplicated rst link in README (#381)
  • Correct readme.rst (#379)
  • Troubleshoot release GHA (#378)
  • bump to v4.3.2 for release action (#377)

The following individuals contributed to this release:

  • Serge Rey

Release v4.3.4

17 Jan 00:06
afb42a2
Compare
Choose a tag to compare

Changes

Version 4.3.4 (2021-01-17)

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

Issues Closed

  • Correct readme.rst (#379)
  • Troubleshoot release GHA (#378)
  • bump to v4.3.2 for release action (#377)

Pull Requests

  • Correct readme.rst (#379)
  • Troubleshoot release GHA (#378)
  • bump to v4.3.2 for release action (#377)

The following individuals contributed to this release:

  • James Gaboardi

Release v4.3.3

16 Jan 23:07
28bb530
Compare
Choose a tag to compare

Changes

Version 4.3.3 (2021-01-16)

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

Issues Closed

  • Troubleshoot release GHA (#378)
  • bump to v4.3.2 for release action (#377)

Pull Requests

  • Troubleshoot release GHA (#378)
  • bump to v4.3.2 for release action (#377)

The following individuals contributed to this release:

Release v4.3.2

16 Jan 22:53
7d71675
Compare
Choose a tag to compare

Changes

Version 4.3.2 (2021-01-16)

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

Issues Closed

  • bump to v4.3.2 for release action (#377)

Pull Requests

  • bump to v4.3.2 for release action (#377)

The following individuals contributed to this release:

Release v4.3.1

20 Dec 21:15
Compare
Choose a tag to compare

Changes

Version 4.3.1 (2020-12-20)

We closed a total of 0 issues (enhancements and bug fixes) through 0 pull requests, since our last release on 2020-12-20.

Issues Closed

Pull Requests

The following individuals contributed to this release:

v4.3.0

28 Jun 18:43
02e1bd0
Compare
Choose a tag to compare

Version 4.3.0 (2020-06-28)

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

Issues Closed

  • Standardize libpysal/examples/*.py docstrings (#294)
  • Fetch (#295)
  • Mac builds seem to take longer — bump up timeout (#273)
  • Voronoi_frames function causes jupyter notebook kernel to die (#281)
  • ENH: allow specific buffer in fuzzy_contiguity (#280)
  • Return alpha option & use pygeos for alphashaping if available (#278)
  • add weights writing as a method on weights. (#276)
  • Docs ci badge (#277)
  • [rough edge] libpysal.examples w/o internet? (#259)
  • removing six from ci (#275)
  • Handle connection errors for remote datasets (#274)
  • examples directory prevents installing with pyInstaller (#263)
  • GH-263: Don't implicitly import examples when importing base library (#264)
  • Error in the internal hack for the Arc_KDTree class inheritance and the KDTree function (#254)
  • GitHub Actions failures (#271)
  • Bugfix (#255)
  • dropping nose in ci/36.yml (#270)
  • Follow-up To Do for GH Actions (#268)
  • Polish up GitHub Action residuals (#269)
  • TEST: turning off 3.6 on github actions (#266)
  • Initializing complete Github Actions CI (#267)
  • fix for issue #153 (#256)
  • DOC: Udpdating citations, minor description editing (#265)
  • Cleaning up weights/weights.py docs (#262)
  • Unused code in weights.from_networkx()? (#261)
  • redirect pysal/#934 to libpysal (#9)
  • defaulting to using the dataframe index as the id set (#35)
  • Handling coincident points in KNN (#23)
  • MGWR_Georgia_example.ipynb fails due to different sample data shapes (#67)
  • Kernel docstring does not mention unique Gaussian kernel behavior (#47)
  • MGWR_Georgia_example.ipynb missing pickle import statement (#69)
  • weights.Voronoi is a function, not a class. (#99)
  • some weights util functions are lost in ini.py (#121)
  • Current weight plot method is time consuming for a large data set (#123)
  • [ENH][WIP] Adding a rasterW to extract W from raster and align values (#150)
  • network kernel weights (#151)
  • Add from_sparse and from_numpy methods, to match the other from_ methods (#173)
  • Weight Object Question (#208)
  • ENH: setting up github actions (#258)
  • deprecate or test shapely_ext (#114)
  • Tests failures under Python 3.8 (#177)
  • Update reqs for tests (#250)
  • Nbdocs (#253)
  • test_fiiter fails on 3.8 but passes on < 3.8 (#249)
  • 3.8 (#251)
  • rebuild docs; (#235)
  • DOC: Fix invalid section headings. (#243)
  • Fix syntax errors (#242)
  • Remove calls to deprecated/removed time.clock. (#240)
  • Fix and simplify filter_adjlist. (#244)
  • set up appveyor or circle ci for multiplatform testing (#219)
  • Nose is unmaintained (#241)
  • Add appveyor badge (#248)
  • Appveyor (#247)
  • correct name for beautifulsoup4 (#239)
  • REL: version bump for bug fix release (#238)
  • test_map breakage due to pandas 1.0 deprecation of ufunc.outer (#236)
  • BUG: ufunc.outer deprecated (#237)

Pull Requests

  • Standardize libpysal/examples/*.py docstrings (#294)
  • Fetch (#295)
  • Mac builds seem to take longer — bump up timeout (#273)
  • ENH: allow specific buffer in fuzzy_contiguity (#280)
  • Return alpha option & use pygeos for alphashaping if available (#278)
  • add weights writing as a method on weights. (#276)
  • Docs ci badge (#277)
  • removing six from ci (#275)
  • Handle connection errors for remote datasets (#274)
  • GH-263: Don't implicitly import examples when importing base library (#264)
  • Bugfix (#255)
  • dropping nose in ci/36.yml (#270)
  • Polish up GitHub Action residuals (#269)
  • Initializing complete Github Actions CI (#267)
  • DOC: Udpdating citations, minor description editing (#265)
  • Cleaning up weights/weights.py docs (#262)
  • ENH: setting up github actions (#258)
  • Update reqs for tests (#250)
  • Nbdocs (#253)
  • 3.8 (#251)
  • DOC: Fix invalid section headings. (#243)
  • Fix syntax errors (#242)
  • Fix and simplify filter_adjlist. (#244)
  • Appveyor (#247)
  • correct name for beautifulsoup4 (#239)
  • REL: version bump for bug fix release (#238)
  • BUG: ufunc.outer deprecated (#237)

The following individuals contributed to this release:

  • Serge Rey
  • James Gaboardi
  • Martin Fleischmann
  • Dani Arribas-Bel
  • Levi John Wolf
  • Bryan Bennett
  • Jeffery Sauer
  • Elliott Sales De Andrade
  • Joshua Wagner

v4.2.2

01 Feb 18:25
Compare
Choose a tag to compare

Version 4.2.2 (2020-02-01)

This is a bug fix release.

We closed a total of 32 issues (enhancements and bug fixes) through 12 pull requests, since our last release on 2020-01-04.

Issues Closed

  • test_map breakage due to pandas 1.0 deprecation of ufunc.outer (#236)
  • BUG: ufunc.outer deprecated (#237)
  • raise warning when islands are used in to_adjlist (#230)
  • Some example datasets are missing documentation (#113)
  • DOC: Cleaning up docs and docsr for tutorial (#229)
  • to_adjlist(remove_symmetric=True) fails on string-indexed weights. (#165)
  • AttributeError: 'Queen' object has no attribute 'silent_island_warning' (#204)
  • 4.2.1 (#226)
  • Revert "4.2.1" (#228)
  • 4.2.1 (#227)
  • DOC: images for notebooks (#225)
  • 4.2.1 (#224)
  • 4.2.1 (#223)
  • duplicate pypi package badge (#221)
  • 4.2.1 (#222)
  • REL: 4.2.1 (#220)
  • libpysal 4.2.0 won't import on Windows (#214)
  • libpysal 4.2.0 Windows import issue (#215)
  • Constructing contiguity spatial weights using from_dataframe and from_shapefile could give different results (#212)
  • fix bug 212 (#213)

v4.2.0

14 Dec 19:53
Compare
Choose a tag to compare

Changes

Version 4.2.0 (2019-12-14)

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

Issues Closed

  • Updating requirements (#211)
  • Big tarball (#174)
  • Fetch (#176)
  • metadata for examples (#125)
  • DOC: math rendering in sphinx, and members included for W (#209)
  • (docs) automatically generate docstrings for class members (#210)
  • (docs) keep file .nojekyll in docs when syncing between docs/ and docsrc/_build/html/ (#207)
  • (bug) replace silent_island_warning with silence_warnings for weights (#206)
  • Documentation does not work (#205)
  • updating cg.standalone.distance_matrix docs (#203)
  • error message in cg.standalone.distance_matrix() (#195)
  • improved docs in io.util.shapefile (#202)
  • [ENH] moving jit import to common.py / improve documentation (#201)
  • rearrange shapely import in cg.alpha_shapes (#199)
  • fix quasi-redundant import of shapely (#200)
  • Remove more relics (from pre-reorg PySAL) (#196)
  • [BUG] alpha_shapes/shapely import error (#197)
  • [BUG] correcting shapely import bug (#198)
  • README.txt refers to pre-reorg PySAL (#194)
  • remove distribute_setup.py? (#147)
  • requires() decorator for libpysal.cg.alpha_shapes (#128)
  • decorating functions with requires() (#129)
  • [WIP] removing unused relics (#193)
  • necessity of libpysal.common.iteritems()? (#191)
  • removing iteritems decorator (#192)
  • Voronoi results in weights of different shape than input points (#189)
  • BUG: alpha_shape_auto can fail to contain all points in the set. (#190)
  • WSP(sparse).to_W() has arrays in weights,neighbors dictionaries, rather than lists. (#185)
  • Cast arrays as lists (Issue 185) (#186)
  • BUG: Update for geopandas use of GeometryArray (#188)
  • Updated documentation error (link incorrectly specified) in README.rst (#187)
  • Docs: badges for pypi (#182)
  • development guidelines link failure (#178)
  • DOCS: moving off rtd (#181)
  • REL 4.1.1 bf release (#180)
  • BUG: Updating manifest for additional requirements files (#179)

Pull Requests

  • Updating requirements (#211)
  • Fetch (#176)
  • (docs) automatically generate docstrings for class members (#210)
  • (docs) keep file .nojekyll in docs when syncing between docs/ and docsrc/_build/html/ (#207)
  • (bug) replace silent_island_warning with silence_warnings for weights (#206)
  • updating cg.standalone.distance_matrix docs (#203)
  • improved docs in io.util.shapefile (#202)
  • [ENH] moving jit import to common.py / improve documentation (#201)
  • fix quasi-redundant import of shapely (#200)
  • Remove more relics (from pre-reorg PySAL) (#196)
  • decorating functions with requires() (#129)
  • [WIP] removing unused relics (#193)
  • removing iteritems decorator (#192)
  • BUG: alpha_shape_auto can fail to contain all points in the set. (#190)
  • Cast arrays as lists (Issue 185) (#186)
  • BUG: Update for geopandas use of GeometryArray (#188)
  • Updated documentation error (link incorrectly specified) in README.rst (#187)
  • Docs: badges for pypi (#182)
  • DOCS: moving off rtd (#181)
  • REL 4.1.1 bf release (#180)
  • BUG: Updating manifest for additional requirements files (#179)

The following individuals contributed to this release:

  • Serge Rey
  • Wei Kang
  • James Gaboardi
  • Levi John Wolf
  • Siddharths8212376

v4.2.1

04 Jan 16:21
5e9cbc7
Compare
Choose a tag to compare

Version 4.2.1 (2020-01-04)

This is a bug fix release.

We closed a total of 14 issues (enhancements and bug fixes) through 5 pull requests, since our last release on 2019-12-14.

Issues Closed

  • libpysal 4.2.0 won't import on Windows (#214)
  • libpysal 4.2.0 Windows import issue (#215)
  • Constructing contiguity spatial weights using from_dataframe and from_shapefile could give different results (#212)
  • fix bug 212 (#213)
  • alpha_shapes docs not rendering (#216)
  • corrected docstrings in cg.alpha_shapes.py (#217)
  • Updating requirements (#211)
  • Big tarball (#174)
  • Fetch (#176)

Pull Requests

  • libpysal 4.2.0 Windows import issue (#215)
  • fix bug 212 (#213)
  • corrected docstrings in cg.alpha_shapes.py (#217)
  • Updating requirements (#211)
  • Fetch (#176)

The following individuals contributed to this release:

  • Serge Rey
  • James Gaboardi
  • Levi John Wolf