-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Write v4 upgrade guide #4515
Comments
Hey @twiecki - which part did you want help with? |
We should mention somewhere some of the benefits / future developments that are facilitated by this change, so that it doesn't look like we are just trying to reinvent the wheel (i.e., get people excited for the change and not simply bothered) |
This will be also great to help outreachy interns learn how to update all the other notebooks to take advantage of all the improvements. Maybe we can start by updating the getting started notebook pymc-devs/pymc-examples#31 and from there start gathering and writing down all the changes that are needed to update the code. |
Here are the basics:
|
@MarcoGorelli Ideally the conversion script, is that something you are familiar with? |
I think you could subclass |
I wrote a small template/example for |
New ones:
|
I'd like to work on this. Can anyone please guide me a little bit on where to locate the upgrade guide and some general comments on the guide development? |
We should also mention how size/ shape/ dims work and the new ellipsis functionality: #4696 |
testval -> initval (still being discussed in #4729) |
oh hi I'm late here, but this sounds sensible, pinging on an issue for this notebook in pymc-examples |
We have a simple one here: https://www.pymc-labs.io/blog-posts/the-quickest-migration-guide-ever-from-pymc3-to-pymc-v40/ that should suffice for 4.0. |
In anticipation of the big v4 release we should start to write a document walking people through the upgrade process. Specifically, this document should contain:
@MarcoGorelli is that something you can help with?
The text was updated successfully, but these errors were encountered: