-
Notifications
You must be signed in to change notification settings - Fork 101
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
Update Turing to v0.34 #513
Conversation
Preview the changes: https://turinglang.org/docs/pr-previews/513 |
Our outstanding issues are tabulated on our [issue tracker](https://github.com/TuringLang/Turing.jl/issues). | ||
Closing one of these may involve implementing new features, fixing bugs, or writing example models. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are a couple of things here which I think it might be worth thinking about:
-
Turing issues aren't all hosted on Turing.jl, they're scattered around the entire organisation. I don't know if there's a way to view all of them at the same time.
-
If someone wants to work on an issue, it would be good for at least one of us to be aware of that. It's probably a bit intimidating for someone new to directly ping a person, and in any case the person that is pinged might not see it because they're away etc.
I think it would be good to create an organisation team like
@turinglang/maintainers
or something like that, and say "if you want to take on an open issue, ping this group of people". Then one of us could (for example) assign the issue to them. (This is a pattern I've seen on other projects.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feel free to experiment with it!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like this idea of maintainers team.
Also, if you have any ideas for how to keep tabs on what's going on in the repo, I'm looking for better ways. I would ideally like an email notification every time a new issue or PR is opened, but not every time a comment is left in any issue or PR, and I haven't found a way to do it. Either I get unmanageable amounts of spam, or I miss out on important conversations and changes.
Could discuss this at one of the weekly catch-ups.
Thanks, @penelopeysm; this looks good! Can we add an Action to the Turing.jl repo to automate this for future releases? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I had a few very minor suggestions.
How do the backport branches work?
Our outstanding issues are tabulated on our [issue tracker](https://github.com/TuringLang/Turing.jl/issues). | ||
Closing one of these may involve implementing new features, fixing bugs, or writing example models. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like this idea of maintainers team.
Also, if you have any ideas for how to keep tabs on what's going on in the repo, I'm looking for better ways. I would ideally like an email notification every time a new issue or PR is opened, but not every time a comment is left in any issue or PR, and I haven't found a way to do it. Either I get unmanageable amounts of spam, or I miss out on important conversations and changes.
Could discuss this at one of the weekly catch-ups.
Co-authored-by: Markus Hauru <[email protected]>
Thanks both. @yebai @mhauru The list of versions should then point to it. However, the list of versions is only generated when this is merged into master, so I can't verify that it works now ... but it should. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super, thanks @penelopeysm!
This PR follows on from the release of v0.34.0: https://github.com/TuringLang/Turing.jl/releases/tag/v0.34.0
backport-v0.33
, with the current contents of master, so that the v0.33 docs get published as well.