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 sphinx-gallery from 0.10.1 to 0.11.0 #348

Merged
merged 1 commit into from
Jul 27, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 27, 2022

Bumps sphinx-gallery from 0.10.1 to 0.11.0.

Release notes

Sourced from sphinx-gallery's releases.

Release v0.11.0

What's Changed

... (truncated)

Changelog

Sourced from sphinx-gallery's changelog.

v0.11.0

In this version, the "Out:" prefix applied to code outputs is now created from CSS pseudo-elements instead of additional real text. For more details, see [#896](https://github.com/sphinx-gallery/sphinx-gallery/issues/896) <https://github.com/sphinx-gallery/sphinx-gallery/pull/896>__.

Implemented enhancements:

Nesting gallery sections (i.e. gallery subfolders) was implemented in[#904](https://github.com/sphinx-gallery/sphinx-gallery/issues/904) <https://github.com/sphinx-gallery/sphinx-gallery/pull/904>. This feature can be disabled (see config option nested_sections in the documentation) if the previous behaviour is prefered (alexisthual <https://github.com/alexisthual>)

Tooltips now overlay gallery items commit 36166cd <https://github.com/sphinx-gallery/sphinx-gallery/pull/944/commits/36166cd2fc2b43ecbd585654cfe8745f3a1b3f64>. Custom CSS might need to be adapted (alexisthual <https://github.com/alexisthual>).

  • Problem in section and example title level in subgalleries [#935](https://github.com/sphinx-gallery/sphinx-gallery/issues/935) <https://github.com/sphinx-gallery/sphinx-gallery/issues/935>__
  • Add ability to write nested index.rst [#855](https://github.com/sphinx-gallery/sphinx-gallery/issues/855) <https://github.com/sphinx-gallery/sphinx-gallery/issues/855>__
  • Optional usage of module instead of module_short when doing backreferencing [#950](https://github.com/sphinx-gallery/sphinx-gallery/issues/950) <https://github.com/sphinx-gallery/sphinx-gallery/pull/950>__ (ExtremOPS <https://github.com/ExtremOPS>__)
  • ENH: Better dark mode support [#948](https://github.com/sphinx-gallery/sphinx-gallery/issues/948) <https://github.com/sphinx-gallery/sphinx-gallery/pull/948>__ (larsoner <https://github.com/larsoner>__)
  • Store API reference examples thumbnails in common div [#946](https://github.com/sphinx-gallery/sphinx-gallery/issues/946) <https://github.com/sphinx-gallery/sphinx-gallery/pull/946>__ (alexisthual <https://github.com/alexisthual>__)
  • Add flag to ignore code blocks in Python source parser [#941](https://github.com/sphinx-gallery/sphinx-gallery/issues/941) <https://github.com/sphinx-gallery/sphinx-gallery/pull/941>__ (guberti <https://github.com/guberti>__)
  • Improve Jupyter notebook converter’s handling of code blocks [#940](https://github.com/sphinx-gallery/sphinx-gallery/issues/940) <https://github.com/sphinx-gallery/sphinx-gallery/pull/940>__ (guberti <https://github.com/guberti>__)
  • [MRG] Changelog regarding nested sections [#926](https://github.com/sphinx-gallery/sphinx-gallery/issues/926) <https://github.com/sphinx-gallery/sphinx-gallery/pull/926>__ (alexisthual <https://github.com/alexisthual>__)
  • Possibility to exclude implicit backreferences [#908](https://github.com/sphinx-gallery/sphinx-gallery/issues/908) <https://github.com/sphinx-gallery/sphinx-gallery/pull/908>__ (StefRe <https://github.com/StefRe>__)
  • [MRG] Handle nested structures [#904](https://github.com/sphinx-gallery/sphinx-gallery/issues/904) <https://github.com/sphinx-gallery/sphinx-gallery/pull/904>__ (alexisthual <https://github.com/alexisthual>__)
  • Use pseudo-elements for ‘Out:’ prefixing [#896](https://github.com/sphinx-gallery/sphinx-gallery/issues/896) <https://github.com/sphinx-gallery/sphinx-gallery/pull/896>__ (QuLogic <https://github.com/QuLogic>__)
  • FIX: Fix for latest pytest [#894](https://github.com/sphinx-gallery/sphinx-gallery/issues/894) <https://github.com/sphinx-gallery/sphinx-gallery/pull/894>__ (larsoner <https://github.com/larsoner>__)
  • Config capture_repr on file-by-file basis [#891](https://github.com/sphinx-gallery/sphinx-gallery/issues/891) <https://github.com/sphinx-gallery/sphinx-gallery/pull/891>__ (StefRe <https://github.com/StefRe>__)

Fixed bugs:

We now display gallery items using CSS grid instead of float property [#906](https://github.com/sphinx-gallery/sphinx-gallery/issues/906) <https://github.com/sphinx-gallery/sphinx-gallery/pull/906>, see migration guide <https://github.com/sphinx-gallery/sphinx-gallery/pull/906#issuecomment-1019542067> to adapt custom CSS for thumbnails (alexisthual <https://github.com/alexisthual>__)

  • BUG: Hotfix for docopts_url [#980](https://github.com/sphinx-gallery/sphinx-gallery/issues/980) <https://github.com/sphinx-gallery/sphinx-gallery/pull/980>__ (larsoner <https://github.com/larsoner>__)
  • BUG: Fix bug with clicking examples [#973](https://github.com/sphinx-gallery/sphinx-gallery/issues/973) <https://github.com/sphinx-gallery/sphinx-gallery/pull/973>__ (larsoner <https://github.com/larsoner>__)
  • Remove test examples for seaborn warning [#971](https://github.com/sphinx-gallery/sphinx-gallery/issues/971) <https://github.com/sphinx-gallery/sphinx-gallery/pull/971>__ (lesteve <https://github.com/lesteve>__)
  • Fix typo [#970](https://github.com/sphinx-gallery/sphinx-gallery/issues/970) <https://github.com/sphinx-gallery/sphinx-gallery/pull/970>__ (tkoyama010 <https://github.com/tkoyama010>__)
  • Avoid matplotlib warnings in seaborn reset_module [#969](https://github.com/sphinx-gallery/sphinx-gallery/issues/969) <https://github.com/sphinx-gallery/sphinx-gallery/pull/969>__ (lesteve <https://github.com/lesteve>__)
  • Fix Tensorflow/Abseil compatibility [#961](https://github.com/sphinx-gallery/sphinx-gallery/issues/961) <https://github.com/sphinx-gallery/sphinx-gallery/pull/961>__ (guberti <https://github.com/guberti>__)
  • syntax error fix in sphinx_gallery.downloads [#951](https://github.com/sphinx-gallery/sphinx-gallery/issues/951) <https://github.com/sphinx-gallery/sphinx-gallery/pull/951>__ (photoniker <https://github.com/photoniker>__)
  • Merge toctrees containing subcategories indices and examples without … [#944](https://github.com/sphinx-gallery/sphinx-gallery/issues/944) <https://github.com/sphinx-gallery/sphinx-gallery/pull/944>__ (alexisthual <https://github.com/alexisthual>__)
  • Fix rendering of embedded URIs in Python notebooks [#943](https://github.com/sphinx-gallery/sphinx-gallery/issues/943) <https://github.com/sphinx-gallery/sphinx-gallery/pull/943>__ (guberti <https://github.com/guberti>__)
  • FIX: Fix for dep [#938](https://github.com/sphinx-gallery/sphinx-gallery/issues/938) <https://github.com/sphinx-gallery/sphinx-gallery/pull/938>__ (larsoner <https://github.com/larsoner>__)
  • Fix typos [#934](https://github.com/sphinx-gallery/sphinx-gallery/issues/934) <https://github.com/sphinx-gallery/sphinx-gallery/pull/934>__ (kianmeng <https://github.com/kianmeng>__)
  • MAINT: Fix CIs [#932](https://github.com/sphinx-gallery/sphinx-gallery/issues/932) <https://github.com/sphinx-gallery/sphinx-gallery/pull/932>__ (larsoner <https://github.com/larsoner>__)
  • MAINT: Use -nWT –keep-going on Azure [#924](https://github.com/sphinx-gallery/sphinx-gallery/issues/924) <https://github.com/sphinx-gallery/sphinx-gallery/pull/924>__ (larsoner <https://github.com/larsoner>__)
  • Ensures right builder conifg [#922](https://github.com/sphinx-gallery/sphinx-gallery/issues/922) <https://github.com/sphinx-gallery/sphinx-gallery/pull/922>__ (ExtremOPS <https://github.com/ExtremOPS>__)
  • MAINT: Fix CIs [#920](https://github.com/sphinx-gallery/sphinx-gallery/issues/920) <https://github.com/sphinx-gallery/sphinx-gallery/pull/920>__ (larsoner <https://github.com/larsoner>__)
  • MAINT: Clean up namespace [#917](https://github.com/sphinx-gallery/sphinx-gallery/issues/917) <https://github.com/sphinx-gallery/sphinx-gallery/pull/917>__ (larsoner <https://github.com/larsoner>__)
  • FIX: Azure [#915](https://github.com/sphinx-gallery/sphinx-gallery/issues/915) <https://github.com/sphinx-gallery/sphinx-gallery/pull/915>__ (larsoner <https://github.com/larsoner>__)
  • [WIP] Bugfix missing parent div for mini gallery [#914](https://github.com/sphinx-gallery/sphinx-gallery/issues/914) <https://github.com/sphinx-gallery/sphinx-gallery/pull/914>__ (alexisthual <https://github.com/alexisthual>__)
  • Honor show_signature [#909](https://github.com/sphinx-gallery/sphinx-gallery/issues/909) <https://github.com/sphinx-gallery/sphinx-gallery/pull/909>__ (jschueller <https://github.com/jschueller>__)

... (truncated)

Commits
  • c9b1796 MAINT: Bump to 0.11.0 (#981)
  • 91b3c71 BUG: Hotfix for docopts_url (#980)
  • abf2148 added RADIS in Who uses Sphinx-gallery ? (#979)
  • 561b436 BUG: Fix bug with clicking examples (#973)
  • bfc7e11 Remove test examples for seaborn warning (#971)
  • 1f98ca7 add Tonic to list of sphinx-gallery users (#972)
  • 100c59a Fix typo (#970)
  • 7881a5b Avoid matplotlib warnings in seaborn reset_module (#969)
  • fb2e8c8 Merge toctrees containing subcategories indices and examples without … (#944)
  • e7d7439 Optional usage of module instead of module_short when doing backreferenci...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery) from 0.10.1 to 0.11.0.
- [Release notes](https://github.com/sphinx-gallery/sphinx-gallery/releases)
- [Changelog](https://github.com/sphinx-gallery/sphinx-gallery/blob/master/CHANGES.rst)
- [Commits](sphinx-gallery/sphinx-gallery@v0.10.1...v0.11.0)

---
updated-dependencies:
- dependency-name: sphinx-gallery
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Related to package requirements maintenance Repository structure maintenance labels Jul 27, 2022
@codecov
Copy link

codecov bot commented Jul 27, 2022

Codecov Report

Merging #348 (1323326) into master (9a69bae) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #348   +/-   ##
=======================================
  Coverage   86.36%   86.36%           
=======================================
  Files          61       61           
  Lines        6623     6623           
=======================================
  Hits         5720     5720           
  Misses        903      903           

@PProfizi PProfizi merged commit a2328fd into master Jul 27, 2022
@PProfizi PProfizi deleted the dependabot/pip/sphinx-gallery-0.11.0 branch July 27, 2022 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to package requirements maintenance Repository structure maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant