Skip to content

Use ZeroVector from ManifoldsBase - #625

Merged
kellertuer merged 1 commit into
masterfrom
mbaran/replaceZeroVector
Jul 10, 2026
Merged

Use ZeroVector from ManifoldsBase#625
kellertuer merged 1 commit into
masterfrom
mbaran/replaceZeroVector

Conversation

@mateuszbaran

Copy link
Copy Markdown
Member

@mateuszbaran mateuszbaran added the Ready-for-Review A label for pull requests that are feature-ready label Jul 10, 2026
@codecov

codecov Bot commented Jul 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (4c874c1) to head (09d9d5f).

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #625   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           97        97           
  Lines        12679     12678    -1     
=========================================
- Hits         12679     12678    -1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@kellertuer kellertuer left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

lgtm.

@kellertuer

Copy link
Copy Markdown
Member

I think this can also wait a bit and we can register a new version when we have a feature or two additionally. Thanks for adapting it :)

@kellertuer
kellertuer merged commit d269eac into master Jul 10, 2026
16 checks passed
kellertuer referenced this pull request Jul 17, 2026
…per guide section (#626)

* Restructure: Split plan (common concrete structs for solvers) and base (interfaces / developer guide / design concepts) – and start rambling about Callbacks.
* Sketch Roadmap further, start Commons/ with debug.
* First sketch callbacks in gradient_descent
* AI-generated callbacks for ARC and Lanczos
* add callbacks to alternating gradient descent
* Use :SubSolver as a hook, not :SubProblem.
* Add callbacks do Quasi-Newton.
* Add callbacks to trust regions andits subsolver  truncated CG
* Refactor subgradient, stochastic gradient and proximal point
* Gradient Sampling adapted.
* Update proximal gradient method.
* Adapt projGrad.
* Add a test for the new show method.
* Adapt particle swarm and Nelder Mead
* add callbacks to ALM
* add callbacks to Chambolle-Pock
* add callbacks to CMA-ES
* fix Chambolle-Pock docs
* Convex and prox bundle
* Refactor (LT)MADS: Only have elements in plans/commons that solver commonly use.
* Refactor FrankWolfe similarly.
* Finish MADS.
* Finish IPN.
* add callbacks to CG
* add callbacks to CGres
* add callbacks to LM
* Unify SubSolver and Subsolver to Subsolver
* EPM.
* Add DRM
* CPPA, DCA, DCPPA

---------

Co-authored-by: Mateusz Baran <mateuszbaran89@gmail.com>
@kellertuer
kellertuer deleted the mbaran/replaceZeroVector branch July 22, 2026 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Ready-for-Review A label for pull requests that are feature-ready

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants