Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions _posts/2026-06-21-lectures.md
Original file line number Diff line number Diff line change
@@ -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)
10 changes: 10 additions & 0 deletions _posts/2026-06-21-website.md
Original file line number Diff line number Diff line change
@@ -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)