Expansion of pm.math to include more numpy functions #7124
brandonhorsley
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hey Brandon! I think you could copy/paste your message as an issue with the "Enhancement" category. It will get more visibility that way, and it can be referenced if someone takes it up. If you were interested in tackling this, basically all you need to do is import the desired functions in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all!
I raised a point on the pymc discourse (https://discourse.pymc.io/t/no-inverse-trig-in-pm-math-functions/13681/2) that pm.math appeared to be missing inverse trig functions at which point it was noted by @jessegrabowski that this is part of a larger point that pm.math is missing a lot of numpy functions and it would be worth raising this as an issue on github. As per the community guidance on contributing I am raising it here first before raising it as a formal issue.
The current workaround is to use pytensor.tensor for a range of numpy equivalent backends so this isn't a high priority point but I imagine will likely be very valuable for strengthening the documentation of pymc and making it easier for newer users by then only needing to refer to the pm.math documentation.
Beta Was this translation helpful? Give feedback.
All reactions