Latexify-py

Latest version: v0.4.4

Safety actively analyzes 723144 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.3.1

This release is the same as v0.3.0. See also the v0.3.0 release note. This is created for versioning issues on PyPI.

0.3.0

This release involve lots of updates (including breaking changes). Please take care if you are upgrading the library from v0.2.x.

What's Changed
* ci: Upgrade GitHub Actions and Python by cclauss in https://github.com/google/latexify_py/pull/99
* Update README.md by odashi in https://github.com/google/latexify_py/pull/109
* fix ci by odashi in https://github.com/google/latexify_py/pull/116
* Fix brackets display by jianan1104 in https://github.com/google/latexify_py/pull/112
* Corrected Fibonacci series equation by ZiadAmerr in https://github.com/google/latexify_py/pull/117
* Add support for ast.IfExp by kshxtij in https://github.com/google/latexify_py/pull/111
* Addition / Subtraction Simplification for the stop parameter in sum / prod by Casper-Guo in https://github.com/google/latexify_py/pull/115
* Add isort module to checks script and Github CI by jianan1104 in https://github.com/google/latexify_py/pull/120
* Add utility to process LaTeX expressions by odashi in https://github.com/google/latexify_py/pull/121
* Show example in Readme by cool-RR in https://github.com/google/latexify_py/pull/122
* Update typo in parameters.md by jasonlmfong in https://github.com/google/latexify_py/pull/123
* Allow docstring in function definition by ZibingZhang in https://github.com/google/latexify_py/pull/126
* fix: small typo errors in docs by 0xflotus in https://github.com/google/latexify_py/pull/127
* Support expanding some functions by ZibingZhang in https://github.com/google/latexify_py/pull/125
* Add BuiltinFnEnum by ZibingZhang in https://github.com/google/latexify_py/pull/130
* [add] config by chunibyo-wly in https://github.com/google/latexify_py/pull/103
* Add keyword to all AST node constructor positional arguments. by ZibingZhang in https://github.com/google/latexify_py/pull/131
* docs(README.md): add nice badges to README by jianan1104 in https://github.com/google/latexify_py/pull/128
* Move `expand_functions` to `Config` by odashi in https://github.com/google/latexify_py/pull/133
* Expand elementary functions in math module by ZibingZhang in https://github.com/google/latexify_py/pull/132
* Prefix trimmer by odashi in https://github.com/google/latexify_py/pull/138
* IdentifierConverter by odashi in https://github.com/google/latexify_py/pull/139
* fix: minor typo in frontend by specbug in https://github.com/google/latexify_py/pull/141
* NDArray support by odashi in https://github.com/google/latexify_py/pull/143
* Adds parse_expr utility by odashi in https://github.com/google/latexify_py/pull/144
* Several refactoring and bugfix. by odashi in https://github.com/google/latexify_py/pull/145
* Fix bug and remove unnecessary brackets. by odashi in https://github.com/google/latexify_py/pull/150
* Revert BuiltinFnName by odashi in https://github.com/google/latexify_py/pull/151
* Enable mypy by odashi in https://github.com/google/latexify_py/pull/153
* Adds support for additional math symbols and (trig) functions by ZibingZhang in https://github.com/google/latexify_py/pull/154
* Special array representation by LakeBlair in https://github.com/google/latexify_py/pull/148
* Match, match_case, and MatchValue by erica-w-fu in https://github.com/google/latexify_py/pull/146
* MatchAs by erica-w-fu in https://github.com/google/latexify_py/pull/147
* Factor out expression codegen from function codegen by ZibingZhang in https://github.com/google/latexify_py/pull/155
* Fixes issues from factoring out expression codegen by ZibingZhang in https://github.com/google/latexify_py/pull/159
* Generates algorithmic environment from algpseudocode by ZibingZhang in https://github.com/google/latexify_py/pull/152
* Move definitions of expression rules. by odashi in https://github.com/google/latexify_py/pull/162
* remove common prefixes. by odashi in https://github.com/google/latexify_py/pull/166
* Improve algorithmic codegen, return multiline string by ZibingZhang in https://github.com/google/latexify_py/pull/167
* Change default multiplication behavior by ZibingZhang in https://github.com/google/latexify_py/pull/161
* Frontend refactor -- ipython_wrapper for decorator output, setup work for ipython-algorithmic codegen by ZibingZhang in https://github.com/google/latexify_py/pull/164
* publish algorithmic decorator by odashi in https://github.com/google/latexify_py/pull/170
* Remove EXPRESSION style by odashi in https://github.com/google/latexify_py/pull/171
* Algorithmic decorator (implement output for _repr_latex_) by ZibingZhang in https://github.com/google/latexify_py/pull/163
* Fix function name bug on algorithmic by odashi in https://github.com/google/latexify_py/pull/172
* For loop support in alg codegen by ZibingZhang in https://github.com/google/latexify_py/pull/174
* Basic NumPy Transpose Use Cases by J-Douglas in https://github.com/google/latexify_py/pull/181
* Support removal of multiply operator by odashi in https://github.com/google/latexify_py/pull/182

