-
```
This is due to the internal reorganization and should thus be easy to fix.
```
Original issue reported on code.google.com by `Vinzent.Steinberg@gmail.com` on 17 Jan 2010 at 8:23
-
https://developer.steinberg.help/display/VST/VST+3+Links
VST plugins in Nim might be cool, though this stuff is *very* C++ heavy and it might be the effort of a lifetime.
-
```
This patch implementes this, however I get an infinite recursion when
running the linalg.py tests.
```
Original issue reported on code.google.com by `Vinzent.Steinberg@gmail.com` on 19 Aug 2009 a…
-
```
It would be a nice (but advanced) feature for really fast function evaluation.
It could be done transparently.
The Open Source CAS Axiom implements this for example.
```
Original issue reported …
-
```
It would be nice if diffs() had a flag to return a generator instead of a
list. Maybe for n=None?
multiplicity() could use it more effectively, as it doesn't know how many
derivatives it needs to…
-
```
>>> from sympy import *
>>> mpmath.mpmathify(S(1))
Traceback (most recent call last):
File "", line 1, in
File "sympy/mpmath/mptypes.py", line 363, in convert
raise TypeError("cannot crea…
-
```
Compare
[5.2582327113062393041, 5.2582327113062749951]
to
5.2582327113062[393041,749951]
It would be especially useful for matrices.
```
Original issue reported on code.google.com by `Vinzent…
-
```
Currently, they all raise TypeErrors. mpi(2)**0.5 works however.
See http://conference.scipy.org/proceedings/SciPy2008/paper_3/full_text.pdf.
```
Original issue reported on code.google.com by `V…
-
#### Is your feature request related to a problem? Please describe.
It's frustrating that [the user guide](https://fairlearn.org/v0.9/user_guide/assessment/common_fairness_metrics.html) explains demo…
-
```
$ ./setup.py install
./setup.py: line 1: from: command not found
: command not found
'/setup.py: line 3: syntax error near une…