Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - feat: port Geometry.Manifold.Instances.Sphere #5571

Closed
wants to merge 32 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
30acadc
feat: port Geometry.Manifold.Instances.Sphere
urkud Jun 27, 2023
e780a55
Initial file copy from mathport
urkud Jun 27, 2023
a08abc8
automated fixes
urkud Jun 27, 2023
8d33e91
Snapshot
urkud Jun 27, 2023
660f703
Snapshot
urkud Jun 28, 2023
c742456
Snapshot
urkud Jun 28, 2023
e18482a
Snapshot
urkud Jun 28, 2023
ebaa531
Update
urkud Jun 28, 2023
cedbc28
Update
urkud Jun 29, 2023
6e83749
Merge branch 'master' into port/Geometry.Manifold.Instances.Sphere
urkud Jun 30, 2023
ac595f7
Merge branch 'master' into port/Geometry.Manifold.Instances.Sphere
urkud Jul 2, 2023
4cdca35
Merge branch 'master' into port/Geometry.Manifold.Instances.Sphere
mattrobball Jul 12, 2023
9c78968
Merge remote-tracking branch 'origin/master' into port/Geometry.Manif…
urkud Jul 12, 2023
fa82d8e
Merge branch 'master' into port/Geometry.Manifold.Instances.Sphere
urkud Jul 14, 2023
183019e
Merge remote-tracking branch 'refs/remotes/origin/port/Geometry.Manif…
mattrobball Jul 14, 2023
526dda9
fix a few
mattrobball Jul 14, 2023
9b5cd91
fix some
mattrobball Jul 14, 2023
78aeec3
fix more
mattrobball Jul 15, 2023
da18d53
fix a little more
mattrobball Jul 15, 2023
d89b3d8
fix all but two
mattrobball Jul 15, 2023
e1de9cd
fix one error
hrmacbeth Jul 15, 2023
97b644a
one more
hrmacbeth Jul 15, 2023
2ef57fa
a little more
hrmacbeth Jul 15, 2023
f3c1935
one left
hrmacbeth Jul 15, 2023
4c3b7e5
lint and rename
mattrobball Jul 15, 2023
01510a0
Merge remote-tracking branch 'refs/remotes/origin/port/Geometry.Manif…
mattrobball Jul 15, 2023
d34b761
rm new file
mattrobball Jul 15, 2023
2a463f1
fixed
hrmacbeth Jul 15, 2023
c430132
Merge branch 'master' into port/Geometry.Manifold.Instances.Sphere
urkud Jul 15, 2023
6b00c0d
fix
hrmacbeth Jul 15, 2023
a8c7a29
Fix
urkud Jul 15, 2023
36f68a4
Merge branch 'port/Geometry.Manifold.Instances.Sphere' of ssh://githu…
urkud Jul 15, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Mathlib.lean
Original file line number Diff line number Diff line change
Expand Up @@ -1905,6 +1905,7 @@ import Mathlib.Geometry.Manifold.ContMDiffMap
import Mathlib.Geometry.Manifold.DerivationBundle
import Mathlib.Geometry.Manifold.Diffeomorph
import Mathlib.Geometry.Manifold.Instances.Real
import Mathlib.Geometry.Manifold.Instances.Sphere
import Mathlib.Geometry.Manifold.Instances.UnitsOfNormedAlgebra
import Mathlib.Geometry.Manifold.LocalInvariantProperties
import Mathlib.Geometry.Manifold.MFDeriv
Expand Down
Loading
Loading