From 8c777f9c67f1a95f604b1488e0af8a504303c8b6 Mon Sep 17 00:00:00 2001 From: mmcky <8263752+mmcky@users.noreply.github.com> Date: Sun, 26 Jul 2026 09:40:20 +0000 Subject: [PATCH] =?UTF-8?q?news:=20weekly=20digest=20drafts=20(2026-07-19?= =?UTF-8?q?=20=E2=80=93=202026-07-26)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _posts/2026-07-26-lectures.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _posts/2026-07-26-lectures.md diff --git a/_posts/2026-07-26-lectures.md b/_posts/2026-07-26-lectures.md new file mode 100644 index 0000000..2fa6e22 --- /dev/null +++ b/_posts/2026-07-26-lectures.md @@ -0,0 +1,12 @@ +--- +layout: post +title: "Lecture updates — July 19–26, 2026" +author: QuantEcon +excerpt: "Updates to the QuantEcon lectures." +tag: [lectures] +--- + +- 📚 **[Quantitative Economics with Python](https://python.quantecon.org/)** — Added a Phillips Curve Tradeoffs section, improved mixture model visualizations with figure captions and CDFs, and introduced a Chinese translation sync workflow. + - [Adding Tom's new section on Phillips Curve Tradeoffs](https://github.com/QuantEcon/lecture-python.myst/pull/992) + - [Add zh-cn translation sync workflow (Phase 0 Track B)](https://github.com/QuantEcon/lecture-python.myst/pull/979) + - [Add figure captions and use CDF](https://github.com/QuantEcon/lecture-python.myst/pull/982)