Version 1.11 notes and API changes¶
This page includes more detailed release information and API changes from NetworkX 1.10 to NetworkX 1.11.
Please send comments and questions to the networkx-discuss mailing list: <http://groups.google.com/group/networkx-discuss>.
API changes¶
- [#1750] Arguments center and scale are now available for all layout functions. The defaul values revert to the v1.9 values (center is the origin for circular layouts and domain is [0, scale) for others.
Miscellaneous changes¶
- [#1763] Set up appveyor to automatically test installation on Windows machines. Remove symbolic links in examples to help such istallation.
Change many doc_string typos to allow sphinx to build the docs without errors or warnings.
Enable the docs to be automatically built on readthedocs.org by changing requirements.txt