| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* lint and fix using ruff
* add flake8-pie lints
* remove useless import alias
* bump version
* bump deps
---------
Co-authored-by: daniel.eades <daniel.eades@hotmail.com>
|
| |
|
|
|
| |
* Update developer requirements
* Run linter
|
| |
|
|
|
|
|
|
|
| |
* Remove redundant float conversion
* Remove redundant int conversion
* Use integer division
Co-authored-by: Miroslav Šedivý <6774676+eumiro@users.noreply.github.com>
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* MAINT: replace hard-coded print with print(G).
Take advantage of more descriptive G.__str__.
* WIP: get example working with cartopy
* WIP: Make knuth example work with or without cartopy
* CI: cherrypick CI setup from #4250
* Add country boundaries to knuth example.
Adds Canada and Mexico map boundaries so that the Canadian
cities are not floating in negative space
* Slightly better figure aspect.
* Reduce linewidth for paths between cities.
Provides a little more contrast with the map borders.
* Add warnings filter to ignore cartopy warnings
|
| | |
|
| |
|
|
| |
$ find examples -name \*.py -exec pyupgrade --py36-plus {} \;
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Fixes #3498 Adds docs to BFS and DFS functions referring to each other
* Fixes #3463 to add warning to closeness centrality
* Fixes #3469 by adding a link to the miles datafile.
* Fixes #3489 allowing scale=None and adding docs
* Fixes #3473 by adding example to migration_guide_from_1.x_to_2.0.rst
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
Found via `codespell -q 3 -I ../networkx-whitelist.txt` where whitelist consisted of:
```
ans
childs
iff
nd
te
```
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Fix unix_email and plot more examples
* Fix doctest
* Fix more examples
* Fix AntiGraph.degree generator error in examples
* Style/consistency changes and plot more examples
|
| |
|
|
|
|
|
|
| |
* Silence some sphinx warnings
* Update structure of documentation
See https://github.com/networkx/networkx/pull/2054
|
|
|
* Ensure valid rst file
* Edit text
* Update README and package docstring
* Add myself as a contributor
* Update gitwash
* Fix warnings/errors except citations/footnotes
* Remove old note about 3.0 incompatibility
* Remove stale ref to gh-pages
* Create top-level tools directory (standard practice)
* Use sphinx-gallery extension for examples
* Sphinx-gallery generates images for `plot_` examples
* Comply with pep8
* Don't save figures
|