Skip to content

Commit a6b81bc

Browse files
author
Release Manager
committed
gh-40522: Ore modules over PID We improve the implementation of Ore modules to allow submodules and (nontorsion) quotients over PID. ### 📝 Checklist - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [x] I have created tests covering the changes. - [x] I have updated the documentation and checked the documentation preview. URL: #40522 Reported by: Xavier Caruso Reviewer(s): Rubén Muñoz--Bertrand, Xavier Caruso
2 parents c79dcfc + b13af10 commit a6b81bc

File tree

4 files changed

+1168
-159
lines changed

4 files changed

+1168
-159
lines changed

src/sage/modules/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ py.install_sources(
4747
'vector_space_morphism.py',
4848
'vector_symbolic_dense.py',
4949
'vector_symbolic_sparse.py',
50+
'submodule_helper.py',
5051
subdir: 'sage/modules',
5152
)
5253

0 commit comments

Comments
 (0)