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

Add some more functions and improve broadcasting support #69

Merged
merged 4 commits into from
Jun 8, 2024

Conversation

christiangnrd
Copy link
Collaborator

This adds the missing sum and mean functions, along with the vector-scalar basic arithmetic functions.

I also tried to improve broadcasting support.

Copy link

codecov bot commented Mar 13, 2024

Codecov Report

Attention: Patch coverage is 59.57447% with 19 lines in your changes are missing coverage. Please review.

Project coverage is 73.22%. Comparing base (51fd613) to head (f5c2d71).

Files Patch % Lines
src/Array.jl 68.42% 12 Missing ⚠️
src/Util.jl 22.22% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #69      +/-   ##
==========================================
- Coverage   80.72%   73.22%   -7.51%     
==========================================
  Files           4        4              
  Lines         192      239      +47     
==========================================
+ Hits          155      175      +20     
- Misses         37       64      +27     

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

@ViralBShah ViralBShah merged commit fc7bfa5 into JuliaLinearAlgebra:master Jun 8, 2024
4 of 6 checks passed
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.

2 participants