-
Notifications
You must be signed in to change notification settings - Fork 31
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
roadmap to 1.0 release #271
Comments
Packages we need to check (feel free to edit/add to)
|
Here one PR I make for GLM.jl : JuliaStats/GLM.jl#508 for Testing of Between-Subjects Effects, there one problem: it relies very heavily on the internal structures of the types from StatsModels. But I didn't found in StatsModels appropriate functions with methods to access these quantities in a stable way for this code:
|
nope, not on the roadmap. the goal here is to get 1.0 released with essentially what is one #154 is much more speculative and I'm not really convinced it's a good idea still (I think the problem is real, but not sure that that's the solution 😁) |
Great to see this update! FixedEffectModels.jl has a PR for v0.7 |
Hi! Is any problem to tag 0.7 now? |
0.7 registration PR opened 🎉 JuliaRegistries/General#79527 |
...and merged. |
Current plan is that we'll tag 0.7 ASAP (today probably) and then we commit to tagging 1.0 in one month (so Feb 24). #183 is sufficiently breaking taht we want to make sure that dependencies have time to upgrade and shake out any sneaky bugs that may require further breakage before we commit to 1.0.
For 0.7:
For 1.0: (with possible 0.8 if we want to give dependencies a release to target for upgrades)
columntable
#247ContrastsMatrix
and other contrasts breakage #273The text was updated successfully, but these errors were encountered: