keras-team / keras

Deep Learning for humans
http://keras.io/
Apache License 2.0
62.14k stars 19.49k forks source link

Switch jnp.reshape from newshape to shape paramter. #20469

Closed jakevdp closed 3 weeks ago

jakevdp commented 3 weeks ago

The newshape parameter was deprecated in JAX v0.4.28, and will soon be removed.

codecov-commenter commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 77.48%. Comparing base (ccb07df) to head (91fee4f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #20469 +/- ## ========================================== - Coverage 82.03% 77.48% -4.56% ========================================== Files 515 515 Lines 47346 47346 Branches 7427 7427 ========================================== - Hits 38842 36684 -2158 - Misses 6705 8924 +2219 + Partials 1799 1738 -61 ``` | [Flag](https://app.codecov.io/gh/keras-team/keras/pull/20469/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=keras-team) | Coverage Δ | | |---|---|---| | [keras](https://app.codecov.io/gh/keras-team/keras/pull/20469/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=keras-team) | `77.34% <100.00%> (-4.55%)` | :arrow_down: | | [keras-jax](https://app.codecov.io/gh/keras-team/keras/pull/20469/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=keras-team) | `64.95% <100.00%> (ø)` | | | [keras-numpy](https://app.codecov.io/gh/keras-team/keras/pull/20469/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=keras-team) | `?` | | | [keras-tensorflow](https://app.codecov.io/gh/keras-team/keras/pull/20469/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=keras-team) | `65.98% <0.00%> (ø)` | | | [keras-torch](https://app.codecov.io/gh/keras-team/keras/pull/20469/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=keras-team) | `64.87% <0.00%> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=keras-team#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.