Commit 32d375d
Release Manager
gh-36073: Stop sorting Graph vertices and edges by default
Following #22349 and #27408, we finally set parameter `sort` to `False`
by default for methods `vertices` and `edges`, and remove the
corresponding deprecation warnings.
### 📝 Checklist
- [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.
- [x] 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: #36073
Reported by: David Coudert
Reviewer(s): Matthias Köppe
File tree
5 files changed
+19
-60
lines changed- src/sage
- geometry/polyhedron
- graphs
- manifolds
5 files changed
+19
-60
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3679 | 3679 | | |
3680 | 3680 | | |
3681 | 3681 | | |
3682 | | - | |
| 3682 | + | |
| 3683 | + | |
3683 | 3684 | | |
3684 | 3685 | | |
3685 | 3686 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
439 | 439 | | |
440 | 440 | | |
441 | 441 | | |
442 | | - | |
443 | 442 | | |
444 | 443 | | |
445 | 444 | | |
| |||
11364 | 11363 | | |
11365 | 11364 | | |
11366 | 11365 | | |
11367 | | - | |
| 11366 | + | |
11368 | 11367 | | |
11369 | 11368 | | |
11370 | 11369 | | |
11371 | 11370 | | |
11372 | 11371 | | |
11373 | | - | |
11374 | | - | |
11375 | | - | |
11376 | | - | |
11377 | | - | |
11378 | | - | |
11379 | | - | |
| 11372 | + | |
| 11373 | + | |
| 11374 | + | |
11380 | 11375 | | |
11381 | 11376 | | |
11382 | 11377 | | |
| |||
11464 | 11459 | | |
11465 | 11460 | | |
11466 | 11461 | | |
11467 | | - | |
11468 | | - | |
11469 | | - | |
11470 | | - | |
11471 | | - | |
11472 | | - | |
11473 | | - | |
11474 | | - | |
11475 | 11462 | | |
11476 | | - | |
11477 | | - | |
11478 | | - | |
11479 | | - | |
11480 | | - | |
11481 | 11463 | | |
11482 | 11464 | | |
11483 | 11465 | | |
| |||
12403 | 12385 | | |
12404 | 12386 | | |
12405 | 12387 | | |
12406 | | - | |
| 12388 | + | |
12407 | 12389 | | |
12408 | 12390 | | |
12409 | 12391 | | |
| |||
12427 | 12409 | | |
12428 | 12410 | | |
12429 | 12411 | | |
12430 | | - | |
12431 | | - | |
12432 | | - | |
12433 | | - | |
12434 | | - | |
12435 | | - | |
12436 | | - | |
| 12412 | + | |
| 12413 | + | |
| 12414 | + | |
| 12415 | + | |
12437 | 12416 | | |
12438 | 12417 | | |
12439 | 12418 | | |
| |||
12529 | 12508 | | |
12530 | 12509 | | |
12531 | 12510 | | |
12532 | | - | |
| 12511 | + | |
12533 | 12512 | | |
12534 | 12513 | | |
12535 | 12514 | | |
| |||
12580 | 12559 | | |
12581 | 12560 | | |
12582 | 12561 | | |
12583 | | - | |
12584 | | - | |
12585 | | - | |
12586 | | - | |
12587 | | - | |
12588 | | - | |
12589 | | - | |
12590 | | - | |
12591 | 12562 | | |
12592 | | - | |
12593 | | - | |
12594 | | - | |
12595 | | - | |
12596 | | - | |
12597 | 12563 | | |
12598 | 12564 | | |
12599 | 12565 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
79 | 71 | | |
80 | 72 | | |
81 | 73 | | |
| |||
350 | 342 | | |
351 | 343 | | |
352 | 344 | | |
353 | | - | |
| 345 | + | |
354 | 346 | | |
355 | 347 | | |
356 | 348 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
901 | 901 | | |
902 | 902 | | |
903 | 903 | | |
904 | | - | |
| 904 | + | |
905 | 905 | | |
906 | 906 | | |
907 | 907 | | |
| |||
0 commit comments