-
This issue is to track the release of SymPy 1.13. The release issue for SymPy 1.12 was at gh-24601.
The release notes for 1.13 are here:
https://github.com/sympy/sympy/wiki/Release-Notes-for-1.13
…
-
I get an error I don't understand when trying to print a TComplexity with symbolic parameters. Here is a minimal example:
```
from sympy import Symbol
import cirq
from qualtran.bloqs.mcmt im…
-
I added this to #13098 as a comment because I think it is related but I'm opening a new issue so that you guys notice; hope it helps:
```
>>> sympy.floor((sympy.log(2**30-1,2)+1))
30
>>> sympy.flo…
dixr updated
2 months ago
-
-
Calling `latexify(Fraction(3,8))` throws this error:
```
AttributeError Traceback (most recent call last)
in
----> 1 latexify(Fraction(3,8))
~/.local/lib/python3.…
-
Whenever you evaluate something it says `Error: .`. Here is an example traceback from the logs
```pytb
(/base/alloc/tmpfs/dynamic_runtimes/python27g/7cb976f64e72c78c/python27/python27_lib/versions…
-
>>> import numpy # doctest:+SKIP
>>> a = numpy.arange(10) # doctest:+SKIP
>>> expr = sin(x)
>>> f = lambdify(x, expr, "numpy") # doctest:+SKIP
>>> f(a) # doctest:+SKIP
Exception in SymPy Live…
-
Sympy and scipy are large and can result in generators requiring more code and longer loading times than are necessary. We should aim to replace the few scipy and sympy function calls in our own pytho…
-
### 🐛 Describe the bug
Internal post: https://fb.workplace.com/groups/1028545332188949/posts/1063267995383349/
Hi. I was looking at a case where it is beneficial to tell torch.export a dim is a mu…
-
Let's write a response to the issue 14235 in SymPy.