0
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 05, 2025 — Feb 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
update: regtest for new test More... 3 months ago
Add tests for parquet export with SCORE_ tables and include_transition_data flag More... 3 months ago
Fix: use LEFT JOIN for score views to avoid filtering out rows without matching RUN_ID More... 3 months ago
Add check for empty PDF files before merging More... 3 months ago
Fix: add RUN_ID to score peptide/protein views for proper joining More... 3 months ago
Fix: filter out columns without types when building temp table schema More... 3 months ago
Add check for temp file existence before PDF merging More... 3 months ago
Fix Python 3.9 compatibility: use Tuple instead of tuple for type hints More... 3 months ago
Add robustness checks for empty dataframes and edge cases in _plot_feature_scores More... 3 months ago
Use _ensure_pyarrow for lazy pyarrow import instead of module-level import More... 3 months ago
Fix CI: Move pyarrow imports to module level More... 3 months ago
Fix comment to match code behavior More... 3 months ago
Refactor: extract helper method to reduce code duplication More... 3 months ago
Add support for SCORE_ tables and include_transition_data flag in parquet export More... 3 months ago
Initial exploration of pyprophet export parquet code More... 3 months ago
Initial plan More... 3 months ago
Refactor: move file type reader methods into IO export classes More... 3 months ago
Refactor plot_scores to make SCORE column optional More... 3 months ago
Add memory optimizations for large datasets - sample data and select only VAR columns More... 3 months ago
Fix KeyError by adding required SCORE column for plot_scores More... 3 months ago
Address code review comments - move imports and improve exception handling More... 3 months ago
Add tests for export_feature_scores functionality More... 3 months ago
Fix _plot_feature_scores to properly handle PDF merging More... 3 months ago
Add export_feature_scores function and CLI command More... 3 months ago
Initial plan More... 3 months ago
Add workflow diagram documentation for alignment integration More... 3 months ago
Add alignment integration to split_parquet reader More... 4 months ago
Change use_alignment default to True with auto-detection of alignment data More... 4 months ago
Enhance alignment export to include SCORE_ALIGNMENT data and improve parquet handling More... 4 months ago
Add alignment integration to export functionality More... 4 months ago