Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Gridap 0.18 #985

Merged
merged 26 commits into from
Apr 11, 2024
Merged

Release Gridap 0.18 #985

merged 26 commits into from
Apr 11, 2024

Conversation

JordiManyer
Copy link
Member

@JordiManyer JordiManyer commented Mar 19, 2024

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

Compatible branches for our plugins:

  • GridapDistributed#ode-refactor, see PR
  • GridapGmsh#ode-refactor see PR
  • GridapPETSc#ode-refactor see PR
  • GridapP4est#ode-refactor see PR
  • [...] I do not have access to other packages

@codecov-commenter
Copy link

codecov-commenter commented Mar 19, 2024

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 ⚠️
src/MultiField/MultiFieldFESpaces.jl 57.14% 6 Missing ⚠️

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

Additional details and impacted files
@@            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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JordiManyer JordiManyer changed the title Add missing api Release Gridap 0.18 Mar 27, 2024
@JordiManyer JordiManyer self-assigned this Mar 27, 2024
@JordiManyer JordiManyer added this to the v0.18 milestone Mar 27, 2024
@fverdugo fverdugo self-requested a review March 29, 2024 12:48
@fverdugo
Copy link
Member

fverdugo commented Apr 2, 2024

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
Copy link
Member Author

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 and others added 4 commits April 9, 2024 13:00
…uctors, fixed keyword to specify constant mass when TransientSemilinearFEOperator defaults to TransientLinearFEOperator
…ha1, and initial acceleration for GeneralizedAlpha2, added some tests
@JordiManyer
Copy link
Member Author

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

@santiagobadia santiagobadia merged commit e688660 into master Apr 11, 2024
7 checks passed
@JordiManyer JordiManyer deleted the add-missing-api branch April 11, 2024 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ode_start() in Generalized_Alpha results into singular system
6 participants