Ricardo Vieira

Results 1800 comments of Ricardo Vieira

I was able to link to the svml library, and still see no speedups, what would be the next steps? ```python import numpy as np import numba assert numba.config.USING_SVML def...

Yeah scalar boolean index behaves very weird. May need special logic for those cases

The d3viz functionality is not being tested or really used by the developers, so I am not surprised it is broken. Hopefully someone will be able to take a look...

Yeah, I think it could be useful, I just haven't seen much use (or any at all) since we forked from Theano/Aesara. Other libraries usually rely on a condensed type...

> I think this is a setuptools issue. One probably needs to add the correct files to `MANIFEST.in`. Or even better, switch to Hatch so that we don't have to...

Okay, so we should fix the setup to handle those path issues correctly and decide whether we want to test pydot/graphviz support or not. If not, I guess there's no...

The `pydot_ng` recommendation should definitely be dropped and the code logic as well, since that project is officially archived in favor of `pydot`: https://github.com/pydot/pydot-ng

Sure thanks for the feedback. `dprint` allows multiple tensors. Just pass a list with multiple variables, or you can pass a compiled function as well. But I agree it's a...

It seems this file used to exist in Theano, and no longer exists in PyTensor: https://github.com/Theano/Theano/blob/master/theano/d3viz/html/template.html