forked from SciML/MethodOfLines.jl
-
Notifications
You must be signed in to change notification settings - Fork 1
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
rebase #4772
Open
xtalax
wants to merge
298
commits into
xtalax:nonlinlap
Choose a base branch
from
SciML:master
base: nonlinlap
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
rebase #4772
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…cmhyett/MethodOfLines.jl into better_staggered_implementation
* add precompilation stage * merge precompiliation discretizations * fix * fix #293 * Update Project.toml * CompatHelper: add new compat entry for PrecompileTools at version 1, (keep existing compat) * Try new scheme for mixed derivs * remove show * mark broken * init mixed deriv rules * Update Project.toml --------- Co-authored-by: CompatHelper Julia <[email protected]>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…checkout-4 Bump actions/checkout from 3 to 4
Add a new workflow, `JuliaSimCompiler.yml`, which tests for integration with JuliaSimCompiler. Since PRs opened from forks don't have access to secrets, turn on `fail-fast` for these tests as well, so that it doesn't mess with the CI statuses for such PRs.
Remove `JuliaSimCompiler` as a test dependency as that would require having access to the package at all times to run the tests, making it synonymous with a direct dependency (and less of an extension) in the context of running tests. Instead, explicitly `Pkg.add` `JuliaSimCompiler` instead in the relevant test matrices.
Integrate JuliaSimCompiler
…2-02-48-24-585-02529218883 CompatHelper: bump compat for SciMLBase to 2, (keep existing compat)
Documenter 1.0 upgrade.
…or package docs, (keep existing compat)
…5-03-09-31-678-00990906088 CompatHelper: add new compat entry for MethodOfLines at version 0.9 for package docs, (keep existing compat)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…checkout-4 Bump actions/checkout from 3 to 4
Handle D(0.001) type of post rule subsitutions
Hopefully this fixes the tags not being generated, you may also need to update the documenter key here.
Attempt to fix TagBot workflow
Update buildkite to sandbox v2.
ci: test with `1`, `lts` and `pre` versions of julia
ci(docs): use julia 1.10
docs: fix remake of the prob
fix complex bcs and ics
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…codecov-action-5 Bump codecov/codecov-action from 4 to 5
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.