Skip to content

Releases: QuantEcon/lecture-python.myst

publish-2026jan19b

19 Feb 12:46
064c47b

Choose a tag to compare

[two_computation] Embed Data in Lecture into Hidden code cell (#811)

* embed data into the lecture

* updates

publish-2026feb19b

19 Feb 12:30
064c47b

Choose a tag to compare

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

19 Feb 06:43
064c47b

Choose a tag to compare

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

18 Feb 00:17
f32e209

Choose a tag to compare

What's Changed

Full Changelog: publish-2026feb11...publish-2026feb18

publish-2026feb11

10 Feb 22:56
5c611f5

Choose a tag to compare

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

02 Feb 10:21

Choose a tag to compare

publish-2026jan14

14 Jan 03:36
1f6b3fa

Choose a tag to compare

What's Changed

  • Update GPU admonition to clarify lectures run on CPUs by @mmcky in #788

Full Changelog: publish-2025dec27...publish-2026jan14

publish-2025dec27

27 Dec 03:17
f10cbff

Choose a tag to compare

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

02 Dec 11:28
60235eb

Choose a tag to compare

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

02 Dec 03:37
5efda54

Choose a tag to compare

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>