Closed dependabot[bot] closed 1 year ago
Merging #63 (6e742df) into main (ad892ba) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #63 +/- ##
=======================================
Coverage 92.13% 92.13%
=======================================
Files 2 2
Lines 89 89
=======================================
Hits 82 82
Misses 7 7
This will have to be delayed due to vtk 9.0.3:
/opt/hostedtoolcache/Python/3.8.17/x64/lib/python3.8/site-packages/vtkmodules/util/numpy_support.py:74: in get_vtk_to_numpy_typemap
...
_vtk_np = {vtkConstants.VTK_BIT:numpy.bool,
We could set up the CI here so that older versions of VTK use older versions of numpy. Then for 9.2.x and latest we could use this version of numpy
See also:
Should be good to go now
Updates the requirements on numpy to permit the latest version.
Release notes
Sourced from numpy's releases.
... (truncated)
Commits
db4f439
Merge pull request #23966 from charris/prepare-1.25.0-release8c6b0bc
REL: Prepare for the NumPy 1.25.0 released5f9d1a
Merge pull request #23963 from charris/backport-239629b19e19
TEST: change subprocess call to capture stderr too78fa6fb
Merge pull request #23957 from charris/backport-23789430fc83
Merge pull request #23956 from charris/backport-2395342ef942
Merge pull request #23955 from charris/backport-23881fa62e8c
delete 23789.new_feature.rst from this PR350c003
Shorten release note to single point051d307
release noteDependabot 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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)