google-deepmind / optax

Optax is a gradient processing and optimization library for JAX.
https://optax.readthedocs.io
Apache License 2.0
1.57k stars 169 forks source link

Broken tarball for release `v0.2.0` #854

Closed daskol closed 4 months ago

daskol commented 4 months ago

I am a maintainer of optax package in Archlinux User Repository (AUR). Me and some other users noticed that suddenly hashes of tarball for v0.2.0 have been changed. It seems that the tag has been moved to another commit. This breaks package installation and system updates for some users due to failed checksum verification. This problem is even more subtle since pacman (Archlinux package manager) caches tarballs by name.

fabianp commented 4 months ago

oops, yeah, it seems we messed up with the 0.2.0 release. Just made a 0.2.1 release, let me know if that fixed it

daskol commented 4 months ago

Yes, it solves the issue. Thank you.

fabianp commented 4 months ago

thanks BTW @daskol for maintaining this library package!