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

Bump matplotlib, pyvista, pytest-rerunfailures and imageio #1858

Conversation

pyansys-ci-bot
Copy link
Collaborator

Bumps matplotlib, pyvista, pytest-rerunfailures, sphinx and imageio. These dependencies needed to be updated together.
Updates matplotlib from 3.6.3 to 3.7.0

Release notes

Sourced from matplotlib's releases.

REL: v3.7.0

Highlights of this release include:

  • Plotting and Annotation improvements
    • hatch parameter for pie
    • Polar plot errors drawn in polar coordinates
    • Additional format string options in ~matplotlib.axes.Axes.bar_label
    • ellipse boxstyle option for annotations
    • The extent of imshow can now be expressed with units
    • Reversed order of legend entries
    • pcolormesh accepts RGB(A) colors
    • View current appearance settings for ticks, tick labels, and gridlines
    • Style files can be imported from third-party packages
  • Improvements to 3D Plotting
    • 3D plot pan and zoom buttons
    • adjustable keyword argument for setting equal aspect ratios in 3D
    • Poly3DCollection supports shading
    • rcParam for 3D pane color
  • Figure and Axes Layout
    • colorbar now has a location keyword argument
    • Figure legends can be placed outside figures using constrained_layout
    • Per-subplot keyword arguments in subplot_mosaic
    • subplot_mosaic no longer provisional
  • Widget Improvements
    • Custom styling of button widgets
    • Blitting in Button widgets
  • Other Improvements
    • Source links can be shown or hidden for each Sphinx plot directive
    • Figure hooks
  • New & Improved Narrative Documentation
    • Brand new :doc:Animations </tutorials/introductory/animation_tutorial> tutorial.
    • New grouped and stacked bar chart <../../gallery/index.html#lines_bars_and_markers>_ examples.
    • New section for new contributors and reorganized git instructions in the :ref:contributing guide<contributing>.
    • Restructured :doc:/tutorials/text/annotations tutorial.

REL: v3.7.0rc1

First release candidate for 3.7.0

Commits
  • d6dd1b7 REL: v3.7.0
  • 14a221f Merge pull request #25194 from tacaswell/370_final
  • ddef536 DOC: update what's new date for final release date
  • 1b5c3fb Merge pull request #24781 from tacaswell/mnt/restore_doc_sha
  • 769865b DOC: Prepare release notes for 3.7.0
  • f78e8ec Backport PR #25196: Add deprecation for setting data with non sequence type i...
  • 172ede3 Merge pull request #25197 from meeseeksmachine/auto-backport-of-pr-25193-on-v...
  • 3e0e0b3 Backport PR #25193: Fix displacement of colorbar for eps with bbox_inches='ti...
  • fc775b1 Merge pull request #25188 from meeseeksmachine/auto-backport-of-pr-25085-on-v...
  • 12b1dc2 Merge pull request #25170 from meeseeksmachine/auto-backport-of-pr-25097-on-v...
  • Additional commits viewable in compare view

Updates pyvista from 0.38.1 to 0.38.2

Commits

Updates pytest-rerunfailures from 11.0 to 11.1

Changelog

Sourced from pytest-rerunfailures's changelog.

11.1 (unreleased)

Bug fixes +++++++++

  • Run teardown of session, class, ... scoped fixtures only once after rerunning tests

Features ++++++++

  • Expose reruns and reruns_delay through pytest.ini file.
Commits

Updates sphinx from 5.3.0 to 6.1.3

Release notes

Sourced from sphinx's releases.

v6.1.3

Changelog: https://www.sphinx-doc.org/en/master/changes.html

v6.1.2

Changelog: https://www.sphinx-doc.org/en/master/changes.html

v6.1.1

Changelog: https://www.sphinx-doc.org/en/master/changes.html

v6.1.0

Changelog: https://www.sphinx-doc.org/en/master/changes.html

v6.0.1

Changelog: https://www.sphinx-doc.org/en/master/changes.html

v6.0.0

Changelog: https://www.sphinx-doc.org/en/master/changes.html

v6.0.0b2

