==============================
* 309: Adds function insert_results_into_onnx to insert results into a graph to debug (2021-09-21)
* 308: Adds function to rename all results in ONNX graphs (2021-09-13)
* 307: Adds runtime for operator SequenceConstruct (2021-09-13)
* 305: Add option to split lightgbm converter into multipule TreeEnsemble (2021-09-10)
* 304: Add tree text visualization for TreeEnsemble (2021-09-01)
* 303: Implements a estimator speeding up the inference using ONNX (2021-08-31)
* 302: Removes unused nodes after changing the outputs. (2021-08-23)
* 298: Remove unused nodes after changing the outputs (2021-08-23)
* 301: Different build for manylinux on python 3.9 (2021-08-18)
* 300: Improves Lightgbm converter design + fix wrong prediction for TreeEnsemble with non contiguous arrays (2021-08-18)
* 297: Adds function to convert ONNX into numpy code. (2021-08-13)
* 296: Lightgbm + add function matmul to numpy API for ONNX (2021-08-07)
* 295: Implements runtime for operator FFT (2021-08-03)
* 291: Fixes infinite loop with operator loop, add support for static variables in Loop (2021-07-31)
* 294: Implements text representation of an ONNX graph (bigraph) (2021-07-30)
* 293: Add a tool to display an ONNX graph into text format (2021-07-30)
* 292: Adds operator AveragePool to the python runtime (2021-07-29)
* 290: Increases code coverage, add infer_size for Loop runtime (2021-07-28)