From e5a1553c5fc314859e8392bb8f01780e331449e0 Mon Sep 17 00:00:00 2001 From: mmcky <8263752+mmcky@users.noreply.github.com> Date: Sun, 21 Jun 2026 10:12:17 +0000 Subject: [PATCH 1/3] =?UTF-8?q?news:=20weekly=20digest=20drafts=20(2026-06?= =?UTF-8?q?-14=20=E2=80=93=202026-06-21)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _posts/2026-06-21-lectures.md | 12 ++++++++++++ _posts/2026-06-21-website.md | 10 ++++++++++ 2 files changed, 22 insertions(+) create mode 100644 _posts/2026-06-21-lectures.md create mode 100644 _posts/2026-06-21-website.md diff --git a/_posts/2026-06-21-lectures.md b/_posts/2026-06-21-lectures.md new file mode 100644 index 0000000..b53ff4c --- /dev/null +++ b/_posts/2026-06-21-lectures.md @@ -0,0 +1,12 @@ +--- +layout: post +title: "Lecture updates — June 14–21, 2026" +author: QuantEcon +excerpt: "Updates to the QuantEcon lectures." +tag: [lectures] +--- + +- 📚 **[Quantitative Economics with Python](https://python.quantecon.org/)** — Rewrote the non-conjugate priors lecture with improved NUTS and variational inference explanations, and enhanced the Kalman filter lecture's opening exposition. + - [Add explanatory notes to bayes_nonconj: NUTS and variational inference](https://github.com/QuantEcon/lecture-python.myst/pull/918) + - [Rewrite the Non-Conjugate Priors lecture](https://github.com/QuantEcon/lecture-python.myst/pull/913) + - [update exposition of first three sections](https://github.com/QuantEcon/lecture-python.myst/pull/903) diff --git a/_posts/2026-06-21-website.md b/_posts/2026-06-21-website.md new file mode 100644 index 0000000..79590b6 --- /dev/null +++ b/_posts/2026-06-21-website.md @@ -0,0 +1,10 @@ +--- +layout: post +title: "Website update — June 14–21, 2026" +author: QuantEcon +excerpt: "Updates to the QuantEcon website." +tag: [website] +--- + +- 🏠 **[quantecon.org](https://quantecon.org/)** — Added inline news tag pills for website and software content to improve categorization and visual organization on quantecon.org. + - [news tag pills for website/software, placed inline with title](https://github.com/QuantEcon/website/pull/220) From f00fcf767952b30f8b67e8208266029722a3a5c8 Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Wed, 24 Jun 2026 15:27:29 +1000 Subject: [PATCH 2/3] Apply suggestion from @mmcky --- _posts/2026-06-21-website.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2026-06-21-website.md b/_posts/2026-06-21-website.md index 79590b6..306ca80 100644 --- a/_posts/2026-06-21-website.md +++ b/_posts/2026-06-21-website.md @@ -6,5 +6,5 @@ excerpt: "Updates to the QuantEcon website." tag: [website] --- -- 🏠 **[quantecon.org](https://quantecon.org/)** — Added inline news tag pills for website and software content to improve categorization and visual organization on quantecon.org. +- 🏠 **[quantecon.org](https://quantecon.org/)** — Added inline news tags for website and software content to improve categorization and visual organization on quantecon.org. - [news tag pills for website/software, placed inline with title](https://github.com/QuantEcon/website/pull/220) From 02727c675f7feb1a9cb0032ff5414c6ac58d81e1 Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Wed, 24 Jun 2026 15:27:36 +1000 Subject: [PATCH 3/3] Apply suggestion from @mmcky --- _posts/2026-06-21-website.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2026-06-21-website.md b/_posts/2026-06-21-website.md index 306ca80..e192e25 100644 --- a/_posts/2026-06-21-website.md +++ b/_posts/2026-06-21-website.md @@ -7,4 +7,4 @@ tag: [website] --- - 🏠 **[quantecon.org](https://quantecon.org/)** — Added inline news tags for website and software content to improve categorization and visual organization on quantecon.org. - - [news tag pills for website/software, placed inline with title](https://github.com/QuantEcon/website/pull/220) + - [news tags for website/software, placed inline with title](https://github.com/QuantEcon/website/pull/220)