Skip to content

Releases: pysal/esda

v2.8.0

29 Sep 11:20
eb1213a

Choose a tag to compare

What's Changed

Enhancements

Other Changes

New Contributors

Full Changelog: v2.7.1...v2.8.0

v2.7.1

11 Jul 18:46
887058f

Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v2.7.0...v2.7.1

v2.7.0

06 Feb 17:30
8ae798d

Choose a tag to compare

What's Changed

Enhancements

Other Changes

New Contributors

Full Changelog: v2.6.0...v2.7.0

v2.6.0

21 Jul 23:58
0388ad2

Choose a tag to compare

What's Changed

Bug Fixes

  • numpy.math.atan2 -> numpy.atan2 in shape._get_angles() by @jGaboardi in #306
  • remove xtyt & xhyh in shape._second_moa_ring_xplusy() by @jGaboardi in #337

Enhancements

Other Changes

Full Changelog: v2.5.1...v2.6.0

v2.5.1

24 Oct 17:26
f6a8732

Choose a tag to compare

What's Changed

Bug Fixes

Other Changes

Full Changelog: v2.5.0...v2.5.1

v2.5.0

25 Aug 15:05

Choose a tag to compare

What's Changed

  • esda now requires shapely>=2 and no longer supports pygeos

Bug Fixes

Other Changes

New Contributors

Full Changelog: v2.4.3...v2.5.0

Dependency bug fix release

27 Jul 12:54
4a63e0b

Choose a tag to compare

This fixes a minor (breaking) bug for environments without the pygeos package. It makes the pygeos package a soft dependency for functions in the esda.shape and esda.map_comparison modules. If you intend to use functionality from those modules, you will need to install pygeos. Using functions from those modules without having pygeos installed will generate an ImportError or ModuleNotFoundError, depending on the configuration for the installation.

Version 2.4.0: Map Comparisons and Shape Statistics

26 Jul 19:59

Choose a tag to compare

Changes

Version 2.4.0 (2021-07-26)

This version merges two large new sets of functionalities:

Contributors to this release include

Release v2.3.6

20 Jan 17:55

Choose a tag to compare

Changes

Version 2.3.6 (2021-01-20)

We closed a total of 9 issues (enhancements and bug fixes) through 4 pull requests, since our last release on 2021-01-20. The major enhancements for this release include:

  • Integration of the work of @jeffcsauer's 2020 GSOC project. This adds tons of new statistical estimators, such as:
    • the local heteroskedasticity estimator, esda.LOSH
    • local geary and multivariate geary estimators, esda.Geary_Local and esda.Geary_Local_MV
    • local join counts in univariate, bivariate, and multivariate flavors, esda.Join_Counts_Local, esda.Join_Counts_Local_BV, and esda.Join_Counts_Local_MV.
  • "analytical" moments for Moran's I for replication/comparison to R. Forms are provided in Sokal 1998.

Issues Closed

  • bump version for release (#160)
  • Use tags now in gitcount (#157)
  • [ENH][DOC] local join count and LOSH statistics (#139)
  • document minimum numba version (#143)
  • Moments for Moran's I_i following Sokal 1998 (#159)

Pull Requests

  • bump version for release (#160)
  • Use tags now in gitcount (#157)
  • document minimum numba version (#143)
  • Moments for Moran's I_i following Sokal 1998 (#159)

The following individuals contributed to this release:

  • Jeff C Sauer
  • Levi John Wolf
  • Serge Rey
  • James Gaboardi
  • dependabot[bot]

Release v2.3.5

30 Dec 03:18

Choose a tag to compare

Changes

Version 2.3.5 (2020-12-30)

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

Issues Closed

  • Bump to 2.3.5 (#156)
  • Bump version (#155)
  • Prepping for 2.3.2 release. (#154)
  • Issue with Numba < 0.47 (#142)
  • parallel_crand_ ValueError (#146)
  • fix concatenation for random statistics (#147)
  • Dropping 3.6 from testing. (#152)
  • Unexpected LISA results for polygons contained by another polygon (#153)
  • CI: update conda setup (#151)
  • Bump codecov/codecov-action from v1.0.14 to v1.0.15 (#150)
  • Bump codecov/codecov-action from v1.0.13 to v1.0.14 (#149)
  • Bump codecov/codecov-action from v1.0.12 to v1.0.13 (#144)
  • Spatial cross-correlations? (#141)
  • Bump codecov/codecov-action from v1.0.11 to v1.0.12 (#140)
  • Bump codecov/codecov-action from v1.0.10 to v1.0.11 (#138)
  • README.md missing from 2.3.0 on pypi (#136)
  • [BUG] remove README.rst (#137)
  • [DOC] Update for 2.30 (#135)
  • Release notes for 2.3.0 (#127)
  • (BUG) missing comma in setup.py (#134)

Pull Requests

  • Bump to 2.3.5 (#156)
  • Bump version (#155)
  • Prepping for 2.3.2 release. (#154)
  • fix concatenation for random statistics (#147)
  • Dropping 3.6 from testing. (#152)
  • CI: update conda setup (#151)
  • Bump codecov/codecov-action from v1.0.13 to v1.0.14 (#149)
  • Bump codecov/codecov-action from v1.0.12 to v1.0.13 (#144)
  • Bump codecov/codecov-action from v1.0.11 to v1.0.12 (#140)
  • Bump codecov/codecov-action from v1.0.10 to v1.0.11 (#138)
  • [BUG] remove README.rst (#137)
  • [DOC] Update for 2.30 (#135)
  • (BUG) missing comma in setup.py (#134)

The following individuals contributed to this release:

  • Serge Rey
  • Martin Fleischmann
  • James Gaboardi
  • Dependabot[Bot]
  • Levi John Wolf