[Merged by Bors] - chore: remove last Analysis imports from Data#28953
[Merged by Bors] - chore: remove last Analysis imports from Data#28953grunweg wants to merge 8 commits intoleanprover-community:masterfrom
Conversation
PR summary e68729735c
|
| Files | Import difference |
|---|---|
Mathlib.Data.Complex.FiniteDimensional |
-1606 |
Mathlib.Data.Complex.Cardinality |
-1449 |
Mathlib.Data.Complex.Order |
-1277 |
Mathlib.Data.Complex.Norm |
-1276 |
Mathlib.Analysis.Complex.Norm |
1276 |
Mathlib.Analysis.Complex.Order |
1277 |
Mathlib.Analysis.Complex.Cardinality |
1449 |
Mathlib.LinearAlgebra.Complex.FiniteDimensional |
1606 |
Declarations diff
No declarations were harmed in the making of this PR! 🐙
You can run this locally as follows
## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>
## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>The doc-module for script/declarations_diff.sh contains some details about this script.
No changes to technical debt.
You can run this locally as
./scripts/technical-debt-metrics.sh pr_summary
- The
relativevalue is the weighted sum of the differences with weight given by the inverse of the current value of the statistic. - The
absolutevalue is therelativevalue divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).
note: file Mathlib/Data/Complex/FiniteDimensional.lean` was renamed to `Mathlib/LinearAlgebra/Complex/FiniteDimensional.lean without a module deprecation
Please create a follow-up pull request adding one. Thanks!
note: file Mathlib/Data/Complex/Norm.lean` was renamed to `Mathlib/Analysis/Complex/Norm.lean without a module deprecation
Please create a follow-up pull request adding one. Thanks!
note: file Mathlib/Data/Complex/Order.lean` was renamed to `Mathlib/Analysis/Complex/Order.lean without a module deprecation
Please create a follow-up pull request adding one. Thanks!
note: file Mathlib/Data/Complex/Cardinality.lean` was renamed to `Mathlib/Analysis/Complex/Cardinality.lean without a module deprecation
Please create a follow-up pull request adding one. Thanks!
|
Fun times: now, Data/Complex/Order imports only Data/Complex/Norm --- should this also move to analysis? After moving that, there is |
|
Moved |
I believe so. The order more generally belongs to |
YaelDillies
left a comment
There was a problem hiding this comment.
etc...
maintainer delegate
|
🚀 Pull request has been placed on the maintainer queue by YaelDillies. |
|
Updated and re-ordered. |
|
Very nice, thanks! bors merge |
Co-authored-by: Michael Rothgang <rothgang@math.uni-bonn.de>
|
Pull request successfully merged into master. Build succeeded: |
…8953) Co-authored-by: Michael Rothgang <rothgang@math.uni-bonn.de>
[#general > deprecated_module @ 💬](https://leanprover.zulipchat.com/#narrow/channel/113488-general/topic/deprecated_module/near/539545664)
Analysis#28909