Commit 03799b3
* Modernize setup.py
* Farewell to retworkx
* Add release note about retworkx removal
* Move even more data to pyproject.toml
* PEP 639 says this is deprecated
* Add dependency groups later
* Move even from setup.py to pyproject.toml
* Migrate all setup.py to pyproject.toml
* Move nox dependencies to pyproject.toml
* Document new way to do debug builds now that we no longer use setup.py
* Better way to phrase the documentation
* Remove duplicate section
* Try updating setuptools for coverage job
* Add docs dependency group as well
* Make description the same as the paper
* This doesn't work yet
* Pin uv in CI
* Make workflow work with newer Python versions
* Pass frozen via environment variables
* Update CONTRIBUTING.md to mention uv.lock procedures
* Explicitly install rustworkx and use debug mode
* Use multiple threads in sphinx
* Don't make -j auto mandatory in CI
* Document how to build faster in the guide
* Fix typo
* Revert retworkx code
* Say this will be the last retworkx release
* Trying to make retworkx work
* retworkx has its own setup.py
* Account for new directory when publishing
* Document setuptools-rust
* Edit message saying it is the final release
* sunset -> retired
* Endline
* Frozen is implied
* Ensure setuptools-rust is up-to-date
* Use setuptools>=70.1.0 and remove wheel
* Apply suggestions from code review
Co-authored-by: Matthew Treinish <[email protected]>
* Black
* Use dependency groups in CI
* Trying a newer setup-tools
* Fix coverage
* testinfra -> releaseinfra
* Pip 25.1 arrives by default on GitHub
* Fix py-project toml
* Update uv in uv.lock
* Use uv 0.7.8
* Use uv 0.7.8 (pyproject.toml)
---------
Co-authored-by: Matthew Treinish <[email protected]>
1 parent 408397f commit 03799b3
4 files changed
+3215
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
305 | | - | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
306 | 311 | | |
307 | 312 | | |
308 | 313 | | |
309 | 314 | | |
310 | 315 | | |
311 | 316 | | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
312 | 320 | | |
313 | 321 | | |
314 | 322 | | |
| |||
327 | 335 | | |
328 | 336 | | |
329 | 337 | | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
330 | 348 | | |
331 | 349 | | |
332 | 350 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
42 | | - | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
48 | 54 | | |
49 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
50 | 68 | | |
51 | | - | |
| 69 | + | |
52 | 70 | | |
53 | 71 | | |
54 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
97 | | - | |
| 98 | + | |
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| 103 | + | |
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
| |||
0 commit comments