Yusuke Oda
Yusuke Oda
@maifeeulasad Thanks for reporting the issue! Since the current implementation is different from the released version(v0.1.1), I also tried the function above using the main: I guess some problems are...
I also think automatically collecting imported modules through `globals()` could work. Let me make another issue for it.
FYI: v0.2.0 has been released. I'd close this issue, but feel free to reopen it if you have more questions.
@Casper-Guo If you are planning to implement this on `FunctionExpander`, `function_expander_test.py` is the best place I think.
@LakeBlair I checked it now. Overall it looks great, but it also requires some refactoring to support complete syntax and error handling. If you are okay, I will fix remaining...
Okay, let's move onto the pull request to continue the discussion.
@cclauss Thank you! I will merge this PR after one planned release (0.2) was delivered.
@Casper-Guo Yes I think it is reasonable. maybe we restrict to show only $(R, 1)$, $(1, C)$ and $(R, C)$ arrays with size $R \le R_{max}$ and $C \le C{max}$,...
@Casper-Guo We can start with hard-coding the constraint into the code until we decided the structure of config files.
@Casper-Guo Yeah it would be good, but it may also become a complicated config. We need to focus on consolidating the name processing first (using the same processor for all...