Kevin Sheppard
Kevin Sheppard
Is there any documentation about how to publish NumPy 2 wheels for downstream packages. As I understand things, packages might need 2 versions - 1 for NumPy = 2, for...
Option 1, retain the warning.
I also ran the latest locally, and there are no failures. It seems likely that the failures are some fragility around not having network access, but not a fundamental issue...
At least some of the failures are because you do not have scipy installed, which is required to run the test suite.
What happens if you add scipy?
I also noticed that all of the failures were explicitly about `next` needing an argument (aside from the 6 related to SciPy), which seems very surprising.
They're all from the cython rewrite. On Thu, Jan 18, 2024, 16:02 Josef Perktold ***@***.***> wrote: > Are the TestTTPower power failures all related to the scipy.special cython > rewrite...
The code in the Contents section is ```html R^{2} Calculation ``` while in the main page it is ```html \(R^{2}\) Calculation ```
This is only using the HTML builder. I don't use the LaTeX builder. The source is a standard RST file, and the relevant section title is ```rst :math:`R^{2}` Calculation -------------------------...
Seems to be related but different. Here there are `` being liberally inserted, but the failure to render is due to stripping `\(` and `\)` around LaTeX blocks, which are...