New Contributors
* cclauss made their first contribution in https://github.com/google/latexify_py/pull/99
* jianan1104 made their first contribution in https://github.com/google/latexify_py/pull/112
* ZiadAmerr made their first contribution in https://github.com/google/latexify_py/pull/117
* kshxtij made their first contribution in https://github.com/google/latexify_py/pull/111
* Casper-Guo made their first contribution in https://github.com/google/latexify_py/pull/115
* cool-RR made their first contribution in https://github.com/google/latexify_py/pull/122
* jasonlmfong made their first contribution in https://github.com/google/latexify_py/pull/123
* ZibingZhang made their first contribution in https://github.com/google/latexify_py/pull/126
* 0xflotus made their first contribution in https://github.com/google/latexify_py/pull/127
* specbug made their first contribution in https://github.com/google/latexify_py/pull/141
* LakeBlair made their first contribution in https://github.com/google/latexify_py/pull/148
* erica-w-fu made their first contribution in https://github.com/google/latexify_py/pull/146
* J-Douglas made their first contribution in https://github.com/google/latexify_py/pull/181

**Full Changelog**: https://github.com/google/latexify_py/compare/v0.2.0...v0.3.0

0.3.0b1

This is a pre-release of v0.3.
There are many changes from v0.2 with several breakage of backward compatibility.
Please take care to update this library from the existing versions.

What's Changed
* ci: Upgrade GitHub Actions and Python by cclauss in https://github.com/google/latexify_py/pull/99
* Update README.md by odashi in https://github.com/google/latexify_py/pull/109
* fix ci by odashi in https://github.com/google/latexify_py/pull/116
* Fix brackets display by jianan1104 in https://github.com/google/latexify_py/pull/112
* Corrected Fibonacci series equation by ZiadAmerr in https://github.com/google/latexify_py/pull/117
* Add support for ast.IfExp by kshxtij in https://github.com/google/latexify_py/pull/111
* Addition / Subtraction Simplification for the stop parameter in sum / prod by Casper-Guo in https://github.com/google/latexify_py/pull/115
* Add isort module to checks script and Github CI by jianan1104 in https://github.com/google/latexify_py/pull/120
* Add utility to process LaTeX expressions by odashi in https://github.com/google/latexify_py/pull/121
* Show example in Readme by cool-RR in https://github.com/google/latexify_py/pull/122
* Update typo in parameters.md by jasonlmfong in https://github.com/google/latexify_py/pull/123
* Allow docstring in function definition by ZibingZhang in https://github.com/google/latexify_py/pull/126
* fix: small typo errors in docs by 0xflotus in https://github.com/google/latexify_py/pull/127
* Support expanding some functions by ZibingZhang in https://github.com/google/latexify_py/pull/125
* Add BuiltinFnEnum by ZibingZhang in https://github.com/google/latexify_py/pull/130
* [add] config by chunibyo-wly in https://github.com/google/latexify_py/pull/103
* Add keyword to all AST node constructor positional arguments. by ZibingZhang in https://github.com/google/latexify_py/pull/131
* docs(README.md): add nice badges to README by jianan1104 in https://github.com/google/latexify_py/pull/128
* Move `expand_functions` to `Config` by odashi in https://github.com/google/latexify_py/pull/133
* Expand elementary functions in math module by ZibingZhang in https://github.com/google/latexify_py/pull/132
* Prefix trimmer by odashi in https://github.com/google/latexify_py/pull/138
* IdentifierConverter by odashi in https://github.com/google/latexify_py/pull/139
* fix: minor typo in frontend by specbug in https://github.com/google/latexify_py/pull/141
* NDArray support by odashi in https://github.com/google/latexify_py/pull/143
* Adds parse_expr utility by odashi in https://github.com/google/latexify_py/pull/144
* Several refactoring and bugfix. by odashi in https://github.com/google/latexify_py/pull/145
* Fix bug and remove unnecessary brackets. by odashi in https://github.com/google/latexify_py/pull/150
* Revert BuiltinFnName by odashi in https://github.com/google/latexify_py/pull/151
* Enable mypy by odashi in https://github.com/google/latexify_py/pull/153
* Adds support for additional math symbols and (trig) functions by ZibingZhang in https://github.com/google/latexify_py/pull/154
* Special array representation by LakeBlair in https://github.com/google/latexify_py/pull/148
* Match, match_case, and MatchValue by erica-w-fu in https://github.com/google/latexify_py/pull/146
* MatchAs by erica-w-fu in https://github.com/google/latexify_py/pull/147
* Factor out expression codegen from function codegen by ZibingZhang in https://github.com/google/latexify_py/pull/155
* Fixes issues from factoring out expression codegen by ZibingZhang in https://github.com/google/latexify_py/pull/159
* Generates algorithmic environment from algpseudocode by ZibingZhang in https://github.com/google/latexify_py/pull/152
* Move definitions of expression rules. by odashi in https://github.com/google/latexify_py/pull/162
* remove common prefixes. by odashi in https://github.com/google/latexify_py/pull/166
* Improve algorithmic codegen, return multiline string by ZibingZhang in https://github.com/google/latexify_py/pull/167
* Change default multiplication behavior by ZibingZhang in https://github.com/google/latexify_py/pull/161
* Frontend refactor -- ipython_wrapper for decorator output, setup work for ipython-algorithmic codegen by ZibingZhang in https://github.com/google/latexify_py/pull/164
* publish algorithmic decorator by odashi in https://github.com/google/latexify_py/pull/170
* Remove EXPRESSION style by odashi in https://github.com/google/latexify_py/pull/171
* Algorithmic decorator (implement output for _repr_latex_) by ZibingZhang in https://github.com/google/latexify_py/pull/163
* Fix function name bug on algorithmic by odashi in https://github.com/google/latexify_py/pull/172
* For loop support in alg codegen by ZibingZhang in https://github.com/google/latexify_py/pull/174
* Basic NumPy Transpose Use Cases by J-Douglas in https://github.com/google/latexify_py/pull/181

