==============================
* 432: None and [] should be different function get_tensor_shape (2022-05-25)
* 431: Adds functions to change the shape of inputs and outputs (2022-05-25)
* 430: Adds function to rename inputs or outputs (2022-05-23)
* 429: Adds more functions to manipulate graphs (2022-05-20)
* 428: Investigates SVC discrepancies (2022-05-20)
* 427: Adds function to inline function on onnx graph (2022-05-12)
* 426: Adds support for operator RoiAlign for python runtime (2022-04-25)
* 425: Adds support for operator GridSample for python runtime (2022-04-22)
* 424: Adds support for operator GRU in python runtime (2022-04-19)
* 423: Adds support for Momentum for python runtime (2022-04-15)
* 422: Adds support for NonMaxSuppression for python runtime (2022-04-14)
* 421: Adds support for Adagrad, Adam in python runtime (2022-04-12)
* 420: Adds support for operator Resize for python runtime (2022-04-10)
* 419: Adds support for ThresholdedRelu for python runtime (2022-04-09)
* 418: Adds support for operator OneHot, ScatterND for python runtime (2022-04-09)
* 417: C++ implementation for Im2col and Col2Im in 2D (2022-04-09)
* 416: Adds support for DepthToSpace and SpaceToDepth for python runtime (2022-04-08)
* 415: Implements experimentation im2col (used in image convolution) (2022-04-08)
* 414: Adds support for operator NonZero in python runtime (2022-04-06)
* 413: Adds support for operator Shink for python runtime (2022-04-06)
* 412: Adds support for DynamicQuantizeLinear for python runtime (2022-04-05)
* 411: Adds support for operators Unique, SoftPlus, SoftSign for python runtime (2022-04-05)
* 410: Supports operator GatherND for python runtime (2022-04-05)
* 409: Fixes bug with EyeLike in python runtime (2022-04-04)
* 408: Improves backtest coverage, update documentation (2022-04-03)
* 407: Supports operator Hardmax for python runtime (2022-03-30)
* 406: Supports operator Bernoulli for python runtime (2022-03-30)
* 405: Supports operator PRelu for python runtime (2022-03-30)
* 404: Fixes Trilu (2022-03-30)
* 403: Supports ReduceLogSum for python runtime (2022-03-30)
* 402: Supports operator Xor for python runtime (2022-03-30)
* 401: Removes parameter device, adds parameter provider (2022-03-30)
* 400: Supports local functions calling local functions for python runtime (2022-03-28)
* 399: Supports function SoftmaxCrossEntropyLoss for python runtime (2022-03-28)
* 397: Implements method f in OnnxOperatorItem (2022-03-27)
* 396: Move grammar_sklearn to subfolder. (2022-03-27)
* 395: Supports eager evaluation in XOP API (2022-03-27)
* 394: Enables expression OnnxCos[15](...) (2022-03-26)
* 393: Adds domain in function onnx_simple_text_plot (2022-03-25)
* 392: Supports random operators for python runtime (2022-03-25)
* 391: Adds support for onnx predefined functions for python runtime (2022-03-24)
* 390: Adds support for operator HardSigmoid for python runtime (2022-03-23)
* 389: Adds support for operator Selu for python runtime (2022-03-23)
* 388: Adds support for operator Trilu in python runtime (2022-03-23)
* 387: Supports operator Elu for python runtime (2022-03-23)
* 386: Supports operator BitShift for python runtime (2022-03-23)
* 384: Supports FunctionProto in XOP API. (2022-03-21)
* 383: Improves python runtime for ONNX (2022-03-19)
* 382: Adds one unit test to check lightgbm conversion with opsetml==3 (2022-03-18)
* 381: Documentation, more notebooks on FFT (2022-03-17)
* 380: Removes method get_output in xop API (2022-03-16)
* 379: Improves python runtime coverage (2022-03-14)
* 378: Adds function export2xop, exports onnx graph to XOP API (2022-03-12)