We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Several RAPIDS libraries now have Java components and their pom.xml files' version must be updated with each release.
pom.xml
The current method used in cudf and kvikio is fragile: rapidsai/kvikio#662 (comment)
cudf
kvikio
cuvs is more robust (and verbose): https://github.com/rapidsai/cuvs/blob/branch-25.04/ci/release/update-version.sh#L106
cuvs
Maven provides a plugin for this, but that adds a large new dependency in an otherwise lightweight script.
We should decide on a robust updating mechanism and standardize across RAPIDS libraries.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Several RAPIDS libraries now have Java components and their
pom.xml
files' version must be updated with each release.The current method used in
cudf
andkvikio
is fragile: rapidsai/kvikio#662 (comment)cuvs
is more robust (and verbose): https://github.com/rapidsai/cuvs/blob/branch-25.04/ci/release/update-version.sh#L106Maven provides a plugin for this, but that adds a large new dependency in an otherwise lightweight script.
We should decide on a robust updating mechanism and standardize across RAPIDS libraries.
The text was updated successfully, but these errors were encountered: