gridap / Gridap.jl

Grid-based approximation of partial differential equations in Julia
MIT License
665 stars 94 forks source link

Release Gridap 0.18 #985

Closed JordiManyer closed 3 months ago

JordiManyer commented 4 months ago

This PR is meant to accumulate all final changes for 0.18.

Compatible branches for our plugins:

codecov-commenter commented 4 months ago

Codecov Report

Attention: Patch coverage is 44.44444% with 20 lines in your changes are missing coverage. Please review.

Project coverage is 87.50%. Comparing base (4cf9e8a) to head (1a51138).

Files Patch % Lines
src/FESpaces/Assemblers.jl 0.00% 14 Missing :warning:
src/MultiField/MultiFieldFESpaces.jl 57.14% 6 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #985 +/- ## ========================================== - Coverage 87.60% 87.50% -0.11% ========================================== Files 176 176 Lines 21947 21971 +24 ========================================== - Hits 19226 19225 -1 - Misses 2721 2746 +25 ```

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

fverdugo commented 3 months ago

Hi @JordiManyer I see you labeled this PR as "breaking". The most substantial changes seem to be in the ODE module. Are there other significant changes in other modules? (in addition to the ones that I can already see in NEWS.md)

JordiManyer commented 3 months ago

Hi @JordiManyer I see you labeled this PR as "breaking". The most substantial changes seem to be in the ODE module. Are there other significant changes in other modules? (in addition to the ones that I can already see in NEWS.md)

Hi @fverdugo . No, all changes should be documented in NEWS. The most substantial change is the ODEs module, and I've tried to include all breaking issues that were left in milestone 0.18 (i.e the Statistics.jl name clash and the deprecation of SubVector). Other than that, no other major changes since 0.17.23.

JordiManyer commented 3 months ago

@fverdugo @santiagobadia @amartinhuertas The release is ready from our side. Any final comments, or can I start merging?