-
Notifications
You must be signed in to change notification settings - Fork 31
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 0.26.1 #2485
Release 0.26.1 #2485
Conversation
We have a couple of -Werror options enabled when running on GHA. However, we should also check for the repo name. If amici is used in tests of any downstream projects, we don't want errors. Also use CMake's `-Wno-dev` for non-amici-ci installations. Fixes AMICI-dev#2477
Update the minimum required gcc version to provide a more actionable warning than sth like `'reduce' is not a member of 'std'` (see e.g. AMICI-dev#2463).
Catch all exceptions in omp parallel regions. Fixes AMICI-dev#2478.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2485 +/- ##
==========================================
+ Coverage 77.65% 77.81% +0.15%
==========================================
Files 324 324
Lines 20933 20941 +8
Branches 1462 1456 -6
==========================================
+ Hits 16256 16295 +39
+ Misses 4674 4643 -31
Partials 3 3
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
No description provided.