Upstreaming dashboard
The eventual goal of the Toric project is to be fully upstreamed to Mathlib.
As such, it is crucial to continuously organise upstreaming from Toric to Mathlib.
The way we organise this is with the following two lists,
showing files with no Toric dependencies depending on whether they contain sorry or not.
Files ready to upstream
The following files are sorry-free and do not depend on any other file, meaning they can be readily PRed to Mathlib.
PRs are grouped as 'relevant' if they contain the following label: toric
3 open pull requests (0 with relevant labels)
6 open pull requests (1 with relevant labels)
Relevant
Other
- feat(EllipticCurve): ZSMul formula in terms of division polynomials #13782
- feat(AlgebraicGeometry/EllipticCurve/Scheme): define the affine scheme associated to an elliptic curve #25983
- Nagell lutz #35863
- feat(Algebra): add liftEquiv for groups, rings, algebras, and adjoin roots #36086
- perf: increase some instance priorities #39267
3 open pull requests (2 with relevant labels)
Relevant
Files easy to unlock
The following files do not depend on any other file but still contain sorry, usually indicating that working on eliminating those sorries might unblock some part of the project.