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

Add compat entries and change default norm #105

Merged
merged 10 commits into from
Dec 4, 2023

Conversation

avik-pal
Copy link
Member

No description provided.

Copy link

codecov bot commented Nov 28, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (8d9a5d3) 91.54% compared to head (b4fe845) 92.16%.

Files Patch % Lines
src/nlsolve/klement.jl 92.30% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #105      +/-   ##
==========================================
+ Coverage   91.54%   92.16%   +0.61%     
==========================================
  Files          16       16              
  Lines         982      983       +1     
==========================================
+ Hits          899      906       +7     
+ Misses         83       77       -6     

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


# Update the trust region radius.
if r < η₂
if Bool(r ≥ η₂)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bool is a noop in the general case, but allows me to disambiguate a conditional operation vs a branch in BatchedArrays without messing around with the IR.

@avik-pal avik-pal marked this pull request as draft November 28, 2023 18:41
@avik-pal avik-pal marked this pull request as ready for review November 28, 2023 19:47
@avik-pal
Copy link
Member Author

avik-pal commented Dec 1, 2023

Let's wait on the merge and release of 1.0, there are a couple of correctness issues that show up in the 23 test cases. I will fix them together with the nonlinearsolve.jl PR

@avik-pal avik-pal closed this Dec 4, 2023
@avik-pal avik-pal reopened this Dec 4, 2023
@avik-pal
Copy link
Member Author

avik-pal commented Dec 4, 2023

@ChrisRackauckas this is good to go. Let's release this. For NonlinearSolve.jl we need to wait for the PR fixing the allocations.

Once that is done, I will create a PR with updating the compat for SimpleNonlinearSolve and doing a couple of deprecations.

@ChrisRackauckas ChrisRackauckas merged commit 667c4b2 into SciML:main Dec 4, 2023
12 checks passed
@avik-pal avik-pal deleted the ap/minor_fixes branch December 4, 2023 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants