You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* CI hardening: strict builds, conda dependabot, missing wald_dec_rule.png
Carries forward the pieces of #97 that #165 did not supersede:
- jb build gains '-n -W --keep-going' in cache/ci/publish workflows,
matching the English source repos' strict-build convention
- dependabot watches the conda ecosystem (jupyter-book pinned <2.0,
python constrained by the anaconda distribution)
- wald_dec_rule.png copied from the source repo (referenced by
wald_friedman_2 but absent here - a warning today, an error under -W)
Dropped from #97 as obsolete: the lecture-code fixes (regenerated by the
Track B resync wave or applied directly to its branches) and the ogm.py
tweak (optgrowth_fast was removed in #99).
Part of Phase 0 Track B, QuantEcon/lecture-python.myst#947.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* Fix the two main-content strict-build breaks: mix_model import, cass_fiscal ref
mix_model kept a CJK font-config block without the mpl import it needs
(same class as the five wave-branch fixes; mix_model was skipped by the
wave so the pre-existing bug stayed on main). cass_fiscal's note pointed
{doc} at a document that never existed; replaced with the wave branch's
exact {ref}`growth_model` sentence so the resync PR merges cleanly over
it. newton_method's two iref_ambiguous warnings are NOT patched here:
old main lacks the local anchors, and the resync PR (#140) adds them -
merging #140 resolves those warnings without conflict-prone edits.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
0 commit comments