Skip to content

Releases: pysal/segregation

v2.5

24 Aug 16:41
f431b1d
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v2.4.2...v2.5

Version v2.4.2

03 May 21:53
1ddb9fa
Compare
Choose a tag to compare

Release v2.3.1

18 Jun 19:58
b3b7ce1
Compare
Choose a tag to compare
Version 2.3.1

Release v2.3

17 Jun 23:45
93b7486
Compare
Choose a tag to compare
Version 2.3

Release v2.2.3

13 Apr 20:31
5578854
Compare
Choose a tag to compare
Version 2.2.3

Release v2.1.0

09 Aug 22:05
ed263d4
Compare
Choose a tag to compare

Changes

Version 2.1.0 (2021-08-09)

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

Issues Closed

  • prepare v2.1.0 (#184)
  • parallelization simulation based indexes and inference wrappers (#35)
  • use rvlib for densitycorrecteddissim (#180)
  • performance enhancements (#183)

Pull Requests

  • prepare v2.1.0 (#184)
  • performance enhancements (#183)

The following individuals contributed to this release:

Release v2.0.0

16 Jun 22:23
403bcf6
Compare
Choose a tag to compare

Changes

Version 2.0.0 (2021-06-16)

Version 2.0 of the segregation package brings a new API, a massive code restructuring, and dozens of new features, enhancements, and bug fixes. For a complete overview of the new API, please see the documentation page at https://pysal.org/segregation/api. The new version does away with the distinction between spatial and aspatial segregation indices and instead partitions the functions based on single-group and multi-group measures. The spatial/aspatial distinction is echewed in version 2.0 because all aspatial indices can be generalized into spatial versions, following the logic of Reardon and O'Sullivan (see a description in this example notebook). Furthermore, "space" can be incorporated into the index calculation using either Euclidean distance or the shortest path along a travel network. With this logic, the package now offers multiscalar segregation profiles for 23 different segregation indices (a first in any software package).


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

Issues Closed

  • error in AbsoluteClustering with geographic coordinate system (#169)
  • add deprecation layer for 2.0 (#171)
  • [ENH] extend segregation profile function to accept more spatial indices (#104)
  • Dissimilarity Index API typo (#167)
  • remove travis-ci badge (#165)
  • consider refactor to scikit-style mixins (#4)
  • 2.0 refactor (#161)
  • Segregation measure (aspatial/spatial) with groupby? (#168)
  • remove mamba reference (#166)
  • Example notebooks missing scaramento2.shp (#163)
  • fix missing example dataset load. (#164)
  • GHA and setup.py maintenance (#160)
  • bump ver (#159)
  • add network, util, and profile functions to readthedocs (#79)
  • update docs (#158)
  • update docstring for decomposition plotting (#153)
  • Update release action for deprecation of set env (#157)
  • update github actions (#156)

Pull Requests

  • 2.0 refactor (#161)
  • fix missing example dataset load. (#164)
  • GHA and setup.py maintenance (#160)
  • bump ver (#159)
  • update docs (#158)
  • Update release action for deprecation of set env (#157)
  • update github actions (#156)

The following individuals contributed to this release:

  • Eli Knaap
  • Serge Rey
  • James Gaboardi

Release v1.5.0

30 Dec 03:31
736098b
Compare
Choose a tag to compare

Changes

Version 1.5.0 (2020-12-30)

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

Issues Closed

  • bump ver (#159)
  • add network, util, and profile functions to readthedocs (#79)
  • update docs (#158)
  • update docstring for decomposition plotting (#153)
  • Update release action for deprecation of set env (#157)
  • update github actions (#156)

Pull Requests

  • bump ver (#159)
  • update docs (#158)
  • Update release action for deprecation of set env (#157)
  • update github actions (#156)

The following individuals contributed to this release:

  • Eli Knaap

Release v1.4

03 Nov 03:23
b31a489
Compare
Choose a tag to compare

Changes

Version 1.4.0 (2020-11-03)

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

Issues Closed

  • bump to Version 1.4 (#155)
  • add docstring to decomp plotting (#154)

Pull Requests

  • bump to Version 1.4 (#155)
  • add docstring to decomp plotting (#154)

The following individuals contributed to this release:

  • Eli Knaap

Release v1.3.0

01 Jul 05:10
791694c
Compare
Choose a tag to compare

Changes

Version 1.3.0 (2020-07-01)

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

Issues Closed

  • update crs checking for newer pyproj (#147)

Pull Requests

  • update crs checking for newer pyproj (#147)

The following individuals contributed to this release:

  • Eli Knaap