-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update Project.toml dependencies #54
base: main
Are you sure you want to change the base?
Conversation
MRIReco 0.8 gives an error as the new regularization syntax was not implemented yet. |
I've suspended CompatHelper for now. |
Final version of updated dependencies at current date. |
@Laura2305 Looks good to me, thanks for navigating the recent changes in MRIReco.jl.
I would say we should increment to 0.2.0 on release, since if anyone goes to develop (or has modified) the package with their own adjustments, they will have to make additional modifications to adhere to the newer API of MRIReco.jl. |
@alexjaffray ok great! I think we should wait to merge this PR until Julia 1.11 is released, as Julia 1.9 now is quite a stringent requirement and the current released version of the package works. Once this is merged we can make a new release of the package. |
I think so, that would make sense to me. Let's wait to merge once 1.11 releases |
@alexjaffray Julia 1.11 has been released and the code reviewer are asking to make a release for the main branch, so I'll do that tomorrow. |
@Laura2305 Thanks for tackling the reviewer comments, I'm happy to see the feedback. Let me know if you need anything from my side. Regarding this PR, I agree that we should also add 1.11. Do you know what's stopping the nightly run? |
@alexjaffray it is related to JLD2. You should use at least version 0.5.8 if you want to support 1.12 |
JLD2 is not a direct dependency of this package but it is an indirect dependency of Images which is a dependency of this package. It seems like the problem has been solved in the main branch of Images, as its tests passed on nightly, but they haven't made a release yet. I think we should wait for their release. |
@Laura2305 there is something larger happening in Images, so I don't think we should wait for Images to release as that may take a very long time. It's been 8 months since the last release... I would consider restricting our Julia compat to 1.11 for now until Images releases a new version, and we should remove the nightly build from the tests (for now). @aTrotier do you agree? |
Yes, you can add it only when the 1.12 is officially released.
Le jeu. 16 janv. 2025, 01:32, Alexander Jaffray ***@***.***>
a écrit :
… @Laura2305 <https://github.com/Laura2305> there is something larger
happening in Images, so I don't think we should wait for Images to release
as that may take a very long time. It's been 8 months since the last
release... I would consider restricting our Julia compat to 1.11 for now
until Images releases a new version, and we should remove the nightly build
from the tests (for now). @aTrotier <https://github.com/aTrotier> do you
agree?
—
Reply to this email directly, view it on GitHub
<#54 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC5P7O3DEFH4J4LMH2T6ZAT2K34ZDAVCNFSM6AAAAABO2RKTZKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOJUGIYDSNZXGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sounds good to me! |
No description provided.