Skip to content

Commit 152cef7

Browse files
author
Release Manager
committed
gh-36300: Remove deprecated files from src/sage/homology (see #31925) <!-- ^^^^^ Please provide a concise, informative and self-explanatory title. Don't put issue numbers in there, do this in the PR body below. For example, instead of "Fixes #1234" use "Introduce new method to calculate 1+1" --> Remove files from src/sage/homology that were deprecated in #31925. <!-- Describe your changes here in detail --> <!-- Why is this change required? What problem does it solve? --> <!-- If this PR resolves an open issue, please link to it here. For example "Fixes #12345". --> <!-- If your change requires a documentation PR, please link it appropriately. --> This is just cleanup: the files were deprecated more than two years ago, and I think we can safely remove them. The deleted files are stubs; the actual code is in files in the directory `topology` rather than `homology`. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [X] The title is concise, informative, and self-explanatory. - [X] The description explains in detail what this PR is about. - [X] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - #12345: short description why this is a dependency - #34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: #36300 Reported by: John H. Palmieri Reviewer(s): Matthias Köppe
2 parents 9311c6d + 17be78e commit 152cef7

11 files changed

+0
-212
lines changed

src/sage/homology/cell_complex.py

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/sage/homology/cubical_complex.py

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/sage/homology/delta_complex.py

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/sage/homology/examples.py

Lines changed: 0 additions & 41 deletions
This file was deleted.

src/sage/homology/simplicial_complex.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/sage/homology/simplicial_complex_homset.py

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/sage/homology/simplicial_complex_morphism.py

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/sage/homology/simplicial_set.py

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/sage/homology/simplicial_set_constructions.py

Lines changed: 0 additions & 31 deletions
This file was deleted.

src/sage/homology/simplicial_set_examples.py

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)