Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps the doc group with 5 updates:

Package From To
ansys-sphinx-theme[autoapi] 1.1.1 1.1.2
numpy 2.1.1 2.1.2
panel 1.5.1 1.5.2
pypandoc 1.13 1.14
sphinx-autobuild 2024.9.19 2024.10.3

Updates ansys-sphinx-theme[autoapi] from 1.1.1 to 1.1.2

Commits

Updates numpy from 2.1.1 to 2.1.2

Release notes

Sourced from numpy's releases.

2.1.2 (Oct 5, 2024)

NumPy 2.1.2 Release Notes

NumPy 2.1.2 is a maintenance release that fixes bugs and regressions discovered after the 2.1.1 release.

The Python versions supported by this release are 3.10-3.13.

Contributors

A total of 11 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

  • Charles Harris
  • Chris Sidebottom
  • Ishan Koradia +
  • João Eiras +
  • Katie Rust +
  • Marten van Kerkwijk
  • Matti Picus
  • Nathan Goldbaum
  • Peter Hawkins
  • Pieter Eendebak
  • Slava Gorloff +

Pull requests merged

A total of 14 pull requests were merged for this release.

  • #27333: MAINT: prepare 2.1.x for further development
  • #27400: BUG: apply critical sections around populating the dispatch cache
  • #27406: BUG: Stub out get_build_msvc_version if distutils.msvccompiler...
  • #27416: BUILD: fix missing include for std::ptrdiff_t for C++23 language...
  • #27433: BLD: pin setuptools to avoid breaking numpy.distutils
  • #27437: BUG: Allow unsigned shift argument for np.roll
  • #27439: BUG: Disable SVE VQSort
  • #27471: BUG: rfftn axis bug
  • #27479: BUG: Fix extra decref of PyArray_UInt8DType.
  • #27480: CI: use PyPI not scientific-python-nightly-wheels for CI doc...
  • #27481: MAINT: Check for SVE support on demand
  • #27484: BUG: initialize the promotion state to be weak
  • #27501: MAINT: Bump pypa/cibuildwheel from 2.20.0 to 2.21.2
  • #27506: BUG: avoid segfault on bad arguments in ndarray.__array_function__

Checksums

MD5

4aae28b7919b126485c1aaccee37a6ba  numpy-2.1.2-cp310-cp310-macosx_10_9_x86_64.whl
172614423a82ef73d8752ad8a59cbafc  numpy-2.1.2-cp310-cp310-macosx_11_0_arm64.whl

... (truncated)

Commits
  • f5afe3d Merge pull request #27507 from charris/prepare-2.1.2
  • 6b9ef48 REL: Prepare for the NumPy 2.1.2 release [wheel build]
  • 6d85a24 MAINT: Pin setuptools for Python < 3.12 [wheel build]
  • 7f327d8 Merge pull request #27506 from charris/backport-27503
  • 09e9cd9 BUG: avoid segfault on bad arguments in ndarray.array_function
  • 06b4793 Merge pull request #27501 from charris/backport-27495
  • 364efb5 MAINT: Bump pypa/cibuildwheel from 2.21.1 to 2.21.2
  • df0e261 Merge pull request #27484 from ngoldbaum/use-weak-default
  • fa61bc6 Merge pull request #27481 from charris/backport-27472
  • d6d06ae Merge pull request #27480 from charris/backport-27475
  • Additional commits viewable in compare view

Updates panel from 1.5.1 to 1.5.2

Release notes

Sourced from panel's releases.

Version 1.5.2

This release is a small patch release primarily addressing a regression handling selections on multi-indexed data on the Tabulator widget along with a number of documentation improvements. Many thanks to @​jrycw along with @​MarcSkovMadsen, @​Hoxbro and @​philippjfr for their contributions to this release.

