R. Bernstein
R. Bernstein
https://reference.wolfram.com/language/ref/ComplexPlot3D.html
See: * https://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.distance.jaccard.html * https://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.distance.dice.html * https://docs.scipy.org/doc/scipy/reference/generated/scipy.special.lqmn.html * https://docs.scipy.org/doc/scipy/reference/generated/scipy.interpolate.BPoly.html
Personally, I am happy to see that we have made enough progress that a package I tried to get running a while ago and failed, now largely succeeds.
**Is your feature request related to a problem? Please describe.** Often in debugging problems and user problems the question arises: is the problem seen something with Mathics or it is...
Again an exmple from https://www.wolfram.com/language/elementary-introduction/2nd-ed/30-rearranging-lists.html ``` RandomSample[Range[10]] ``` always produces one item when it should produce more. A revised version of chapter 30 will go out with the next docker...
I wonder if the reason our polynomials come out in a different order than Mathematica is a result of improper sorting. Because `get_sort_key()` was poorly documented it was also poorly...
From https://github.com/Mathics3/mathics-core/pull/460#issuecomment-1196027725 I got a problem for custom infix expressions: ``` In[1]:= Infix[F[-1,-2,2]] Out[1]= -1~F~ -2 ~F~2 ``` that should be: ``` Out[1]= (-1)~F~(-2)~F~2 ```
## Description Many of the doctests in `Mathics3/mathics-core/mathics/builtin/scoping.py` need going over and many should be converted to pytests when this isn't about documenting behavior. (Yes, we have still a lot...
## Description Sorting tests seems to slow down testing by a lot - several minutes in `Plot[KelvinKei[x], {x, 0, 10}]` and `Plot[KelvinKer[x], {x, 0, 10}]` in particular. In particular part...
TImeConstrained doesn't work on Windows, OSX or using Pyston. The implementation has always been flaky.