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

Documenter 1.0 upgrade #697

Merged
merged 8 commits into from
Oct 7, 2023
Merged

Documenter 1.0 upgrade #697

merged 8 commits into from
Oct 7, 2023

Conversation

ArnoStrouwen
Copy link
Member

No description provided.

@ArnoStrouwen
Copy link
Member Author

SDE example is only compatible with SciMLBase 2.
But not all other dependencies have been upgraded to version 2 yet.
BoundaryValueDiffEq, specifically.

There is also another error regarding a solver name that I don't know how to fix: GeneralMIRK4

@ArnoStrouwen
Copy link
Member Author

Finally found the setting to get the buildkite working on PR.

@ChrisRackauckas
Copy link
Member

SciML/BoundaryValueDiffEq.jl#109 should be the only one left, and I hope it merges today.

function bc2!(residual, u, p, t) # u[1] is the beginning of the time span, and u[end] is the ending
residual[1] = u[1][1] + pi / 2 # the solution at the beginning of the time span should be -pi/2
residual[2] = u[end][1] - pi / 2 # the solution at the end of the time span should be pi/2
function bc2!((resid_a, resid_b), (u_a, u_b), p, t) # u[1] is the beginning of the time span, and u[end] is the ending
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@avik-pal is this not right?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The t should not be present

docs/src/tutorials/bvp_example.md Outdated Show resolved Hide resolved
@ChrisRackauckas
Copy link
Member

Looks like there's still more. @avik-pal can you complete this? Let's make sure that the constructors are "complete" before being set in stone.

docs/Project.toml Outdated Show resolved Hide resolved
@ChrisRackauckas ChrisRackauckas merged commit 35c4c2b into SciML:master Oct 7, 2023
@ArnoStrouwen ArnoStrouwen deleted the docs1 branch October 7, 2023 18:48
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

Successfully merging this pull request may close these issues.

3 participants