From 0747aa22942791295edb74521addd6225766e85a Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Fri, 6 Dec 2024 17:01:19 +1100 Subject: [PATCH] ENH: update feedback from jstac + news item (#142) * update sponsors section * post news item for rba workshop --- _layouts/home.html | 2 +- _posts/2024-11-22-rba-workshop.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 _posts/2024-11-22-rba-workshop.md diff --git a/_layouts/home.html b/_layouts/home.html index 4fbefbd..d0c9f5d 100755 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -33,7 +33,7 @@

QuantEcon

-

Sponsor

+

Current sponsors

diff --git a/_posts/2024-11-22-rba-workshop.md b/_posts/2024-11-22-rba-workshop.md new file mode 100644 index 0000000..2a71b18 --- /dev/null +++ b/_posts/2024-11-22-rba-workshop.md @@ -0,0 +1,14 @@ +--- +layout: post +title: QuantEcon workshop at the Reserve Bank of Australia +author: Matt McKay +excerpt: QuantEcon delivered a workshop at the Reserve Bank of Australia +#type: article +--- + +QuantEcon ran a [workshop](https://github.com/QuantEcon/rba_workshop_2024) at the Reserve Bank of Australia presenting recent advances in computational tools available in open source scientific computing environments. + +These new tools include: +- automatic differentiation +- parallel computing, and +- just-in-time compilers and GPU computing \ No newline at end of file