chore(Combinatorics/Graph): per def "expose" tag#38384
Open
Jun2M wants to merge 10 commits intoleanprover-community:masterfrom
Open
chore(Combinatorics/Graph): per def "expose" tag#38384Jun2M wants to merge 10 commits intoleanprover-community:masterfrom
Jun2M wants to merge 10 commits intoleanprover-community:masterfrom
Conversation
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
PR summary d2a1d69b85Import changes exceeding 2%
|
| File | Base Count | Head Count | Change |
|---|---|---|---|
| Mathlib.Combinatorics.Graph.Basic | 488 | 747 | +259 (+53.07%) |
| Mathlib.Combinatorics.Graph.Subgraph | 492 | 748 | +256 (+52.03%) |
| Mathlib.Topology.CWComplex.Classical.Graph | 1413 | 1440 | +27 (+1.91%) |
Import changes for all files
| Files | Import difference |
|---|---|
Mathlib.Topology.CWComplex.Classical.Graph |
27 |
3 filesMathlib.Combinatorics.Graph.Delete Mathlib.Combinatorics.Graph.Lattice Mathlib.Combinatorics.Graph.Subgraph |
256 |
Mathlib.Combinatorics.Graph.Basic |
259 |
Declarations diff
+ Adj.exists
+ IsLoopAt.isLink
+ adj_iff
+ inc_iff_isLoopAt_or_isNonloopAt
You can run this locally as follows
## summary with just the declaration names:
./scripts/pr_summary/declarations_diff.sh <optional_commit>
## more verbose report:
./scripts/pr_summary/declarations_diff.sh long <optional_commit>The doc-module for scripts/pr_summary/declarations_diff.sh contains some details about this script.
No changes to technical debt.
This script lives in the mathlib-ci repository. To run it locally, from your mathlib4 directory:
git clone https://github.com/leanprover-community/mathlib-ci.git ../mathlib-ci
../mathlib-ci/scripts/reporting/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).
✅ PR Title Formatted CorrectlyThe title of this PR has been updated to match our commit style conventions. |
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.
Combinatorics/Graph/Basic.leanhas a file-wideexposetag. This PR moves it to defs that requires them.