Changelog: https://www.sphinx-doc.org/en/master/changes.html

v6.0.0b1

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Changelog

Sourced from sphinx's changelog.

Release 6.1.3 (released Jan 10, 2023)

Bugs fixed

  • #11116: Reverted to previous Sphinx 5 node copying method
  • #11117: Reverted changes to parallel image processing from Sphinx 6.1.0
  • #11119: Supress ValueError in the linkcheck builder

Release 6.1.2 (released Jan 07, 2023)

Bugs fixed

  • #11101: LaTeX: div.topic_padding key of sphinxsetup documented at 5.1.0 was implemented with name topic_padding

  • #11099: LaTeX: shadowrule key of sphinxsetup causes PDF build to crash since Sphinx 5.1.0

  • #11096: LaTeX: shadowsize key of sphinxsetup causes PDF build to crash since Sphinx 5.1.0

  • #11095: LaTeX: shadow of :dudir:topic and contents_ boxes not in page margin since Sphinx 5.1.0

    .. _contents: https://docutils.sourceforge.io/docs/ref/rst/directives.html#table-of-contents

  • #11100: Fix copying images when running under parallel mode.

Release 6.1.1 (released Jan 05, 2023)

Bugs fixed

  • #11091: Fix util.nodes.apply_source_workaround for literal_block nodes with no source information in the node or the node's parents.

Release 6.1.0 (released Jan 05, 2023)

Dependencies

Incompatible changes

... (truncated)

Commits
  • 776d01e Bump to 6.1.3 final
  • a2e922a CHANGES for Sphinx 6.1.3
  • 31162a9 Handle exceptions for get_node_source and get_node_line
  • dcb4429 Restore Sphinx 5 nodes.Element copying behaviour
  • 2a7c40d Undo parallel image changes
  • 7841d3d Ignore more checks in Ruff 0.0.214
  • ddbc5b5 Bump version
  • 393b408 Bump to 6.1.2 final
  • d8a5dd8 Add note to CHANGES for PR 11100
  • a1cd19e Fix copying images under parallel execution (#11100)
  • Additional commits viewable in compare view

Updates imageio from 2.25.0 to 2.25.1

Release notes

Sourced from imageio's releases.

v2.25.1

Fix

  • Format hint test doesn't need to establish a connection (#941) (b7a0f35)

Other

Changelog

Sourced from imageio's changelog.

v2.25.1 (2023-02-13)

Fix

  • Format hint test doesn't need to establish a connection (#941) (b7a0f35)

Other

Commits

@github-actions github-actions bot added the Maintenance General maintenance of the repo (libraries, cicd, etc) label Feb 14, 2023
@github-actions
Copy link
Contributor

Please add one of the following labels to add this contribution to the Release Notes 👇

@codecov
Copy link

codecov bot commented Feb 14, 2023

Codecov Report

Merging #1858 (4aa6dd0) into main (f1e7157) will decrease coverage by 0.07%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1858      +/-   ##
==========================================
- Coverage   85.79%   85.72%   -0.07%     
==========================================
  Files          44       44              
  Lines        7840     7840              
==========================================
- Hits         6726     6721       -5     
- Misses       1114     1119       +5     

…nd-pytest-rerunfailures-and-sphinx-and-imageio-3.7.0
pyproject.toml Outdated Show resolved Hide resolved
@germa89 germa89 changed the title Bump matplotlib, pyvista, pytest-rerunfailures, sphinx and imageio Bump matplotlib, pyvista, pytest-rerunfailures and imageio Feb 20, 2023
@germa89
Copy link
Collaborator

germa89 commented Feb 20, 2023

We are not updating Sphinx anymore. See #1850 for more details.

…nd-pytest-rerunfailures-and-sphinx-and-imageio-3.7.0
@germa89 germa89 merged commit 2d31773 into main Feb 20, 2023
@germa89 germa89 deleted the dependabot/pip/main/matplotlib-and-pyvista-and-pytest-rerunfailures-and-sphinx-and-imageio-3.7.0 branch February 20, 2023 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Maintenance General maintenance of the repo (libraries, cicd, etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants