-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
Bug #1074: Changes required to the configuration to start building docs w #66
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
…ng docs with matplotlib's plot_directive. Requires that matplotlib have the new "merged" plot_directive.
Which version of MPL does this require? And does this mean all numpy changes are merged (looked on the matplotlib-devel list, but couldn't find it so quickly)? |
It requires a yet-unreleased version of matplotlib. However, we can first check whether the module is available in matplotlib, and if yes, then use the directive from there. So this patch needs a small change. |
use it, otherwise use the local fork.
A module has been available in matplotlib for a long time -- in fact it predates the one in numpy. However, I can add a version flag to that module, then numpy can check to see whether it is recent enough to contain the features required. |
A version flag would be great. Building matplotlib on OS X is not my favorite hobby. |
Thanks; merged. |
…t variable Merge in ~STEPAN.SINDELAR_ORACLE.COM/numpy-hpy from tim/fix-out-variable-close to labs-hpy-port * commit '8c2017764d9a1e7f706a9015b62a890a4306b77a': fix non-dupping return of local handle into out variable
feat: Add vmlal_[s16|s32|u8|u16|u32]
Bug #1074: Changes required to the configuration to start building docs with matplotlib's plot_directive. Requires that matplotlib have the new "merged" plot_directive.