Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MNT: Fix deprectation error in CI #866

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

DimitriPapadopoulos
Copy link
Contributor

matplotlib.cm.get_cmap → matplotlib.colormaps

This is new in matplotlib 3.9:
matplotlib/matplotlib#23668

Fixes #865.

	matplotlib.cm.get_cmap → matplotlib.colormaps

matplotlib/matplotlib#23668
@DimitriPapadopoulos DimitriPapadopoulos marked this pull request as ready for review April 17, 2024 14:55
@effigies effigies merged commit 9f9bf4f into nipreps:master Apr 17, 2024
25 checks passed
@DimitriPapadopoulos DimitriPapadopoulos deleted the get_cmap branch April 17, 2024 20:00
effigies pushed a commit that referenced this pull request Jun 10, 2024
matplotlib.cm.get_cmap → matplotlib.colormaps

matplotlib/matplotlib#23668

Fixes #865.
effigies added a commit that referenced this pull request Jun 10, 2024
1.10.2 (June 10, 2024)

Bug-fix release in the 1.10.x series

* ENH: Modify FSSource to output T2 (#868)
* STY: Apply ruff/flake8-implicit-str-concat rule ISC001 (#870)
* STY: Remove extraneous quotes (#859)
* STY: Apply assorted ruff/refurb rules (#867)
* MNT: update vendored docs files (#834)
* MNT: Fix deprectation error in CI (#866)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI: AttributeError: module 'matplotlib.cm' has no attribute 'get_cmap'
2 participants