John Lapeyre
John Lapeyre
I found that the same bug. I see it when the number of bits to shift by is not a literal. > Unlike regular functions, it seems like IntrinsicFunctions all...
I can probably find time over the next few weeks to make a PR that's a little more polished than the proof of concept that I posted above. But, I'd...
> I just tested this and found this issue. jlapeyre/diffeq_julia#1 A couple of problems turned up in that issue, both because `PyCall` can't be used with more than one libpython....
@sibyjackgrove helped to debug https://github.com/jlapeyre/diffeq_julia . The package depends on https://github.com/jlapeyre/julia_project, which factors out managing a Julia project within a python package. The latter depends in turn on https://github.com/jlapeyre/find_julia, which...
I added a `compile_exercise_script.jl` to the code that builds the system image. It runs a few examples that should be compiled into the system image. This seems to have at...
There are very big differences between PythonCall and PyJulia. The fact that one downloads julia automatically is a minor detail in comparison. It shouldn't determine the choice--- like buying car...
You could use `julia_project` for other projects such as https://github.com/JuliaPOMDP/quickpomdps/issues/7 referenced above. But, you could not use both diffeqpy and quickpomdps together in one python runtime. `julia_project` should be modified...
> I think there should be a language-agnostic way to handle julia installations with a single transparent user interface. It'd be bad if each language/framework handles Julia installations in its...
One problem is that tox currently takes 15 minutes to run locally. It installs packages and builds a system image in both the source dir and the environment created for...
> Why not install juliaup on the fly and then use it to install Julia? The point is that the user has access to the application storage from a CLI...