-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps): bump the production group across 1 directory with 5 updates #976
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependabot
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
Jan 4, 2025
dependabot
bot
force-pushed
the
dependabot/pip/production-b05491c1ad
branch
from
January 4, 2025 11:48
5416022
to
3518a93
Compare
Bumps the production group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [numpy](https://github.com/numpy/numpy) | `2.1.2` | `2.2.1` | | [pillow](https://github.com/python-pillow/Pillow) | `11.0.0` | `11.1.0` | | [polars](https://github.com/pola-rs/polars) | `1.8.2` | `1.19.0` | | [scikit-learn](https://github.com/scikit-learn/scikit-learn) | `1.5.2` | `1.6.0` | | [transformers](https://github.com/huggingface/transformers) | `4.46.1` | `4.47.1` | Updates `numpy` from 2.1.2 to 2.2.1 - [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.2...v2.2.1) Updates `pillow` from 11.0.0 to 11.1.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@11.0.0...11.1.0) Updates `polars` from 1.8.2 to 1.19.0 - [Release notes](https://github.com/pola-rs/polars/releases) - [Commits](pola-rs/polars@py-1.8.2...py-1.19.0) Updates `scikit-learn` from 1.5.2 to 1.6.0 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](scikit-learn/scikit-learn@1.5.2...1.6.0) Updates `transformers` from 4.46.1 to 4.47.1 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v4.46.1...v4.47.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production - dependency-name: polars dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production - dependency-name: scikit-learn dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production - dependency-name: transformers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
force-pushed
the
dependabot/pip/production-b05491c1ad
branch
from
January 4, 2025 12:15
3518a93
to
1bc0a11
Compare
It now ignores samples with unknown distance.
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
lars-reimann
force-pushed
the
dependabot/pip/production-b05491c1ad
branch
from
January 6, 2025 13:27
264bf06
to
d87d471
Compare
lars-reimann
force-pushed
the
dependabot/pip/production-b05491c1ad
branch
from
January 6, 2025 14:13
d87d471
to
c870705
Compare
lars-reimann
force-pushed
the
dependabot/pip/production-b05491c1ad
branch
from
January 6, 2025 14:19
c870705
to
f273f6e
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #976 +/- ##
=======================================
Coverage 94.42% 94.42%
=======================================
Files 121 121
Lines 7461 7463 +2
=======================================
+ Hits 7045 7047 +2
Misses 416 416 ☔ View full report in Codecov by Sentry. |
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the production group with 5 updates in the / directory:
2.1.2
2.2.1
11.0.0
11.1.0
1.8.2
1.19.0
1.5.2
1.6.0
4.46.1
4.47.1
Updates
numpy
from 2.1.2 to 2.2.1Release notes
Sourced from numpy's releases.
... (truncated)
Commits
7469245
Merge pull request #28047 from charris/prepare-2.2.1acb051e
REL: Prepare for the NumPy 2.2.1 release [wheel build]28a091a
Merge pull request #28044 from charris/backport-28039723605b
TST: Add test for allowingNone
in operand sequence passed tonditer
554739e
TYP: allowNone
in operand sequence of nditer31bc4c8
Merge pull request #28021 from charris/backport-2802032f52a3
CI: pin scipy-doctest to 1.5.1 (#28020)6219aeb
Merge pull request #28007 from charris/backport-28005eb7071c
Merge pull request #28006 from charris/backport-280034f82c32
BUG: Cython API was missing NPY_UINTP.Updates
pillow
from 11.0.0 to 11.1.0Release notes
Sourced from pillow's releases.
... (truncated)
Changelog
Sourced from pillow's changelog.
Commits
4c1aed8
11.1.0 version bumpdfb368a
Merge pull request #8651 from radarhere/blp5d998d3
Improved coverage6b75e06
Do not reread start of header in decoderb89cc09
Corrected BLP1 alpha depth handlingaa0f412
Merge pull request #8646 from radarhere/centose344271
Added CentOS Stream 1017f09f3
Merge pull request #8644 from radarhere/c99d42f22b
Added release notesc7026d9
Merge pull request #8642 from radarhere/bigtiffUpdates
polars
from 1.8.2 to 1.19.0Release notes
Sourced from polars's releases.
... (truncated)
Commits
841c387
Python Polars 1.19.0 (#20552)da0b589
fix: Output index type instead of u32 forsum_horizontal
with boolean input...409f091
chore: Increase categorical test coverage (#20514)1517599
fix: Fix more global categorical issues (#20547)7c64640
fix: Update eager join doctest on multiple columns (#20542)9ce1c07
ci: Report wheel sizes (#20541)ca36b66
fix: Revert categorical unique code (#20540)58c1745
docs(python): Fix typo inDataFrame.cast
(#20532)5f44997
feat: AddInt128
IO support for csv & ipc (#20535)5c9bb71
fix: Addunique
fast path for empty categoricals (#20536)Updates
scikit-learn
from 1.5.2 to 1.6.0Release notes
Sourced from scikit-learn's releases.
Commits
1fecc10
trigger wheel builder [cd build]dcce200
link release highlights from the changelog7015ee6
DOC Release Highlights for version 1.6 (#30392)09c5c00
DOC UpdateDummyRegressor.fit
docstring to be more precise (#30410)4142775
DOC Fix example comment being rendered as text (#30412)034b0d1
DOC Fix broken ref (#30407)384aeba
generate changelogea2510c
bump versionba83d16
FIX KNeighbor classes correctly set positive_only tag (#30372)03d90f3
FIX test_csr_polynomial_expansion_index_overflow on [scipy-dev] (#30393)Updates
transformers
from 4.46.1 to 4.47.1Release notes
Sourced from transformers's releases.
... (truncated)
Commits
241c04d
[Whisper] patch float type on mps (#35295)1b6cb1e
don't use no_sync when deepspeed doesn't support it for certain zero stages (...b1d5d6d
Fix FSDP no longer working (#35212)bf5d7c3
Only import torch.distributed if it is available (#35133)4995230
v4.47.1d5ccfcc
Fixnum_items_in_batch
not being an integer (#35115)0485b6e
Fix GA loss bugs and add unit test (#35121)5d7739f
Release: v4.47.0a5bb528
Fix signatures for processing kwargs (#35105)e27465c
Adaptive dynamic number of speculative tokens (#34156)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