You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.rst
+40-3Lines changed: 40 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,50 @@ Change Log
4
4
v0.10.0
5
5
-------
6
6
7
-
In this version the default Sphinx-Gallery `.css` filenames have been
8
-
updated to be prepended with 'sg\_'. For more details see `#845 <https://github.com/sphinx-gallery/sphinx-gallery/pull/845#issuecomment-913130302>`_.
7
+
In this version, the default Sphinx-Gallery `.css` files have been
8
+
updated so their names are all prepended with 'sg\_'.
9
+
For more details see `#845 <https://github.com/sphinx-gallery/sphinx-gallery/pull/845#issuecomment-913130302>`_.
10
+
11
+
**Implemented enhancements:**
12
+
13
+
- Generalising image_scrapers facility for non-images `#833 <https://github.com/sphinx-gallery/sphinx-gallery/issues/833>`__
14
+
- Add a mode that fails only for rst warnings and does not run examples `#751 <https://github.com/sphinx-gallery/sphinx-gallery/issues/751>`__
15
+
- Add a “template”, to make it easy to get started `#555 <https://github.com/sphinx-gallery/sphinx-gallery/issues/555>`__
16
+
- ENH Add config that generates dummy images to prevent missing image warnings `#828 <https://github.com/sphinx-gallery/sphinx-gallery/pull/828>`__ (`lucyleeow <https://github.com/lucyleeow>`__)
17
+
- ENH: add hidpi option to matplotlib_scraper and directive `#808 <https://github.com/sphinx-gallery/sphinx-gallery/pull/808>`__ (`jklymak <https://github.com/jklymak>`__)
9
18
10
19
**Fixed bugs:**
11
20
12
-
- Remove `ANSI characters <https://en.wikipedia.org/wiki/ANSI_escape_code>`_ from HTML output `#838 <https://github.com/sphinx-gallery/sphinx-gallery/pull/838>`__ (`agramfort <https://github.com/agramfort>`__)
21
+
- BUG URL quote branch names and filepaths in Binder URLs `#844 <https://github.com/sphinx-gallery/sphinx-gallery/pull/844>`__ (`sdhiscocks <https://github.com/sdhiscocks>`__)
22
+
- Sanitize ANSI characters from generated RST: Remove `ANSI characters <https://en.wikipedia.org/wiki/ANSI_escape_code>`_ from HTML output `#838 <https://github.com/sphinx-gallery/sphinx-gallery/pull/838>`__ (`agramfort <https://github.com/agramfort>`__)
23
+
- Bug Pin markupsafe version in Python nightly `#831 <https://github.com/sphinx-gallery/sphinx-gallery/pull/831>`__ (`lucyleeow <https://github.com/lucyleeow>`__)
24
+
- BUG Fix test_minigallery_directive failing on Windows `#830 <https://github.com/sphinx-gallery/sphinx-gallery/pull/830>`__ (`lucyleeow <https://github.com/lucyleeow>`__)
25
+
- BUG Fix LaTeX Error: File \`tgtermes.sty’ not found in CI `#829 <https://github.com/sphinx-gallery/sphinx-gallery/pull/829>`__ (`lucyleeow <https://github.com/lucyleeow>`__)
26
+
27
+
**Closed issues:**
28
+
29
+
- Galleries using bokeh `#841 <https://github.com/sphinx-gallery/sphinx-gallery/issues/841>`__
30
+
- TorchIO now uses sphinx-gallery `#823 <https://github.com/sphinx-gallery/sphinx-gallery/issues/823>`__
31
+
- New release `#817 <https://github.com/sphinx-gallery/sphinx-gallery/issues/817>`__
- Add info on enabling animation support to example `#858 <https://github.com/sphinx-gallery/sphinx-gallery/pull/858>`__ (`dstansby <https://github.com/dstansby>`__)
0 commit comments