rtqichen / torchdiffeq

Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.
MIT License
5.56k stars 923 forks source link

Publish to PyPI? #12

Closed rajatvd closed 5 years ago

rajatvd commented 5 years ago

It would be convenient if this package could be published to PyPI, before thinking of merging into PyTorch.

rtqichen commented 5 years ago

I think I'll keep this as is. It's only a couple extra lines (git clone & cd) to install.

mountain commented 5 years ago

Since Ricky don't consider release the code in pypi, we made an clone at https://pypi.org/project/leibniz/ . If Ricky change his idea, I will remove the code from package leibniz accordingly.

By the way, package leibniz is focus on evolutionary PDEs.