Skip to content

Refactor project toml structures and Test suite submodule.#550

Merged
kellertuer merged 7 commits intomasterfrom
kellertuer/refactor-project-tomls
Nov 26, 2025
Merged

Refactor project toml structures and Test suite submodule.#550
kellertuer merged 7 commits intomasterfrom
kellertuer/refactor-project-tomls

Conversation

@kellertuer
Copy link
Copy Markdown
Member

Inspired by mlcolab/Pathfinder.jl#285:

  • moved the ManoptTestSuite module to a sub module Manopt.Test within Manopt.jl,
    so it can be easier resused by others as well
  • moved to using a Project.toml for tests and an overall [Workspace].
    This also allows finally to run single test files without installing all packages manually, but instead just switching to and instantiating the test environment.

A bit unsure these tests run fine on 1.10, but we'll see.

@kellertuer kellertuer marked this pull request as ready for review November 26, 2025 09:35
@codecov
Copy link
Copy Markdown

codecov Bot commented Nov 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (e751bdf) to head (6f4e915).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #550   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           90        91    +1     
  Lines         9970      9976    +6     
=========================================
+ Hits          9970      9976    +6     

☔ View full report in Codecov by Sentry.
📢 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 merged commit f21d30e into master Nov 26, 2025
15 checks passed
kellertuer referenced this pull request Nov 26, 2025
…551)

Updates the requirements on [ManifoldsBase](https://github.com/JuliaManifolds/ManifoldsBase.jl) and [Manopt](https://github.com/JuliaManifolds/Manopt.jl) to permit the latest version.

Updates `ManifoldsBase` to 2.2.1
- [Release notes](https://github.com/JuliaManifolds/ManifoldsBase.jl/releases)
- [Changelog](https://github.com/JuliaManifolds/ManifoldsBase.jl/blob/master/NEWS.md)
- [Commits](JuliaManifolds/ManifoldsBase.jl@v0.1.0...v2.2.1)

Updates `Manopt` to 0.5.28
- [Release notes](https://github.com/JuliaManifolds/Manopt.jl/releases)
- [Changelog](https://github.com/JuliaManifolds/Manopt.jl/blob/master/Changelog.md)
- [Commits](v0.1.0...v0.5.28)

---
updated-dependencies:
- dependency-name: ManifoldsBase
  dependency-version: 2.2.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Manopt
  dependency-version: 0.5.28
  dependency-type: direct:production
  dependency-group: all-julia-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@sethaxen sethaxen deleted the kellertuer/refactor-project-tomls branch December 11, 2025 13:48
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.

1 participant