Tags: google/latexify_py
Tags
Pump Version python to 3.12, 3.13. Allow pip install for python 3.12,… … 3.13 (#210) * - Update python version to 3.12 * - Update python version to 3.12 - Improve CI libraries * - Test for python 3.13 - Remove ORL python 3.8, 3.9 - Fix CI unit-test * - update python version readme * - remove assign exception as e Co-authored-by: Yusuke Oda <[email protected]> * - remove if condition for python lower than 3.8 * - remove condition because python always >= 3.9 * - Create new function `ast_function_def` to handle `type_params` for python 3.12 - Fix CI for python 3.11. * - Remove testcase for python 3.7 * - change to import module Co-authored-by: Yusuke Oda <[email protected]> * - Fix coding convention * - fix isort * - Refactor function `create_function_def` * - remove un-used test case * - remove un-used test case * - remove un-used test case --------- Co-authored-by: Yusuke Oda <[email protected]>
Added remaining Numpy NDArray single function expressions (#183) * Added support for single expressions involving the following functions: numpy.linalg.{matrix_power, qr, svd, det, matrix_rank, inv, pinv}. * Fixes for CI tests. * Fixed issues with line lengths and import order. * Refactored code.
PreviousNext