Skip to content

Releases: pysal/libpysal

v4.1.1

01 Sep 19:57
f6c45fa
Compare
Choose a tag to compare

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

libpysal 4.1.0

01 Jul 23:34
c1f92d0
Compare
Choose a tag to compare

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)
  • build_lattice_shapefile 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 build_lattice_shapefile function (#130)
  • docstring for min_threshold_dist_from_shapefile 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 build_lattice_shapefile function (#130)
  • docstring for min_threshold_dist_from_shapefile 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

v4.0.1

27 Oct 15:52
362db82
Compare
Choose a tag to compare

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 requirements_plus.txt for test_db (#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 requirements_plus.txt for test_db (#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