Bug fixes

  • Fix regression handling selection on multi-indexed Tabulator data (#7336)
  • Fix Fast template theme toggle color (#7341)

Documentation

  • Fix typo for FastListTemplate reference example (#7339)
  • Fix custom component docstrings (#7342)
  • Improve plotly style guide (#7346)
  • Ensure sidebar toggle patch is loaded correctly (#7349)
  • Fix and update WebLLM example (#7351)
  • Correctly document step unit on DateSlider (#7353)
Changelog

Sourced from panel's changelog.

Version 1.5.2

Date: 2024-10-03

This release is a small patch release primarily addressing a regression handling selections on multi-indexed data on the Tabulator widget along with a number of documentation improvements. Many thanks to @​jrycw along with @​MarcSkovMadsen, @​Hoxbro and @​philippjfr for their contributions to this release.

Bug fixes

  • Fix regression handling selection on multi-indexed Tabulator data (#7336)
  • Fix Fast template theme toggle color (#7341)

Documentation

  • Fix typo for FastListTemplate reference example (#7339)
  • Fix custom component docstrings (#7342)
  • Improve plotly style guide (#7346)
  • Ensure sidebar toggle patch is loaded correctly (#7349)
  • Fix and update WebLLM example (#7351)
  • Correctly document step unit on DateSlider (#7353)
Commits

Updates pypandoc from 1.13 to 1.14

Commits
  • 1a078c0 pypandoc v1.14
  • e8c40b9 Use the latest version of pandoc when building pypandoc_binary, instead of ha...
  • 7111c16 Use a raw F string for regex in pandoc downloader (#371)
  • 23f6f09 Merge branch 'master' of github.com:JessicaTegner/pypandoc
  • 9543de0 Added trusted publisher information to workflow file, which is a new requirem...
  • 06d0134 Fix invalid escape sequence in regex (#365)
  • 7b65192 Remove outdated comments in Dockerfile (#363)
  • f1fcee8 Added project urls to setup files (#359)
  • 31105f1 fix regex escape in _get_pandoc_urls (#362)
  • 315c6b9 tea
  • See full diff in compare view

Updates sphinx-autobuild from 2024.9.19 to 2024.10.3

Release notes

Sourced from sphinx-autobuild's releases.

Release 2024.10.03

2024.10.03

Release 2024.10.02

2024.10.02

Changelog

Sourced from sphinx-autobuild's changelog.

Changelog

unreleased

2024.10.03 - 2024-10-03

  • Improve error handling for failures in pre-build commands.

2024.10.02 - 2024-10-02

  • Show the changed paths that triggered the rebuild.

2024.09.19 - 2024-09-19

  • Fix path filtering on Windows by normalising path separators.
  • Filter various directories by default (.git, venv, etc).
  • Serve the correct directory when using make mode (-M).

2024.09.18 - 2024-09-18

  • Run Sphinx through the Python entry point rather than the binary on PATH.

2024.09.17 - 2024-09-17

  • Relax checks for paths that aren't required to exist.

2024.09.03 - 2024-09-03

  • Fix support for Python 3.9.
  • Fix running sphinx-autobuild via entry point scripts.
  • Run sphinx-build in a subprocess to mitigate autdoc issues.
  • Support the -M 'make mode' option for sphinx-build.

2024.04.16 - 2024-04-16

  • Add a missing dependency on watchfiles.
  • Adopt Ruff in place of flake8 and black.

2024.04.13 - 2024-04-13

... (truncated)

Commits
  • 86e2f37 Release 2024.10.03
  • 1771311 Improve handling for errors in pre-build commands (#181)
  • 5eedf72 Release 2024.10.02
  • 1743a43 Show which paths changed when rebuilding
  • 028cf60 Add missing from __future__ import annotations imports
  • f3146c1 Use -m sphinx build if supported
  • 49457de fixup! Fix path filtering on Windows
  • 2e4e6f7 Split show() into show_message() and show_command()
  • 829ec71 Restrict the release workflow to the @​sphinx-doc organisation
  • See full diff in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the doc group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [ansys-sphinx-theme[autoapi]](https://github.com/ansys/ansys-sphinx-theme) | `1.1.1` | `1.1.2` |
| [numpy](https://github.com/numpy/numpy) | `2.1.1` | `2.1.2` |
| [panel](https://github.com/holoviz/panel) | `1.5.1` | `1.5.2` |
| [pypandoc](https://github.com/JessicaTegner/pypandoc) | `1.13` | `1.14` |
| [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) | `2024.9.19` | `2024.10.3` |


Updates `ansys-sphinx-theme[autoapi]` from 1.1.1 to 1.1.2
- [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases)
- [Commits](ansys/ansys-sphinx-theme@v1.1.1...v1.1.2)

Updates `numpy` from 2.1.1 to 2.1.2
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.1.1...v2.1.2)

Updates `panel` from 1.5.1 to 1.5.2
- [Release notes](https://github.com/holoviz/panel/releases)
- [Changelog](https://github.com/holoviz/panel/blob/main/CHANGELOG.md)
- [Commits](holoviz/panel@v1.5.1...v1.5.2)

Updates `pypandoc` from 1.13 to 1.14
- [Release notes](https://github.com/JessicaTegner/pypandoc/releases)
- [Changelog](https://github.com/JessicaTegner/pypandoc/blob/master/release.md)
- [Commits](JessicaTegner/pypandoc@v1.13...v1.14)

Updates `sphinx-autobuild` from 2024.9.19 to 2024.10.3
- [Release notes](https://github.com/sphinx-doc/sphinx-autobuild/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx-autobuild/blob/main/NEWS.rst)
- [Commits](sphinx-doc/sphinx-autobuild@2024.09.19...2024.10.03)

---
updated-dependencies:
- dependency-name: ansys-sphinx-theme[autoapi]
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: doc
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: doc
- dependency-name: panel
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: doc
- dependency-name: pypandoc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: doc
- dependency-name: sphinx-autobuild
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: doc
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner October 7, 2024 19:57
@dependabot dependabot bot added dependabot Related to dependabot dependencies Related with project dependencies maintenance Package and maintenance related labels Oct 7, 2024
@pyansys-ci-bot pyansys-ci-bot enabled auto-merge (squash) October 7, 2024 19:58
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Oct 7, 2024
@pyansys-ci-bot pyansys-ci-bot merged commit 71228ec into main Oct 7, 2024
@pyansys-ci-bot pyansys-ci-bot deleted the dependabot/pip/doc-b324d9f002 branch October 7, 2024 20:10
@codecov
Copy link

codecov bot commented Oct 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.95%. Comparing base (c9a3969) to head (a44ecc9).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #933      +/-   ##
==========================================
- Coverage   85.25%   80.95%   -4.31%     
==========================================
  Files          35       35              
  Lines        2232     2232              
==========================================
- Hits         1903     1807      -96     
- Misses        329      425      +96     

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot Related to dependabot dependencies Related with project dependencies documentation Improvements or additions to documentation maintenance Package and maintenance related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants