Note about stepping away: status? #139
Replies: 12 comments 16 replies
-
|
Thanks for asking. No one has stepped up yet. Yes, if there is interest to keep these packages around, someone needs to take development/maintenance over. Rob |
Beta Was this translation helpful? Give feedback.
-
|
I apologize for the delay - last few months were a bit hectic. I'm able to pick this up if there aren't any better offers. |
Beta Was this translation helpful? Give feedback.
-
|
Hi Jeffrey, thanks for willing to step in! Please let me know if there is anyway I can help you. Just now I did send you an invitation to become a co-owner. Just as background info, over the last number of years I had about 4 objectives:
Of course, you might have very different objectives and I think that would be very healthy! Best, |
Beta Was this translation helpful? Give feedback.
-
|
I would like to be a part of the transition as well. I do have some projects that will be attached to this mainly a Bayesplot.jl package and I would like to help maintain this ecosystem. |
Beta Was this translation helpful? Give feedback.
-
|
I would like to help maintain this as well. |
Beta Was this translation helpful? Give feedback.
-
|
Also @goedman I noticed that many of the repositories that Stan.jl depends on are archived. Can we undo that? We would like to maintain them as well as they directly feed Stan.jl |
Beta Was this translation helpful? Give feedback.
-
|
Hi Brian, just send 2 invitations. ROS.jl is pretty bare, I found the R code rather R specific.
Hope this works for you,
best, Rob
Rob J Goedman
***@***.***
… On Nov 17, 2025, at 11:16, Brian Parbhu ***@***.***> wrote:
Hey @goedman <https://github.com/goedman> , I'm also interested in taking over the orgs for RegressionAndOtherStoriesJulia and StatisticalRethinkingJulia. We're doing newer releases for Stan.jl so I want to make sure we'll update those examples as well as the Turing.jl examples as well.
—
Reply to this email directly, view it on GitHub <#139 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAAMX2HDSGJAZRJROLZIFVT35IGJXAVCNFSM6AAAAABV25KUSWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTIOJZGI4TMOA>.
You are receiving this because you were mentioned.
|
Beta Was this translation helpful? Give feedback.
-
|
Hey @goedman I'm trying to register the package using Registrator.jl what was you way of going about it. Right now I'm doing a comment after the merge into master and it doesn't look like that's working. If it's possible could we go through what you did to do the release to the Julia registrar of packages. |
Beta Was this translation helpful? Give feedback.
-
|
Hi Brian, just noted your email, I’m traveling in Europe right now, so I don’t have my normal Julia work machine with me.
From memory:
1. I always kept Julia on the latest version (towards the end `juliaup up`).
2. Once julia is up to date, I updated julia itself (`julia up`). These are only a few packages, mainly Pluto.jl.
3. Then I updated and tested all JuliaStan sub-packages JuliaBase, StanJulia, StanOptimize, etc.
4. Merged and registrated (see below) these.
5. Then for Stan.j: In my case I activated the Stan.jl project, entered ‘]’ and `up`.
So at this point all package versions are the most recent available. If a package was held back, I figured out the reason and if possible fixed this.
6. Merge Stan.jl and once the merge was successful used JuliaHub to register the package.
Registration through JuliaHub should work.
7. Go to juliajub.com, login and select packages in the left hand column, then select “register package”.
You can’t put comments in the merged master, this will block further actions. I think there is something like a <NOBLOCK> marker to prevent this, but I don’t remember all the details.
Hope this helps a bit,
best,
Rob
Rob J Goedman
***@***.***
… On Dec 19, 2025, at 20:40, Brian Parbhu ***@***.***> wrote:
Hey @goedman <https://github.com/goedman> I'm trying to register the package using Registrator.jl what was you way of going about it. Right now I'm doing a comment after the merge into master and it doesn't look like that's working. If it's possible could we go through what you did to do the release to the Julia registrar of packages.
—
Reply to this email directly, view it on GitHub <#139 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAAMX2EQTN3B2LS56Z66LJ34CRIEXAVCNFSM6AAAAABV25KUSWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTKMZQGE3TONY>.
You are receiving this because you were mentioned.
|
Beta Was this translation helpful? Give feedback.
-
|
Before merging any package, I also updated its version number. |
Beta Was this translation helpful? Give feedback.
-
|
Hi Brian, recently I needed to use Stan (cmdstan) from within Swift and again evaluated whether to create a single binary or multiple binaries (as I did in Julia a number of years ago). For Swift I decided to go back to a single binary (would be equivalent to a single Julia package handling all Stan methods). Since roughly 2020 I sometimes considered a similar update for Julia to lower the maintenance effort.Sent from my iPhoneOn Jan 24, 2026, at 08:15, Brian Parbhu ***@***.***> wrote:
understood.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
Hi Rob, understood, we can take that approach I think at some point after this initial push to get StanJulia to work with 2.27 and 2.28. Right now I just want to make sure we get back to leveraging the work you already did and making sure we can safely expand the interface with packages. Still it makes sense, it would be less work to maintain once it's in that state, so I agree with the approach. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Has anyone stepped forward to take over development/maintenance? Is this still needed?
Beta Was this translation helpful? Give feedback.
All reactions