Giddy

Latest version: v2.3.5

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

Scan your dependencies

Page 1 of 2

2.3.5

<!-- Release notes generated using configuration in .github/release.yml at v2.3.5 -->

What's Changed
Bug Fixes
* fix ValueError: setting an array element with a sequence by weikang9009 in https://github.com/pysal/giddy/pull/192
* address CI testing failures by weikang9009 in https://github.com/pysal/giddy/pull/196
Other Changes
* Edits to changelog, README, and doc website for v2.3.4 release by weikang9009 in https://github.com/pysal/giddy/pull/188
* update CI --> supported Python versions by jGaboardi in https://github.com/pysal/giddy/pull/197
* Implement GHA for building docs by jGaboardi in https://github.com/pysal/giddy/pull/199
* black format repo by jGaboardi in https://github.com/pysal/giddy/pull/201
* Lint repo with `ruff` by jGaboardi in https://github.com/pysal/giddy/pull/202
* Migrate to `pyproject.toml` by jGaboardi in https://github.com/pysal/giddy/pull/203
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/pysal/giddy/pull/204
* fix small errors in README by weikang9009 in https://github.com/pysal/giddy/pull/205

New Contributors
* pre-commit-ci made their first contribution in https://github.com/pysal/giddy/pull/204

**Full Changelog**: https://github.com/pysal/giddy/compare/v2.3.4...v2.3.5

2.3.4

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


**Full Changelog**: https://github.com/pysal/giddy/compare/v2.3.3...v2.3.4

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

This release adds functionalities for non-ergodic Markov chains https://github.com/pysal/giddy/pull/109

Full release details are reported in [CHANGELOG.md](https://github.com/pysal/giddy/blob/master/CHANGELOG.md).

2.2.2

This release includes a bug fix for the estimation of kendall's Tau and its spatial extension when ties are present https://github.com/pysal/giddy/pull/118.

Full release details are reported in [CHANGELOG.md](https://github.com/pysal/giddy/blob/master/CHANGELOG.md).

2.2.1

This release features the addition of several alignment-based sequence analysis methods. Examples are given in a [notebook](https://github.com/pysal/giddy/blob/master/notebooks/Sequence.ipynb).

Full release details are reported in [CHANGELOG.md](https://github.com/pysal/giddy/blob/master/CHANGELOG.md).

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.