xiaoweiz
xiaoweiz
```bash curl https://gist.githubusercontent.com/nondanee/f157bbbccecfe29e48d87273cd02e213/raw | python % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 3304 100 3304 0 0 8787...
It appears that setting `method=:spectral' fails if the graph has an isolated node. For example, let's create a graph with one isolated node. ```julia using LightGraphs, GraphRecipes, Plots g =...
I think the interface would be much more intuitive if the users can directly specify the integration range, e.g. cuhre(f::Function, xmin, xmax), similar as the interface in Cubature.jl
@staticfloat OSX Sierra + Julia 0.6.2 (fresh install) When building Homebrew, it failed with the following error message ``` ==> Installing fontconfig from staticfloat/juliatranslated ==> Downloading https://homebrew.bintray.com/bottles/fontconfig-2.12.6.el_capita Already downloaded: /Users/xiaoweiz/Library/Caches/Homebrew.jl/fontconfig-2.12.6.el_capitan.bottle.tar.gz...
OSX El Capitan Pineapple-0.8.0 with Python 3.5 (Minimal version) I have Anaconda distribution installed and use it as the default python installation. However, the "Local Python" option does not start...
Pressing Tab yields a dropdown list but it can't be navigated using arrow keys.
I've noticed that there are four distributions in numpy.random that are not supported by Numba yet, i.e. ``` python multinomial multivariate_normal noncentral_chisquare noncentral_f ``` Is there any particular difficulty?