google-research / jax3d

Apache License 2.0
729 stars 94 forks source link

Remove references to deprecated jax.ShapedArray #168

Closed copybara-service[bot] closed 1 year ago

copybara-service[bot] commented 1 year ago

Remove references to deprecated jax.ShapedArray

This is deprecated as of https://github.com/google/jax/pull/15263: most users will never need to use ShapedArray directly, and so having it exposed in the top-level public namespace causes undue confusion.