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

Solver and functional extensions #264

Merged
merged 18 commits into from
Mar 25, 2022
Merged

Solver and functional extensions #264

merged 18 commits into from
Mar 25, 2022

Conversation

bwohlberg
Copy link
Collaborator

  • New solvers for vectorized solution of scalar root finding and minimization problems.
  • New Huber norm and set distance functionals.
  • Some restructuring of functionals tests.

@bwohlberg bwohlberg added enhancement New feature or request tests Pertaining to SCICO tests labels Mar 24, 2022
@codecov
Copy link

codecov bot commented Mar 24, 2022

Codecov Report

Merging #264 (ba90718) into main (63ea350) will increase coverage by 0.13%.
The diff coverage is 98.96%.

@@            Coverage Diff             @@
##             main     #264      +/-   ##
==========================================
+ Coverage   93.61%   93.75%   +0.13%     
==========================================
  Files          49       50       +1     
  Lines        3541     3636      +95     
==========================================
+ Hits         3315     3409      +94     
- Misses        226      227       +1     
Flag Coverage Δ
unittests 93.75% <98.96%> (+0.13%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
scico/functional/_indicator.py 100.00% <ø> (ø)
scico/solver.py 98.51% <97.82%> (-0.36%) ⬇️
scico/functional/__init__.py 100.00% <100.00%> (ø)
scico/functional/_dist.py 100.00% <100.00%> (ø)
scico/functional/_norm.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 63ea350...ba90718. Read the comment docs.

@bwohlberg bwohlberg merged commit 31797e2 into main Mar 25, 2022
@bwohlberg bwohlberg deleted the brendt/extensions branch March 25, 2022 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tests Pertaining to SCICO tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants