-
Notifications
You must be signed in to change notification settings - Fork 1.3k
update ulab to 2.1.5 (+ a doc building fix in ulab) #4533
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
Conversation
Version 3.0 should not change how |
This has not changed. The |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have been looking forward to this - thanks!
My change is suggested, your choice. I'll approve if you don't want to do it now.
@dhalbert Thanks for the clarification! By the way, if you think that v923z/micropython-ulab#327 has any relevance for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
This includes ulab with v923z/micropython-ulab#359 added. We can anticipate that a future ulab release will be made before CP7.0 goes out stable :)
Testing performed: On the unix port, ran
ulab.numpy.linspace(0, 10)
and the result looked plausible.The upgraded version of ulab is nearly fully incompatible with 6.x, but is much more compatible with a subset of numpy & scipy. We believe this provides a better path for users of standard Python systems too.