Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps the dependencies group with 6 updates:

Package From To
numpy 2.1.3 2.2.0
ansys-tools-local-product-launcher 0.1.0 0.1.1
ansys-tools-filetransfer 0.1.0 0.1.1
types-protobuf 5.28.3.20241030 5.29.1.20241207
ansys-sphinx-theme 1.2.2 1.2.3
hypothesis 6.122.1 6.122.3

Updates numpy from 2.1.3 to 2.2.0

Release notes

Sourced from numpy's releases.

2.2.0 (Dec 8, 2024)

NumPy 2.2.0 Release Notes

The NumPy 2.2.0 release is quick release that brings us back into sync with the usual twice yearly release cycle. There have been an number of small cleanups, as well as work bringing the new StringDType to completion and improving support for free threaded Python. Highlights are:

  • New functions matvec and vecmat, see below.
  • Many improved annotations.
  • Improved support for the new StringDType.
  • Improved support for free threaded Python
  • Fixes for f2py

This release supports Python versions 3.10-3.13.

Deprecations

  • _add_newdoc_ufunc is now deprecated. ufunc.__doc__ = newdoc should be used instead.

    (gh-27735)

Expired deprecations

  • bool(np.array([])) and other empty arrays will now raise an error. Use arr.size > 0 instead to check whether an array has no elements.

    (gh-27160)

Compatibility notes

  • numpy.cov now properly transposes single-row (2d array) design matrices when rowvar=False. Previously, single-row design matrices would return a scalar in this scenario, which is not correct, so this is a behavior change and an array of the appropriate shape will now be returned.

    (gh-27661)

New Features

  • New functions for matrix-vector and vector-matrix products

    Two new generalized ufuncs were defined:

    • numpy.matvec - matrix-vector product, treating the arguments as stacks of matrices and column vectors,

... (truncated)