New Contributors
* cclauss made their first contribution in https://github.com/google/latexify_py/pull/99
* jianan1104 made their first contribution in https://github.com/google/latexify_py/pull/112
* ZiadAmerr made their first contribution in https://github.com/google/latexify_py/pull/117
* kshxtij made their first contribution in https://github.com/google/latexify_py/pull/111
* Casper-Guo made their first contribution in https://github.com/google/latexify_py/pull/115
* cool-RR made their first contribution in https://github.com/google/latexify_py/pull/122
* jasonlmfong made their first contribution in https://github.com/google/latexify_py/pull/123
* ZibingZhang made their first contribution in https://github.com/google/latexify_py/pull/126
* 0xflotus made their first contribution in https://github.com/google/latexify_py/pull/127
* specbug made their first contribution in https://github.com/google/latexify_py/pull/141
* LakeBlair made their first contribution in https://github.com/google/latexify_py/pull/148
* erica-w-fu made their first contribution in https://github.com/google/latexify_py/pull/146
* J-Douglas made their first contribution in https://github.com/google/latexify_py/pull/181

**Full Changelog**: https://github.com/google/latexify_py/compare/v0.2.0...v0.3.0b1

0.2.0

This release includes many improvements from 0.1. Some of them break backward compatibility. Please take a look at the Official Colab or the documentation for more details.

What's Changed
* Support nested function. by odashi in https://github.com/google/latexify_py/pull/47
* Support basic math NumPy functions by Raphael-CV in https://github.com/google/latexify_py/pull/49
* Add assign feature by Raphael-CV in https://github.com/google/latexify_py/pull/51
* Fix CI by odashi in https://github.com/google/latexify_py/pull/55
* Refactoring of the library by odashi in https://github.com/google/latexify_py/pull/58
* Add pull request template. by odashi in https://github.com/google/latexify_py/pull/60
* Improve visit_Compare implementation by odashi in https://github.com/google/latexify_py/pull/61
* Improve visit_BoolOp implementation by odashi in https://github.com/google/latexify_py/pull/62
* Support substitution of identifiers by odashi in https://github.com/google/latexify_py/pull/64
* Support substitution by odashi in https://github.com/google/latexify_py/pull/67
* Remove action enum, and add Latexify specific exceptions by odashi in https://github.com/google/latexify_py/pull/68
* More refactoring by odashi in https://github.com/google/latexify_py/pull/71
* More and more refactoring. by odashi in https://github.com/google/latexify_py/pull/72
* Add latexify.function/expression frontends by odashi in https://github.com/google/latexify_py/pull/73
* Support more expressions in sum and prod. by odashi in https://github.com/google/latexify_py/pull/76
* Support multi-clause comprehension in sum and prod. by odashi in https://github.com/google/latexify_py/pull/77
* Supports if clause in comprehension with sum/prod. by odashi in https://github.com/google/latexify_py/pull/79
* fix: sub operate cause bracket error by chunibyo-wly in https://github.com/google/latexify_py/pull/80
* support list/set comprehension. by odashi in https://github.com/google/latexify_py/pull/84
* Fine-grained codegen of binary operations by odashi in https://github.com/google/latexify_py/pull/85
* Entire refactoring of BinOp/UnaryOp/Compare/BoolOp by odashi in https://github.com/google/latexify_py/pull/92
* Release scripts by odashi in https://github.com/google/latexify_py/pull/95
* Add _version.py by odashi in https://github.com/google/latexify_py/pull/96
* fix release.yml by odashi in https://github.com/google/latexify_py/pull/97
* fib(0) should be zero , not 1 as in sample code by leewalter in https://github.com/google/latexify_py/pull/101
* Support set operations. by odashi in https://github.com/google/latexify_py/pull/94
* add documentation. by odashi in https://github.com/google/latexify_py/pull/98

New Contributors
* Raphael-CV made their first contribution in https://github.com/google/latexify_py/pull/49
* chunibyo-wly made their first contribution in https://github.com/google/latexify_py/pull/80
* leewalter made their first contribution in https://github.com/google/latexify_py/pull/101

**Full Changelog**: https://github.com/google/latexify_py/compare/v0.1.1...v0.2.0

0.2.0b2

0.2.0b1

Page 2 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.