Skip to content

Tags: google/latexify_py

Tags

v0.4.4

Toggle v0.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v0.4.3

Toggle v0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md

v0.4.3-post1

Toggle v0.4.3-post1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add DocstringRemover (#197)

* Add DocstringRemover

* fix test

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add AugAssign support (#193)

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
support removal of multiply operator (#182)

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
support removal of multiply operator (#182)

v0.3.0b1

Toggle v0.3.0b1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Numpy transpose (#181)

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add documentation. (#98)

* add documentation.

* fix

* fix

* Update parameters.md

* fix

* fix