-
-
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
Make 3.11.3 patch release #4658
Comments
What ArviZ things are explicitly used in 3.11.3? Depending on the imports and things used explicitly it will be one thing or another. As a first approximation, The next function to be removed will be I'll try to see what is used explicitly at some point, but if someone already knows that would be great. |
Hi @michaelosthege @twiecki I'm under the impression that |
This is a bit of a side note, but to add to the general "unsupportedness" of python 3.6, pymc3 should not install at all in python 3.6 anymore: https://github.com/pymc-devs/pymc3/blob/v3/setup.py#L85 🤔 |
Hi @hectormz ,
I am using PyMC3 |
@michaelosthege perfect! Thanks! I should say that python 3.7 would still work. Are you using anaconda? I'm not. Otherwise it could be the manner that gcc is on your path... |
@hectormz I'm always using miniconda to create environments, followed by a mix of FWIW these are the entries in my
|
@michaelosthege got it. I believe I tested before and it was a "vanilla python" which I usually use, because anaconda/miniconda must be doing something differently to inject the gcc dll path. So this is a fix for "vanilla python" users running on Windows, on Python 3.8 or higher 😁. I have anaconda installed too, but try to do as much in "vanilla python" when possible. |
Im going to be making a release sometime in the next couple of weeks It seems like this windows fix is merged into Aesara, and since pymc3 v3 installs |
@canyon289 It's not |
Im afraid to change things too much. Current released version of theano-pymc is still 1.1.2 so changing to @hectormz I hope this is ok! |
That's okay. I wish I had put the change in back in January! I just selfishly use my own fixed fork of Pymc3 is unusable on on Windows with python 3.8+ (without anaconda), so hopefully people find my solution and install it until pymc3 I recently learned that I think you can cut a release like |
side note, please go over pymc-examples open PRs or talk to me before building and publishing the updated documentation. There are several PRs ready to merge (i.e. I have marked as approved for example) but as I have been the only one to review them I have not merged yet. I generally to on a merging spree once a month and merge all approved PRs anyways if it's been approx a week or more since approval which might not align with the release |
It sounds like we should just cut another 3.11.4 release sometime to get the docs and aesara in. No need to rush everything for this one release. In terms docs @OriolAbril will this affect things given that v3 is not the latest branch anyway? Release branch is here |
@canyon289 did the 3.11.3 release: https://github.com/pymc-devs/pymc3/releases/tag/v3.11.3 If there were any docs/dependency things from this thread left on the ToDo list please open specific issues. |
Steps towards a
3.11.3
patch release:intX
#4569 should go into a3.11.3
section.3.11.x
? (cc @OriolAbril )The text was updated successfully, but these errors were encountered: