chore: promote dev → master (statistical_models removed)#108
Merged
Jaureguy760 merged 1 commit intomasterfrom Apr 19, 2026
Merged
chore: promote dev → master (statistical_models removed)#108Jaureguy760 merged 1 commit intomasterfrom
Jaureguy760 merged 1 commit intomasterfrom
Conversation
…_guide/analysis (#107) Per user direction, the consolidated statistical_models.rst is removed. Methods section is now a single page: mapping_filter.rst (canonical WASP filter contract, van de Geijn 2015). Rescued into user_guide/analysis.rst under a new "Defaults and contracts" section (~25 lines) to avoid losing the four WASP2-unique contracts that both the sophia decision-auditor and co-scientist hypothesis-critic flagged as load-bearing when the original "delete the stats stuff" proposal was evaluated: 1. pseudocount=1 + min_count=10 defaults 2. Profile-LRT ρ convention (ρ at null-MLE, df=1) — the scientific fix from PR #99 3. ρ bounds (1e-6, 1-1e-6) and linear-dispersion logit clip (±10) 4. BH-NaN trap warning (scipy raises; manual loop silently propagates) Plus pointer to mapping_filter.rst for the canonical filter contract that applies to both remapping and counting. Updated 6 inbound :doc: references: - index.rst toctree (removed entry) - faq.rst → points to user_guide/analysis - tutorials/bulk_workflow.rst (2 refs) → user_guide/analysis - tutorials/single_cell_workflow.rst → methods/mapping_filter - methods/mapping_filter.rst → user_guide/analysis Sphinx build clean, zero warnings.
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.
Summary
Promote `dev` to `master`. Single new commit:
Test plan