latexify_py icon indicating copy to clipboard operation
latexify_py copied to clipboard

Support for Numpy or PyTorch or TF

Open imflash217 opened this issue 3 years ago • 1 comments

Hi, Very nice tool. Thanks a lot. I was just wondering if there will be any support for libraries like NumPy, PyTorch or TensorFlow?

imflash217 avatar Sep 29 '22 20:09 imflash217

I think there are several levels to support NumPy-like libraries:

  1. Support function signatures
  2. Support array visualization

A recent change #49 adds support for several functions in NumPy. I'm also thinking of whether it is good to provide some support for array visualization too, but it is not trivial and sometimes we couldn't get shape information before running the function.

odashi avatar Oct 13 '22 00:10 odashi

Some features are taken over by other issues. Closes this issue for now.

odashi avatar Nov 15 '22 17:11 odashi