Recent Releases of https://github.com/boddusripavan-111/kitikiplot
https://github.com/boddusripavan-111/kitikiplot - v1.0.0
Version 1.0.0 - 🗎 Documentation
- Documentation: here
- Minor fixes.
Full Changelog: https://github.com/BodduSriPavan-111/kitikiplot/compare/v0.2.9...v1.0.0
- Python
Published by BodduSriPavan-111 9 months ago
https://github.com/boddusripavan-111/kitikiplot - v0.2.9
Version 0.2.9 - Updates for transpose and non-transpose plots
- Implemented focus plotting for transpose plots
- Fixed y-ticks, and labels for non-transpose plots
v0.2.8 (Past Version):
v0.2.9 (Current Version):
v0.2.8 (Past Version):
v0.2.9 (Current Version):
Full Changelog: https://github.com/BodduSriPavan-111/kitikiplot/compare/v0.2.8...v0.2.9
- Python
Published by BodduSriPavan-111 9 months ago
https://github.com/boddusripavan-111/kitikiplot - v0.2.8
Version 0.2.8 - 🎯No Transpose Focus Plotting
- Implemented for
stride=1.
Sample Image:
Full Changelog: https://github.com/BodduSriPavan-111/kitikiplot/compare/v0.2.7...v0.2.8
- Python
Published by BodduSriPavan-111 9 months ago
https://github.com/boddusripavan-111/kitikiplot - v0.2.7
Version 0.2.7 - Fix: Focus Plotting
- Updated starting window index.
Sample Image:
Full Changelog: https://github.com/BodduSriPavan-111/kitikiplot/compare/v0.2.6...v0.2.7
- Python
Published by BodduSriPavan-111 9 months ago
https://github.com/boddusripavan-111/kitikiplot - v0.2.6
Version 0.2.6 - Focus Plotting
focus,focus_alphaare used to focus only on "sliding window".
Sample Image:
Full Changelog: https://github.com/BodduSriPavan-111/kitikiplot/compare/v0.2.4...v0.2.6
- Python
Published by BodduSriPavan-111 9 months ago
https://github.com/boddusripavan-111/kitikiplot - v0.2.5
Version 0.2.5 - kitikiplot.ecology.linear.plot 🧬
kitikiplot.ecology.linear.plot
- Generate quick and intuitive linear plots for ecological data.
- focus parameter to highlight the index range.
- focus_alpha to set transparency value.
What's Changed
- Linear Plot: Ecology Data Visualization by @BodduSriPavan-111 in https://github.com/BodduSriPavan-111/kitikiplot/pull/21
Full Changelog: https://github.com/BodduSriPavan-111/kitikiplot/compare/v0.2.3...v0.2.5
- Python
Published by BodduSriPavan-111 9 months ago
https://github.com/boddusripavan-111/kitikiplot - v0.2.4
Version 0.2.4 - Parameter return in kitikiplot.genomics.grid.plot 🧬
- Added return figure parameter in
grid.py
- Python
Published by BodduSriPavan-111 9 months ago
https://github.com/boddusripavan-111/kitikiplot - v0.2.3
Version 0.2.3 - kitikiplot.genomics.grid.plot 🧬
kitikiplot.genomics.grid.plot
Generate quick and intuitive genomic grid plots with seamless customization.
Full Changelog: https://github.com/BodduSriPavan-111/kitikiplot/compare/v0.2.2...v0.2.3
- Python
Published by BodduSriPavan-111 9 months ago
https://github.com/boddusripavan-111/kitikiplot - v0.2.2
Version 0.2.2 - kitikiplot.genomics 🧬
kitikiplot.genomics.linear.plot
Generate quick and intuitive linear genomic plots.
Input: Short genome sequence (Example: ATGCGGGAAAT) Ouput:
Full Changelog: https://github.com/BodduSriPavan-111/kitikiplot/compare/v0.2.1...v0.2.2
- Python
Published by BodduSriPavan-111 9 months ago
https://github.com/boddusripavan-111/kitikiplot - v0.2.1
Version 0.2.1 - Restructuring 🧱
- kitikiplot.KitikiPlot -> kitikiplot.core.KitikiPlot
- Future Scope includes domain-specific functionalities
What's Changed
- kitikiplot.core by @BodduSriPavan-111 in https://github.com/BodduSriPavan-111/kitikiplot/pull/20
Full Changelog: https://github.com/BodduSriPavan-111/kitikiplot/compare/v0.2.0...v0.2.1
- Python
Published by BodduSriPavan-111 9 months ago
https://github.com/boddusripavan-111/kitikiplot - v0.2.0
Version 0.2.0 - Security and Other Enhancements 🛡️
- Created
SECURITY.md. - Updated numpy, pandas, matplotlib versions in
pyproject.toml. - Removed
build/lib/kitikiplot
What's Changed
- 'data' parameter handles 'str' data type by @BodduSriPavan-111 in https://github.com/BodduSriPavan-111/kitikiplot/pull/15
- Fix: Dependency by @BodduSriPavan-111 in https://github.com/BodduSriPavan-111/kitikiplot/pull/17
Full Changelog: https://github.com/BodduSriPavan-111/kitikiplot/compare/v0.1.8...v0.2.0
- Python
Published by BodduSriPavan-111 9 months ago
https://github.com/boddusripavan-111/kitikiplot - v0.1.8
Version 0.1.8 - Migration to "Poetry" 📦
Migrating to Poetry streamlines:
- Dependency management
- Simplifies publishing workflows
- Modernizes the project structure with a standardized pyproject.toml configuration.
What's Changed
- Migrated to Poetry by @BodduSriPavan-111 in https://github.com/BodduSriPavan-111/kitikiplot/pull/14
Full Changelog: https://github.com/BodduSriPavan-111/kitikiplot/compare/v0.1.7...v0.1.8
- Python
Published by BodduSriPavan-111 10 months ago
https://github.com/boddusripavan-111/kitikiplot - v0.1.7
Version 0.1.7 - CI/CD & test fixes KitikiPlot
- CI/CD fixes
- test fixes
- Thanks @NarmalaSk, @saibhagavanp
What's Changed
- Test by @BodduSriPavan-111 in https://github.com/BodduSriPavan-111/kitikiplot/pull/11
- fix: updated-ci-cd by @BodduSriPavan-111 in https://github.com/BodduSriPavan-111/kitikiplot/pull/12
- Rewrote Pytests with init.py by @NarmalaSk in https://github.com/BodduSriPavan-111/kitikiplot/pull/13
Full Changelog: https://github.com/BodduSriPavan-111/kitikiplot/compare/v0.1.6...v0.1.7
- Python
Published by BodduSriPavan-111 11 months ago
https://github.com/boddusripavan-111/kitikiplot - v0.1.6
Version 0.1.6 - Unit Testing for KitikiPlot 🔍
- Added Unit Tests for KitikiPlot by @saibhagavanp
- Added CI/ CD pipeline by @NarmalaSk
- Also, we have created a Discord Community: https://discord.gg/5ZFNTfuw
- Python
Published by BodduSriPavan-111 11 months ago
https://github.com/boddusripavan-111/kitikiplot - v0.1.5
Version 0.1.5 - Memory Cleanup ♻️
- Cleaned up all local variables in the function scope.
- Included explicit garbage collection.
- Python
Published by BodduSriPavan-111 about 1 year ago
https://github.com/boddusripavan-111/kitikiplot - v0.1.4
Version 0.1.4 - Research Paper Published ✨
- Preprint is published in TechRxiv. Find it here .
- Research paper is published in GIS Science Journal Volume 12 Issue 1, 186-193, 2025 (Scopus indexed with Impact factor 6.1). Read it here.
- Citations added.
- Display grid issue is fixed.
Current: v0.1.4
Previous: v0.1.2
- Python
Published by BodduSriPavan-111 about 1 year ago
https://github.com/boddusripavan-111/kitikiplot - v0.1.2
Version 0.1.2 - Transpose Function Updated ✨
- Updated transpose function: plot starts from top-left instead of bottom-right for better visualization
- Added VisualGesturesJS notebook in examples
- Attached badges
- DOI is added for citation
Current: v0.1.2
Previous: v0.1.1
- Python
Published by BodduSriPavan-111 about 1 year ago
https://github.com/boddusripavan-111/kitikiplot - v0.1.1
Version 0.1.1 - Initial Release 🚀
Announcing KitikiPlot, a Python library designed for visualizing sequential and time-series categorical "Sliding Window" data.
Use Cases
- Genomics🧬: Visualize genome sequences
- Weather forecasting🌤️: Visualize time-series categorical weather data
- Air quality monitoring ༄.° : Visualize pollutant levels and many more.
Examples:
- Python
Published by BodduSriPavan-111 about 1 year ago