google / neural-tangents

Fast and Easy Infinite Neural Networks in Python
https://iclr.cc/virtual_2020/poster_SklD9yrFPS.html
Apache License 2.0
2.28k stars 226 forks source link

Support python 3.12 and misc #205

Open romanngg opened 2 months ago

romanngg commented 2 months ago

Maintenance:

Resolves https://github.com/google/neural-tangents/issues/202

codecov-commenter commented 2 months ago

Codecov Report

Attention: Patch coverage is 91.56627% with 14 lines in your changes missing coverage. Please review.

Project coverage is 85.05%. Comparing base (e91c80e) to head (a017fab). Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
neural_tangents/_src/utils/rules.py 73.91% 6 Missing :warning:
neural_tangents/_src/empirical.py 94.44% 2 Missing :warning:
neural_tangents/_src/stax/linear.py 80.00% 2 Missing :warning:
neural_tangents/_src/utils/typing.py 84.61% 2 Missing :warning:
neural_tangents/_src/batching.py 88.88% 1 Missing :warning:
...al_tangents/experimental/empirical_tf/empirical.py 80.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #205 +/- ## ========================================== - Coverage 85.12% 85.05% -0.07% ========================================== Files 19 19 Lines 5175 5151 -24 ========================================== - Hits 4405 4381 -24 Misses 770 770 ```

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