-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 method to BitArray for converting to bit array #13396
Comments
@kevinsung Could you elaborate on this one a little more, I am interested in implementing it. |
|
@mohitd yes, exactly. It is not a difficult implementation, see the original post, but it is inconvenient to remember about unpack bits and the convention of which side of the array needs to have the padding discarded, etc. |
Hi @jakelishman, I can add this if nobody is taking a look, could you assign me please? |
@mohitd Thanks, I will! |
What should we add?
I.e., a Numpy array of bools. Recipe courtesy of @ihincks:
The text was updated successfully, but these errors were encountered: