-
Notifications
You must be signed in to change notification settings - Fork 5
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 CI jobs and documentation build to Julia-1.11 #282
Merged
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
42e1caa
to
31c7ec7
Compare
d2e34f0
to
f10d343
Compare
…n Github CI" This reverts commit 1c65226.
The `strict` kwarg was removed from Documenter.jl. Now all builds are 'strict' by default.
Needed to build pdf docs.
f10d343
to
114b314
Compare
6a179fc
to
df8adc7
Compare
Should prevent test failures due to changed random inputs between Julia versions.
Tries to avoid (what I guess are) rounding errors to make test more robust.
df8adc7
to
b3aee42
Compare
Several new tests have been added since the timeouts were set, so this seems reasonable.
5bf6d7a
to
bfcb151
Compare
CI tests pass now using Julia-1.11.3. I've run some simulations with 1.11.3 to test #316 as well, which worked without problems, so I think we can start using 1.11.x now. |
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.
I got these updates ready, but I'm finding there are a few glitches with Julia-1.11.0 (it seems to crash when I try to use the
pkg>
interface from the REPL). There seems to be a fix for that problem which will be released in 1.11.1, so probably best to hold off on merging this at least until 1.11.1 is released.