Commits
  • e7a123b Merge pull request #27928 from charris/prepare-2.2.0
  • d97d071 MAINT: Try fixing MacOS cirrus build failures. [wheel build]
  • 1ed7b67 REL: Prepare for the NumPy 2.2.0 release [wheel build]
  • fd9e7ef Merge pull request #27916 from charris/backport-27915
  • 2e0941f MAINT: Bump actions/cache from 4.1.2 to 4.2.0
  • 013656d Merge pull request #27912 from charris/backport-27877
  • 7895ba6 Merge pull request #27913 from charris/backport-27896
  • ee8d1cd PERF: improve multithreaded ufunc scaling (#27896)
  • 77fff6b ENH: Refactor __qualname__ across API (#27877)
  • b30a338 Merge pull request #27911 from charris/backport-27891
  • Additional commits viewable in compare view

Updates ansys-tools-local-product-launcher from 0.1.0 to 0.1.1

Commits

Updates ansys-tools-filetransfer from 0.1.0 to 0.1.1

Changelog

Sourced from ansys-tools-filetransfer's changelog.

0.1.1 - 2024-12-04

Added

  • Check if the file size is correct after upload #93

Changed

  • Add towncrier changelog setup #91
  • Add CI action to deploy the changelog #92

Fixed

  • Migrate to v8 for doc actions #126

Dependencies

  • Bump the dependencies group with 3 updates #95, #113, #115
  • Bump grpcio from 1.62.2 to 1.63.0 in the dependencies group #96
  • Bump the dependencies group across 1 directory with 5 updates #99
  • Bump ansys-sphinx-theme from 0.16.2 to 0.16.5 in the dependencies group #100
  • Bump the dependencies group with 4 updates #101
  • Bump the dependencies group with 2 updates #102, #103, #109, #114, #116, #117, #129, #130, #131, #133
  • Bump the dependencies group across 1 directory with 6 updates #108
  • Bump ansys/actions from 6 to 7 #110
  • Bump grpcio from 1.65.4 to 1.65.5 in the dependencies group #112
  • Bump grpcio from 1.66.1 to 1.66.2 in the dependencies group #118
  • Bump the dependencies group across 1 directory with 3 updates #123, #128
  • Bump codecov/codecov-action from 4 to 5 #135
  • Fix test setup, update dependencies #137
  • Add Python 3.13 support, drop 3.9 #140

Documentation

  • Remove upper limits on dependencies #111
  • Show the prev / next button #132
  • Release 0.1.1 #141

Maintenance

  • Make token consistent with bot username / email #127
  • Remove debug CI step #138
Commits

Updates types-protobuf from 5.28.3.20241030 to 5.29.1.20241207

Commits

Updates ansys-sphinx-theme from 1.2.2 to 1.2.3

Commits

Updates hypothesis from 6.122.1 to 6.122.3

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.122.3

This patch improves our error and warning messages.

  • Add a warning for "st.text("ascii")" - you probably meant "st.text(st.characters(codec="ascii"))". Similarly for ""utf-8"".

  • Recommend remedies in the error message of "Unsatisfiable".

  • When "@​given" errors because it was given an extra keyword argument, and the keyword matches a setting name like "max_examples", recommend "@​settings(max_examples=...)" instead.

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.122.2

This patch updates some outdated external links in our documentation.

The canonical version of these notes (with links) is on readthedocs.

Commits
  • 904bdd9 Bump hypothesis-python version to 6.122.3 and update changelog
  • d4bad35 Merge pull request #4199 from tybug/legibility
  • f3017c1 Bump hypothesis-python version to 6.122.2 and update changelog
  • 87319a0 Merge pull request #4198 from tybug/sphinx-linkcheck
  • 42f119e prefer hyphen
  • b26cc93 add patch notes
  • 5903fe9 reword, add tests
  • 7c11f95 fix hashable comparison
  • 54777d6 recommend remedies in unsatsisfiable
  • 248a0c1 recommend @​settings if unknown kwarg matches setting name
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
hypothesis [>= 6.84.a, < 6.85]

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 dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [numpy](https://github.com/numpy/numpy) | `2.1.3` | `2.2.0` |
| [ansys-tools-local-product-launcher](https://github.com/ansys/ansys-tools-local-product-launcher) | `0.1.0` | `0.1.1` |
| [ansys-tools-filetransfer](https://github.com/ansys/ansys-tools-filetransfer) | `0.1.0` | `0.1.1` |
| [types-protobuf](https://github.com/python/typeshed) | `5.28.3.20241030` | `5.29.1.20241207` |
| [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) | `1.2.2` | `1.2.3` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.122.1` | `6.122.3` |


Updates `numpy` from 2.1.3 to 2.2.0
- [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.3...v2.2.0)

Updates `ansys-tools-local-product-launcher` from 0.1.0 to 0.1.1
- [Release notes](https://github.com/ansys/ansys-tools-local-product-launcher/releases)
- [Commits](ansys/ansys-tools-local-product-launcher@v0.1.0...v0.1.1)

Updates `ansys-tools-filetransfer` from 0.1.0 to 0.1.1
- [Release notes](https://github.com/ansys/ansys-tools-filetransfer/releases)
- [Changelog](https://github.com/ansys/ansys-tools-filetransfer/blob/main/CHANGELOG.md)
- [Commits](ansys/ansys-tools-filetransfer@v0.1.0...v0.1.1)

Updates `types-protobuf` from 5.28.3.20241030 to 5.29.1.20241207
- [Commits](https://github.com/python/typeshed/commits)

Updates `ansys-sphinx-theme` from 1.2.2 to 1.2.3
- [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases)
- [Commits](ansys/ansys-sphinx-theme@v1.2.2...v1.2.3)

Updates `hypothesis` from 6.122.1 to 6.122.3
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.122.1...hypothesis-python-6.122.3)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ansys-tools-local-product-launcher
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ansys-tools-filetransfer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: types-protobuf
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ansys-sphinx-theme
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from greschd as a code owner December 9, 2024 01:50
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 9, 2024
@dependabot dependabot bot requested review from SRaimondi and roosre as code owners December 9, 2024 01:50
@codecov
Copy link

codecov bot commented Dec 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.99%. Comparing base (01add18) to head (7b0b1e1).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #738   +/-   ##
=======================================
  Coverage   94.99%   94.99%           
=======================================
  Files         109      109           
  Lines        5695     5695           
  Branches      322      322           
=======================================
  Hits         5410     5410           
  Misses        284      284           
  Partials        1        1           
Flag Coverage Δ
direct-launch 91.58% <100.00%> (ø)
minimum-deps 93.19% <50.00%> (ø)
python-3.10 94.25% <100.00%> (ø)
python-3.11 94.18% <100.00%> (ø)
python-3.12 94.38% <100.00%> (ø)
server-2024R2 90.81% <100.00%> (ø)
server-2025R1 94.18% <100.00%> (ø)
server-2025R2 94.18% <100.00%> (ø)
server-latest 94.80% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@greschd greschd enabled auto-merge (squash) December 9, 2024 07:42
@greschd greschd merged commit db5c9f4 into main Dec 9, 2024
31 checks passed
@greschd greschd deleted the dependabot/pip/dependencies-cfb76fedfc branch December 9, 2024 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants