From 435bcc11e9359b0ecb59f6cef82c86a82c20a31c Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Tue, 15 Oct 2024 11:44:54 +1100 Subject: [PATCH 1/2] Update RA list (#551) * Update RA list * add reading group --- lectures/about.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lectures/about.md b/lectures/about.md index 0b419cc5..ac8c6f39 100644 --- a/lectures/about.md +++ b/lectures/about.md @@ -61,10 +61,15 @@ In particular, we sincerely thank and give credit to - [Aakash Gupta](https://github.com/AakashGfude) - [Shu Hu](https://github.com/shlff) - Jiacheng Li +- [Jiarui Zhang](https://github.com/Jiarui-ZH) - [Smit Lunagariya](https://github.com/Smit-create) -- [Matthew McKay](https://github.com/mmcky) - [Maanasee Sharma](https://github.com/maanasee) +- [Matthew McKay](https://github.com/mmcky) +- [Margaret Beisenbek](https://github.com/mbek0605) +- [Phoebe Grosser](https://github.com/pgrosser1) +- [Longye Tian](https://github.com/longye-tian) - [Humphrey Yang](https://github.com/HumphreyYang) +- [Sylvia Zhao](https://github.com/SylviaZhaooo) We also thank Noritaka Kudoh for encouraging us to start this project and providing thoughtful suggestions. From 655a9fcc48cc0634054c1f16e520b538de2f5962 Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Tue, 15 Oct 2024 12:04:41 +1100 Subject: [PATCH 2/2] MAINT: upgrade python=3.12 and anaconda==2024.06-1 (#554) * MAINT: upgrade python=3.12 and anaconda==2024.06-1 * fix error in anaconda distribution tag --- .github/workflows/cache.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/linkcheck.yml | 4 ++-- .github/workflows/publish.yml | 2 +- environment.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index f968aa65..72680e29 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -15,7 +15,7 @@ jobs: auto-update-conda: true auto-activate-base: true miniconda-version: 'latest' - python-version: "3.11" + python-version: "3.12" environment-file: environment.yml activate-environment: quantecon - name: graphviz Support # TODO: required? diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 638eac2b..74d2957b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: auto-update-conda: true auto-activate-base: true miniconda-version: 'latest' - python-version: "3.11" + python-version: "3.12" environment-file: environment.yml activate-environment: quantecon - name: Graphics Support #TODO: Review if graphviz is needed diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index 2756bf1e..c45e2b2d 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: os: ["ubuntu-latest"] - python-version: ["3.11"] + python-version: ["3.12"] steps: - name: Checkout uses: actions/checkout@v4 @@ -23,7 +23,7 @@ jobs: auto-update-conda: true auto-activate-base: true miniconda-version: 'latest' - python-version: "3.11" + python-version: "3.12" environment-file: environment.yml activate-environment: quantecon - name: Download "build" folder (cache) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a7648a73..431ada1e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: auto-update-conda: true auto-activate-base: true miniconda-version: 'latest' - python-version: "3.11" + python-version: "3.12" environment-file: environment.yml activate-environment: quantecon - name: Install latex dependencies diff --git a/environment.yml b/environment.yml index f60099b5..02f3286a 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,7 @@ channels: - default - conda-forge dependencies: - - python=3.11 + - python=3.12 - anaconda=2024.06 - pip - pip: