Skip to content

Releases: yahoo/graphkit

Fixed versioning

07 Mar 01:59
81e5bfa
Compare
Choose a tag to compare

Versioning now is manually specified to avoid bug where the version was not being correctly reflected on pip install deployments

Fixed multi-threading bug and faster compute through caching of find_necessary_steps

22 Feb 23:25
af0f7b2
Compare
Choose a tag to compare

We've introduced a cache to avoid computing find_necessary_steps multiple times during each inference call.

This has 2 benefits:

  1. It reduces computation time of the compute call
  2. It avoids a subtle multi-threading bug in networkx when accessing the graph from a high number of threads.

v1.2.0

13 Feb 02:03
d3f8a8a
Compare
Choose a tag to compare
  1. Added set_execution_method('parallel') for execution of graphs in parallel

v1.1.0

09 Nov 00:00
d7039f8
Compare
Choose a tag to compare
Update setup.py

Networkx 2.0 compatibility

03 Nov 01:05
f23c097
Compare
Choose a tag to compare

Minor Bug Fixes:

  • Compatibility fix for networkx 2.0
  • net.times now only stores timing info from the most recent run

Make plotting dependencies optional

31 Jan 19:11
Compare
Choose a tag to compare
Merge pull request #6 from yahoo/plot-optional

make plotting dependencies optional

v1.0.2: Merge pull request #5 from yahoo/remove-packaging-dep

29 Sep 18:37
Compare
Choose a tag to compare

Initial release of GraphKit

01 Aug 21:46
Compare
Choose a tag to compare
Merge pull request #3 from robwhess/travis-build

Travis build