List view
As pointed out by @QB3, the ``utils.py`` contains several functions/classes that are unrelated. The utils file is expected to grow even further as we are constantly extending the package. roadmap to refactor ``utils.py`` 1. convert ``utils.py`` to a package 2. create modules following the order in the tree ``` |— utils |— anderson.py |— jit_compilation.py |— sparse_ops.py |— prox_funcs.py |— data.py ```
No due date•2/2 issues closed