| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Support Python 3.11 (#6023) | Jarrod Millman | 2022-10-08 | 1 | -0/+1 |
| | | |||||
| * | Add vf2pp_helpers subpackage to wheel (#5975) | Ross Barnowski | 2022-09-11 | 1 | -2/+6 |
| | | | | | | * Add vf2pp_helpers to package. * Add __init__.py to vf2pp_helpers | ||||
| * | Replace node_classification subpackage with a module (#5774) | Dan Schult | 2022-06-16 | 1 | -2/+0 |
| | | | | | | | | * Replace node_classification subpackage with a module * update node_classification doc reference * remove node_classification from setup.py | ||||
| * | Remove networkx.testing subpackage (#5782) | Matt Schwennesen | 2022-06-16 | 1 | -2/+0 |
| | | | | | | Removes deprecated nx.test() function as well as deprecated testing utilities `almost_equal`, `assert_nodes_equal`, `assert_edges_equal`, and `assert_graphs_equal`. | ||||
| * | Use pytest-mpl (#4579) | Jarrod Millman | 2022-02-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Use pytest-mpl * Try circleci * New * Fix * Fix test * Add documentation * Install default requirments on Circle CI * Install pytest on circle CI * Update python image * Test house w/ colors Co-authored-by: Mridul Seth <mail@mriduls.com> | ||||
| * | Test on Python 3.10 (#5185) | Jarrod Millman | 2021-11-22 | 1 | -0/+1 |
| | | | | Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> | ||||
| * | Add pyupgrade to pre-commit (#5146) | Jarrod Millman | 2021-10-24 | 1 | -1/+1 |
| | | |||||
| * | Drop Py37 (#5143) | Jarrod Millman | 2021-10-23 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | | | | | * Drop Py37 * XML serialization issue * Use math.comb Co-authored-by: Simone Gasperini <simone.gasperini2@studio.unibo.it> * Run pyupgrade --py38-plus * Run black * More documentation * Deprecate euclidean Co-authored-by: Simone Gasperini <simone.gasperini2@studio.unibo.it> | ||||
| * | Remove default dependencies (#4967) | Jarrod Millman | 2021-07-23 | 1 | -2/+2 |
| | | | | | | * Remove default dependencies * Update release notes | ||||
| * | Reorganize minor submodule as subpackage (#4349) | Jon Crall | 2021-03-23 | 1 | -0/+2 |
| | | | | Reorganize minor submodule as subpackge with contraction submodule | ||||
| * | Gallery support for pygraphviz examples (#4464) | Ross Barnowski | 2021-01-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add pygraphviz image scraper to doc config. * pgz gallery example - switch to agraph.draw * Move pygraphviz examples out to demo img scraper. * TEMP: point to pgz with scraper for CI. * Add support for comments in requirements files. * TEMP: remove extra deps from setup.py. Just to get CI running with un-deployed pygraphviz. * Two graphviz categories: layout and drawing. * Update deps to pgv1.7rc1. * Revert removal of key from 2fb3101 * Add pygraphviz to intersphinx mapping. Update intersphinx links and internal links to drawing modules. * Add links for drawing functionality. pygraphviz via intersphinx + write_dot. | ||||
| * | Simplify version information (#4492) | Jarrod Millman | 2021-01-03 | 1 | -32/+60 |
| | | |||||
| * | Drop Py3.6 support per NEP 29 (#4469) | Jarrod Millman | 2020-12-17 | 1 | -3/+3 |
| | | |||||
| * | Populate setup.py requires from requirements | Jarrod Millman | 2020-09-15 | 1 | -16/+11 |
| | | |||||
| * | Make optional dependencies default on CPython | Jarrod Millman | 2020-09-15 | 1 | -18/+12 |
| | | |||||
| * | Update dependencies | Jarrod Millman | 2020-08-14 | 1 | -1/+0 |
| | | |||||
| * | remove f strings from setup.py for clear error message < py3.6 (#3738) | Mridul Seth | 2019-12-08 | 1 | -5/+4 |
| | | | | remove f strings from setup.py for clear error message < py3.6 | ||||
| * | Remove shebang from non-executables | Jarrod Millman | 2019-11-11 | 1 | -1/+0 |
| | | |||||
| * | Update examples | Jarrod Millman | 2019-11-11 | 1 | -98/+114 |
| | | |||||
| * | Remove superfluous encoding information | Jarrod Millman | 2019-11-11 | 1 | -1/+0 |
| | | |||||
| * | Remove duplicate license parameter (#3710) | Drew H | 2019-11-08 | 1 | -1/+0 |
| | | | | | | | | | * Remove duplicate license parameter * Remove duplicate license from release.py * Remove reference to release.license | ||||
| * | Drop support for Python 3.5 | Jarrod Millman | 2019-10-16 | 1 | -3/+3 |
| | | |||||
| * | Have CIs use pytest | Jarrod Millman | 2019-10-12 | 1 | -4/+2 |
| | | |||||
| * | Load long description from README | Jarrod Millman | 2019-10-03 | 1 | -1/+4 |
| | | |||||
| * | Add project_urls to setup | Jarrod Millman | 2019-04-06 | 1 | -1/+1 |
| | | |||||
| * | Ensure that this isn't installed on Python 2.7 | Jarrod Millman | 2019-04-04 | 1 | -3/+9 |
| | | |||||
| * | Update version checking | Jarrod Millman | 2018-11-14 | 1 | -2/+2 |
| | | |||||
| * | Update docs | Jarrod Millman | 2018-08-08 | 1 | -2/+2 |
| | | |||||
| * | Allow individual extras selection (#3080) | Michael Johnson | 2018-07-23 | 1 | -1/+13 |
| | | | | | | | | | | | | | * Allow individual extras selection Currently networkx only has a definition for "all" dependency extras. This patch adds support to specify the individual extras required. Our use case is for pydot where we use nx_pydot but none of the other "extras". * Added missing 'nose' extra | ||||
| * | Add missing files to distribution. (#2955) | Haochen Wu | 2018-05-22 | 1 | -0/+4 |
| | | |||||
| * | Update setup.py related Networkx test Error #2925 (#2926) | Dormir30 | 2018-04-27 | 1 | -1/+1 |
| | | | | | | | | When we run 'networkx.test()', we need nose packages. Turtorial from this web page https://networkx.github.io/documentation/networkx-1.9.1/test.html. so I add nose package to extras_require packages | ||||
| * | Add example/README.txt to distribution. (#2950) | Haochen Wu | 2018-04-25 | 1 | -1/+3 |
| | | |||||
| * | Implement a module for node classification (#2848) | Yuto Yamaguchi | 2018-01-28 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement a module for node classification * Fix tests * Put helper functions inside the public function. * Rename modules * Fix examples * Try imports * Add a doc for node classification * Add one test case * Add skip annotation. * Follow PEP8 * Follow PEP8 in test code * Fix doctest violation | ||||
| * | Update requirements | Jarrod Millman | 2017-08-12 | 1 | -2/+2 |
| | | | | | | Make sure our requirements support the same versions of Python we do. | ||||
| * | Update examples in setup.py | Jarrod Millman | 2017-07-17 | 1 | -2/+3 |
| | | |||||
| * | Remove redundant line | Jarrod Millman | 2017-07-17 | 1 | -1/+0 |
| | | |||||
| * | Comply with pep8 | Jarrod Millman | 2017-07-17 | 1 | -58/+58 |
| | | |||||
| * | Remove empty external module | Jarrod Millman | 2017-07-17 | 1 | -1/+0 |
| | | | | | All content removed 3 years ago in commit 94a1c3 | ||||
| * | Add optional dependencies | Mridul Seth | 2017-03-21 | 1 | -0/+3 |
| | | |||||
| * | Fixes typo in setup.py: atlas.dat -> atlas.dat.gz. | Jeffrey Finkelstein | 2016-06-06 | 1 | -1/+1 |
| | | |||||
| * | Include atlas data file in package | Jeffrey Finkelstein | 2016-06-05 | 1 | -1/+1 |
| | | |||||
| * | Moves chordal package to module. | Jeffrey Finkelstein | 2015-11-17 | 1 | -2/+0 |
| | | | | | | | The four functions exposed in the `networkx.algorithms.chordal` namespace do not need to live in a module under a package; they can simply live in a module named `chordal.py`. | ||||
| * | Revert "Allow external packages to be installed in networkx.addons" | Himanshu Mishra | 2015-07-09 | 1 | -1/+0 |
| | | |||||
| * | Added networkx.addons in setup.py | Himanshu Mishra | 2015-06-26 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'master' into greedy_color | ysitu | 2014-06-07 | 1 | -2/+2 |
| |\ | |||||
| | * | Add detection of Python 2.7+ upon install and import | ysitu | 2014-06-06 | 1 | -2/+2 |
| | | | |||||
| * | | Merge branch 'greedy-coloring' of git://github.com/itu-sass-s2014/networkx ↵ | ysitu | 2014-06-07 | 1 | -0/+2 |
| |\ \ | |/ |/| | | | | | | | | | into greedy_color Conflicts: networkx/algorithms/__init__.py | ||||
| | * | Fix merge conflict in setup.py | Jan Aagaard Meier | 2014-04-15 | 1 | -1/+1 |
| | |\ | |||||
| | * | | first go at implementing the greedy coloring first fit algorithm with ↵ | Henrik Haugbølle | 2014-02-18 | 1 | -0/+2 |
| | | | | | | | | | | | | | maximum degree ordering | ||||
| * | | | Merge branch 'master' into setup | ysitu | 2014-06-03 | 1 | -6/+3 |
| |\ \ \ | | | | | | | | | | | | | | | | | Conflicts: setup.py | ||||
