Skip to content
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

Tag a new release #154

Closed
TorkelE opened this issue May 29, 2024 · 3 comments
Closed

Tag a new release #154

TorkelE opened this issue May 29, 2024 · 3 comments

Comments

@TorkelE
Copy link

TorkelE commented May 29, 2024

Would it be possible to tag a new release?

I think a while ago it was changed so that you could pass ContinuationPar using

opts_br = ContinuationPar(p_min = p_span[1], p_max = p_span[2], max_steps = 1000)
bif_dia = bifurcationdiagram(bprob, PALC(), 2, opts_br; bothside = true)

instead of

opts_br = ContinuationPar(p_min = p_span[1], p_max = p_span[2], max_steps = 1000)
bif_dia = bifurcationdiagram(bprob, PALC(), 2, (args...) -> opts_br; bothside = true)

However, now when I rewrite my docs to use this, I get an error. I noted that there hadn't been a release in a while, maybe this is the reason?

@rveltz
Copy link
Member

rveltz commented May 31, 2024

I am on it. KrylovKit is blocking it for now.

@rveltz
Copy link
Member

rveltz commented Jun 1, 2024

done!

@rveltz
Copy link
Member

rveltz commented Jun 16, 2024

Is this resolved?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants