-
Notifications
You must be signed in to change notification settings - Fork 450
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
Python 3 compatibility #335
Conversation
The one part I'm not sure about in this change is the |
m_size == -1 should be OK because all of the state is built up and torn down within the single evaluate call. Thanks for doing this! |
is it merged ? |
I was wondering that too - maybe the merge happened in piper and we're waiting for MOE or copybara (or something) to run and publish the result back to github? |
I'm afraid the explanation was more simple than that :) Sorry |
No worries - thanks for merging :-D |
Thanks for doing this work! Is there an ETA for a new pypi release with support for Python 3? |
No plan just yet, if you need it make a bug and we'll figure out if there's anything we should wait for vs just cut it then and there. |
Fixes #26, #330