Skip to content

Releases: pysal/giddy

v2.3.5

16 Jan 22:39
c847766
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Other Changes

New Contributors

Full Changelog: v2.3.4...v2.3.5

v2.3.4

03 Mar 01:50
c7c6589
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.3...v2.3.4

Release v2.3.3

10 Jun 04:59
Compare
Choose a tag to compare

Version 2.3.3 (2020-06-10)

This release does not add new functionalities for spatiotemporal analytics. Instead, it features the additional support of python 3.8 and the migration of the documentation website host from readthedocs to GitHub Page. The new docs website is http://pysal.org/giddy.

In addition, two GitHub workflows for (1) continuous integration and (2) building and releasing the package to pypi and github are configured to automate these maintenance process with GitHub Actions.

We closed a total of 65 issues (enhancements and bug fixes) through 30 pull requests, since our last release on 2019-12-20. (A complete history of release details is reported in CHANGELOG.md).

Issues Closed

  • version bump to v2.3.3 (#158)
  • (bug) pytest-runner is deprecated (#157)
  • Prepare for releasing v2.3.2 as v2.3.1 is broken (#156)
  • Follow-up fixes for the automatic release of v2.3.1 with github actions (#155)
  • Prepare for a formal release of giddy v2.3.1 with GitHub actions (#154)
  • fix for github actions release (name of changelog) (#153)
  • GitHub actions (packing and releasing) - pack the updated changelog to the built distribution (#152)
  • Fixes for building and releasing with github actions (#151)
  • (bug) fix workflow of building and releasing (#150)
  • Name of the passwords are capitalized (#149)
  • Version bump for building and releasing with GitHub actions (testing) (#148)
  • Give a name to the continuous testing workflow (#147)
  • (bug) fix workflow of GitHub actions for building and releasing a package (#146)
  • release and publish with github actions (#145)
  • CI only testing against master branch (#143)
  • Update README (#144)
  • badges for CI with github actions and codecov (#141)
  • migrate from readthedocs to github page for docs hosting (#142)
  • fix docs (with nbsphinx) (#140)
  • Continuous integration using GitHub Actions (#139)
  • add requirements on quantecon (>=0.4.7) (#138)
  • code formatting with black (#137)
  • spatial_dynamics.interaction migration? (#124)
  • remove accidentally added testing notebook (#136)
  • Binder for examples is missing dependencies (#132)
  • (bug) adding missing dependencies for Binder (#135)
  • output for classic Markov needs slight rewording (#133)
  • rewording summary output for Markov chains (#134)
  • (bug) sojourn_time for p with rows of 0s (#131)
  • Links broken with https://github.com/pysal/giddy/tutorial (#129)
  • fix for #129 (#130)
  • github page redirected to readthedocs page (#128)
  • Extend functions for Markov classes to deal with non-ergodic Markov chains (#107)
  • prepare for releasing V2.3.0 (#127)
  • (ENH) Extend functions for Markov classes to deal with non-ergodic Markov chains (#109)

Pull Requests

  • version bump to v2.3.3 (#158)
  • (bug) pytest-runner is deprecated (#157)
  • Prepare for releasing v2.3.2 as v2.3.1 is broken (#156)
  • Follow-up fixes for the automatic release of v2.3.1 with github actions (#155)
  • Prepare for a formal release of giddy v2.3.1 with GitHub actions (#154)
  • fix for github actions release (name of changelog) (#153)
  • GitHub actions (packing and releasing) - pack the updated changelog to the built distribution (#152)
  • Fixes for building and releasing with github actions (#151)
  • (bug) fix workflow of building and releasing (#150)
  • Name of the passwords are capitalized (#149)
  • Version bump for building and releasing with GitHub actions (testing) (#148)
  • Give a name to the continuous testing workflow (#147)
  • (bug) fix workflow of GitHub actions for building and releasing a package (#146)
  • release and publish with github actions (#145)
  • CI only testing against master branch (#143)
  • Update README (#144)
  • badges for CI with github actions and codecov (#141)
  • migrate from readthedocs to github page for docs hosting (#142)
  • fix docs (with nbsphinx) (#140)
  • Continuous integration using GitHub Actions (#139)
  • add requirements on quantecon (>=0.4.7) (#138)
  • code formatting with black (#137)
  • remove accidentally added testing notebook (#136)
  • (bug) adding missing dependencies for Binder (#135)
  • rewording summary output for Markov chains (#134)
  • (bug) sojourn_time for p with rows of 0s (#131)
  • fix for #129 (#130)
  • github page redirected to readthedocs page (#128)
  • prepare for releasing V2.3.0 (#127)
  • (ENH) Extend functions for Markov classes to deal with non-ergodic Markov chains (#109)

The following individuals contributed to this release:

  • Wei Kang
  • Serge Rey
  • James Gaboardi

giddy 2.3.0

21 Dec 07:04
e4c5f51
Compare
Choose a tag to compare

This release adds functionalities for non-ergodic Markov chains #109

Full release details are reported in CHANGELOG.md.

giddy 2.2.2

06 Sep 23:47
4d19c9d
Compare
Choose a tag to compare

This release includes a bug fix for the estimation of kendall's Tau and its spatial extension when ties are present #118.

Full release details are reported in CHANGELOG.md.

giddy 2.2.1

26 Jul 00:52
287bf04
Compare
Choose a tag to compare

This release features the addition of several alignment-based sequence analysis methods. Examples are given in a notebook.

Full release details are reported in CHANGELOG.md.

giddy 2.2.0

20 Jun 23:40
423ffe2
Compare
Choose a tag to compare

This release marked a transition from supporting python 3.5 and 3.6 to python 3.6 and 3.7

Full release details are reported in CHANGELOG.md.

giddy 2.1.0

08 Apr 22:20
ef92842
Compare
Choose a tag to compare

This release features the addition of two rank-based Markov classes proposed in S. J. Rey. Rank-based Markov chains for regional income distribution dynamics. Journal of Geographical Systems, 16(2):115–137, 2014.:

A Jupyter notebook was prepared to illustrate the application of these two classes to reveal interesting spatiotemporal patterns of income distribution dynamics in the United States 1929-2009.

Full release details are reported in CHANGELOG.md.

giddy 2.0.0

26 Aug 23:59
ad4cc13
Compare
Choose a tag to compare

This release does not add any new functionality to giddy, but instead features api changes in giddy and its pysal submodule dependencies mapclassify, libpysal, and esda. More specifically, the giddy.api module which was originally designed to facilitate a smoother transition from the old metapackage pysal to the refactored submodule structure (see here for details) was removed as we are moving away from the refactoring stage and looking at the future development.

giddy 1.2.0

27 Jul 21:46
33de209
Compare
Choose a tag to compare

This release features:

Full details are reported in CHANGELOG.txt.