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

remove numpy style function #274

Merged
merged 3 commits into from
Oct 18, 2024
Merged

remove numpy style function #274

merged 3 commits into from
Oct 18, 2024

Conversation

StRigaud
Copy link
Member

@StRigaud StRigaud commented Oct 18, 2024

closes #267
closes #271

I removed the numpy style clip which was overwritting clesperanto clip.

The other function numpy in interoperability does not overwrite their equivalent clesperanto, should we still remove them?

@StRigaud StRigaud changed the title remove clip remove numpy style function Oct 18, 2024
@StRigaud
Copy link
Member Author

@haesleinhuepf I removed all numpy style function from interroperability file and updated the tests.

Can you confirme this is ok? I will merge this today along the next release

@haesleinhuepf
Copy link
Member

Yes, that makes sense @StRigaud! Let's think about compatibility with numpy later :-)

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.96%. Comparing base (2f51de2) to head (f391cc5).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #274      +/-   ##
==========================================
+ Coverage   87.91%   87.96%   +0.05%     
==========================================
  Files          20       20              
  Lines        1646     1604      -42     
==========================================
- Hits         1447     1411      -36     
+ Misses        199      193       -6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@StRigaud StRigaud merged commit 94e59db into main Oct 18, 2024
7 checks passed
@StRigaud StRigaud deleted the remove-numpy-func branch October 18, 2024 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong funcgtion signature for power() The parameter order of clip is wrong compared to _prototype
3 participants