Harshvir Sandhu
Harshvir Sandhu
@ricardoV94 @OriolAbril Is this still open? I'd like to work on this. Please let me know which `pm.math` functions have to be added
I would like to work on this issue
@ricardoV94 I noticed that functions such as `pt.horizontal_stack` and `pt.vertical_stack` are already present, will also implement `column_stack` and `dstack` Also, just want to confirm, do arguments of these functions still...
@ricardoV94 I observed unexpected behaviour while using `np.column_stack` with 1-D arrays. Consider the below code: ``` a = np.array([0.1, 0.2, 0.3], dtype="float32") # 1D array b = np.array([0.7, 0.8, 0.9],...
Hi @ricardoV94 I would like to contribute to this issue
I would like to work on this. @ricardoV94 Is there any specific example you would like to suggest?
@ricardoV94 @jessegrabowski Is there anything else needed for this PR?
@ricardoV94 Is there anything else needed for this PR?
Is this issue still open? I would like to work on this
@ricardoV94 It does give NotImplementedError when `mode='JAX'` Also, I'm a bit confused about how `b` can be `NoneConst` as constants are not allowed in a function param list https://github.com/pymc-devs/pytensor/blob/4d4bd16caf10791b543d285ccfe6c9231ead2e1f/pytensor/compile/function/pfunc.py#L660-L662