Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Feb 24, 2023

  1. [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>
    hasanrashid and QuLogic committed Feb 24, 2023
  2. Merge pull request #25258 from dstansby/pow-norm-doc

    Document PowerNorm parameters
    QuLogic committed Feb 24, 2023
  3. Merge pull request #25209 from jklymak/mnt-reorg-galleries

    MNT: re-organize galleries under one subdir
    QuLogic committed Feb 24, 2023

Commits on Feb 23, 2023

  1. Merge pull request #25308 from tacaswell/doc/show_democode

    DOC: add include source to a 3.7 whats new
    oscargus committed Feb 23, 2023
  2. Merge pull request #25302 from anntzer/gb

    Cleanup gradient_bar example.
    QuLogic committed Feb 23, 2023
  3. DOC: add include source to a 3.7 whats new

    Without this we only get the example image, not the source to make it.
    tacaswell committed Feb 23, 2023
  4. Merge pull request #25304 from dstansby/pcr-plot-types

    Add import sorting to `/plot_types`
    QuLogic committed Feb 23, 2023
  5. Cleanup gradient_bar example.

    - 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).
    anntzer committed Feb 23, 2023
  6. Merge pull request #25238 from oscargus/animationpathcheck

    Check file path for animation and raise if it does not exist
    QuLogic committed Feb 23, 2023
  7. Merge pull request #25295 from QuLogic/longer-test-timeout

    Increase timeout for interactive backend tests
    QuLogic committed Feb 23, 2023
  8. Merge pull request #25296 from ksunden/rm_37_notes

    Remove straggler 3.7 release notes
    jklymak committed Feb 23, 2023

Commits on Feb 22, 2023

  1. Remove straggler 3.7 release notes

    These were all properly included in the 3.7 release notes, but for some reason not removed by #25270, despite being removed in #25194 along all of the other similar notes
    ksunden committed Feb 22, 2023
  2. Merge pull request #25147 from ksunden/ruff_config

    Add ruff config to pyproject.toml for devs who are interested
    tacaswell committed Feb 22, 2023
  3. 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.
    QuLogic committed Feb 22, 2023
  4. Merge pull request #25278 from ksunden/revert_23417

    Revert #23417 (Consistently set label on axis with units)
    tacaswell committed Feb 22, 2023
  5. Merge pull request #25155 from devRD/lasso_demo

    Fix lasso unresponsive issue by adding a lock release event
    QuLogic committed Feb 22, 2023
  6. Merge pull request #25286 from tacaswell/doc/cachebust_switcher

    DOC: add cache-busting query to switcher json url
    ksunden committed Feb 22, 2023
  7. Merge pull request #25282 from anntzer/inv

    Simplify transforms invalidation system.
    jklymak committed Feb 22, 2023
  8. Merge pull request #25279 from QuLogic/fix-lasso

    Fix Lasso line cleanup
    jklymak committed Feb 22, 2023
  9. 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.
    tacaswell committed Feb 22, 2023
  10. Merge pull request #25280 from QuLogic/new-gtk4-css

    Fix setting CSS with latest GTK4
    jklymak committed Feb 22, 2023
  11. Merge pull request #25283 from rcomer/unpin-reviewdog

    CI: unpin reviewdog eslint
    tacaswell committed Feb 22, 2023
  12. unpin reviewdog

    rcomer committed Feb 22, 2023
  13. 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).
    anntzer committed Feb 22, 2023
  14. Check attribute error for lasso

    Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
    devRD and QuLogic committed Feb 22, 2023
  15. 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
    QuLogic committed Feb 22, 2023
  16. Fix Lasso line cleanup

    Modifying Axes.lines is deprecated (and removed in `main`).
    QuLogic committed Feb 22, 2023

Commits on Feb 21, 2023

  1. Revert "Add test for axis label when units set"

    This reverts commit d9169cb.
    ksunden committed Feb 21, 2023
  2. Revert "Fix unit info setting axis label"

    This reverts commit 31dee3a.
    ksunden committed Feb 21, 2023
  3. Revert "Update units_rectangle baseline image"

    This reverts commit 30922ea.
    ksunden committed Feb 21, 2023
Older