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

Deprecate LinearAffineMetric, resolves #527 #619

Merged
merged 5 commits into from
May 29, 2023

Conversation

kellertuer
Copy link
Member

use AffineInvariantMetric instead. This resolves #527.

I am just not sure the deprecation tests work, it seems one can check for a warning (if tests are run with depwarn=true or use `@test_deprecated´ but I can consistently get both to pass and fail. So let's see what the CI likes.

use AffineInvairantMetric instead.
@codecov
Copy link

codecov bot commented May 27, 2023

Codecov Report

Merging #619 (22ff190) into master (25176b0) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #619   +/-   ##
=======================================
  Coverage   98.99%   99.00%           
=======================================
  Files         104      104           
  Lines       10033    10033           
=======================================
+ Hits         9932     9933    +1     
+ Misses        101      100    -1     
Impacted Files Coverage Δ
src/Manifolds.jl 86.66% <ø> (ø)
src/manifolds/SymmetricPositiveDefinite.jl 100.00% <100.00%> (ø)
...ifolds/SymmetricPositiveDefiniteAffineInvariant.jl 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

…d version warns – at least not between 1.6, 1.8 _and_ 1.9 – just check that the old still works.
@kellertuer kellertuer added the Ready-for-Review A label for pull requests that are feature-ready label May 27, 2023
@mateuszbaran mateuszbaran added the preview docs Add this label if you want to see a PR-preview of the documentation label May 28, 2023
kellertuer and others added 2 commits May 29, 2023 11:05
Co-authored-by: Mateusz Baran <mateuszbaran89@gmail.com>
@kellertuer
Copy link
Member Author

Thanks for the careful revision and help :)

@kellertuer kellertuer merged commit 1a767f0 into master May 29, 2023
@kellertuer kellertuer deleted the kellertuer/deprecate-LinearAffineMetrix branch May 4, 2024 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
preview docs Add this label if you want to see a PR-preview of the documentation 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.

Rename LinearAffineMetric to AffineInvariantMetric
2 participants