Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Release 0.2.4

Compare
Choose a tag to compare
@mysticfall mysticfall released this 26 Sep 06:47
· 29 commits to main since this release
  • Fixed the problem of functions with *args or **kwargs missing arguments.
  • Support for bgl module's function variant expressions (e.g. "B{func1, func2}").
  • Added support for "iterable of T" type expression.
  • Added support for "pair of T" type expression.
  • Now it recognises most of matrix related expressions (e.g. "4x4 matrix [[float]]").