Note
This is the final release which includes the legacy Python-based ONNX importer.
Future releases will only contain our new C++-based import code.
Dependency Information
This version is compatible with **nGraph** [v0.14.0](https://github.com/NervanaSystems/ngraph/tree/v0.14.0)
Quick installation steps:
1. Download attached to this release nGraph and nGraph-ONNX `*.whl` files.
2. `pip install <ngraph_core ... >.whl`
3. `pip install <ngraph_onnx ... >.whl`
This release was tested only on Ubuntu 16.04.