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..e192e25 --- /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 tags for website and software content to improve categorization and visual organization on quantecon.org. + - [news tags for website/software, placed inline with title](https://github.com/QuantEcon/website/pull/220)