summaryrefslogtreecommitdiff
path: root/networkx/algorithms/planarity.py
Commit message (Expand)AuthorAgeFilesLines
* Lint using Ruff (#6371)danieleades2023-02-191-1/+1
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-0/+1
* Add is_planar function. Solves issue #5109 (#5544)Dilara Tekinoglu2022-04-191-3/+43
* Fixup PlanarEmbedding See Also (#5556)Ross Barnowski2022-04-181-3/+2
* Improve documentation of PlanarEmbedding class (#5523)Dilara Tekinoglu2022-04-171-0/+21
* Change exception varname e to err (#5130)Dan Schult2021-10-151-2/+2
* Format w/ black==20.8b1Jarrod Millman2020-10-061-4/+2
* Format w/ blackJarrod Millman2020-07-101-49/+68
* Fix exception causes and messages all over the codebase (#4015)Ram Rachum2020-07-051-2/+2
* Update string formatJarrod Millman2020-01-011-2/+1
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-3/+3
* Fix more documentation issues with exceptionsJarrod Millman2019-11-091-3/+3
* Planar drawing algorithm. (#3125)Johannes Schulte2019-03-271-0/+24
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-181-3/+3
* LR planarity checking (#3040)David Kraeutmann2018-08-071-0/+1073