-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Julia interface improvements #11
Comments
I definitely copied the export list without doing anything to it, my bad! Re:out parameters, I believe the functions are currently implemented as you describe (new memory each time) so we should add the ! versions for tests we should probably just recreate the Python tests in all 3 languages eventually, those are the most complete |
No blame here. Yep, I see that now. You're right. We should the ! versions. Agreed on the tests. |
Would you like me to take a crack at some of these, or would you prefer to do it? |
Yes, please do. I phrased to to do list in the first person so as not to tell anybody what to do. I'd appreciate you giving it a go. Thanks. |
@WardBrian, what do you think about adding
to the BridgeStan module and dropping all other exports? The effect would be
then enables This is what they do in AbstractDifferentiation.jl. It's like a Julia version of Python's To me the pithiness is nice, but I could see it also being not obvious. |
A user could still do “const BS = BridgeStan” on their own, right? |
That's fair. It is probably better just to remind users that |
Here's a list of Julia interface items I'd like to tackle one day.
The text was updated successfully, but these errors were encountered: