Vinzent Steinberg

Results 40 issues of Vinzent Steinberg

``` test test_fast_newlines ... bench: 9,504 ns/iter (+/- 483) test test_fast_nonewlines ... bench: 9,896 ns/iter (+/- 892) test test_fast_random ... bench: 144,005 ns/iter (+/- 40,040) test test_fast_somenewlines ... bench: 89...

`f64::approx_from(usize)` works on 64 bit systems but seems to fail on 32 bit systems. See https://github.com/vks/average/issues/3.

bc.. It would be nice to have mpi('1.2') resulting in mpi(1.2-0.05, 1.2+0.05). Currently it tries to set the smallest interval using the current precision (which might be a sane default),...

imported

bc.. In r767 I implemented a multidimensional nonlinear solver. What do you think how findroot() should be called in the multidimensional case? Assuming something like def f(x1, ..., xn): return...

imported
enhancement

bc.. 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...

imported
enhancement
Priority-Low
need decision

bc.. It should be relatively easy to parallelize the tanh-sinh algorithm. See http://www.expmath.org/expmath/volumes/14/14.3/Bailey.pdf . But which library should be used? Python 2.6's multiprocessing or Parallel Python ( http://www.parallelpython.com/)? p. Original...

imported
Priority-Medium
enhancement

bc.. Compare [5.2582327113062393041, 5.2582327113062749951] to 5.2582327113062[393041,749951] It would be especially useful for matrices. p. Original issue for "#117":https://github.com/fredrik-johansson/mpmath/issues/117: "http://code.google.com/p/mpmath/issues/detail?id=77":http://code.google.com/p/mpmath/issues/detail?id=77 p. Original author: "https://code.google.com/u/[email protected]/":https://code.google.com/u/[email protected]/ p. Original owner: "https://code.google.com/u/[email protected]/":https://code.google.com/u/[email protected]/

imported
Priority-Medium
enhancement

bc.. Currently, they all raise TypeErrors. mpi(2)**0.5 works however. See http://conference.scipy.org/proceedings/SciPy2008/paper_3/full_text.pdf . p. Original issue for "#107":https://github.com/fredrik-johansson/mpmath/issues/107: "http://code.google.com/p/mpmath/issues/detail?id=67":http://code.google.com/p/mpmath/issues/detail?id=67 p. Original author: "https://code.google.com/u/[email protected]/":https://code.google.com/u/[email protected]/ p. Original owner: "https://code.google.com/u/111502149103757882156/":https://code.google.com/u/111502149103757882156/

imported
Priority-Medium
enhancement

Currently the output looks like this: ``` info: syncing channel updates for 'stable' info: downloading component 'rust' info: syncing channel updates for 'nightly' info: downloading component 'rustc' 46.40 MiB /...

enhancement