main
Name already in use
Commits on Feb 24, 2023
-
[Doc]: Add alt-text to images in 3.6 release notes #24844 (#24878)
* alt text is added with .alt. directive * Aligning alt text * Comments resolved after initial review of PR 24878 * Fixing a typo in line 153 * Fixed capitalization and accidental extra alt: after plot * Fixed blank line before :include-source directive * Removing trailing whitespace in 152 * Fixed indentation and type * Blank line before directive * Removing trailing whitespace in 152 Fixed indentation and type Blank line before directive * Update doc/users/prev_whats_new/whats_new_3.6.0.rst Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com> * Update doc/users/prev_whats_new/whats_new_3.6.0.rst Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com> * Update doc/users/prev_whats_new/whats_new_3.6.0.rst Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com> * Update doc/users/prev_whats_new/whats_new_3.6.0.rst Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com> * Update doc/users/prev_whats_new/whats_new_3.6.0.rst Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com> * Squashed commit of the following: Squashed commit of the following: commit 015c997 Merge: b6400d2 6820797 commit b6400d2 Merge: 8b7f51c a30c0b1 commit 8b7f51c Merge: 7e42eaa f10d0d1 commit 7e42eaa commit 47e638b commit 2d17273 commit 02ad4ed commit 36638c8 commit 88f9e69 Merge: c310fab 11e37ac commit c310fab Merge: 3820d05 78f9c08 commit 3820d05 commit cd532aa commit 4ab0f52 commit 8d40c85 commit 447042f commit 1895995 commit adf6563 commit 34bbb24 Merge: a7dc972 651a874 commit a7dc972 Merge: 7547813 9a0b72a commit 7547813 commit d1dc422 commit 1503ed5 Merge: d3bf57d cb59251 commit cb59251 Merge: 9ffce62 ff17bc3 commit d3bf57d commit 9ffce62 Merge: 21a07fc ab6d190 commit 21a07fc commit ab6d190 Merge: cb03a55 d46628e commit cb03a55 --------- Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
-
Merge pull request #25258 from dstansby/pow-norm-doc
Document PowerNorm parameters
-
Merge pull request #25209 from jklymak/mnt-reorg-galleries
MNT: re-organize galleries under one subdir
Commits on Feb 23, 2023
-
Merge pull request #25308 from tacaswell/doc/show_democode
DOC: add include source to a 3.7 whats new
-
-
Merge pull request #25302 from anntzer/gb
Cleanup gradient_bar example.
-
DOC: add include source to a 3.7 whats new
Without this we only get the example image, not the source to make it.
-
Merge pull request #25304 from dstansby/pcr-plot-types
Add import sorting to `/plot_types`
-
- Don't list `extent` explicitly in the signature, but let it be passed as kwargs. (It's not more, or less, special than `transform`.) - Use the shorter `clim` instead of `vmin, vmax`. - Pass aspect="auto" within gradient_image (the caller shouldn't have to do that).
-
-
-
-
Merge pull request #25238 from oscargus/animationpathcheck
Check file path for animation and raise if it does not exist
-
Merge pull request #25295 from QuLogic/longer-test-timeout
Increase timeout for interactive backend tests
-
Merge pull request #25296 from ksunden/rm_37_notes
Remove straggler 3.7 release notes
Commits on Feb 22, 2023
-
-
Merge pull request #25147 from ksunden/ruff_config
Add ruff config to pyproject.toml for devs who are interested
-
Increase timeout for interactive backend tests
It seems that macOS is failing a bit more now; hopefully a slightly longer timeout is all that is needed.
-
Merge pull request #25278 from ksunden/revert_23417
Revert #23417 (Consistently set label on axis with units)
-
Merge pull request #25155 from devRD/lasso_demo
Fix lasso unresponsive issue by adding a lock release event
-
Merge pull request #25286 from tacaswell/doc/cachebust_switcher
DOC: add cache-busting query to switcher json url
-
Merge pull request #25282 from anntzer/inv
Simplify transforms invalidation system.
-
Merge pull request #25279 from QuLogic/fix-lasso
Fix Lasso line cleanup
-
DOC: add cache-busting query to switcher json url
This will ensure that the switcher is promptly updated when we push updates to the devdocs.
-
Merge pull request #25280 from QuLogic/new-gtk4-css
Fix setting CSS with latest GTK4
-
Merge pull request #25283 from rcomer/unpin-reviewdog
CI: unpin reviewdog eslint
-
-
Simplify transforms invalidation system.
The INVALID_NON_AFFINE state is never used, except at init, but there it can be replaced by a fully invalid state (the difference is that calls to invalidate() will not be propagated, but that's OK because any (necessarily new) dependent of the new node will also already be in an invalid state as well). Thus, for clarity, replace the 4 possible values of `._invalid` (0-3) by only 3 values (0-2), and get rid of bit-twiddling in TransformedPath._revalidate. Also rename "value" to (invalidation) "level", invert the logic in _invalidate_internal (I find the new order easier to follow), and get rid of a seemingly incorrect statement about invalidation stickiness (as far as I can tell, once a node has been revalidated (`._invalid = 0`), it can again be invalidated as affine_only).
-
Check attribute error for lasso
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
-
Fix setting CSS with latest GTK4
In the upcoming 4.10 release, the type annotation was fixed [1]. There may be some overrides added in PyGObject [2] to avoid this difference, but we don't depend on a specific version of it to be able to rely on that (and it's not released yet.) This code should work with the override as well. [1] https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/5441 [2] https://gitlab.gnome.org/GNOME/pygobject/-/merge_requests/231
-
Modifying Axes.lines is deprecated (and removed in `main`).
Commits on Feb 21, 2023
-
-
Revert "Add test for axis label when units set"
This reverts commit d9169cb.
-
Revert "Fix unit info setting axis label"
This reverts commit 31dee3a.
-
Revert "Update units_rectangle baseline image"
This reverts commit 30922ea.