Ktplotspy

Latest version: v0.3.2

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

Scan your dependencies

Page 1 of 4

0.3.2

What's Changed
Thanks again to kusurin for picking up and fixing the bug with `plot_cpdb_chord` when dealign with complexes

* fix(plot_cpdb_chord): prevent potential content mismatch between `_interactions_subset` and `tmpdf` by kusurin in https://github.com/zktuong/ktplotspy/pull/120

Dependabot updates
* pip prod(deps): update numpy requirement from <=2.2.3 to <=2.2.4 by dependabot in https://github.com/zktuong/ktplotspy/pull/118
* Bump tj-actions/changed-files from 41 to 46 in /.github/workflows by dependabot in https://github.com/zktuong/ktplotspy/pull/119

**Full Changelog**: https://github.com/zktuong/ktplotspy/compare/v0.3.1...v0.3.2

0.3.1

Bug fixes

* fix: prevent duplicate indices in `complex_idx1` and `complex_idx2` by kusurin in https://github.com/zktuong/ktplotspy/pull/117

Dependency and formatting changes
* pip prod(deps): update numpy requirement from <=2.2.1 to <=2.2.2 by dependabot in https://github.com/zktuong/ktplotspy/pull/107
* pip prod(deps): update sphinx-autodoc-typehints requirement from <=3.0.0 to <=3.0.1 by dependabot in https://github.com/zktuong/ktplotspy/pull/108
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/zktuong/ktplotspy/pull/109
* pip prod(deps): update numpy requirement from <=2.2.2 to <=2.2.3 by dependabot in https://github.com/zktuong/ktplotspy/pull/110
* pip prod(deps): update sphinx-autodoc-typehints requirement from <=3.0.1 to <=3.1.0 by dependabot in https://github.com/zktuong/ktplotspy/pull/112
* pip prod(deps): update nbsphinx requirement from <=0.9.6 to <=0.9.7 by dependabot in https://github.com/zktuong/ktplotspy/pull/114
* pip prod(deps): update sphinx requirement from <8.2 to <8.3 by dependabot in https://github.com/zktuong/ktplotspy/pull/113

New Contributors
* pre-commit-ci made their first contribution in https://github.com/zktuong/ktplotspy/pull/109
* kusurin made their first contribution in https://github.com/zktuong/ktplotspy/pull/117

**Full Changelog**: https://github.com/zktuong/ktplotspy/compare/v0.3.0...v0.3.1

0.3.0

A new `plot_cpdb_chord` that now plots the interactions properly as circos-style plots is now in place! it functions similar to the original `plot_cpdb3/4` in the R package. Previously, the arcs would lead to situations where the sectors don't line up but not an issue anymore!

What's Changed
* update actions by zktuong in https://github.com/zktuong/ktplotspy/pull/88
* pixi by zktuong in https://github.com/zktuong/ktplotspy/pull/95
* fix badge by zktuong in https://github.com/zktuong/ktplotspy/pull/96
* Update dependabot-autoapprove.yml by zktuong in https://github.com/zktuong/ktplotspy/pull/97
* Update tests.yaml by zktuong in https://github.com/zktuong/ktplotspy/pull/98
* maybe i cna badge by installing from github directly by zktuong in https://github.com/zktuong/ktplotspy/pull/99
* fix the incorrect git attribute? by zktuong in https://github.com/zktuong/ktplotspy/pull/100
* Update .gitattributes by zktuong in https://github.com/zktuong/ktplotspy/pull/101
* New plot cpdb chord by zktuong in https://github.com/zktuong/ktplotspy/pull/102
* Update publish_pypi.yaml by zktuong in https://github.com/zktuong/ktplotspy/pull/106

Dependabot updates
* pip prod(deps): update sphinx requirement from <8 to <9 by dependabot in https://github.com/zktuong/ktplotspy/pull/86
* pip prod(deps): update sphinx-autodoc-typehints requirement from <=2.3.0 to <=2.5.0 by dependabot in https://github.com/zktuong/ktplotspy/pull/90
* pip prod(deps): update numpy requirement from <=2.1.3 to <=2.2.0 by dependabot in https://github.com/zktuong/ktplotspy/pull/91
* pip prod(deps): update numpy requirement from <=2.2.0 to <=2.2.1 by dependabot in https://github.com/zktuong/ktplotspy/pull/92
* pip prod(deps): update nbsphinx requirement from <=0.9.5 to <=0.9.6 by dependabot in https://github.com/zktuong/ktplotspy/pull/93
* pip prod(deps): update sphinx-autodoc-typehints requirement from <=2.5.0 to <=3.0.0 by dependabot in https://github.com/zktuong/ktplotspy/pull/94
* pip prod(deps): update sphinx requirement from <8 to <9 by dependabot in https://github.com/zktuong/ktplotspy/pull/103
* pip prod(deps): update numpy requirement from <=2.1.3 to <=2.2.1 by dependabot in https://github.com/zktuong/ktplotspy/pull/104
* pip prod(deps): update anndata requirement from <0.11.2,>=0.7.6 to >=0.7.6,<0.11.4 by dependabot in https://github.com/zktuong/ktplotspy/pull/105

**Full Changelog**: https://github.com/zktuong/ktplotspy/compare/v0.2.6...v0.3.0

0.2.6

Minor update to relax dependency requirements, particularly with `anndata`. Also pinned `plotnine` because there's some breaking changes in the latest versions and i haven't work out how to get around them.

What's Changed
* pip prod(deps): update sphinx-rtd-theme requirement from <=2.0.0 to <=3.0.2 by dependabot in https://github.com/zktuong/ktplotspy/pull/81
* Update formatting.yaml by zktuong in https://github.com/zktuong/ktplotspy/pull/80
* update dependencies by zktuong in https://github.com/zktuong/ktplotspy/pull/82
* pip prod(deps): update sphinx-autodoc-typehints requirement from <=1.23.0 to <=2.3.0 by dependabot in https://github.com/zktuong/ktplotspy/pull/83
* update deploy by zktuong in https://github.com/zktuong/ktplotspy/pull/84


**Full Changelog**: https://github.com/zktuong/ktplotspy/compare/v0.2.5...v0.2.6

0.2.5

What's Changed
* Add interacting pairs option by zktuong in https://github.com/zktuong/ktplotspy/pull/72
* Fix two some small problems by nictru in https://github.com/zktuong/ktplotspy/pull/78

Dependabot updates
* pip prod(deps): update sphinx requirement from <7 to <8 by dependabot in https://github.com/zktuong/ktplotspy/pull/75
* pip prod(deps): update nbsphinx requirement from <=0.9.4 to <=0.9.5 by dependabot in https://github.com/zktuong/ktplotspy/pull/76

New Contributors
* nictru made their first contribution in https://github.com/zktuong/ktplotspy/pull/78

**Full Changelog**: https://github.com/zktuong/ktplotspy/compare/v0.2.4...v0.2.5

0.2.4

What's Changed
* Update plot_cpdb_heatmap.py by zktuong in https://github.com/zktuong/ktplotspy/pull/67
* Issue fix min p value by ali-harasty in https://github.com/zktuong/ktplotspy/pull/70

Dependabot updates
* pip prod(deps): update nbsphinx requirement from <=0.9.3 to <=0.9.4 by dependabot in https://github.com/zktuong/ktplotspy/pull/68


New Contributors
* ali-harasty made their first contribution in https://github.com/zktuong/ktplotspy/pull/70

**Full Changelog**: https://github.com/zktuong/ktplotspy/compare/v0.2.3...v0.2.4

Page 1 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.