Skip to content
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

Unpin from numpy < 1.20 #7335

Merged
merged 22 commits into from
Feb 9, 2021
Merged

Conversation

shwina
Copy link
Contributor

@shwina shwina commented Feb 5, 2021

No description provided.

@shwina shwina requested a review from a team as a code owner February 5, 2021 18:54
@shwina shwina added the non-breaking Non-breaking change label Feb 5, 2021
@kkraus14 kkraus14 added improvement Improvement / enhancement to an existing function conda Python Affects Python cuDF API. labels Feb 5, 2021
Copy link
Member

@jakirkham jakirkham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Ashwin! 😄

@codecov
Copy link

codecov bot commented Feb 5, 2021

Codecov Report

Merging #7335 (d510499) into branch-0.18 (8860baf) will decrease coverage by 0.29%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##           branch-0.18    #7335      +/-   ##
===============================================
- Coverage        82.09%   81.80%   -0.30%     
===============================================
  Files               97      100       +3     
  Lines            16474    16605     +131     
===============================================
+ Hits             13524    13583      +59     
- Misses            2950     3022      +72     
Impacted Files Coverage Δ
python/cudf/cudf/__init__.py 100.00% <ø> (ø)
python/cudf/cudf/_fuzz_testing/avro.py 0.00% <ø> (ø)
python/cudf/cudf/_fuzz_testing/csv.py 0.00% <ø> (ø)
python/cudf/cudf/_fuzz_testing/fuzzer.py 0.00% <ø> (ø)
python/cudf/cudf/_fuzz_testing/io.py 0.00% <ø> (ø)
python/cudf/cudf/_fuzz_testing/json.py 0.00% <ø> (ø)
python/cudf/cudf/_fuzz_testing/main.py 0.00% <ø> (ø)
python/cudf/cudf/_fuzz_testing/orc.py 0.00% <ø> (ø)
python/cudf/cudf/_fuzz_testing/parquet.py 0.00% <ø> (ø)
python/cudf/cudf/_fuzz_testing/utils.py 0.00% <ø> (ø)
... and 94 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update da0e794...0a42d95. Read the comment docs.

Copy link
Member

@raydouglass raydouglass left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this change is also necessary in the meta.yaml: https://github.com/rapidsai/cudf/blob/branch-0.18/conda/recipes/cudf/meta.yaml#L41

@shwina
Copy link
Contributor Author

shwina commented Feb 8, 2021

Thanks @raydouglass - fixed!

@kkraus14
Copy link
Collaborator

kkraus14 commented Feb 9, 2021

@gpucibot merge

@rapids-bot rapids-bot bot merged commit d3f5add into rapidsai:branch-0.18 Feb 9, 2021
rwlee pushed a commit to rwlee/cudf that referenced this pull request Feb 18, 2021
Authors:
  - Ashwin Srinath (@shwina)

Approvers:
  - Keith Kraus (@kkraus14)
  - @jakirkham
  - Ray Douglass (@raydouglass)

URL: rapidsai#7335
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Affects Python cuDF API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants