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 support for BitVector and BitArray in operate #233

Merged
merged 5 commits into from
Oct 12, 2023
Merged

Add support for BitVector and BitArray in operate #233

merged 5 commits into from
Oct 12, 2023

Conversation

odow
Copy link
Member

@odow odow commented Oct 11, 2023

Closes #232

@codecov
Copy link

codecov bot commented Oct 11, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (37bb9bf) 89.60% compared to head (1470f20) 89.61%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #233   +/-   ##
=======================================
  Coverage   89.60%   89.61%           
=======================================
  Files          23       23           
  Lines        2154     2156    +2     
=======================================
+ Hits         1930     1932    +2     
  Misses        224      224           
Files Coverage Δ
src/implementations/LinearAlgebra.jl 97.35% <100.00%> (+0.03%) ⬆️

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

odow and others added 3 commits October 12, 2023 15:51
test/interface.jl Outdated Show resolved Hide resolved
Co-authored-by: Mathieu Besançon <mathieu.besancon@gmail.com>
@odow odow merged commit 6e6a854 into master Oct 12, 2023
11 checks passed
@odow odow deleted the od/bitarray branch October 12, 2023 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Support BitArrays
3 participants