[Merged by Bors] - chore: move pointwise set files to Algebra._.Pointwise#19002
Closed
YaelDillies wants to merge 1 commit intomasterfrom
Closed
[Merged by Bors] - chore: move pointwise set files to Algebra._.Pointwise#19002YaelDillies wants to merge 1 commit intomasterfrom
Algebra._.Pointwise#19002YaelDillies wants to merge 1 commit intomasterfrom
Conversation
PR summary 1a9a7b4ea4
|
| Files | Import difference |
|---|---|
Mathlib.Data.Set.Pointwise.Interval |
-515 |
Mathlib.Data.Set.Pointwise.BigOperators |
-511 |
Mathlib.Data.Set.Pointwise.Finite |
-497 |
Mathlib.Data.Set.Pointwise.ListOfFn |
-422 |
Mathlib.Algebra.Group.Pointwise.Set.ListOfFn |
422 |
Mathlib.Algebra.Group.Pointwise.Set.Finite |
497 |
Mathlib.Algebra.Group.Pointwise.Set.BigOperators |
511 |
Mathlib.Algebra.Order.Group.Pointwise.Interval |
515 |
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).
b6126a1 to
586e58a
Compare
586e58a to
18f222e
Compare
18f222e to
49a3566
Compare
49a3566 to
94f9485
Compare
94f9485 to
50f64af
Compare
765e04f to
1a9a7b4
Compare
Contributor
|
bors merge |
Contributor
|
Pull request successfully merged into master. Build succeeded: |
Algebra._.PointwiseAlgebra._.Pointwise
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The remaining files depend on
Data.Set.Pointwise.SMul, which I intend on reworking.