-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Fix minor typos #5110
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
Fix minor typos #5110
Conversation
Codecov Report
@@ Coverage Diff @@
## main #5110 +/- ##
=======================================
Coverage 77.81% 77.81%
=======================================
Files 87 87
Lines 14008 14008
=======================================
Hits 10900 10900
Misses 3108 3108 |
Noticing theres other small fixes needed here. Marking WIP till I can get to them all later |
Alright were good now |
I must say I'm not a fan of not mentioning version numbers and just going with the "PyMC" vs. "PyMC3" distinction. A sentence such as
could easily confuse someone who is not aware that there once was a "PyMC3" and that the lack of the 3 indicates that Maybe we can instead try to mention
|
I agree with @michaelosthege we should not make a distinction between PyMC3 and PyMC, there is only one project/software/package/tool and that is PyMC. If we want to contrast features from different versions we should explicitly use the version numbers like 3.x vs 4.x or <4.0, etc |
Ok! Will update |
@canyon289 Can we merge this or are there any other changes you had in mind? |
Ah I see we merged this, was going to update based on discussion in our lab meeting. Noting that within our community we still are unclear about how to refer to the distinctions of PyMC Between subsets of us we still use
|
No description provided.