Skip to content

Releases: sphinx-gallery/sphinx-gallery

Release v0.18.0

09 Oct 06:00
e4d5124
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Allow to disable writing computation times #1385 (bmwiedemann)
  • [ENH] Add option to render multiple images from same cell as single-img #1384 (tsbinns)

Fixed bugs:

  • Fix indexst variable does not exist when own index gallery is first #1383 (lucyleeow)

Project maintenance

Release v0.17.1

07 Aug 00:58
1a1e728
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • FIX: Fix stability of stored compiled regex #1369 (larsoner)
  • ENH: Improve _sanitize_rst #1366 (timhoffm)
  • Obey prefer_full_module setting when finding backreferences #1364 (QuLogic)
  • Fix linking to class attributes with prefer_full_module #1363 (QuLogic)
  • Improve minigallery directive path input resolution #1360 (lucyleeow)
  • FIX Allow str path minigallery entries when backreferences off #1355 (lucyleeow)
  • FIX generate zipfiles when index passed by user #1353 (lucyleeow)

Documentation

Project maintenance

Release v0.17.0

21 Jul 06:06
45403b6
Compare
Choose a tag to compare

Support for Python 3.8 and Sphinx 4 dropped in this release. Requirement is now Python >= 3.9 and Sphinx >= 5.

Full Changelog

Implemented enhancements:

  • Introduction tooltip corresponds to the first paragraph #1344 (fgmacedo)
  • FIX Jupyterlite in CircleCI artifact #1336 (lesteve)
  • MNT: Rename README.rst to GALLERY_HEADER.rst #1321 (timhoffm)
  • [ENH] Add custom thumbnails for failing examples #1313 (tsbinns)
  • ENH integrate download/launcher links into pydata-sphinx-theme secondary sidebar #1312 (Charlie-XIAO)
  • add option for zip downloads #1299 (jamiecook)
  • Allow setting animation format from gallery config #1243 (QuLogic)

Fixed bugs:

  • Fix handling of multi-module intersphinx registries #1320 (QuLogic)
  • BUG: Fix bug with traceback with SyntaxError #1301 (larsoner)

Documentation

Project maintenance

Release v0.16.0

28 Apr 00:03
f87e6d3
Compare
Choose a tag to compare

Sphinx 7.3.0 and above changed caching and serialization checks. Now instead of passing
instantiated classes like ResetArgv(), classes like FileNameSortKey, or
callables like notebook_modification_function in sphinx_gallery_conf,
you should pass fully qualified name strings to classes or callables. If you change
to using name strings, you can simply use a function as the use of classes to ensure
a stable __repr__ would be redundant.

See importing_callables for details.

Implemented enhancements:

  • ENH: Allow plain list as subsection_order and support a wildcard #1295 (timhoffm)
  • [ENH] Minigallery can take arbitrary files/glob patterns as input #1226 (story645)

Fixed bugs:

Documentation

Project maintenance

Release v0.15.0

21 Nov 03:19
2c9e803
Compare
Choose a tag to compare

Full Changelog

Support for Python 3.7 dropped in this release. Requirement is now Python >=3.8.
Pillow added as a dependency.

Implemented enhancements:

Fixed bugs:

  • FIX Copy JupyterLite contents early so it runs before jupyterlite_sphinx build-finished #1213 (lesteve)
  • BUG: Fix bug with orphan sg_api_usage #1207 (larsoner)
  • MAINT Fix check for mismatched "ignore" blocks #1193 (speth)
  • Avoid importing new modules in backrefs #1177 (aganders3)

Documentation

Project maintenance

Release v0.14.0

18 Aug 14:42
bab529b
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

Fixed bugs:

Documentation

Project maintenance

* This Changelog was automatically generated by github_changelog_generator

Release v0.13.0

14 Apr 19:50
362760f
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • ENH: Create backreferences for default roles #1122 (StefRe)
  • ENH raise error in check_jupyterlite_conf with unknown key #1119 (lesteve)
  • ENH Add functionality to modify Jupyterlite notebooks based on their content #1113 (lesteve)
  • ENH: Add support for WebP #1111 (StefRe)

Fixed bugs:

API changes

Documentation

Project maintenance

Release v0.12.2

10 Mar 15:45
Compare
Choose a tag to compare

Fixed bugs:

Release v0.12.1

09 Mar 17:53
Compare
Choose a tag to compare

Fixed bugs:

Release v0.12.0

08 Mar 20:54
acf9ad0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.1...v0.12.0