Giddy

Latest version: v2.3.6

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

Scan your dependencies

Page 2 of 2

2.1.0

We closed a total of 36 issues (enhancements and bug fixes) through 16 pull requests, since our last release on 2018-08-26.

Issues Closed
- Add splot as a soft dependency for giddy (84)
- .travis built on archaic Miniconda (82)
- explicitly specifying Miniconda3 in .travis.yml (83)
- configure doctest and coverage testing (81)
- remove plot directive and indents (80)
- reference labels are missing from rendered docs (77)
- fix missing reference labels in rendered docs (79)
- (ENH) Full rank and geographic rank Markov methods (73)
- (BUG) update directional notebook to accommodate changes in libpysal (78)
- (BUG) fix notebooks (76)
- remove redundant installation in travis.yml (75)
- add pypi badge to README (74)
- (BUG) remove libpysal.api in Rank notebook (72)
- update required versions of dependencies (71)
- Update issue templates (70)
- conform to PEP8 style guide (69)
- Singular matrix when computing ergodic values (32)
- build notebooks for documentation (6)
- update README with new doi and doc website (68)
- REL: 2.0.0 (67)

Pull Requests
- Add splot as a soft dependency for giddy (84)
- explicitly specifying Miniconda3 in .travis.yml (83)
- configure doctest and coverage testing (81)
- remove plot directive and indents (80)
- fix missing reference labels in rendered docs (79)
- (ENH) Full rank and geographic rank Markov methods (73)
- (BUG) update directional notebook to accommodate changes in libpysal (78)
- (BUG) fix notebooks (76)
- remove redundant installation in travis.yml (75)
- add pypi badge to README (74)
- (BUG) remove libpysal.api in Rank notebook (72)
- update required versions of dependencies (71)
- Update issue templates (70)
- conform to PEP8 style guide (69)
- update README with new doi and doc website (68)
- REL: 2.0.0 (67)

The following individuals contributed to this release:

- Wei Kang
- James Gaboardi
- Serge Rey

2.0.0

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](http://pysal.org/about.html#migrating-to-pysal-2-0)
for details) was removed as we are moving away from the
refactoring stage and looking at the future development.

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

Issues Closed
- remove giddy.api in README.rst (66)
- chore: update for libpysal lower case module name changes (65)
- remove api.py (62)
- set up travis dual testing against mapclassify and esda (63)
- replace `libpysal.api` imports with new imports in `markov.py` and `d… (61)
- Remove api.py and account for changes in (incoming) API of mapclassify, esda, and libpysal (64)
- version giddy only in giddy/__ini__.py (60)
- remove duplicate makefile for sphinx build (59)
- add zenodo doi badge to README (58)
- add changelog for the release 1.2.0 (57)
- prepare for release 1.2.0 (56)

Pull Requests
- remove giddy.api in README.rst (66)
- chore: update for libpysal lower case module name changes (65)
- replace `libpysal.api` imports with new imports in `markov.py` and `d… (61)
- Remove api.py and account for changes in (incoming) API of mapclassify, esda, and libpysal (64)
- version giddy only in giddy/__ini__.py (60)
- remove duplicate makefile for sphinx build (59)
- add zenodo doi badge to README (58)
- add changelog for the release 1.2.0 (57)
- prepare for release 1.2.0 (56)

The following individuals contributed to this release:

- Wei Kang
- Stefanie Lumnitz

1.2.0

* :ghissue:`55`: b'set up dual travis tests for libpysal (pip and github)'
* :ghissue:`54`: b'ENH: Allow for more flexible specification of Spatial Markov'
* :ghissue:`52`: b'Update notebooks to rely on geopandas for mapping'
* :ghissue:`51`: b'ENH to docs'
* :ghissue:`50`: b'include /tests in the release and correct for the directional doctests'
* :ghissue:`49`: b'add doc building badge to README'
* :ghissue:`47`: b'Tests and documentation for `rose.plot()` and `rose.plot_vectors()`'
* :ghissue:`48`: b'A tentative version of giddy documentation website with sphinx '
* :ghissue:`45`: b'encoding issue in README.rst'
* :ghissue:`46`: b'force utf8 for the install description read'
* :ghissue:`43`: b'implement `rose.plot()` and `rose.plot_vectors()` method using `splot`'
* :ghissue:`44`: b'More on building doc webpages using sphinx'
* :ghissue:`42`: b'Gallery'
* :ghissue:`41`: b'new features for sphinx documentation website'
* :ghissue:`40`: b'typo - email notifications'
* :ghissue:`38`: b'fix for python 3'
* :ghissue:`39`: b'first draft of sphinx gallery'

1.1.1

This release is the first tagged release of giddy on Github.
Starting from this release, giddy supports python 3.5 and 3.6 only.
This release also features categorical spatial Markov which enables spatial Markov
(class [Spatial_Markov](https://github.com/pysal/giddy/blob/master/giddy/markov.py#L179))
to be applied to categorical time series such as land use and land cover change,
as well as neighborhood change. Here, the spatial lag (utilizing function
[lag_categorical](https://github.com/pysal/libpysal/blob/master/libpysal/weights/spatial_lag.py#L88)
in [libpysal](https://github.com/pysal/libpysal)) is defined as the most
common category among neighbors.

GitHub stats for 2017/07/21 - 2018/05/17

These lists are automatically generated, and may be incomplete or contain duplicates.


We closed a total of 20 issues, 8 pull requests and 12 regular issues;
this is the full list (generated with the script
:file:`tools/github_stats.py`):

Pull Requests (8):

1.1.0

* :ghissue:`35`: b'prepare for release'
* :ghissue:`34`: b'code 2to3'
* :ghissue:`33`: b'chore: update for python 3+ only'
* :ghissue:`31`: b"How to use the 'development' version"
* :ghissue:`30`: b'KeyError: 1 in spatial_lag.py'
* :ghissue:`26`: b'giddy needs an api.py module'
* :ghissue:`28`: b'add inequality to api'
* :ghissue:`29`: b'adding discretized Spatial_Markov'
* :ghissue:`25`: b'[WIP] prepare for full metapackage integration'
* :ghissue:`27`: b'api module for giddy'
* :ghissue:`12`: b'Publish on PyPi'

Page 2 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.