Skip to content

Releases: yahoo/graphkit

Fixed versioning

Choose a tag to compare

@huyng huyng released this 07 Mar 01:59
81e5bfa

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

Choose a tag to compare

@huyng huyng released this 22 Feb 23:25
af0f7b2

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

Choose a tag to compare

@huyng huyng released this 13 Feb 02:03
d3f8a8a
  1. Added set_execution_method('parallel') for execution of graphs in parallel

v1.1.0

Choose a tag to compare

@huyng huyng released this 09 Nov 00:00
d7039f8
Update setup.py

Networkx 2.0 compatibility

Choose a tag to compare

@huyng huyng released this 03 Nov 01:05
f23c097

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

Choose a tag to compare

@huyng huyng released this 31 Jan 19:11
Merge pull request #6 from yahoo/plot-optional

make plotting dependencies optional

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

Choose a tag to compare

@pumpikano pumpikano released this 29 Sep 18:37
Remove 'packaging' as dependency

Initial release of GraphKit

Choose a tag to compare

@robwhess robwhess released this 01 Aug 21:46
Merge pull request #3 from robwhess/travis-build

Travis build