Skip to content

Refactor return type execute

Chosson Ulysse requested to merge REFACTOR_return_type_execute into main

[0.72.0] - 2022-04-28

Added

  • Add pretty_print() function to get a pretty output in terminal with rich.

Changed

  • Change the return type of execute, now we don't return tuple bbut Enumerable of NamedTuples.

Merge request reports