Skip to content

Releases: QuantEcon/lecture-python.myst

publish-2025aug18

18 Aug 07:34
709deec
Compare
Choose a tag to compare

What's Changed

  • Add comprehensive GitHub Copilot instructions for lecture-python.myst repository by @Copilot in #515
  • Upgrade all HTTP links to HTTPS across lecture series by @Copilot in #523
  • Standardize LaTeX math notation: replace pmatrix with bmatrix across all lecture files by @Copilot in #526
  • ⬆️ Bump actions/checkout from 4 to 5 by @dependabot[bot] in #525
  • Replace np.sum(a * b) with a @ b for better performance and accuracy by @Copilot in #542
  • [likelihood_ratio_processes] Break up likelihood ratio processes lecture and add new examples by @HumphreyYang and @thomassargent30 in #547

New Contributors

  • @Copilot made their first contribution in #515

Full Changelog: publish-2025aug08...publish-2025aug18

publish-2025aug08

08 Aug 05:43
36bc72e
Compare
Choose a tag to compare

What's Changed

Full Changelog: publish-2025aug04...publish-2025aug08

publish-2025aug04

04 Aug 09:03
4080fcf
Compare
Choose a tag to compare

What's Changed

Full Changelog: publish-2025aug03...publish-2025aug04

publish-2025aug03

03 Aug 06:18
7c9af26
Compare
Choose a tag to compare

What's Changed

Full Changelog: publish-2025jul31...publish-2025aug03

publish-2025jul31

30 Jul 22:56
566c278
Compare
Choose a tag to compare

What's Changed

Full Changelog: publish-2025jul29...publish-2025jul31

publish-2025jul29

29 Jul 02:02
5edb261
Compare
Choose a tag to compare

What's Changed

  • [likelihood_ratio_processes] Update structure and SyntaxWarnings by @HumphreyYang in #497
  • FIX: pin jax=0.6.2 to all workflows by @mmcky in #498
  • FIX: [mle] fetch data from github by @mmcky in #499

Full Changelog: publish-2025jul24...publish-2025jul29

publish-2025jul24

24 Jul 06:39
b5c7b63
Compare
Choose a tag to compare

What's Changed

  • [aiyagari] MAINT: transfer np.sum(a * b) to a @ b by @mmcky in #467
  • [cass_koopmans_1] Exercise Experimenting multiple $K_0$ values by @HumphreyYang in #470
  • [mccall_model] Replace np.sum(a * b) with a @ b by @UdohNakamura in #471
  • Replace np.sum(a * b) with a @ b in lecture-python.myst.mccall_q.md by @suda-yuga in #472
  • [multivariate_normal] Replace np.sum(a * b) with a @ b by @suda-yuga in #474
  • [kalman_2] Remove redundant axhline plotting by @suda-yuga in #482
  • FIX: links update by @mmcky in #494
  • [mle] Replace np.sum with @, fix typos, and use gammaln for stable Poisson log-likelihood by @suda-yuga in #473
  • [kalman_2] Refactor simulate_workers for PEP8 compliance and code clarity by @suda-yuga in #481
  • [opt_transport] Replace np.sum(a * b) with np.vdot(a, b) by @suda-yuga in #475
  • [stats_examples] Replace np.sum(a * b) with a @ b by @suda-yuga in #476
  • [ge_arrow] Correct summation axis by @UdohNakamura in #480
  • [likelihood_ratio_process] Add new sections on distribution discrepency measures and Blume and Easley 2006 by @HumphreyYang and @thomassargent30 in #495

New Contributors

Full Changelog: publish-2025jul19...publish-2025jul24

publish-2025jul19

19 Jul 10:22
7940e5f
Compare
Choose a tag to compare

What's Changed

Full Changelog: publish-2025jul17...publish-2025jul19

publish-2025jul17

16 Jul 23:56
d0d8103
Compare
Choose a tag to compare

What's Changed

Full Changelog: publish-2025jul15...publish-2025jul17

publish-2025jul15

14 Jul 22:01
d52cdec
Compare
Choose a tag to compare

What's Changed

Full Changelog: publish-2025jul14...publish-2025jul15