[Merged by Bors] - refactor: denote low degree group cohomology API indices with subscripts#26546
[Merged by Bors] - refactor: denote low degree group cohomology API indices with subscripts#26546101damnations wants to merge 14 commits intoleanprover-community:masterfrom
Conversation
PR summary ff1ed4822dImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
kbuzzard
left a comment
There was a problem hiding this comment.
Having looked through the entire thing manually, I realised that the missing deprecations can just be read off by the few - lines at the end of the declarations diff part of the post by github-actions in the PR.
…to gpcohlowdegrenaming
|
This looks great now! To maintainers: this is a largeish PR but it's just a change in naming convention plus many deprecations. It brings the naming convention for group cohomology in line with the naming convention for group homology introduced in #25873 . I've read through all of it but am reluctant to merge myself because the author is my PhD student. maintainer merge |
|
🚀 Pull request has been placed on the maintainer queue by kbuzzard. |
|
Thanks! bors merge |
…pts (#26546) This PR replaces names like `groupCohomology.oneCocycles` with `groupCohomology.cocycles₁`, to bring this API in line with the group homology naming scheme suggested by @jcommelin in #25873.
|
Pull request successfully merged into master. Build succeeded: |
…pts (leanprover-community#26546) This PR replaces names like `groupCohomology.oneCocycles` with `groupCohomology.cocycles₁`, to bring this API in line with the group homology naming scheme suggested by @jcommelin in leanprover-community#25873.
…pts (leanprover-community#26546) This PR replaces names like `groupCohomology.oneCocycles` with `groupCohomology.cocycles₁`, to bring this API in line with the group homology naming scheme suggested by @jcommelin in leanprover-community#25873.
…pts (leanprover-community#26546) This PR replaces names like `groupCohomology.oneCocycles` with `groupCohomology.cocycles₁`, to bring this API in line with the group homology naming scheme suggested by @jcommelin in leanprover-community#25873.
|
I found EDIT: Posted on Zulip |
This PR replaces names like
groupCohomology.oneCocycleswithgroupCohomology.cocycles₁, to bring this API in line with the group homology naming scheme suggested by @jcommelin in #25873.