| MAINT: avoid timeouts on circleci (#8758) extend to 30m time with no output Attempt to deal with runtime variability in geospatial examples due to asset downloads | 1 个月前 |
| Bump the actions group with 3 updates (#8889) Bumps the actions group with 3 updates: [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi), [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). Updates `prefix-dev/setup-pixi` from 0.10.0 to 0.10.2 - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](https://github.com/prefix-dev/setup-pixi/compare/a09b6247153796b190642a2b53fac4241043cf6f...d3f436a425481402e6a95a1d1fc10331c708cd9e) Updates `JamesIves/github-pages-deploy-action` from 4.8.0 to 4.9.0 - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/d92aa235d04922e8f08b40ce78cc5442fcfbfa2f...fa24774553152dd7873cd16ebd8d959b010c5445) Updates `actions/attest-build-provenance` from 4.1.1 to 4.2.2 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](https://github.com/actions/attest-build-provenance/compare/0f67c3f4856b2e3261c31976d6725780e5e4c373...4d101475d8b20a2381f78447822ac1eab6504dd8) --- updated-dependencies: - dependency-name: prefix-dev/setup-pixi dependency-version: 0.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: JamesIves/github-pages-deploy-action dependency-version: 4.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/attest-build-provenance dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 1 天前 |
| BENCH: Add `clustering` to algorithm benchmarks (#8764) * BENCH: Add clustering to undirected alg benchmarks. * BENCH: Add clustering benchmarks to directed graphs. * BENCH: more aggressive timeouts for directed benchmarks. | 1 个月前 |
| API: Deprecate p2g module (#8855) * DEP: Add module-level deprecation for p2g. * WIP * API: Add deprecation warning. * WIP: 1st attempt at autouse import cleanup fixture. * WIP: This version works without pytest-randomly. * TST: Add the import tests. Remove the \'from\' import test for interesting reasons. * MAINT: Add warnings filter. * TST: Add initialize step for module cleanup. * MAINT: Fix comment splitting. * DOC: Add deprecation note. * CONF: Ignore p2g module at test collection time. Required to suppress doctest warnings. | 13 天前 |
| DOC: Add Hiveplotlib to Drawing Docs and External Examples Gallery (#8714) * add hiveplotlib to docs * Update requirements/example.txt drop extra networkx + scipy deps Co-authored-by: Ross Barnowski <rossbar@caltech.edu> * change dep in the right file --------- Co-authored-by: Ross Barnowski <rossbar@caltech.edu> | 2 个月前 |
| DOC: Fix gml docstring examples (#8894) * DOC: Update read_gml docstring examples. * DOC: Update write_gml docstring. | 1 天前 |
| DOC: Add Hiveplotlib to Drawing Docs and External Examples Gallery (#8714) * add hiveplotlib to docs * Update requirements/example.txt drop extra networkx + scipy deps Co-authored-by: Ross Barnowski <rossbar@caltech.edu> * change dep in the right file --------- Co-authored-by: Ross Barnowski <rossbar@caltech.edu> | 2 个月前 |
| MAINT: remove `try except` for `tomllib` in `generate_requirements` (#8198) maint: remove `try except` for `tomllib` in `generate_requirements` | 1 年前 |
| Revert "ignore autoflake and pyupgrade changes" (#8334) Revert "ignore autoflake and pyupgrade changes (#8333)" This reverts commit 43fc5b5f2b63f037dc50f1191f4e9e0b7cdc9a8f. | 10 个月前 |
| CI: Use pixi for CI platform/OS independent tasks (#8508) * CI: Use pixi for CI platform/OS independent tasks * fix 311 and pre release * cleaning.. * without lock file * graphviz plugins | 6 个月前 |
| Add .mailmap file to consilidate contributors. (#7853) * Add .mailmap file to consilidate contributors. * Add a few names I'd missed the first time. | 1 年前 |
| CI: Use pixi for CI platform/OS independent tasks (#8508) * CI: Use pixi for CI platform/OS independent tasks * fix 311 and pre release * cleaning.. * without lock file * graphviz plugins | 6 个月前 |
| META: Add agents.md (#8843) * INIT: cp over agent policy from scikit-learn. * DOC: Add some NX-specific agent instructions. | 22 天前 |
| MAINT: update code of conduct form link to match NumFOCUS link (#8729) update code of conduct form link to match NumFOCUS link | 2 个月前 |
| Adopt scikit-learn's agentic AI policy (#8468) * Adopt scikit-learn's agentic AI policy * Update CONTRIBUTING.rst Co-authored-by: Ross Barnowski <rossbar@caltech.edu> --------- Co-authored-by: Ross Barnowski <rossbar@caltech.edu> | 7 个月前 |
| DOC: Update install guide. (#8725) * DOC: Update install guide. My primary goal here was to remove some outdated or duplicate information and instead delegate non-nx-specific instructions such as enviornment management to other docs sources like the scientific Python developer guide. * Update INSTALL.rst --------- Co-authored-by: Dan Schult <dschult@colgate.edu> | 2 个月前 |
| MAINT: bump copyright year before release. (#8766) * MAINT: bump copyright before release. * DOC: Add a prerelease checklist to developer docs First task: doublecheck copyright. | 1 个月前 |
| MAINT: bump copyright year before release. (#8766) * MAINT: bump copyright before release. * DOC: Add a prerelease checklist to developer docs First task: doublecheck copyright. | 1 个月前 |
| MNT: Raise warnings to errors while running pytest (#8860) * MNT: Raise warnings to errors while running pytest * MNT: Raise warnings to errors while running pytest * TST: Fix pajek warnings filter. Catch UserWarnings correctly. * TST: Add warnings filter for pydot. --------- Co-authored-by: Ross Barnowski <rossbar@caltech.edu> | 1 天前 |