Closed avik-pal closed 2 months ago
Attention: Patch coverage is 81.75182%
with 25 lines
in your changes missing coverage. Please review.
Project coverage is 88.79%. Comparing base (
6a97386
) to head (5600531
). Report is 15 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
src/utils.jl | 55.88% | 15 Missing :warning: |
ext/BoltzMetalheadExt.jl | 86.66% | 2 Missing :warning: |
src/layers/hamiltonian.jl | 80.00% | 2 Missing :warning: |
src/layers/mlp.jl | 71.42% | 2 Missing :warning: |
src/patch.jl | 50.00% | 2 Missing :warning: |
src/basis.jl | 92.30% | 1 Missing :warning: |
src/vision/extensions.jl | 75.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Main Changes
public
to specify that is public and what isn't@compact
layers are great but are mostly meant to be used in research codebases (see recent discussion in NeuralOperators.jl)Documentation
Documentation hosting going forward will be:
The reasoning is quite simple: currently making a breaking change in Lux creates a deadlock in docs building since Boltz needs to be updated before we can build the docs for lux and we can't release lux till docs build (since we have actual tests inside lux).