Adrian Seyboldt
Adrian Seyboldt
I think I figured out what the problem here seems to be: Let's assume there is only one backward problem. At the beginning of the loop that advances all the...
@balos1 Not sure who to ping, I hope this is alright. I just ran into an example where I think this bug leads to silently incorrect results. I'd really appreciate...
This might be the same issue as #31?
I regularly use `pycc` as a helper to get profiling information about numba. If I use dynamic jit compiled code I can not see good benchmark information in `perf` or...
@sklam Thanks, I added a test and extended the docs a little as you suggested. I think the test failure is unrelated? ``` Warning, treated as error: failed to reach...
I'm not 100% sure what's wrong, but I guess we need a short release checklist... Something like - Check if any cargo dependencies had semver changes, eg using `cargo outdated`...
I also opened a numba issue: https://github.com/numba/numba/issues/9554
I think pandas
Looks like this currently breaks pymc, I'm getting this import error: ``` File [~/git/pymc-dev/pymc/pytensorf.py:46](http://localhost:7890/lab/tree/nuts-py/notebooks/pymc-dev/pymc/pytensorf.py#line=45) 44 from pytensor.tensor.random.op import RandomVariable 45 from pytensor.tensor.random.type import RandomType ---> 46 from pytensor.tensor.random.var import (...
I did some benchmarks with the changed elemwise. And I guess the good news is that it is about 400x faster, bad news is that now it doesn't seem to...