1
0

Accepting request 419715 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/419715
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-networkx?expand=0&rev=10
This commit is contained in:
2016-08-18 07:17:56 +00:00
committed by Git OBS Bridge
parent 873db18c5f
commit 640bcafda5
4 changed files with 47 additions and 4 deletions

View File

@@ -1,3 +1,46 @@
-------------------------------------------------------------------
Wed Aug 17 08:35:56 UTC 2016 - tbechtold@suse.com
update to version networkx-1.11
* Update release and news info for v1.10.1
* Use utils.testing to handle testing edge and node equality
* Update news to include 1.10 release highlights
* Remove spurious line due to typo.
* Fix algebraicconnectivity float conversion
* Fix python3 numpy wont read in {}.values to array.
* update requirements.txt on v1.11 branch
* update doc/requirements.txt to point Sphinx-origin_stable
* Update license, readme, and release.py for networkx-1.11
* adjust tutorial to mention import write_dot
* Revert some API changes in layout.py due to bugs.
* Update news and api for v1.11
* Update authors, copyrights and EOL space
* Add release date in news
* Add tests, convert center to np.array, fix domain_size
* Put graphviz install outside check for python2.7
* Activate Appveyor-CI
* Add layout tests and minor docs
* networkx-1.11rc2 label
* Remove all the symbolic links from the 'examples/' directory
* v1.11 Add utils functions to flow variable __all__
* Fix Sphinx for v1.11
* Prepare release number and news.rst for v1.11
* simplify pydot imports, use testing.utils routines
* Get the month right.
* update release docs files for v1.11
* Use pydotplus for all supported python versions
* Add note about pyggraphviz and pydotplus import changes
* Modified release.py
* change copyright year in doc build
* For v1.11 drop support for python3.2 and add 3.5
* Update news.rst for v1.11
* Examples and doc changes
* Re-add scaling inside fruchterman_reingold
* Update conf.py to point to make_examples_rst.py
* Reinstate v1.10 layout except center. Fix bugs
* Adjust imports in drawing layouts with graphviz
* Doc tweak on edges for v1.11
-------------------------------------------------------------------
Sun Mar 13 21:28:48 UTC 2016 - dmueller@suse.com