Skip to content

Releases: pysal/mapclassify

v2.6.1

04 Oct 19:50
0236a41
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Other Changes

Full Changelog: v2.6.0...v2.6.1

v2.6.0

21 Jul 20:35
b80eb1a
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v2.5.0...v2.6.0

v2.5.0rc3

14 Jan 04:05
3c2bb92
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Try skipping certain files with isort by @jGaboardi in #167
  • Update Versioneer by @github-actions in #165

Full Changelog: v2.5.0rc2...v2.5.0rc3

v2.5.0

14 Jan 15:50
3c2bb92
Compare
Choose a tag to compare

What's Changed

Other Changes

New Contributors

Full Changelog: v2.4.2...v2.5.0

v2.5.0rc2

13 Jan 23:07
07a5f4e
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v2.5.0rc1...v2.5.0rc2

v2.5.0rc1

13 Jan 22:07
215317b
Compare
Choose a tag to compare

What's Changed

Other Changes

New Contributors

Full Changelog: v2.4.2...v2.5.0rc1

Release v2.4.3

27 Jul 03:06
Compare
Choose a tag to compare

Changes

Version 2.4.3 (2021-07-27)

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

Issues Closed

Pull Requests

The following individuals contributed to this release:

  • Serge Rey

Release v2.4.2

22 Dec 23:35
11ec993
Compare
Choose a tag to compare

Changes

Version 2.4.2 (2020-12-22)

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

Issues Closed

  • 2.4.2 prep (#103)
  • Update change log and version (#102)
  • REGR: invariant array fix (#104)

Pull Requests

  • 2.4.2 prep (#103)
  • Update change log and version (#102)
  • REGR: invariant array fix (#104)

The following individuals contributed to this release:

Version 2.4.1 (2020-12-20)

20 Dec 19:08
f1a2757
Compare
Choose a tag to compare

Changes

Version 2.4.1 (2020-12-20)
This is a bug-fix release.

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

Issues Closed

  • BUG: support series in sampled classifiers (#99)
  • BUG: FisherJenksSampled returns ValueError if Series is passed as y (#98)
  • REGR: fix invariant array regression (#101)
  • REGR: UserDefined classifier returns ValueError("Minimum and maximum of input data are equal, cannot create bins.") (#100)
  • [DOC] add example nb for new classify API (#91)
  • 2.4.0 Release (#97)

Pull Requests

  • BUG: support series in sampled classifiers (#99)
  • REGR: fix invariant array regression (#101)
  • 2.4.0 Release (#97)

The following individuals contributed to this release:

  • Serge Rey
  • Martin Fleischmann
  • Stefanie Lumnitz

Version 2.4.0 (2020-12-13)

14 Dec 03:35
b92a7e3
Compare
Choose a tag to compare

Changes

Version 2.4.0 (2020-12-13)

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

Issues Closed

  • Remove timeout on tests. (#96)
  • BUG: HeadTailBreaks RecursionError due to floating point issue (#92)
  • Handle recursion error for head tails. (#95)
  • Add streamlined API (#72)
  • [API] add high-level API mapclassify.classify() (#90)
  • BUG: Fix mapclassify #88 (#89)
  • exclude Python 3.6 for Windows (#94)
  • CI: update conda action (#93)
  • EqualInterval unclear error when max_y - min_y = 0 (#88)
  • BUG: fix unordered series in greedy (#87)
  • BUG: greedy(strategy='balanced') does not return correct labels (#86)
  • Extra files in PyPI sdist (#56)
  • MAINT: fix repos name (#85)
  • DOC: content type for long description (#84)
  • MAINT: update gitcount notebook (#83)
  • Update documentations to include tutorial (#63)
  • build binder for notebooks (#71)
  • current version of mapclassify in docs? (#70)
  • 404 for notebook/tutorials links in docs (#79)
  • DOC: figs (#82)
  • DOCS: new images for tutorial (#81)
  • DOC: missing figs (#80)
  • DOCS: update documentation pages (#78)
  • Make networkx optional, remove xfail from greedy (#77)

Pull Requests

  • Remove timeout on tests. (#96)
  • Handle recursion error for head tails. (#95)
  • [API] add high-level API mapclassify.classify() (#90)
  • BUG: Fix mapclassify #88 (#89)
  • exclude Python 3.6 for Windows (#94)
  • CI: update conda action (#93)
  • BUG: fix unordered series in greedy (#87)
  • MAINT: fix repos name (#85)
  • DOC: content type for long description (#84)
  • MAINT: update gitcount notebook (#83)
  • DOC: figs (#82)
  • DOCS: new images for tutorial (#81)
  • DOC: missing figs (#80)
  • DOCS: update documentation pages (#78)
  • Make networkx optional, remove xfail from greedy (#77)

The following individuals contributed to this release:

  • Serge Rey
  • Stefanie Lumnitz
  • James Gaboardi
  • Martin Fleischmann