anthony-nouy / tensap

Tensor Approximation Package: a Python package for the approximation of functions and tensors.
https://anthony-nouy.github.io/sphinx/tensap/master/
Other
20 stars 11 forks source link

version 1.2 on pypi #25

Closed jschueller closed 2 years ago

jschueller commented 2 years ago

hi @anthony-nouy, the latest version on pypi is still 1.1 and not 1.2 that has the latest fixes

anthony-nouy commented 2 years ago

Hello Julien, Could you tell how to have the new new version 1.2 on pypi ?

jschueller commented 2 years ago

Hi Anthony, its done, just a matter of:

python3 setup.py sdist
twine upload dist/tensap-1.2.tar.gz