Skip to content

Release 1.2.1

Latest
Compare
Choose a tag to compare
@huonw huonw released this 30 Jun 05:15
· 20 commits to develop since this release

StellarGraph is a Python library for machine learning on graphs and networks. It offers state-of-the-art algorithms for graph machine learning, making it easy to discover patterns and answer questions about graph-structured data.

Get started with StellarGraph's newest graph machine learning features with pip install stellargraph.

This release is a small bug fix release on top of 1.2.0.

Bug fixes and other changes

  • Update the URLs of some datasets (Cora, PubMedDiabetes, CiteSeer) for upstream changes #1738, #1759
  • Add two missing layers to the stellargraph.custom_keras_layers dictionary #1757
  • Experimental changes: rename RotHEScoring to RotHEScore #1756
  • DevOps:

Full Changelog