Skip to content

Conversation

@JosephGuman
Copy link

Fitting numpy's cov() implementation into cunumeric's framework

…om numpy's cov() implementation Signed-off-by: Joseph Guman <joeytg@stanford.edu>
@copy-pr-bot
Copy link
Contributor

copy-pr-bot bot commented Mar 1, 2024

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@manopapad manopapad self-requested a review March 1, 2024 21:52
@manopapad manopapad added the category:new-feature PR introduces a new feature and will be classified as such in release notes label Mar 1, 2024
@manopapad
Copy link
Contributor

/ok to test

@JosephGuman
Copy link
Author

@manopapad Sorry, I had forgotten to merge my branch with branch-24.03 before making the pull request. I made the update and believe it should be ready for a round of testing.

@manopapad
Copy link
Contributor

/ok to test

JosephGuman and others added 6 commits March 6, 2024 12:01
Co-authored-by: Manolis Papadakis <manopapad@gmail.com>
Co-authored-by: Manolis Papadakis <manopapad@gmail.com>
Co-authored-by: Manolis Papadakis <manopapad@gmail.com>
Co-authored-by: Manolis Papadakis <manopapad@gmail.com>
Co-authored-by: Manolis Papadakis <manopapad@gmail.com>
Co-authored-by: Manolis Papadakis <manopapad@gmail.com>
@manopapad
Copy link
Contributor

Let me know when you're ready to let CI run the tests again. I need to reiterate the magic words "/ok to test" every time ...

@JosephGuman
Copy link
Author

@manopapad I think everything should be good now. If there's anything I missed, I'll fix it immediately and will be going to make all the corrections to average() as well.

@manopapad
Copy link
Contributor

/ok to test

Copy link
Contributor

@manopapad manopapad left a comment

Choose a reason for hiding this comment

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

Looks good. I made a miniscule change (using clip instead of amax, to avoid an intermediate array), will just wait for CI to pass.

@manopapad manopapad merged commit 119dd6d into nv-legate:branch-24.03 Mar 8, 2024
manopapad pushed a commit that referenced this pull request Feb 18, 2025
* add np.digitize (ref: #1117)

* add np.diff (ref: #636)

* add np.load (ref: #1126)

* add cov (ref: #1129)

* add average (ref: #1124)

* add logical reductions (ref: #1123)

* fix docstring syntax

* review comments

* fix import

* fix error from update

* fix copy pasta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category:new-feature PR introduces a new feature and will be classified as such in release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants