[Merged by Bors] - Rename Mem𝓛p to MemLp#22164
Conversation
PR summary eedcedfe0dImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
| Current number | Change | Type |
|---|---|---|
| 43 | 1 | large files |
Current commit eedcedfe0d
Reference commit 5949d4d779
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).
|
Thanks! |
|
🚀 Pull request has been placed on the maintainer queue by EtienneC30. |
|
bors r+ |
* Search + replace `emℒp` by `emLp` * Automatically added deprecations (roughly) by using the regex replace `(theorem|lemma|def) ([^ \n]*)emLp([^ \n]*)(((?!\n\n)[\s\S])*)$` > ``` $1 $2emLp$3$4 @[deprecated (since := "2025-02-21")] alias $2em𝓛p$3 := $2emLp$3 ``` * Undid unwanted alias replaces by `alias ([^ ]*)emLp([^ ]*)` > `alias $1em𝓛p$2` (but had to manually change some aliases back that were not deprecated) * A few lemmas use `𝓛p` to refer to `eLpNorm`, which are now renamed to use `eLpNorm`
|
Pull request successfully merged into master. Build succeeded: |
Mem𝓛p to MemLpMem𝓛p to MemLp
* origin/master: chore(*): add `@[fun_prop]` (#22183) chore(RingTheory): generalize universes for `isUnramified_iff_map_eq` (#22185) chore(Algebra/GroupPower/IterateHom): move all lemmas earlier (#22132) feat(Probability): ae filter and integrability wrt a composition of kernel and measure (#22074) feat(CategoryTheory): forgetting the group structure on the codomain of left-exact functors (#21973) feat(CategoryTheory): embeddings for opposites of Grothendieck abelian categories (#22182) feat(CategoryTheory): `AsSmall C` is abelian (#22184) feat(CategoryTheory): explicit argument versions of `epi_comp` and `mono_comp` (#22181) feat(Topology/Instances/EReal/Lemmas): add lemmas about limsup and multiplication (#21833) feat: basic structural lemmas about finite crystallographic root pairings. (#21932) Rename `Mem𝓛p` to `MemLp` (#22164) feat(Logic/Equiv): Upgrade arrowProdEquivProdArrow to dependent types (#21518) feat(CategoryTheory): Grothendieck abelian categories have enough injectives (#20079) chore: deprecate Finite.cast_card_eq_mk (#22161) feat(CategoryTheory/Limits/Fubini): relax `HasLimits` hypotheses (#20570) chore(Algebra/Order/Monoid/Unbundled/WithTop): golf, clean up (#22109)
emℒpbyemLp(theorem|lemma|def) ([^ \n]*)emLp([^ \n]*)(((?!\n\n)[\s\S])*)$>alias ([^ ]*)emLp([^ ]*)>alias $1em𝓛p$2(but had to manually change some aliases back that were not deprecated)𝓛pto refer toeLpNorm, which are now renamed to useeLpNorm