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