Release 0.12.0 - #92
Merged
Merged
Conversation
; Fixed tests
Comp search
3 tasks
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR introduces version 0.12.0 with significant new features and improvements for the BedBase platform. The release focuses on enhancing search capabilities, improving data visualization, and expanding reference genome compatibility.
- Adds new qdrant semantic search functionality with advanced vector embeddings
- Implements comprehensive statistics and plotting features for the summary page
- Enhances reference genome compatibility to support new refgenie versions
Reviewed Changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| bbconf/_version.py | Version bump to 0.12.0 |
| docs/changelog.md | Documents new features and fixes for 0.12.0 release |
| requirements/requirements-all.txt | Adds gtars dependency for genomic analysis |
| tests/test_bedfile.py | Disables PEPhub-related tests temporarily |
| manual_testing.py | Adds extensive plotting functions and search testing capabilities |
| bbconf/modules/bedfiles.py | Major updates for semantic search, reference validation, and vector operations |
| bbconf/models/bed_models.py | Updates model fields and adds VectorMetadata class |
| bbconf/models/base_models.py | Restructures statistics models and adds new data structures |
| bbconf/db_utils.py | Adds file indexing column and reference genome tables |
| bbconf/config_parser/ | Implements advanced qdrant backend configuration |
| bbconf/bbagent.py | Extensive statistics and analysis functionality |
Comments suppressed due to low confidence (1)
bbconf/modules/bedfiles.py:1
- Field name changed from
exp_protocoltoassaybut the alias relationship should be maintained for backward compatibility. Consider addingalias='exp_protocol'to the Field definition.
import datetime
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes:
TODO:
__version__.pyfile