Recent Releases of libpysal

libpysal - v4.13.0

What's Changed

Bug Fixes

  • Fix for Graph.describe() when the graph has a string index (#759) by @u3ks in https://github.com/pysal/libpysal/pull/760
  • BUG: ensure validity of polygons in voronoi_frames by @martinfleis in https://github.com/pysal/libpysal/pull/780 ### Enhancements
  • Add exponential kernel to Graph by @knaaptime in https://github.com/pysal/libpysal/pull/761
  • ENH: ensure lag_spatial is compatible with both W and Graph by @martinfleis in https://github.com/pysal/libpysal/pull/765 ### Maintenance
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pysal/libpysal/pull/767
  • COMPAT: h3 v4 compatibility by @martinfleis in https://github.com/pysal/libpysal/pull/768 ### Other Changes
  • DOC: W to g guide prune and typos by @sjsrey in https://github.com/pysal/libpysal/pull/758
  • TST: ignore neatnet in reverse dependency testing by @martinfleis in https://github.com/pysal/libpysal/pull/771
  • COMPAT: tackle numpy row_stack deprecation by @martinfleis in https://github.com/pysal/libpysal/pull/773
  • add union fallback to voronoi_frames by @martinfleis in https://github.com/pysal/libpysal/pull/777

Full Changelog: https://github.com/pysal/libpysal/compare/v4.12.0...v4.13.0

- Python
Published by github-actions[bot] 11 months ago

libpysal - v4.12.1

Full Changelog: https://github.com/pysal/libpysal/compare/v4.12.0...v4.12.1

- Python
Published by github-actions[bot] over 1 year ago

libpysal - v4.12.0

What's Changed

Bug Fixes

  • BUG: fix handling of non-isolate self-weights of 0 and order preservation by @martinfleis in https://github.com/pysal/libpysal/pull/743
  • BUG: fix categorical lag for custom index by @martinfleis in https://github.com/pysal/libpysal/pull/746
  • fix higher_order contiguity including lower order by @martinfleis in https://github.com/pysal/libpysal/pull/739 ### Enhancements
  • ENH: use representative_point instead of centroid in Graph plotting by @martinfleis in https://github.com/pysal/libpysal/pull/737
  • ENH: add index_pairs to Graph by @martinfleis in https://github.com/pysal/libpysal/pull/752
  • ENH: add Graph.summary with s0, s1, s2 and similar properties to Graph by @martinfleis in https://github.com/pysal/libpysal/pull/742
  • ENH: add xarray interface to Graph by @martinfleis in https://github.com/pysal/libpysal/pull/740
  • add graph from travel network by @knaaptime in https://github.com/pysal/libpysal/pull/755
  • exposing mapping_distance in travel builder by @knaaptime in https://github.com/pysal/libpysal/pull/756 ### Maintenance
  • COMPAT: fix numpy 2.0 incompatibility by @martinfleis in https://github.com/pysal/libpysal/pull/723
  • Use importlib to implement simport by @QuLogic in https://github.com/pysal/libpysal/pull/729
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pysal/libpysal/pull/736 ### Other Changes
  • ENH: pass kwargs to buffer in fuzzy_contiguity by @martinfleis in https://github.com/pysal/libpysal/pull/720
  • inserted chicagoSDOH as sample data by @lanselin in https://github.com/pysal/libpysal/pull/721
  • COMPAT: ensure argsort output has a stable order in numpy 2 by @martinfleis in https://github.com/pysal/libpysal/pull/725
  • DOC: Remove unused mkdocs-jupyter dependency by @QuLogic in https://github.com/pysal/libpysal/pull/727
  • DOC: Fix a couple Sphinx warnings by @QuLogic in https://github.com/pysal/libpysal/pull/728
  • Use fixtures for test data that uses the network by @QuLogic in https://github.com/pysal/libpysal/pull/726
  • CI: ignore spvcm, add osmnx to env, xfail stuff out of control in reverse dep testing by @martinfleis in https://github.com/pysal/libpysal/pull/731
  • CI: do not xfail momepy in reverse checks by @martinfleis in https://github.com/pysal/libpysal/pull/732
  • test against intel & apple silicon by @jGaboardi in https://github.com/pysal/libpysal/pull/744
  • added examples to graph by @Kryndlea in https://github.com/pysal/libpysal/pull/745
  • ensure that Graph.repr fits to 80 characters by @martinfleis in https://github.com/pysal/libpysal/pull/747
  • adjust CI env name & add Graph to README by @jGaboardi in https://github.com/pysal/libpysal/pull/751
  • make asymmetry computation in Graph summary optional by @martinfleis in https://github.com/pysal/libpysal/pull/753
  • DOC: move Graph from experimental to stable API by @martinfleis in https://github.com/pysal/libpysal/pull/754
  • W to g guide by @sjsrey in https://github.com/pysal/libpysal/pull/733
  • W to g guide by @sjsrey in https://github.com/pysal/libpysal/pull/757

New Contributors

  • @lanselin made their first contribution in https://github.com/pysal/libpysal/pull/721

Full Changelog: https://github.com/pysal/libpysal/compare/v4.11.0...v4.12.0

- Python
Published by github-actions[bot] over 1 year ago

libpysal - v4.12.0rc1

What's Changed

Bug Fixes

  • BUG: fix handling of non-isolate self-weights of 0 and order preservation by @martinfleis in https://github.com/pysal/libpysal/pull/743
  • BUG: fix categorical lag for custom index by @martinfleis in https://github.com/pysal/libpysal/pull/746
  • fix higher_order contiguity including lower order by @martinfleis in https://github.com/pysal/libpysal/pull/739 ### Enhancements
  • ENH: use representative_point instead of centroid in Graph plotting by @martinfleis in https://github.com/pysal/libpysal/pull/737
  • ENH: add index_pairs to Graph by @martinfleis in https://github.com/pysal/libpysal/pull/752
  • ENH: add Graph.summary with s0, s1, s2 and similar properties to Graph by @martinfleis in https://github.com/pysal/libpysal/pull/742
  • ENH: add xarray interface to Graph by @martinfleis in https://github.com/pysal/libpysal/pull/740 ### Maintenance
  • COMPAT: fix numpy 2.0 incompatibility by @martinfleis in https://github.com/pysal/libpysal/pull/723
  • Use importlib to implement simport by @QuLogic in https://github.com/pysal/libpysal/pull/729
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pysal/libpysal/pull/736 ### Other Changes
  • ENH: pass kwargs to buffer in fuzzy_contiguity by @martinfleis in https://github.com/pysal/libpysal/pull/720
  • inserted chicagoSDOH as sample data by @lanselin in https://github.com/pysal/libpysal/pull/721
  • COMPAT: ensure argsort output has a stable order in numpy 2 by @martinfleis in https://github.com/pysal/libpysal/pull/725
  • DOC: Remove unused mkdocs-jupyter dependency by @QuLogic in https://github.com/pysal/libpysal/pull/727
  • DOC: Fix a couple Sphinx warnings by @QuLogic in https://github.com/pysal/libpysal/pull/728
  • Use fixtures for test data that uses the network by @QuLogic in https://github.com/pysal/libpysal/pull/726
  • CI: ignore spvcm, add osmnx to env, xfail stuff out of control in reverse dep testing by @martinfleis in https://github.com/pysal/libpysal/pull/731
  • CI: do not xfail momepy in reverse checks by @martinfleis in https://github.com/pysal/libpysal/pull/732
  • test against intel & apple silicon by @jGaboardi in https://github.com/pysal/libpysal/pull/744
  • added examples to graph by @Kryndlea in https://github.com/pysal/libpysal/pull/745
  • ensure that Graph.repr fits to 80 characters by @martinfleis in https://github.com/pysal/libpysal/pull/747
  • adjust CI env name & add Graph to README by @jGaboardi in https://github.com/pysal/libpysal/pull/751
  • make asymmetry computation in Graph summary optional by @martinfleis in https://github.com/pysal/libpysal/pull/753
  • DOC: move Graph from experimental to stable API by @martinfleis in https://github.com/pysal/libpysal/pull/754

New Contributors

  • @lanselin made their first contribution in https://github.com/pysal/libpysal/pull/721

Full Changelog: https://github.com/pysal/libpysal/compare/v4.11.0...v4.12.0rc1

- Python
Published by github-actions[bot] over 1 year ago

libpysal - v4.11.0

What's Changed

Bug Fixes

  • Work around GEOS issue in voronoi_frames by @martinfleis in https://github.com/pysal/libpysal/pull/693
  • BUG: misaligned weights in the gabriel graph by @martinfleis in https://github.com/pysal/libpysal/pull/709 ### Enhancements
  • REF: refactor Graph.to_W to avoid perf bottleneck by @martinfleis in https://github.com/pysal/libpysal/pull/691
  • PERF: don't build coincident lookup if not needed by @martinfleis in https://github.com/pysal/libpysal/pull/710
  • ENH: add Graph.build_h3 by @martinfleis in https://github.com/pysal/libpysal/pull/694
  • ENH: Graph IO to classic weights file formats by @martinfleis in https://github.com/pysal/libpysal/pull/698
  • ENH: include Graph.describe() to describe neighbourhood values by @u3ks in https://github.com/pysal/libpysal/pull/717
  • ENH: implement Graph.repr by @martinfleis in https://github.com/pysal/libpysal/pull/711 ### Maintenance
  • COMPAT: compatibility with pandas 3 by @martinfleis in https://github.com/pysal/libpysal/pull/692
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pysal/libpysal/pull/696 ### Other Changes
  • DOC: clarify the requirements of the canonical sorting of Graph index by @martinfleis in https://github.com/pysal/libpysal/pull/700
  • DOC: add example to Graph.to_W by @martinfleis in https://github.com/pysal/libpysal/pull/701
  • DOC: add examples to buildblockcontiguity by @dancejod in https://github.com/pysal/libpysal/pull/702
  • DOC: Add examples to builddistanceband by @novotny-marek in https://github.com/pysal/libpysal/pull/705
  • Added examples to fromdicts and buildknn. by @Kryndlea in https://github.com/pysal/libpysal/pull/704
  • DOC: add examples to buildcontiguity and buildtriangulation by @lisawink in https://github.com/pysal/libpysal/pull/703
  • REF: minor performance improvements in Graph by @martinfleis in https://github.com/pysal/libpysal/pull/697
  • add back numba in Py312 tests by @jGaboardi in https://github.com/pysal/libpysal/pull/708
  • Refactor handling of coincident points in triangulation by @martinfleis in https://github.com/pysal/libpysal/pull/714
  • PERF: sorting-related improvements in Graph by @martinfleis in https://github.com/pysal/libpysal/pull/715
  • Categorical spatial lag using the Graph by @sjsrey in https://github.com/pysal/libpysal/pull/716
  • COMPAT: remove typing from Graph.describe by @martinfleis in https://github.com/pysal/libpysal/pull/719
  • Add timeout in request to handle off-line use cases in examples by @sjsrey in https://github.com/pysal/libpysal/pull/718

New Contributors

  • @dancejod made their first contribution in https://github.com/pysal/libpysal/pull/702
  • @novotny-marek made their first contribution in https://github.com/pysal/libpysal/pull/705
  • @Kryndlea made their first contribution in https://github.com/pysal/libpysal/pull/704
  • @lisawink made their first contribution in https://github.com/pysal/libpysal/pull/703
  • @u3ks made their first contribution in https://github.com/pysal/libpysal/pull/717

Full Changelog: https://github.com/pysal/libpysal/compare/v4.10...v4.11.0

- Python
Published by github-actions[bot] over 1 year ago

libpysal - v4.10

What's Changed

Bug Fixes

  • TST: avoid using GeoDa Columbus from geodatasets by @martinfleis in https://github.com/pysal/libpysal/pull/673 ### Enhancements
  • ENH: add subgraph method to Graph to get subsets by @martinfleis in https://github.com/pysal/libpysal/pull/640
  • fast-path for initialisation of Graph for adjacency that is known to be sorted by @martinfleis in https://github.com/pysal/libpysal/pull/635
  • support cliques as a resolver of coincident points in Graph by @knaaptime in https://github.com/pysal/libpysal/pull/647
  • ENH: Graph.eliminate_zeros, refactor isolates by @martinfleis in https://github.com/pysal/libpysal/pull/634
  • ENH: include assignselfweight (formerly fill_diagonal) in Graph by @martinfleis in https://github.com/pysal/libpysal/pull/670
  • ENH: add Graph.apply, Graph.aggregate and allow callable as transformation in transform by @martinfleis in https://github.com/pysal/libpysal/pull/676
  • Matching by @ljwolf in https://github.com/pysal/libpysal/pull/666
  • ENH: geometry agnostic Voronoi based on shapely by @martinfleis in https://github.com/pysal/libpysal/pull/678 ### Maintenance
  • lint & format io/iohandlers{a-d}.py by @jGaboardi in https://github.com/pysal/libpysal/pull/637
  • lint & format io/iohandlers{g-m}.py by @jGaboardi in https://github.com/pysal/libpysal/pull/638
  • lint & format io/iohandlers{p-s}.py by @jGaboardi in https://github.com/pysal/libpysal/pull/641
  • lint & format io/iohandlers{t-w}.py by @jGaboardi in https://github.com/pysal/libpysal/pull/642
  • lint & format io/iohandlers/tests/*.py by @jGaboardi in https://github.com/pysal/libpysal/pull/643
  • lint & format io/{tests, util}/*.py part 1 by @jGaboardi in https://github.com/pysal/libpysal/pull/644
  • lint & format io/{tests, util}/*.py part 2 by @jGaboardi in https://github.com/pysal/libpysal/pull/645
  • lint & format – io/iohandlers/* by @jGaboardi in https://github.com/pysal/libpysal/pull/630
  • lint & format io/{tests, util}/*.py part 3 by @jGaboardi in https://github.com/pysal/libpysal/pull/646
  • lint & format weights/*.py part 1 by @jGaboardi in https://github.com/pysal/libpysal/pull/648
  • lint & format weights/*.py part 2 by @jGaboardi in https://github.com/pysal/libpysal/pull/650
  • lint & format weights/*.py part 3 by @jGaboardi in https://github.com/pysal/libpysal/pull/651
  • lint & format weights/*.py part 4 by @jGaboardi in https://github.com/pysal/libpysal/pull/652
  • lint & format weights/*.py part 5 by @jGaboardi in https://github.com/pysal/libpysal/pull/653
  • lint & format weights/*.py part 6 by @jGaboardi in https://github.com/pysal/libpysal/pull/654
  • lint & format weights/*.py part 7 by @jGaboardi in https://github.com/pysal/libpysal/pull/655
  • lint & format weights/*.py part 8 by @jGaboardi in https://github.com/pysal/libpysal/pull/658
  • revisit cg/*.py for missed lint & format by @jGaboardi in https://github.com/pysal/libpysal/pull/659
  • correct in-line ruff syntax by @jGaboardi in https://github.com/pysal/libpysal/pull/660
  • final lint/format run through & update pre-commit by @jGaboardi in https://github.com/pysal/libpysal/pull/661
  • Formatting via ruff by @jGaboardi in https://github.com/pysal/libpysal/pull/662
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pysal/libpysal/pull/671
  • CI: partially resolve reverse dep testing issues by @martinfleis in https://github.com/pysal/libpysal/pull/682 ### Other Changes
  • GHA: allow multi-core testing again by @martinfleis in https://github.com/pysal/libpysal/pull/636
  • GHA: include reverse dependency testing by @martinfleis in https://github.com/pysal/libpysal/pull/639
  • DOC: include docstring in matching by @martinfleis in https://github.com/pysal/libpysal/pull/680
  • update chat links: gitter >> discord by @jGaboardi in https://github.com/pysal/libpysal/pull/679
  • TST: resolve FutureWarnings in graph apply tests by @martinfleis in https://github.com/pysal/libpysal/pull/686
  • REF: remove usage of deprecated cascaded_union by @martinfleis in https://github.com/pysal/libpysal/pull/685

New Contributors

  • @pre-commit-ci made their first contribution in https://github.com/pysal/libpysal/pull/671

Full Changelog: https://github.com/pysal/libpysal/compare/v4.9.2...v4.10

- Python
Published by github-actions[bot] almost 2 years ago

libpysal - v4.8.1

Full Changelog: https://github.com/pysal/libpysal/compare/v4.8.0...v4.8.1

- Python
Published by github-actions[bot] over 2 years ago

libpysal - v4.8.1rc1

Full Changelog: https://github.com/pysal/libpysal/compare/v4.8.0...v4.8.1rc1

- Python
Published by github-actions[bot] over 2 years ago

libpysal - v4.9.2

What's Changed

Maintenance

  • remove xarray as hard dependency by @jGaboardi in https://github.com/pysal/libpysal/pull/629

Full Changelog: https://github.com/pysal/libpysal/compare/v4.9.1...v4.9.2

- Python
Published by github-actions[bot] over 2 years ago

libpysal - v4.9.1

What's Changed

Other Changes

  • pass kwargs to explore by @martinfleis in https://github.com/pysal/libpysal/pull/627

Full Changelog: https://github.com/pysal/libpysal/compare/v4.9.0...v4.9.1

- Python
Published by github-actions[bot] over 2 years ago

libpysal - v4.9.0

What's Changed

Bug Fixes

  • fix fileio regression by @jGaboardi in https://github.com/pysal/libpysal/pull/625 ### Enhancements
  • ENH: explore method for graph by @knaaptime in https://github.com/pysal/libpysal/pull/617 ### Maintenance
  • CI against Python 3.12 by @jGaboardi in https://github.com/pysal/libpysal/pull/585
  • MAINT: dealing with sqlalchemy & geomet by @jGaboardi in https://github.com/pysal/libpysal/pull/592
  • convert README to markdown by @jGaboardi in https://github.com/pysal/libpysal/pull/598
  • begin the repo linting by @jGaboardi in https://github.com/pysal/libpysal/pull/597
  • remove test_NameSpace.py by @jGaboardi in https://github.com/pysal/libpysal/pull/600
  • TST: convert unittests to pytest by @martinfleis in https://github.com/pysal/libpysal/pull/601
  • remove redundant .coveragerc by @jGaboardi in https://github.com/pysal/libpysal/pull/604
  • lint ./examples/* by @jGaboardi in https://github.com/pysal/libpysal/pull/607
  • ./cg/*.py – format, lint, & remove docstring spaces by @jGaboardi in https://github.com/pysal/libpysal/pull/608
  • format, lint, numpydoc – cg/ops/*.py by @jGaboardi in https://github.com/pysal/libpysal/pull/610
  • format & lint – cg/ops/tests*.py by @jGaboardi in https://github.com/pysal/libpysal/pull/611
  • format & lint – cg/tests/*.py by @jGaboardi in https://github.com/pysal/libpysal/pull/614
  • lint graph/base.py by @jGaboardi in https://github.com/pysal/libpysal/pull/615
  • lint graph/_*.py by @jGaboardi in https://github.com/pysal/libpysal/pull/618
  • lint & format graph/tests/*.py by @jGaboardi in https://github.com/pysal/libpysal/pull/619
  • lint & format io/*.py by @jGaboardi in https://github.com/pysal/libpysal/pull/620
  • lint & format – io/geotable/* by @jGaboardi in https://github.com/pysal/libpysal/pull/622 ### Other Changes
  • Delay example data dir creation, add fallback for unwriteable $HOME by @fbdtemme in https://github.com/pysal/libpysal/pull/583
  • manual trigger for CI by @jGaboardi in https://github.com/pysal/libpysal/pull/584
  • avoid couldbeisomorphic on nx 3.2 by @martinfleis in https://github.com/pysal/libpysal/pull/586
  • vectorize centroid in W.plot by @martinfleis in https://github.com/pysal/libpysal/pull/465
  • MAINT: avoid most of the warnings coming from dev CI by @martinfleis in https://github.com/pysal/libpysal/pull/591
  • Print spatial versions in CI by @jGaboardi in https://github.com/pysal/libpysal/pull/613
  • ENH: add vectorized plotting to Graph by @martinfleis in https://github.com/pysal/libpysal/pull/593
  • fix index check for precomputed graph distances by @knaaptime in https://github.com/pysal/libpysal/pull/616
  • TST: ignore pandas dev blockmanager warnings by @martinfleis in https://github.com/pysal/libpysal/pull/621

New Contributors

  • @fbdtemme made their first contribution in https://github.com/pysal/libpysal/pull/583

Full Changelog: https://github.com/pysal/libpysal/compare/v4.8.0...v4.9.0

- Python
Published by github-actions[bot] over 2 years ago

libpysal - v4.8.0

What's Changed

Bug Fixes

  • fix indexing issue with adjlist construction by @ljwolf in https://github.com/pysal/libpysal/pull/528
  • custom ids for W.asymmetry (#540) by @jGaboardi in https://github.com/pysal/libpysal/pull/543 ### Enhancements
  • TST: fix tests of the Graph class by @martinfleis in https://github.com/pysal/libpysal/pull/541
  • graph.Graph build_* constructors by @martinfleis in https://github.com/pysal/libpysal/pull/542 ### Maintenance
  • drop 3.7 support by @jGaboardi in https://github.com/pysal/libpysal/pull/502
  • set nopython=True in jit in alpha shapes by @martinfleis in https://github.com/pysal/libpysal/pull/560
  • overhaul infrastructure by @knaaptime in https://github.com/pysal/libpysal/pull/579 ### Other Changes
  • Add start of workbench notebook by @darribas in https://github.com/pysal/libpysal/pull/392
  • xarray geograph implementation by @ljwolf in https://github.com/pysal/libpysal/pull/395
  • Expand weights benchmark by @martinfleis in https://github.com/pysal/libpysal/pull/398
  • Draft of adjacency table as df by @sjsrey in https://github.com/pysal/libpysal/pull/397
  • Fix warnings from Sphinx by @QuLogic in https://github.com/pysal/libpysal/pull/492
  • Fix Linux user path test by @QuLogic in https://github.com/pysal/libpysal/pull/491
  • Implements W.from_WSP by @sjsrey in https://github.com/pysal/libpysal/pull/496
  • ENH: add W.tosparse W.fromsparse by @sjsrey in https://github.com/pysal/libpysal/pull/498
  • Remove automatic polling of remotes by @sjsrey in https://github.com/pysal/libpysal/pull/504
  • API: Change the handling of IDs in from_dataframe constructors by @martinfleis in https://github.com/pysal/libpysal/pull/477
  • Remove sklearn dependency by @sjsrey in https://github.com/pysal/libpysal/pull/509
  • Removing internal use of idorder in toadjlist by @sjsrey in https://github.com/pysal/libpysal/pull/510
  • Handle setindex properly in toadjlist by @sjsrey in https://github.com/pysal/libpysal/pull/511
  • CI: revamp CI matrix and set bump minimal requirements by @martinfleis in https://github.com/pysal/libpysal/pull/521
  • REF: use shapely 2 instead of pygeos by @martinfleis in https://github.com/pysal/libpysal/pull/523
  • TST: fix sparse instance assertion by @martinfleis in https://github.com/pysal/libpysal/pull/532
  • BUG: fix weights plotting by @martinfleis in https://github.com/pysal/libpysal/pull/533
  • BUG: fix WSP2W weights casting by @martinfleis in https://github.com/pysal/libpysal/pull/539
  • Test graph class by @martinfleis in https://github.com/pysal/libpysal/pull/536
  • Explicitly set nopython=False in numba.jit by @robna in https://github.com/pysal/libpysal/pull/535
  • Geographs _triangulation weights by @sjsrey in https://github.com/pysal/libpysal/pull/537
  • clarify Graph.asymmetry() docstring by @jGaboardi in https://github.com/pysal/libpysal/pull/546
  • expand graph.Graph constructors and other functionality by @martinfleis in https://github.com/pysal/libpysal/pull/544
  • CI/COMPAT: update CI actions and dev channel setup, fix scipy compatibility by @martinfleis in https://github.com/pysal/libpysal/pull/550
  • BUG: fix Graph.to_W by @martinfleis in https://github.com/pysal/libpysal/pull/551
  • Intercept Coincident points by @ljwolf in https://github.com/pysal/libpysal/pull/548
  • fix piping of constructors to Graph after #548 by @martinfleis in https://github.com/pysal/libpysal/pull/553
  • tests for clique policy in triangulation weights by @sjsrey in https://github.com/pysal/libpysal/pull/552
  • Coindicent tests by @martinfleis in https://github.com/pysal/libpysal/pull/554
  • adjacency as mutliindex series by @martinfleis in https://github.com/pysal/libpysal/pull/557
  • add from_adjacency and handle sorting by @knaaptime in https://github.com/pysal/libpysal/pull/555
  • minor cleanups of geographs by @martinfleis in https://github.com/pysal/libpysal/pull/559
  • perimeter weights, fix kernel, set_ops by @martinfleis in https://github.com/pysal/libpysal/pull/561
  • Geographs by @ljwolf in https://github.com/pysal/libpysal/pull/563
  • remove conftest.py in graph tests by @jGaboardi in https://github.com/pysal/libpysal/pull/565
  • finalise contiguity graph builders by @martinfleis in https://github.com/pysal/libpysal/pull/566
  • implement fuzzy contiguity on Graph by @martinfleis in https://github.com/pysal/libpysal/pull/564
  • Update test_contiguity.py – minor typos by @jGaboardi in https://github.com/pysal/libpysal/pull/567
  • Revert "Bump codecov/codecov-action from 3 to 4" by @jGaboardi in https://github.com/pysal/libpysal/pull/570
  • BUG: fix graph kernel builder when kernel returns zero by @martinfleis in https://github.com/pysal/libpysal/pull/569
  • DOC: add Graph to API docs by @martinfleis in https://github.com/pysal/libpysal/pull/572
  • finalise kernel constructors in graph by @martinfleis in https://github.com/pysal/libpysal/pull/571
  • triangulation tests + better ci setup by @martinfleis in https://github.com/pysal/libpysal/pull/574
  • implement set ops and to_networkx by @martinfleis in https://github.com/pysal/libpysal/pull/575
  • TST: properly skip isomorphic test by @martinfleis in https://github.com/pysal/libpysal/pull/576
  • implement higher_order, components via sparse.matrix by @martinfleis in https://github.com/pysal/libpysal/pull/577
  • GHA: update release action by @martinfleis in https://github.com/pysal/libpysal/pull/578
  • Update release action, etc. to prep for v4.8.0 by @jGaboardi in https://github.com/pysal/libpysal/pull/580
  • README is rst, not md --> update pyproject.toml by @jGaboardi in https://github.com/pysal/libpysal/pull/581

New Contributors

  • @robna made their first contribution in https://github.com/pysal/libpysal/pull/535

Full Changelog: https://github.com/pysal/libpysal/compare/v4.7.0...v4.8.0

- Python
Published by github-actions[bot] over 2 years ago

libpysal - v4.8.0rc2

What's Changed

Maintenance

  • overhaul infrastructure by @knaaptime in https://github.com/pysal/libpysal/pull/579 ### Other Changes
  • GHA: update release action by @martinfleis in https://github.com/pysal/libpysal/pull/578
  • Update release action, etc. to prep for v4.8.0 by @jGaboardi in https://github.com/pysal/libpysal/pull/580
  • README is rst, not md --> update pyproject.toml by @jGaboardi in https://github.com/pysal/libpysal/pull/581

Full Changelog: https://github.com/pysal/libpysal/compare/v4.8.0rc1...v4.8.0rc2

- Python
Published by github-actions[bot] over 2 years ago

libpysal - Release v4.8.0rc1

Changes

Version 4.8.0rc1 (2023-09-29)

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

Issues Closed

  • implement higher_order, components via sparse.matrix (#577)

Pull Requests

  • implement higher_order, components via sparse.matrix (#577)

The following individuals contributed to this release:

- Python
Published by github-actions[bot] over 2 years ago

libpysal - Release v4.7.0

Changes

Version 4.7.0 (2022-11-17)

We closed a total of 3 issues (enhancements and bug fixes) through 1 pull requests, since our last release on 2022-11-15.

Issues Closed

  • address ShapelyDeprecationWarning The 'type' attribute is... (#487)
  • type vs. geom_type with shapely (#488)

Pull Requests

  • type vs. geom_type with shapely (#488)

The following individuals contributed to this release:

- Python
Published by github-actions[bot] over 3 years ago

libpysal - Release v4.6.2

Changes

Version 4.6.2 (2022-03-03)

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

Issues Closed

  • revert shapely hard dependecy (#454)
  • Shapely Dependancy Added (#453)
  • [WIP] Filter holes from alpha shape returns (#457)

Pull Requests

  • revert shapely hard dependecy (#454)
  • [WIP] Filter holes from alpha shape returns (#457)

The following individuals contributed to this release:

- Python
Published by github-actions[bot] almost 4 years ago

libpysal - Release v4.6.1

Changes

Version 4.6.1 (2022-03-03)

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

Issues Closed

  • Filter holes from alpha shape returns (#457)

Pull Requests

  • Filter holes from alpha shape returns (#457)

The following individuals contributed to this release: - @ljwolf - @martinfleis - @cornhundred

- Python
Published by github-actions[bot] almost 4 years ago

libpysal - Release v4.6.0

Changes

Version 4.6.0 (2022-01-23)

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

Issues Closed

  • DOCS: Gabriel and related enhancements (#450)
  • DOC: Update docs for Gabriel and related enhancements (#449)
  • Gabriel docs (#448)
  • add gabriel weights and more performant voronoi generation (#438)
  • ENH: Moving to appdirs for example storage (#442)

Pull Requests

  • DOCS: Gabriel and related enhancements (#450)
  • add gabriel weights and more performant voronoi generation (#438)
  • ENH: Moving to appdirs for example storage (#442)

The following individuals contributed to this release:

  • Serge Rey

- Python
Published by sjsrey about 4 years ago

libpysal - Release v4.5.1.post2

Changes

Version 4.5.1 (2021-06-27)

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

Issues Closed

  • classify repo as Python (#415)
  • Update unittests, etc (#413)
  • add docs action workflow (#389)
  • Return a dataframe with info on available datasets (#411)
  • Add missing endianness in WK1 reader. (#412)

Pull Requests

  • classify repo as Python (#415)
  • Update unittests, etc (#413)
  • add docs action workflow (#389)
  • Return a dataframe with info on available datasets (#411)
  • Add missing endianness in WK1 reader. (#412)

The following individuals contributed to this release:

- Python
Published by github-actions[bot] over 4 years ago

libpysal - Release v4.5.0.post1

Changes

Version 4.5.0 (2021-06-27)

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

Issues Closed

  • add docs action workflow (#389)
  • Return a dataframe with info on available datasets (#411)
  • Add missing endianness in WK1 reader. (#412)

Pull Requests

  • add docs action workflow (#389)
  • Return a dataframe with info on available datasets (#411)
  • Add missing endianness in WK1 reader. (#412)

The following individuals contributed to this release:

- Python
Published by github-actions[bot] over 4 years ago

libpysal - Release v4.5.0

Changes

Version 4.4.0 (2021-06-27)

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

Issues Closed

  • add docs action workflow (#389)
  • Return a dataframe with info on available datasets (#411)
  • Add missing endianness in WK1 reader. (#412)

Pull Requests

  • add docs action workflow (#389)
  • Return a dataframe with info on available datasets (#411)
  • Add missing endianness in WK1 reader. (#412)

The following individuals contributed to this release:

- Python
Published by github-actions[bot] over 4 years ago

libpysal - Release v4.4.0

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:

- Python
Published by github-actions[bot] about 5 years ago

libpysal - Release v4.3.5

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

- Python
Published by github-actions[bot] about 5 years ago

libpysal - Release v4.3.4

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

- Python
Published by github-actions[bot] about 5 years ago

libpysal - Release v4.3.3

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:

- Python
Published by github-actions[bot] about 5 years ago

libpysal - Release v4.3.2

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:

- Python
Published by github-actions[bot] about 5 years ago

libpysal - Release v4.3.1

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:

- Python
Published by github-actions[bot] about 5 years ago

libpysal - v4.3.0

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)
  • MGWRGeorgiaexample.ipynb fails due to different sample data shapes (#67)
  • Kernel docstring does not mention unique Gaussian kernel behavior (#47)
  • MGWRGeorgiaexample.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

- Python
Published by sjsrey over 5 years ago

libpysal - v4.2.2

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 'silentislandwarning' (#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 fromdataframe and fromshapefile could give different results (#212)
  • fix bug 212 (#213)

- Python
Published by sjsrey about 6 years ago

libpysal - v4.2.1

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 fromdataframe and fromshapefile 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

- Python
Published by sjsrey about 6 years ago

libpysal - v4.2.0

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 silentislandwarning 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: alphashapeauto 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 silentislandwarning 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: alphashapeauto 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

- Python
Published by sjsrey about 6 years ago

libpysal - v4.1.1

Changes

This is a bug fix release.

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

Issues Closed

  • BUG: Updating manifest for additional requirements files (#179)
  • libpysal 4.1.0 is not released on pypi or conda-forge (#169)
  • addressing DeprecationWarning: fromstring() (#131)
  • ENH: fromstring has been deprecated (#175)
  • addressing DeprecationWarning: fromstring() (#132)
  • Ci (#172)
  • minor change to W's silence_warnings workflow (#171)
  • Automatically voronoi input point dataframes to Queen/Rook (#135)
  • (docs, bug) silence warning for disconnected components and islands (#170)
  • BUG: add zstd as a dependency to work around conda glitch (#168)
  • unable to updata libpysal in Anaconda (#133)
  • Modernize the travis builds (#167)
  • make id_order propagate through symmetrize(inplace=False) (#137)
  • W.symmetrize(inplace=False) resets id order (#136)
  • swap to masking instead of querying in adjlist (#166)
  • REL: 4.1.0 changelog (#160)
  • removing alumni devs from travis notifications (#161) (#162)
  • remove alumni from travis (#161)
  • update setup.py to accommodate the transition to python3.6 and 3.7 (#163)

Pull Requests

  • BUG: Updating manifest for additional requirements files (#179)
  • addressing DeprecationWarning: fromstring() (#132)
  • Ci (#172)
  • minor change to W's silence_warnings workflow (#171)
  • Automatically voronoi input point dataframes to Queen/Rook (#135)
  • (docs, bug) silence warning for disconnected components and islands (#170)
  • BUG: add zstd as a dependency to work around conda glitch (#168)
  • Modernize the travis builds (#167)
  • make id_order propagate through symmetrize(inplace=False) (#137)
  • swap to masking instead of querying in adjlist (#166)
  • REL: 4.1.0 changelog (#160)
  • removing alumni devs from travis notifications (#161) (#162)
  • update setup.py to accommodate the transition to python3.6 and 3.7 (#163)

The following individuals contributed to this release:

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

- Python
Published by sjsrey over 6 years ago

libpysal - libpysal 4.1.0

Changes

Version 4.1.0 (2019-07-01)

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

Issues Closed

  • Allow for **kwargs any time there's a weights construction (#158)
  • Some functions do not support silence_warnings=True (#134)
  • REL: update changelog (#159)
  • MAINT: bumping version for a release (#157)
  • update interactive examples in inline docstrings (#122)
  • BUG: fix for scipy bump #154 (#156)
  • Revert "bump supported Python versions and correct lat2SW doctest" (#155)
  • bump supported Python versions and correct lat2SW doctest (#154)
  • WIP debugging travis failure (#141)
  • replace deprecated "fromstring" with "frombytes" (#152)
  • doctests on weights are failing across the board (#48)
  • Use Unix line-endings for all files. (#149)
  • Remove unnecessary executable bits. (#148)
  • import pysal in libpysal/io/iohandlers/dat.py (#144)
  • enforce strict channel in .travis.yml (#143)
  • continued failing doctests in libpysal.io (#145)
  • sphinxcontrib-napoleon is no longer necessary (#146)
  • pysal --> libpysal docs conv & modernizing .travis.yml (#142)
  • fix README for pypi (#7)
  • buildlatticeshapefile swapped arguments (#138)
  • Accidental create of branch (#124)
  • Travis errors on Python3.6 PYTHON_PLUS=True (#127)
  • [WIP] solution for Travis CI failures (#140)
  • Conda travis (#139)
  • alphashapes & n<4 (#111)
  • [WIP] ensure safe returns for small n alphashapes (#115)
  • swapping ncols <-> nrows in the buildlatticeshapefile function (#130)
  • docstring for minthresholddistfromshapefile is wrong (#120)
  • doc: requirements (#119)
  • REL: version bump for v4.0.1 (#118)

Pull Requests

  • Allow for **kwargs any time there's a weights construction (#158)
  • REL: update changelog (#159)
  • MAINT: bumping version for a release (#157)
  • update interactive examples in inline docstrings (#122)
  • BUG: fix for scipy bump #154 (#156)
  • bump supported Python versions and correct lat2SW doctest (#154)
  • Use Unix line-endings for all files. (#149)
  • Remove unnecessary executable bits. (#148)
  • pysal --> libpysal docs conv & modernizing .travis.yml (#142)
  • [WIP] solution for Travis CI failures (#140)
  • [WIP] ensure safe returns for small n alphashapes (#115)
  • swapping ncols <-> nrows in the buildlatticeshapefile function (#130)
  • docstring for minthresholddistfromshapefile is wrong (#120)
  • doc: requirements (#119)
  • REL: version bump for v4.0.1 (#118)

The following individuals contributed to this release:

  • Serge Rey
  • Wei Kang
  • Martin Fleischmann
  • James Gaboardi
  • Elliott Sales De Andrade
  • Levi John Wolf
  • Renan X. Cortes

- Python
Published by sjsrey over 6 years ago

libpysal - v4.0.1

Changes

Version 4.0.1 (2018-10-27)

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

Issues Closed

  • weights.distance.KNN.from_dataframe ignoring radius (#116)
  • Always make spherical KDTrees if radius is passed (#117)
  • [ENH] should weights.util.get_ids() also accept a geodataframe? (#97)
  • enh: add doctests to travis (#2) (#112)
  • sphinx docs need updating (#49)
  • Add notebooks for subpackage contract (#108)
  • Api docs complete (#110)
  • Doctests and start of documentation for libpysal (#109)
  • Add dependencies to requirementsplus.txt for testdb (#107)
  • Weights/util/get ids gdf (#101)
  • missing adjustments to lower case module names (#106)

Pull Requests

  • Always make spherical KDTrees if radius is passed (#117)
  • enh: add doctests to travis (#2) (#112)
  • Api docs complete (#110)
  • Doctests and start of documentation for libpysal (#109)
  • Add dependencies to requirementsplus.txt for testdb (#107)
  • Weights/util/get ids gdf (#101)
  • missing adjustments to lower case module names (#106)

The following individuals contributed to this release:

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

- Python
Published by sjsrey over 7 years ago