-
Notifications
You must be signed in to change notification settings - Fork 99
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
Release Gridap 0.18 #985
Conversation
Codecov ReportAttention: Patch coverage is
❗ 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. |
…tend-statistics-mean
Fixing name clash with `Statistics.mean`
Deprecate `SubVector` in favor of Julia's `view`.
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 |
…py_entries_for_blockMatrix
Added `axpy_entries` for `AbstractBlockMatrix`
…uctors, fixed keyword to specify constant mass when TransientSemilinearFEOperator defaults to TransientLinearFEOperator
…ha1, and initial acceleration for GeneralizedAlpha2, added some tests
@fverdugo @santiagobadia @amartinhuertas The release is ready from our side. Any final comments, or can I start merging? |
This PR is meant to accumulate all final changes for 0.18.
Compatible branches for our plugins:
GridapDistributed#ode-refactor
, see PRGridapGmsh#ode-refactor
see PRGridapPETSc#ode-refactor
see PRGridapP4est#ode-refactor
see PR