What's Changed
* Expose `tfgnn.dataset_from_generator` helper. by copybara-service in https://github.com/tensorflow/gnn/pull/115
* Add triple converter for RDF-style input. by copybara-service in https://github.com/tensorflow/gnn/pull/119
* Doc fix: The the intro page describes GNNs in some generality. by copybara-service in https://github.com/tensorflow/gnn/pull/123
* Enables disabled runner tests from RNG changes in Keras by copybara-service in https://github.com/tensorflow/gnn/pull/122
* Fixes error with named features in `homogeneous` constructor by copybara-service in https://github.com/tensorflow/gnn/pull/121
* Let DatasetProviders raise FileNotFoundError if no files match pattern. by copybara-service in https://github.com/tensorflow/gnn/pull/139
* Helper function for random reordering within segment ids. by copybara-service in https://github.com/tensorflow/gnn/pull/135
* Updates Bazel dep to 2.8.0. by copybara-service in https://github.com/tensorflow/gnn/pull/150
* In a GraphTensor guide example, add `tf.constant(...)` to clarify by copybara-service in https://github.com/tensorflow/gnn/pull/162
* Shorten function name `to_sampling_spec` to `build`, maintaining backward-compatibility. by copybara-service in https://github.com/tensorflow/gnn/pull/159
* Add streaming API to read Unigraph artifacts (node sets, edge sets) as iterables. by copybara-service in https://github.com/tensorflow/gnn/pull/166
* Unsupervised (i.e.: model generated target vs. dataset generated label) refactors. by copybara-service in https://github.com/tensorflow/gnn/pull/165
* Check checkpoint_options.checkpoint_dir: it may be unfilled in a caller's checkpoint_options. by copybara-service in https://github.com/tensorflow/gnn/pull/172
* Multitask refactors. by copybara-service in https://github.com/tensorflow/gnn/pull/181
* s/class_id/sparse_class_id/g by copybara-service in https://github.com/tensorflow/gnn/pull/189
* Make runner/examples/ogbn/mag/train.py parametric in the GNN model type. by copybara-service in https://github.com/tensorflow/gnn/pull/191
* Fix typo. by copybara-service in https://github.com/tensorflow/gnn/pull/192
* Use strings to set BQ read method. by copybara-service in https://github.com/tensorflow/gnn/pull/199
* Fix a typo/ by copybara-service in https://github.com/tensorflow/gnn/pull/206
* Local tf import to avoid global session. by copybara-service in https://github.com/tensorflow/gnn/pull/208
**Full Changelog**: https://github.com/tensorflow/gnn/compare/v0.3.0...v0.4.0rc0