Releases: QuantEcon/lecture-python.myst
Releases · QuantEcon/lecture-python.myst
publish-2026jan19b
[two_computation] Embed Data in Lecture into Hidden code cell (#811) * embed data into the lecture * updates
publish-2026feb19b
What's Changed
- [two_computation] Embed Data in Lecture into Hidden code cell by @HumphreyYang in #811
Full Changelog: publish-2026jan19...publish-2026jan19b
publish-2026feb19a
What's Changed
- Add a lecture by @shizejin on Two Computations to Fund Social Security and Edits from Tom on BHS lecture by @HumphreyYang in #810
Full Changelog: publish-2026feb18...publish-2026jan19
publish-2026feb18
What's Changed
- ⬆️ Bump actions/setup-node from 4 to 6 by @dependabot[bot] in #805
- Adding lectures on Chow [1968], Chow and Levitan [1969], and Sargent [1989] by @HumphreyYang in #803
- Adding a lecture on Doubts or variability? by @HumphreyYang in #808
Full Changelog: publish-2026feb11...publish-2026feb18
publish-2026feb11
What's Changed
- ⬆️ Bump dawidd6/action-download-artifact from 12 to 14 by @dependabot[bot] in #799
- FIX: Enable Netlify preview deployments for Dependabot PRs by @mmcky in #804
- ⬆️ Bump sphinx-togglebutton from 0.3.2 to 0.4.4 by @dependabot[bot] in #789
- ⬆️ Bump sphinx-proof from 0.3.0 to 0.4.0 by @dependabot[bot] in #796
- ⬆️ Bump quantecon-book-theme from 0.15.1 to 0.16.0 by @dependabot[bot] in #800
Full Changelog: publish-2026feb02...publish-2026feb11
publish-2026feb02
Full Changelog: publish-2026jan14...publish-2026feb02
publish-2026jan14
What's Changed
Full Changelog: publish-2025dec27...publish-2026jan14
publish-2025dec27
What's Changed
- Update quantecon-book-theme to 0.15.0 by @mmcky in #758
- ⬆️ Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #766
- ⬆️ Upgrade build software and dependencies by @mmcky in #768
- Re-enable build cache in CI workflow by @mmcky in #780
- ⬆️ Bump dawidd6/action-download-artifact from 11 to 12 by @dependabot[bot] in #774
- ⬆️ Bump sphinx-reredirects from 0.1.4 to 1.1.0 by @dependabot[bot] in #775
- ⬆️ Bump sphinx-tojupyter from 0.4.0 to 0.6.0 by @dependabot[bot] in #776
- ⬆️ Bump sphinx-exercise from 1.2.0 to 1.2.1 by @dependabot[bot] in #777
- ⬆️ Bump sphinxext-rediraffe from 0.2.7 to 0.3.0 by @dependabot[bot] in #778
- ⬆️ Bump sphinx-proof from 0.2.1 to 0.3.0 by @dependabot[bot] in #779
Full Changelog: publish-2025dec2.3...publish-2025dec27
publish-2025 dec 2
Fix bugs in ifp_advanced lecture (#757) - Fix typo: jnp.block_until_ready(a_start) → a_star.block_until_ready() - Add missing functools.partial import for JAX JIT static arguments - Fix compute_asset_stationary JIT compilation with static_argnums - Remove invalid verbose parameter from solve_model calls - Refactor solve_model to use jax.lax.while_loop for better performance - Clean up code structure and improve function signatures 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
pubish 2025 dec 2
Fix inconsistent code-cell language specifications (#756) * misc * Fix inconsistent code-cell language specifications in optimal savings lectures Standardize code-cell language specifications to eliminate jupytext UserWarnings: - os_egm_jax.md: Change ipython to python3 (no IPython magics used) - os_stochastic.md: Change ipython to python3 (no IPython magics used) - os_time_iter.md: Change all cells to ipython (uses !pip install magic) These changes ensure consistent language specifications within each notebook, resolving warnings during jupytext conversion while maintaining functionality. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>