Skip to content

Release 0.9.0#19

Open
nsheff wants to merge 11 commits into
masterfrom
dev
Open

Release 0.9.0#19
nsheff wants to merge 11 commits into
masterfrom
dev

Conversation

@nsheff
Copy link
Copy Markdown
Member

@nsheff nsheff commented Mar 6, 2026

  • improves bedshift performance
  • improves typehints
  • improves init import capabilities
  • wait for gtars 0.8.0 (which has new capability needed by bedshift.)

nsheff added 11 commits March 6, 2026 17:08
- Add noqa: F401 to intentional re-exports in __init__.py files
- Fix F821 undefined names: add missing imports (os, subprocess, shlex, tempfile, Namespace, utils, genomicranges), fix dst_fname->dst_path bug in region_shuffling.py, fix Scenario1/2 file->path_simfile bug in visualization.py, add lazy import for genomicranges in io.py
- Fix E741 ambiguous variable names: rename l->line, l->last, l->idx
- Fix E712: replace == True with truthiness check
- Fix E722 bare except: add Exception to all bare excepts
- Fix F841 unused variables: remove unused assignments in eval/, bedspace/, universe/
- Fix F403/F405 star imports: replace with explicit imports in bedspace/, region2vec/, scembed/
- Fix E402 module level imports: add noqa comments in visualization.py
- Fix F821 in atacformer: replace unused imports in try block
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant