From 3b8efa943f2de1d8edbc01e90129c5213d74fce8f715f4ae8ac31e9a57e96229 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 8 Sep 2024 16:32:50 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=200.17.1:=20=20=20*=20FIX:=20Fi?= =?UTF-8?q?x=20stability=20of=20stored=20compiled=20regex=20#1369=20(larso?= =?UTF-8?q?ner)=20=20=20*=20ENH:=20Improve=20=5Fsanitize=5Frst=20#1366=20(?= =?UTF-8?q?timhoffm)=20=20=20*=20Obey=20prefer=5Ffull=5Fmodule=20setting?= =?UTF-8?q?=20when=20finding=20backreferences=20=20=20=20=20#1364=20(QuLog?= =?UTF-8?q?ic)=20=20=20*=20Fix=20linking=20to=20class=20attributes=20with?= =?UTF-8?q?=20prefer=5Ffull=5Fmodule=20#1363=20=20=20=20=20(QuLogic)=20=20?= =?UTF-8?q?=20*=20Improve=20minigallery=20directive=20path=20input=20resol?= =?UTF-8?q?ution=20#1360=20=20=20=20=20(lucyleeow)=20=20=20*=20FIX=20Allow?= =?UTF-8?q?=20str=20path=20minigallery=20entries=20when=20backreferences?= =?UTF-8?q?=20=20=20=20=20off=20#1355=20(lucyleeow)=20=20=20*=20FIX=20gene?= =?UTF-8?q?rate=20zipfiles=20when=20index=20passed=20by=20user=20#1353=20?= =?UTF-8?q?=20=20=20=20(lucyleeow)=20=20=20*=20DOC=20Improve=20doc=20about?= =?UTF-8?q?=20joblib=20warnings=20#1367=20(lucyleeow)=20=20=20*=20DOC=20ad?= =?UTF-8?q?d=20note=20on=20filtering=20joblib=20warnings=20#1362=20(lucyle?= =?UTF-8?q?eow)=20=20=20*=20DOC=20Minor=20update=20to=20minigallery=20dire?= =?UTF-8?q?ctive=20doc=20#1358=20=20=20=20=20(lucyleeow)=20=20=20*=20MNT?= =?UTF-8?q?=20Change=20mark=20and=20fixture=20names=20for=20adding=20files?= =?UTF-8?q?=20#1365=20=20=20=20=20(lucyleeow)=20=20=20*=20MNT=20Add=20warn?= =?UTF-8?q?ing=20when=20=E2=80=98examples=5Fdirs=E2=80=99=20and=20?= =?UTF-8?q?=E2=80=98gallery=5Fdirs=E2=80=99=20=20=20=20=20unequal=20length?= =?UTF-8?q?s=20#1361=20(lucyleeow)=20=20=20*=20Update=20pyvista=20in=20doc?= =?UTF-8?q?=20CI=20#1352=20(lucyleeow)=20=20=20*=20MNT=20Bump=20version=20?= =?UTF-8?q?#1350=20(lucyleeow)=20=20=20*=20Introduction=20tooltip=20corres?= =?UTF-8?q?ponds=20to=20the=20first=20paragraph=20#1344=20=20=20=20=20(fgm?= =?UTF-8?q?acedo)=20=20=20*=20FIX=20Jupyterlite=20in=20CircleCI=20artifact?= =?UTF-8?q?=20#1336=20(lesteve)=20=20=20*=20MNT:=20Rename=20README.rst=20t?= =?UTF-8?q?o=20GALLERY=5FHEADER.rst=20#1321=20(timhoffm)=20=20=20*=20[ENH]?= =?UTF-8?q?=20Add=20custom=20thumbnails=20for=20failing=20examples=20#1313?= =?UTF-8?q?=20=20=20=20=20(tsbinns)=20=20=20*=20ENH=20integrate=20download?= =?UTF-8?q?/launcher=20links=20into=20pydata-sphinx-?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-gallery?expand=0&rev=3 --- python-sphinx-gallery.changes | 65 ++++++++++++++++++++++++++++++++++- python-sphinx-gallery.spec | 2 +- sphinx_gallery-0.16.0.tar.gz | 3 -- sphinx_gallery-0.17.1.tar.gz | 3 ++ 4 files changed, 68 insertions(+), 5 deletions(-) delete mode 100644 sphinx_gallery-0.16.0.tar.gz create mode 100644 sphinx_gallery-0.17.1.tar.gz diff --git a/python-sphinx-gallery.changes b/python-sphinx-gallery.changes index 1d0ea8a..326ae6a 100644 --- a/python-sphinx-gallery.changes +++ b/python-sphinx-gallery.changes @@ -1,4 +1,67 @@ +------------------------------------------------------------------- +Sun Sep 8 16:31:39 UTC 2024 - Dirk Müller + +- update to 0.17.1: + * 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) + * DOC Improve doc about joblib warnings #1367 (lucyleeow) + * DOC add note on filtering joblib warnings #1362 (lucyleeow) + * DOC Minor update to minigallery directive doc #1358 + (lucyleeow) + * MNT Change mark and fixture names for adding files #1365 + (lucyleeow) + * MNT Add warning when ‘examples_dirs’ and ‘gallery_dirs’ + unequal lengths #1361 (lucyleeow) + * Update pyvista in doc CI #1352 (lucyleeow) + * MNT Bump version #1350 (lucyleeow) + * 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) + * Fix handling of multi-module intersphinx registries #1320 + (QuLogic) + * BUG: Fix bug with traceback with SyntaxError #1301 (larsoner) + * DOC Add napari to users #1346 (lucyleeow) + * DOC Fix nested_sections #1339 (lucyleeow) + * DOC Improve nested_sections #1326 (lucyleeow) + * DOC: Remove definition lists from contribution guide #1318 + (QuLogic) + * MNT: fixed documentation links in the readme #1310 (story645) + * MNT: Fix gallery_conf changes do not need to be returned + #1347 (lucyleeow) + * MNT: Sort imports and add to pre commit #1337 (lucyleeow) + * MNT: Refactor generate_file_rst #1335 (lucyleeow) + * MNT: Refactor _fill_gallery_conf_defaults #1334 (lucyleeow) + * MNT Use os.sep everywhere #1333 (lucyleeow) + * MNT: Refactor generate_dir_rst and generate_gallery_rst #1332 + (lucyleeow) + * MNT: Add ipython to dev dependencies #1329 (lucyleeow) + * Fix make file clean in tinybuild #1327 (lucyleeow) + * Bump the actions group with 5 updates #1325 (dependabot[bot]) + * Include dev dependencies in pyproject.toml and update docs on + requirements #1317 (AlexSzatmary) + * MNT: Turn the block tuple into a namedtuple #1303 (timhoffm) + * lint: define codespell in pyproject.toml #1298 (Borda) + * MAINT Bump version 0.17 #1297 (lucyleeow) + ------------------------------------------------------------------- Tue May 21 04:24:46 UTC 2024 - Steve Kowalik -- Initial release of 0.16.0 +- Initial release of 0.16.0 diff --git a/python-sphinx-gallery.spec b/python-sphinx-gallery.spec index 13222e1..9a83b04 100644 --- a/python-sphinx-gallery.spec +++ b/python-sphinx-gallery.spec @@ -17,7 +17,7 @@ Name: python-sphinx-gallery -Version: 0.16.0 +Version: 0.17.1 Release: 0 Summary: Sphinx extension that builds an HTML gallery of examples License: BSD-3-Clause diff --git a/sphinx_gallery-0.16.0.tar.gz b/sphinx_gallery-0.16.0.tar.gz deleted file mode 100644 index 91c56ce..0000000 --- a/sphinx_gallery-0.16.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3912765bc5e7b5451dc471ad50ead808a9752280b23fd2ec4277719a5ef68e42 -size 432247 diff --git a/sphinx_gallery-0.17.1.tar.gz b/sphinx_gallery-0.17.1.tar.gz new file mode 100644 index 0000000..9efe154 --- /dev/null +++ b/sphinx_gallery-0.17.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9969abcc5ca8c24496014da8260833b8c3ccdb32c17716b5ba66f2e0a3cc183 +size 464013