From 99abb5c409eb548f41c61084a09360cb13e238f8 Mon Sep 17 00:00:00 2001 From: mmcky <8263752+mmcky@users.noreply.github.com> Date: Mon, 15 Jun 2026 23:31:50 +0000 Subject: [PATCH] =?UTF-8?q?news:=20weekly=20digest=20drafts=20(2026-06-01?= =?UTF-8?q?=20=E2=80=93=202026-06-14)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _posts/2026-06-14-books.md | 12 ++++++++++++ _posts/2026-06-14-lectures.md | 19 +++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 _posts/2026-06-14-books.md create mode 100644 _posts/2026-06-14-lectures.md diff --git a/_posts/2026-06-14-books.md b/_posts/2026-06-14-books.md new file mode 100644 index 0000000..28ff0cb --- /dev/null +++ b/_posts/2026-06-14-books.md @@ -0,0 +1,12 @@ +--- +layout: post +title: "Book updates — June 1–14, 2026" +author: QuantEcon +excerpt: "New and updated QuantEcon books (June 1–14, 2026)." +tag: [books] +--- + +- 📖 **[Dynamic Programming](https://dp.quantecon.org/)** — Redesigned volume cards on the website to use a MyST-primary format, improving the presentation of Dynamic Programming content for readers. + - [Redesign website: MyST-primary volume cards](https://github.com/QuantEcon/book-dp-public/pull/21) + +_Auto-drafted from public QuantEcon repository activity for June 1–14, 2026. Review and edit before publishing._ diff --git a/_posts/2026-06-14-lectures.md b/_posts/2026-06-14-lectures.md new file mode 100644 index 0000000..9e917f3 --- /dev/null +++ b/_posts/2026-06-14-lectures.md @@ -0,0 +1,19 @@ +--- +layout: post +title: "Lecture updates — June 1–14, 2026" +author: QuantEcon +excerpt: "New and updated QuantEcon lectures (June 1–14, 2026)." +tag: [lectures] +--- + +- 📚 **[Advanced Quantitative Economics with Python](https://python-advanced.quantecon.org/)** — Added lectures covering contract theory and survey data robustness, alongside improved rendering support for proof and admonition directives in the minimal theme. + - [Add three lectures on contract theory and one lecture on survey data and robustness](https://github.com/QuantEcon/lecture-python-advanced.myst/pull/343) + - [Enable minimal theme for proof/admonition directives](https://github.com/QuantEcon/lecture-python-advanced.myst/pull/334) + +- 📚 **[Quantitative Economics with Python](https://python.quantecon.org/)** — Added three lectures covering long-term risk and learning, expanding the curriculum's treatment of dynamic decision-making under uncertainty. + - [Add Three Lectures on Long-term Risk and Learning](https://github.com/QuantEcon/lecture-python.myst/pull/889) + +- 📚 **[A First Course in Quantitative Economics with Python](https://intro.quantecon.org/)** — Added a new lecture on Maximum Sustainable Yield and fishery collapse dynamics, expanding the course's coverage of natural resource economics and nonlinear dynamic systems. + - [Add Maximum Sustainable Yield and Fishery Collapse lecture](https://github.com/QuantEcon/lecture-python-intro/pull/763) + +_Auto-drafted from public QuantEcon repository activity for June 1–14, 2026. Review and edit before publishing._