-
Notifications
You must be signed in to change notification settings - Fork 523
New package: BayesianInference v0.1.0 #144298
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
base: master
Are you sure you want to change the base?
New package: BayesianInference v0.1.0 #144298
Conversation
JuliaRegistrator
commented
Dec 12, 2025
- Registering package: BayesianInference
- Repository: https://github.com/BGN-for-ASNA/BayesianInference.jl
- Created by: @SebastianSosa
- Version: v0.1.0
- Commit: 41c8767f73c5c996a4bf4c0cd17da1074f0f5a8a
- Reviewed by: @SebastianSosa
- Reference: BGN-for-ASNA/BayesianInference.jl@41c8767#commitcomment-172648866
- Description: BI for Julia
UUID: d122d8d1-e425-46db-8770-26312790ade9 Repo: https://github.com/BGN-for-ASNA/BayesianInference.jl.git Tree: 827e8bcdb5913d601bb93cb8e397c02d0df9048c Registrator tree SHA: 50f504d641745716a5b3eabaf681d3a4937d2ae3
|
Hi, congrats on the package! I would strongly recommend a less generic name, especially for a package that looks rather modest in scale (which means it cannot claim to represent all of Bayesian inference) |
|
Also, if I'm not mistaken there is a lot of type piracy |
|
Hello, I am an automated registration bot. I help manage the registration process by checking your registration against a set of AutoMerge guidelines. If all these guidelines are met, this pull request will be merged automatically, completing your registration. It is strongly recommended to follow the guidelines, since otherwise the pull request needs to be manually reviewed and merged by a human. 1. New package registrationPlease make sure that you have read the package naming guidelines. 2. AutoMerge Guidelines are all met! ✅Your new package registration met all of the guidelines for auto-merging and is scheduled to be merged when the mandatory waiting period (3 days) has elapsed. 3. To pause or stop registrationIf you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text Tip: You can edit blocking comments to add |
Unfortunately, the name cannot be changed. It must remain consistent across the Python and R versions, and it is also the name used in the submitted paper. |
Indeed there is. The sole purpose of this is to enable basic, direct mathematical operations on JAX arrays, thereby preventing Julia users from having to convert those arrays manually. |
What about changing the package name to BIJ? Would that be acceptable, or is the name too uninformative? |
As a general rule, that is not something we can take into account for registrations, unfortunately. Always register a package before publishing about it. I have no opinion on whether the current name is appropriate or not.
Three-letter package names are no longer accepted for new packages, so that is not an option.
I would be extremely skeptical of registering any package that commits type piracy. There may be exceptional circumstances where this could be okay, but IMO it would have to have substantial community consensus that that is indeed the best / only way to solve a particular problem, and that the potential issues associated with type piracy (invalidations, correctness issues) have been mitigated |