Giddy

Latest version: v2.3.6

Safety actively analyzes 723717 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

2.3.4

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

Issues Closed
- small edits to long description (187)
- update github action for release (186)
- Update bleeding edge `libpysal` in dev envs (185)
- Prepare for v2.3.4 release (182)
- Adjust and update docs (180)
- changing configuration for the testing action (181)
- default esda branch master -> main (178)
- CI needs redesign (172)
- change master to main (174)
- Main (177)
- refactor: deprecate fmpt and replace with mfpt (171)
- update dev branches; test shapely dev (176)
- Spatial_Markov gives its own set of 'k' classes even though explicitly mentioned as paramter value (175)
- CI update & redesign (173)
- [WIP] Add test for Python 3.9 (164)
- add custom codecov schema (167)
- Update docs (170)
- update pysal favicon (169)
- update release_and_publish.yml (166)
- removing unused docs materials (168)
- (doc) remove unused requirements for doc building (165)
- (docs) fix docs for spatial Markov (163)
- (docs) remove redirection to readthedocs as the docs are now hosted on github page (162)
- allow users to pass manually calcualted spatial lags (88)
- fix for v2.3.3 docs (160)
- Follow up work for release of giddy 2.3.3 (159)

Pull Requests
- small edits to long description (187)
- update github action for release (186)
- Prepare for v2.3.4 release (182)
- Adjust and update docs (180)
- changing configuration for the testing action (181)
- default esda branch master -> main (178)
- Main (177)
- refactor: deprecate fmpt and replace with mfpt (171)
- update dev branches; test shapely dev (176)
- CI update & redesign (173)
- add custom codecov schema (167)
- Update docs (170)
- update pysal favicon (169)
- update release_and_publish.yml (166)
- removing unused docs materials (168)
- (doc) remove unused requirements for doc building (165)
- (docs) fix docs for spatial Markov (163)
- (docs) remove redirection to readthedocs as the docs are now hosted on github page (162)
- fix for v2.3.3 docs (160)
- Follow up work for release of giddy 2.3.3 (159)

The following individuals contributed to this release:

- Wei Kang
- James Gaboardi
- Serge Rey

2.3.3

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](https://github.com/pysal/giddy/actions?query=workflow%3A%22Continuous+Integration%22) and (2) [building and releasing the package to pypi and github](https://github.com/pysal/giddy/actions?query=workflow%3A%22Build%2C+Release%2C+and+publish%22) 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](https://github.com/pysal/giddy/blob/master/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

2.3.0

We closed a total of 11 issues (enhancements and bug fixes) through 5 pull requests, since our last release on 2019-09-06.

Issues Closed
- (ENH) Extend functions for Markov classes to deal with non-ergodic Markov chains (109)
- travis CI: pip install from git clone (126)
- rewrite utility function "get_lower" using numpy's more efficient functionality (125)

2.2.2

We closed a total of 21 issues (enhancements and bug fixes) through 9 pull requests, since our last release on 2019-07-25.

Issues Closed
- remove the parameter in plt.show() due to the API change in Matplotlib (deprecation) (122)
- development guidelines link in README.md (119)
- BUG: Fix for correct handling of ties in Tau (118)
- resolving broken dev link (120)
- initialization of ECount parameter in Kendall's Tau (117)
- (bug) debug travis-ci (116)
- docs building is failing (114)
- (docs, bug) fix docs building and configure nbsphinx to work with binder in docs tutorials (115)
- (docs) rename notebooks for configuring nbsphinx and binder (113)
- docs updates for v2.2.1 (112)
- update dependency versions (111)
- Prepare for new release 2.2.1 which will have the addition of sequence methods (110)

Pull Requests
- remove the parameter in plt.show() due to the API change in Matplotlib (deprecation) (122)
- BUG: Fix for correct handling of ties in Tau (118)
- resolving broken dev link (120)
- (bug) debug travis-ci (116)
- (docs, bug) fix docs building and configure nbsphinx to work with binder in docs tutorials (115)
- (docs) rename notebooks for configuring nbsphinx and binder (113)
- docs updates for v2.2.1 (112)
- update dependency versions (111)
- Prepare for new release 2.2.1 which will have the addition of sequence methods (110)

The following individuals contributed to this release:

- Wei Kang
- James Gaboardi
- Serge Rey

2.2.1

We closed a total of 21 issues (enhancements and bug fixes) through 10 pull requests, since our last release on 2019-06-20.

Issues Closed
- Prepare for new release 2.2.1 which will have the addition of sequence methods (110)
- Is it good practice to reuse a function name as the name of a class attribute? (108)
- (Docs) add tutorial page (106)
- (docs) add zenodo citation to docs landing page (105)
- update Readme for v2.2.0 (104)
- edits on OM variant of transitions (103)
- (ENH) Sequence methods (101)
- (docs) reference label style (102)
- (bug) setup.py: md as long description (100)
- Prepare for release 2.2.0 (99)

Pull Requests
- Prepare for new release 2.2.1 which will have the addition of sequence methods (110)
- (Docs) add tutorial page (106)
- (docs) add zenodo citation to docs landing page (105)
- update Readme for v2.2.0 (104)
- edits on OM variant of transitions (103)
- (ENH) Sequence methods (101)
- (docs) reference label style (102)
- (bug) setup.py: md as long description (100)
- Prepare for release 2.2.0 (99)

The following individuals contributed to this release:

- Wei Kang
- Serge Rey

2.2.0

We closed a total of 25 issues (enhancements and bug fixes) through 11 pull requests, since our last release on 2019-04-08.

Issues Closed
- (docs) update installation instructions (98)
- (docs) change the css to accommodate new versions of sphinx and sphinx bootstrap theme (97)
- PyPi page configuration (96)
- pip install github master.zip of pysal dependencies (95)
- update README.md (93)
- Update readme (94)
- migrate from readthedocs configuration file v1 to v2 (92)
- updating supported python versions (3.6 and 3.7) in setup.py (91)
- Move testing off of 3.5 and add 3.7 (90)
- release on conda-forge (89)
- allow user specified lag and check shape (53)
- Update zenodo doi and pypi badge for version 2.1.0 (new release) (87)
- (bug) format readme.rst as long_description for pypi display (86)
- Prepare for release 2.1.0 (85)

Pull Requests
- (docs) update installation instructions (98)
- (docs) change the css to accommodate new versions of sphinx and sphinx bootstrap theme (97)
- PyPi page configuration (96)
- pip install github master.zip of pysal dependencies (95)
- Update readme (94)
- migrate from readthedocs configuration file v1 to v2 (92)
- updating supported python versions (3.6 and 3.7) in setup.py (91)
- Move testing off of 3.5 and add 3.7 (90)
- Update zenodo doi and pypi badge for version 2.1.0 (new release) (87)
- (bug) format readme.rst as long_description for pypi display (86)
- Prepare for release 2.1.0 (85)

The following individuals contributed to this release:

- Wei Kang
- James Gaboardi

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.