Pablo Winant

Results 15 issues of Pablo Winant

Currently, the instructions `````` import numpy import numexpr a = numpy.zeros((2,2)) numexpr.evaluate('0.0', out=a)``` `````` fail with error `ValueError: output for a constant expression must have size 1` It would be...

enhancement

[mamba](https://github.com/thesnakepit/mamba) is a dropin replacement for the conda package manager, which uses the same archive format as conda. Being written in c++, it is much much faster than conda itself,...

I'm on Ubuntu 20.04 in the default wayland session, with Blender 2.82 installed via apt (same result with a snap), and vscode-insiders 1.50 . When running command "Blender Start", I...

Thank you for this beautiful library ! In contrast with another recent issue I'm finding rather large speedup for the CPU kernel that I have implemented. The doc does not...

I have been using this code on my server to track long computations: https://gist.github.com/albop/8c94e8694369474f7c85 . It is used to track long computations and send an email when they are finished....

enhancement

Currently these equations live in different modules and some of them are not easily discoverable. For all of them there are also several possible implementations: - in scipy (calling linpack)...

refactor

Since the quad branch is closed, I'm opening a new issue with the comments I made about it, so that we can start a fresh discussion. There are currently a...

Not sure the issue belongs here. At the end of this notebook https://notes.quantecon.org/submission/5ddb3c926bad3800109084bf there is a markdown code area. It should be rendered with fixed fonts, but apparently it isn't....

I have tried to rewrite a version of gridmake, that would output a column-major ordering. The following function does it: ``` function ggmake(nodes...) res = [Base.product(nodes...)...] reinterpret(Float64, res, (length(res[1]), length(res)))...

enhancement

For the `example1.mod` example, change the list of variables to print for instance with `stoch_simul(order=1) y c k;`. The irfs still contain exactly the same variables in the same orders....