19
0

12 Commits

Author SHA256 Message Date
ef700930a7 Accepting request 1329536 from devel:languages:python
- update to 0.20.0:
  * Support for Python 3.8 dropped in this release. Requirement
    is now Python >=3.10.
  * Bump version 0.20.0
  * MNT Add test for `_bool_eval` and add configs to `_bool_eval`
    check
  * Add POT, SKADA and TorchDR to the list in README
  * Update instructions for converting script to notebook
  * Add comment on path for sphinx_gallery_thumbnail_path
  * DOC Add plotly to supported scrapers
  * DOC: Add JUnit XML parsing example
  * DOC Update junit doc
  * [DOC] Add an example or index.rst file that allow example in
    multiple sections
  * Embed code links with dirhtml builder
  * Fix typo in note about Binder/JupyterLite
  * Remove "# noqa: E501" from end of text blocks
  * allow git archives to have dynamic versioning
  * Update FAQ with notebook and RST file guidance
  * DOC: Add cards for the subsections on the main topic pages
  * Fix sphinx warning
  * MNT: Use names instead of indices for Block namedtuple
  * FIX: Fix test_recommend_n_examples
  * ENH: Use :doc: instead of :ref: to link to examples
  * MAINT: Add MNE-Python doc build integration test
  * Support plain .rst files as example inputs
  * MNT Update jupyterlite-sphinx version in circle CI

OBS-URL: https://build.opensuse.org/request/show/1329536
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinx-gallery?expand=0&rev=6
2026-01-28 14:12:12 +00:00
035c2f0d9d - update to 0.20.0:
* Support for Python 3.8 dropped in this release. Requirement
    is now Python >=3.10.
  * Bump version 0.20.0
  * MNT Add test for `_bool_eval` and add configs to `_bool_eval`
    check
  * Add POT, SKADA and TorchDR to the list in README
  * Update instructions for converting script to notebook
  * Add comment on path for sphinx_gallery_thumbnail_path
  * DOC Add plotly to supported scrapers
  * DOC: Add JUnit XML parsing example
  * DOC Update junit doc
  * [DOC] Add an example or index.rst file that allow example in
    multiple sections
  * Embed code links with dirhtml builder
  * Fix typo in note about Binder/JupyterLite
  * Remove "# noqa: E501" from end of text blocks
  * allow git archives to have dynamic versioning
  * Update FAQ with notebook and RST file guidance
  * DOC: Add cards for the subsections on the main topic pages
  * Fix sphinx warning
  * MNT: Use names instead of indices for Block namedtuple
  * FIX: Fix test_recommend_n_examples
  * ENH: Use :doc: instead of :ref: to link to examples
  * MAINT: Add MNE-Python doc build integration test
  * Support plain .rst files as example inputs
  * MNT Update jupyterlite-sphinx version in circle CI

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-gallery?expand=0&rev=11
2026-01-27 16:25:54 +00:00
45e5706593 Accepting request 1265491 from devel:languages:python
- update to 0.19.0:
  * Add block-level sphinx_gallery_capture_repr_block setting
  * Fix minigallery duplicates and add tests and update
    documenation
  * Fix: Fix minigallery duplicates
  * Fix incorrect paths for JupyterLite Notebook interface URLs,
    unpin jupyterlite-sphinx, and update JupyterLite integration
    docs
  * BUG: make _anim_rst windows compatible
  * Fix custom sort
  * DOC Fixes to minigallery doc in configuration\.rst
  * DOC Improve doc on linking code blocks
  * Doc: mention color css property to hide link
  * DOC Improve custom sort key docs

OBS-URL: https://build.opensuse.org/request/show/1265491
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinx-gallery?expand=0&rev=5
2025-03-31 09:43:10 +00:00
506e2a82d3 - update to 0.19.0:
* Add block-level sphinx_gallery_capture_repr_block setting
  * Fix minigallery duplicates and add tests and update
    documenation
  * Fix: Fix minigallery duplicates
  * Fix incorrect paths for JupyterLite Notebook interface URLs,
    unpin jupyterlite-sphinx, and update JupyterLite integration
    docs
  * BUG: make _anim_rst windows compatible
  * Fix custom sort
  * DOC Fixes to minigallery doc in configuration\.rst
  * DOC Improve doc on linking code blocks
  * Doc: mention color css property to hide link
  * DOC Improve custom sort key docs

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-gallery?expand=0&rev=9
2025-03-30 08:19:02 +00:00
889665c6ab Accepting request 1225341 from devel:languages:python
- update to 0.18.0:
  * Allow to disable writing computation times #1385
  * [ENH] Add option to render multiple images from same cell as
    single-img #1384
  * Fix indexst variable does not exist when own index gallery is
    first #1383

OBS-URL: https://build.opensuse.org/request/show/1225341
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinx-gallery?expand=0&rev=4
2024-11-21 14:13:58 +00:00
b410f186f4 - update to 0.18.0:
* Allow to disable writing computation times #1385
  * [ENH] Add option to render multiple images from same cell as
    single-img #1384
  * Fix indexst variable does not exist when own index gallery is
    first #1383

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-gallery?expand=0&rev=7
2024-11-20 16:32:48 +00:00
e954ae6370 Accepting request 1203332 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1203332
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinx-gallery?expand=0&rev=3
2024-09-25 19:54:29 +00:00
4b23fec5d4 Accepting request 1203247 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1203247
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-gallery?expand=0&rev=5
2024-09-25 08:03:53 +00:00
5e86862528 Accepting request 1199494 from devel:languages:python
- 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-

OBS-URL: https://build.opensuse.org/request/show/1199494
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinx-gallery?expand=0&rev=2
2024-09-09 12:44:43 +00:00
596894c75e - 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-

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-gallery?expand=0&rev=3
2024-09-08 16:32:50 +00:00
0901c35d25 Accepting request 1175422 from devel:languages:python
- Initial release of 0.16.0

OBS-URL: https://build.opensuse.org/request/show/1175422
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinx-gallery?expand=0&rev=1
2024-05-21 16:36:04 +00:00
37edd27f55 - Initial release of 0.16.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-gallery?expand=0&rev=1
2024-05-21 04:25:14 +00:00