-
Notifications
You must be signed in to change notification settings - Fork 3
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
v0.7.x #305
base: master
Are you sure you want to change the base?
Conversation
let me repeat again what I was asking in #308 also note that in v0.7.4 the error is slightly different:
do we want to keep fixing former version, or not? |
I'm not sure I understand this: is 0.7.x broken in any way? |
the |
I wouldn't say it's broken, it's just (from the POV of Python) unexpectedly strict. You must pass a numpy array and the types must be unsigned integers. I suppose that really is unnecessarily strict, and we should allow more flexibility. However, this would probably be a breaking change, so let's not change anything for 0.7.x. |
This is the patch branch for versions
0.7.x
. Do not merge this branch intomaster
!