Jason K. Moore
Jason K. Moore
If you go about moving any examples from the old location, then you will need to set up link redirects. We have a sphinx plugin that reasonably automates that.
> @moorepants if we want to implement something like v1.equals(v2) what is a good way to extract the vector components of the two vectors. I suppose that they might not...
I managed to get the gifs as thumbnails in this gallery: https://opty.readthedocs.io/latest/examples/index.html but it took some trial and error. I could see the numbers assigned to the generated gif files...
I support this addition.
uncertainties has both a mirror of the math module and numpy. Is there are reason not to simply support the unumpy style functionality so that operations can be vectorized?
We can support the scalar and array versions. I think that is fine.
This looks good, I'm made a few more comments.
There is an unrelated test failure: ``` ==================================== ERRORS ==================================== ____________ ERROR collecting sympy/printing/tests/test_llvmjit.py _____________ sympy/printing/tests/test_llvmjit.py:7: in import sympy.printing.llvmjitcode as g sympy/printing/llvmjitcode.py:19: in llvm.initialize() /opt/hostedtoolcache/Python/3.13.7/x64/lib/python3.13/site-packages/llvmlite/binding/initfini.py:17: in initialize raise RuntimeError( Traceback...
Actually this llvmlite code seems to be broken in master: #28471
+1 to merge from me. Thank you!