-
Notifications
You must be signed in to change notification settings - Fork 156
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
[RELEASE] cuspatial v0.19 #380
Merged
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
Fix merge conflicts in #348
[gpuCI] Auto-merge branch-0.18 to branch-0.19 [skip ci]
[gpuCI] Auto-merge branch-0.18 to branch-0.19 [skip ci]
Update location of `make_counting_transform_iterator` after rapidsai/cudf#7306. Authors: - Paul Taylor (@trxcllnt) Approvers: - H. Thomson Comer (@thomcom) URL: #353
…e & use Ninja in CI (#359) - Build using `cmake --build` - Pass ccache variables to conda recipe - Use Ninja in CI Authors: - Jordan Jacobelli (@Ethyling) Approvers: - Dillon Cullinan (@dillon-cullinan) URL: #359
[skip-ci] Update 0.18 changelog entry
Prepare Changelog for Automation (#364) This PR prepares the changelog to be automatically updated during releases. The contents of the pre-release body linked in this PR will be copied into CHANGELOG.md at release time. Authors: - AJ Schmidt (@ajschmidt8) Approvers: - Dillon Cullinan (@dillon-cullinan) URL: #364
Bump `gdal` from 3.1.x to 3.2.x. Supersedes #339. This is inline with conda-forge's current migration to gdal=3.2.x (see conda-forge/conda-forge-pinning-feedstock#922 and https://conda-forge.org/status/#gdal32). Update on rapidsai/integration is at rapidsai/integration#211. Authors: - Wei Ji (@weiji14) Approvers: - AJ Schmidt (@ajschmidt8) - Keith Kraus (@kkraus14) URL: #347
The tag used for pre-releases was recently changed, so this PR updates the link in the changelog. Authors: - AJ Schmidt (@ajschmidt8) Approvers: - Jordan Jacobelli (@Ethyling) URL: #366
After rapidsai/rmm#725 is merged, this PR updates cuspatial to eliminate passing literal values to `device_uvector::set_element_async`. Authors: - Mark Harris (@harrism) Approvers: - Paul Taylor (@trxcllnt) - Christopher Harris (@cwharris) URL: #367
This PR adds the GitHub action [PR Labeler](https://github.com/actions/labeler) to auto-label PRs based on their content. Labeling is managed with a configuration file `.github/labeler.yml` using the following [options](https://github.com/actions/labeler#usage). Authors: - Joseph (@jolorunyomi) Approvers: - AJ Schmidt (@ajschmidt8) - Mike Wendt (@mike-wendt) URL: #337
Fixes [this build error](https://gpuci.gpuopenanalytics.com/job/rapidsai/job/docker/job/rapidsai-core-devel/324/BUILD_IMAGE=rapidsai%2Frapidsai-core-dev-nightly,CUDA_VER=10.2,FROM_IMAGE=gpuci%2Frapidsai,IMAGE_TYPE=devel,LINUX_VER=ubuntu16.04,PYTHON_VER=3.8,RAPIDS_VER=0.19/console). Authors: - Paul Taylor (@trxcllnt) Approvers: - Keith Kraus (@kkraus14) - H. Thomson Comer (@thomcom) URL: #369
This PR includes many of the same changes as were made in [cudf/pull/7107](rapidsai/cudf#7107). * Export `cuspatial::cuspatial` CMake alias targets. * Fixes -Wall errors discovered when changing compile flags. * Use `CPMFindPackage` to find `libcudf` installed on the system or build `libcudf` from source. edit: Depends on rapidsai/cudf#7574 and rapidsai/cudf#7734 Authors: - Paul Taylor (@trxcllnt) Approvers: - AJ Schmidt (@ajschmidt8) - Mark Harris (@harrism) - Keith Kraus (@kkraus14) URL: #365
Ensure all conda packages created in this repo that depend on other packages are all version pinned to the same build number. This way it prevents a conda solve from picking mismatched versions of `cuspatial` and `libcuspatial` that can break this repo during builds and testing. Authors: - Mike Wendt (@mike-wendt) Approvers: - Ray Douglass (@raydouglass) URL: #370
Reverts #370 Authors: - Ray Douglass (https://github.com/raydouglass) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) URL: #372
Fix issue where conda installed `libcuspatial` can't find other conda-installed libraries like GDAL. Related issue in cuDF: rapidsai/cudf#7863 Authors: - Paul Taylor (https://github.com/trxcllnt) Approvers: - Ray Douglass (https://github.com/raydouglass) - Christopher Harris (https://github.com/cwharris) - Keith Kraus (https://github.com/kkraus14) URL: #375
Decrease library size by using fatbin compression. cuDF PR for context: rapidsai/cudf#7583 Authors: - Dillon Cullinan (https://github.com/dillon-cullinan) Approvers: - Paul Taylor (https://github.com/trxcllnt) - Keith Kraus (https://github.com/kkraus14) URL: #373
harrism
approved these changes
Apr 20, 2021
trxcllnt
approved these changes
Apr 20, 2021
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.
❄️ Code freeze for
branch-0.19
and v0.19 releaseWhat does this mean?
Only critical/hotfix level issues should be merged into
branch-0.19
until release (merging of this PR).What is the purpose of this PR?
branch-0.19
intomain
for the release