Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: moderndive/moderndive-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: moderndive/moderndive-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: docs/new-examples
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 64 files changed
  • 2 contributors

Commits on Jun 20, 2026

  1. docs: add infer "stat menu" page; array-API + split model-plot examples

    - New guide guides/infer-examples.md mirroring infer's observed_stat_examples
      vignette: the calculate(stat=) forms by variable type, on gss, with null/CI/
      theoretical pipelines. Honestly notes the one gap (chi-square goodness-of-fit
      is not yet supported) rather than claiming exhaustiveness.
    - Regression guide: add an array-API models example (sm.OLS(y, X).fit()), and
      split the stacked "Visualizing models" cell so each plot actually renders.
    
    All example cells execute; docs build warning-free under -W.
    
    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
    Claude-Session: https://claude.ai/code/session_017CTL1QSTg1DmDUpqYuPEog
    ismayc and claude committed Jun 20, 2026
    Configuration menu
    Copy the full SHA
    9456f5c View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into docs/new-examples

    # Conflicts:
    #	doc/_build/html/.doctrees/api.doctree
    #	doc/_build/html/.doctrees/environment.pickle
    #	doc/_build/html/.doctrees/getting-started.doctree
    #	doc/_build/html/.doctrees/guides/confidence-intervals.doctree
    #	doc/_build/html/.doctrees/guides/hypothesis-testing.doctree
    #	doc/_build/html/.doctrees/guides/plotting.doctree
    #	doc/_build/html/.doctrees/guides/regression.doctree
    #	doc/_build/html/.doctrees/guides/theory-based.doctree
    #	doc/_build/html/.doctrees/index.doctree
    #	doc/_build/html/searchindex.js
    #	doc/_build/jupyter_execute/datasets.ipynb
    #	doc/_build/jupyter_execute/getting-started.ipynb
    #	doc/_build/jupyter_execute/guides/confidence-intervals.ipynb
    #	doc/_build/jupyter_execute/guides/hypothesis-testing.ipynb
    #	doc/_build/jupyter_execute/guides/messages.ipynb
    #	doc/_build/jupyter_execute/guides/plotting.ipynb
    #	doc/_build/jupyter_execute/guides/regression.ipynb
    #	doc/_build/jupyter_execute/guides/sampling.ipynb
    #	doc/_build/jupyter_execute/guides/theory-based.ipynb
    #	doc/_build/jupyter_execute/index.ipynb
    ismayc committed Jun 20, 2026
    Configuration menu
    Copy the full SHA
    b85276c View commit details
    Browse the repository at this point in the history
  3. docs: turn the GOF "not supported" notes into a real example

    Now that chi-square goodness-of-fit is implemented (merged via #17), the
    infer-examples page documents it as a working example instead of a gap: a new
    "One categorical variable (3+ levels): chi-square goodness-of-fit" section, and
    the two "not yet supported" notes removed. Merges main; HTML rebuilt.
    
    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
    Claude-Session: https://claude.ai/code/session_017CTL1QSTg1DmDUpqYuPEog
    ismayc and claude committed Jun 20, 2026
    Configuration menu
    Copy the full SHA
    bdfa704 View commit details
    Browse the repository at this point in the history
Loading