Release Notes
Version: v0.1.1
Release Date: Oct 23, 2025
New Features
Initial release of Genos SDK.
Added support for:
RNASeqCoverageTrackPredictionAPIfor RNA-seq coverage track prediction.VariantPredictorfor variant effect prediction.EmbeddingExtractorfor feature extraction from biological sequences.
Implemented unified
GenosClientinterface for managing API access and authentication.
Improvements
Improved modular design for API endpoints.
Added type hints and docstrings for better IDE integration and documentation generation.
Documentation
Added installation guide and quick start tutorial.
Integrated API documentation with
sphinx.ext.autodocandsphinx.ext.viewcode.