Skip to content

⬆️ Bump anaconda from 2026.06 to 2026.07#797

Merged
mmcky merged 1 commit into
mainfrom
dependabot/conda/anaconda-2026.07
Jul 20, 2026
Merged

⬆️ Bump anaconda from 2026.06 to 2026.07#797
mmcky merged 1 commit into
mainfrom
dependabot/conda/anaconda-2026.07

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 18, 2026

Copy link
Copy Markdown
Contributor

Bumps anaconda from 2026.06 to 2026.07.

@dependabot dependabot Bot added conda Pull requests that update conda code dependencies Pull requests that update a dependency file labels Jul 18, 2026
@netlify

netlify Bot commented Jul 18, 2026

Copy link
Copy Markdown

Deploy Preview for taupe-gaufre-c4e660 ready!

Name Link
🔨 Latest commit b9443b9
🔍 Latest deploy log https://app.netlify.com/projects/taupe-gaufre-c4e660/deploys/6a5d5f27083412000844000b
😎 Deploy Preview https://deploy-preview-797--taupe-gaufre-c4e660.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

mmcky added a commit that referenced this pull request Jul 19, 2026
)

* FIX: remove unused get_cmap import in laffer_adaptive

anaconda 2026.07 ships a matplotlib that has removed the long-deprecated
`matplotlib.cm.get_cmap`, so the first code cell of `laffer_adaptive.md`
fails at import time with:

    ImportError: cannot import name 'get_cmap' from 'matplotlib.cm'

The symbol is never used anywhere in the lecture, so the import is simply
dropped rather than migrated to `matplotlib.colormaps[...]`.

Found while validating the anaconda 2026.06 -> 2026.07 bump (#797). See
QuantEcon/workspace-lectures#21 for the cross-repo validation status.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* FIX: remove unused to_rgba import in laffer_adaptive

`to_rgba` is imported but never referenced anywhere in the lecture — the
only occurrence in the file is the import statement itself. Unlike
`get_cmap` this one is not yet fatal (matplotlib still ships `to_rgba`),
but it is dead either way, so it goes with the same cleanup.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@mmcky

mmcky commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

Bumps anaconda from 2026.06 to 2026.07.

---
updated-dependencies:
- dependency-name: anaconda
  dependency-version: '2026.07'
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/conda/anaconda-2026.07 branch from 1bfc802 to b9443b9 Compare July 19, 2026 23:35

@mmcky mmcky left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Validated — safe to merge.

The first validation attempt on this branch (run 29685190525) failed: anaconda 2026.07 ships a matplotlib that removes the long-deprecated matplotlib.cm.get_cmap, and laffer_adaptive.md imported it, so that notebook died on its first cell with ImportError. Every other lecture built clean, so it was a single isolated breakage.

That was fixed on main in #798 (the import was dead — never used — so it was simply dropped, along with an unused to_rgba alongside it). This branch was then rebased onto main to pick the fix up, and I re-dispatched the validation.

Result: run 29708174305 completed success in ~15m under -W --keep-going (warnings→errors) — a full fresh jb build lectures executing every notebook under 2026.07, not a cache reuse.

Note: the pull_request CI check isn't a real test of an env-only bump — it downloads the main build-cache artifact and skips re-executing unchanged notebooks, which is exactly why the original breakage slipped past it. The cache-workflow run above is the canonical signal.

Cross-repo status for this sweep is tracked in QuantEcon/workspace-lectures#21.

@mmcky
mmcky merged commit 8ec1459 into main Jul 20, 2026
7 checks passed
@mmcky
mmcky deleted the dependabot/conda/anaconda-2026.07 branch July 20, 2026 00:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

conda Pull requests that update conda code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant