Adopt Python 3.12#544
Merged
rapids-bot[bot] merged 34 commits intoFeb 25, 2025
Merged
Conversation
…-no-vendor flag allows us to drop the versioneer.py file
Signed-off-by: Will Killian <[email protected]>
…ce::get_bytes() Signed-off-by: Will Killian <[email protected]>
Signed-off-by: Will Killian <[email protected]>
Signed-off-by: Will Killian <[email protected]>
Signed-off-by: Will Killian <[email protected]>
Signed-off-by: Will Killian <[email protected]>
Signed-off-by: Will Killian <[email protected]>
Signed-off-by: Will Killian <[email protected]>
9e76990 to
3928c86
Compare
Signed-off-by: Will Killian <[email protected]>
02d655d to
7cc48c0
Compare
dagardner-nv
approved these changes
Feb 24, 2025
Signed-off-by: Will Killian <[email protected]>
Contributor
|
/merge |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## branch-25.06 #544 +/- ##
================================================
- Coverage 74.01% 73.74% -0.28%
================================================
Files 407 407
Lines 15103 15122 +19
Branches 1198 1201 +3
================================================
- Hits 11178 11151 -27
- Misses 3925 3971 +46
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 12 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
KyleFromNVIDIA
pushed a commit
to KyleFromNVIDIA/MRC
that referenced
this pull request
Apr 23, 2025
This is nv-morpheus#541 but having all commits rebased on `branch-25.06` * `pybind11::error_already_set` now inherits from `std::exception` rather than `std::runtime_error` * Adopt Pybind11 2.12, required for Python 3.12 support * Disable Pybind's ing_ref/dec_ref checking (nv-morpheus#542) * Adopt updated version of versioneer, removing the need for `versioneer.py` in the repo. * Work-around for llvm/llvm-project#92948 ref: nv-morpheus#543 * Fetch commit history so proper version can be detected for tests Authors: - Will Killian (https://github.com/willkill07) - David Gardner (https://github.com/dagardner-nv) Approvers: - David Gardner (https://github.com/dagardner-nv) URL: nv-morpheus#544
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This is #541 but having all commits rebased on
branch-25.06pybind11::error_already_setnow inherits fromstd::exceptionrather thanstd::runtime_errorversioneer.pyin the repo.SyntaxWarning: invalid escape sequence llvm/llvm-project#92948 ref: [FEA]: Adopt Clang19 #543Checklist