news: add post for SciPy 2026 tutorial - #245
Open
mmcky wants to merge 1 commit into
Open
Conversation
Smit Lunagariya delivered "Computational Methods for Simulation using JAX and NumPy" at SciPy 2026 (University of Minnesota, Minneapolis) on July 14, 2026. Materials are in QuantEcon/scipy_tutorial_2026. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for grand-swan-ca5201 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new Jekyll news post announcing/recapping QuantEcon’s SciPy 2026 tutorial, fitting into the site’s _posts/-driven news feed and post pages.
Changes:
- Adds a dated news post (2026-07-14) describing the SciPy 2026 tutorial content and links to materials.
- Uses existing site conventions for post front matter (
layout: post,excerpt,tag: [workshop]) so the workshop badge renders on/news/and the post page.
Smit-create
reviewed
Jul 31, 2026
| tag: [workshop] | ||
| --- | ||
|
|
||
| QuantEcon's [Smit Lunagariya](https://smit-create.github.io/intro.html) delivered a four-hour tutorial on **Computational Methods for Simulation using JAX and NumPy** at [SciPy 2026](https://www.scipy2026.scipy.org/), held at the University of Minnesota in Minneapolis, on July 14, 2026. |
Member
There was a problem hiding this comment.
Suggested change
| QuantEcon's [Smit Lunagariya](https://smit-create.github.io/intro.html) delivered a four-hour tutorial on **Computational Methods for Simulation using JAX and NumPy** at [SciPy 2026](https://www.scipy2026.scipy.org/), held at the University of Minnesota in Minneapolis, on July 14, 2026. | |
| [Smit Lunagariya](https://smit-create.github.io/intro.html), currently a Google Engineer and ex-QuantEcon RA, delivered a four-hour tutorial on **Computational Methods for Simulation using JAX and NumPy** at [SciPy 2026](https://www.scipy2026.scipy.org/), held at the University of Minnesota in Minneapolis, on July 14, 2026. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a news post for the QuantEcon tutorial at SciPy 2026, run by Smit Lunagariya.
Computational Methods for Simulation using JAX and NumPy — Tuesday July 14, 2026, 13:30, HSEC 2-110, University of Minnesota, Minneapolis. Four-hour tutorial using Thomas Schelling's segregation model as the running example, progressing from plain Python classes through NumPy and JAX to GPU parallelization.
Materials: QuantEcon/scipy_tutorial_2026 · published site
The post is dated to the tutorial date (2026-07-14), matching the convention used for the Bank of Portugal and IMF workshop posts, and tagged
workshop. Verified with a localbundle exec jekyll build— it renders on/news/and at its own permalink with the workshop badge.🤖 Generated with Claude Code