Commit 86ca61c
Address PR #376 R5 P3 (docstring drift)
R5 P3: HAD.fit() docstring still described `survey` and `weights` as
"keyword-only" (they're positional-or-keyword after the R4 P1 fix that
restored back-compat) and the `cband` paragraph only mentioned the old
`survey=` / `weights=` kwargs (omitted the canonical `survey_design=`).
Runtime behavior was correct; just generated help text drift.
- Drop "keyword-only" qualifier from `survey` / `weights` parameter lines
in the docstring; add note that they remain positional-or-keyword for
one minor cycle for back-compat.
- Update `cband` paragraph to cover all three of `survey_design=` /
`survey=` / `weights=` (was: only the deprecated two).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent af998df commit 86ca61c
1 file changed
Lines changed: 17 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2861 | 2861 | | |
2862 | 2862 | | |
2863 | 2863 | | |
2864 | | - | |
2865 | | - | |
2866 | | - | |
2867 | | - | |
2868 | | - | |
2869 | | - | |
| 2864 | + | |
| 2865 | + | |
| 2866 | + | |
| 2867 | + | |
| 2868 | + | |
| 2869 | + | |
| 2870 | + | |
| 2871 | + | |
| 2872 | + | |
2870 | 2873 | | |
2871 | 2874 | | |
2872 | 2875 | | |
| |||
2876 | 2879 | | |
2877 | 2880 | | |
2878 | 2881 | | |
2879 | | - | |
2880 | | - | |
2881 | | - | |
2882 | | - | |
2883 | | - | |
2884 | | - | |
2885 | | - | |
2886 | | - | |
| 2882 | + | |
| 2883 | + | |
| 2884 | + | |
| 2885 | + | |
| 2886 | + | |
| 2887 | + | |
| 2888 | + | |
| 2889 | + | |
2887 | 2890 | | |
2888 | 2891 | | |
2889 | 2892 | | |
| |||
0 commit comments