google-research / torchsde

Differentiable SDE solvers with GPU support and efficient sensitivity analysis.
Apache License 2.0
1.51k stars 194 forks source link

Tweaks for PyPI release #101

Closed patrick-kidger closed 2 years ago

patrick-kidger commented 2 years ago

100 has prompted me to try and sort out PyPI.

I've provisionally already pushed a release to PyPI; I think everything seems to be working fine. @lxuechen if you're happy with this state of affairs then this PR will update the documentation.

patrick-kidger commented 2 years ago

CC @Zymrael -- a provisional (manual rather than automated) torchsde release is now available on PyPI.

patrick-kidger commented 2 years ago

Also Chen, lmk what your PyPI username is so I can add you as an owner over there. I'm expecting it's lxuechen like everywhere else, but I'm just making sure.

dhirschfeld commented 2 years ago

a provisional torchsde release is now available on PyPI.

It would be great if the GitHub source could also be tagged so that it's clear what version of the code is being installed.

lxuechen commented 2 years ago

Thanks for the updates! I'll follow up quickly on this tomorrow.

lxuechen commented 2 years ago

Also Chen, lmk what your PyPI username is so I can add you as an owner over there. I'm expecting it's lxuechen like everywhere else, but I'm just making sure.

Yes, the username is lxuechen.

patrick-kidger commented 2 years ago

@lxuechen have now added you on PyPI.

patrick-kidger commented 2 years ago

It would be great if the GitHub source could also be tagged so that it's clear what version of the code is being installed.

Yep, we'll create a v0.2.5 release on GitHub at some point shortly, which will correspond to the version available on PyPI.