Skip to content

[Merged by Bors] - feat: port LinearAlgebra.TensorProduct#2539

Closed
fpvandoorn wants to merge 10 commits intomasterfrom
port/LinearAlgebra.TensorProduct
Closed

[Merged by Bors] - feat: port LinearAlgebra.TensorProduct#2539
fpvandoorn wants to merge 10 commits intomasterfrom
port/LinearAlgebra.TensorProduct

Conversation

@fpvandoorn
Copy link
Copy Markdown
Member

@fpvandoorn fpvandoorn commented Feb 28, 2023

It was quite smooth. I didn't have to make changes that I expect to change downstream files, so I left few porting notes.

Comments that I didn't make into porting notes:


Open in Gitpod

@fpvandoorn fpvandoorn added WIP Work in progress mathlib-port This is a port of a theory file from mathlib. labels Feb 28, 2023
@fpvandoorn fpvandoorn added awaiting-review and removed WIP Work in progress labels Feb 28, 2023
Copy link
Copy Markdown
Member

@jcommelin jcommelin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 🎉

bors merge

@kim-em kim-em added ready-to-merge This PR has been sent to bors. and removed awaiting-review labels Mar 1, 2023
bors bot pushed a commit that referenced this pull request Mar 1, 2023
It was quite smooth. I didn't have to make changes that I expect to change downstream files, so I left few porting notes.

Comments that I didn't make into porting notes:
* `attribute [local ext] ext` had to be changed to `attribute [local ext high] ext`
* Sometimes `M ⊗ N` needed to be replaced by `M ⊗[R] N` in theorem statements.
* I needed to make a few fixes in other files. I want to go through the library globally and fix this error, but I'm waiting on #1881 to get merged, because those two things would have many merge conflicts.



Co-authored-by: Johan Commelin <johan@commelin.net>
@bors
Copy link
Copy Markdown

bors bot commented Mar 1, 2023

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat: port LinearAlgebra.TensorProduct [Merged by Bors] - feat: port LinearAlgebra.TensorProduct Mar 1, 2023
@bors bors bot closed this Mar 1, 2023
@bors bors bot deleted the port/LinearAlgebra.TensorProduct branch March 1, 2023 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

mathlib-port This is a port of a theory file from mathlib. ready-to-merge This PR has been sent to bors.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants