Closed fehiepsi closed 3 years ago
index_update is deprecated in favor of src.at(indices).set(desc). See its docs
index_update
src.at(indices).set(desc)
do we need to bump the jax version in this PR?
Yes, the minimal version in setup.py does not have this feature yet. So I just bumped the version up a bit.
index_update
is deprecated in favor ofsrc.at(indices).set(desc)
. See its docs