-
Notifications
You must be signed in to change notification settings - Fork 17
Drop support for Julia 1.9 #703
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
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
1a62d75
Drop support for Julia 1.9
efaulhaber 4b0444e
Explicitly test Julia versions since 1.10
efaulhaber 123b430
Increase compat for PointNeighbors.jl
efaulhaber 33473ea
Downgrade CairoMakie
efaulhaber d0b58d3
Run Windows and macOS tests on versions min and 1
efaulhaber d80dc2f
Fix job names
efaulhaber 50eb8b7
Actually run jobs on the specified operating systems
efaulhaber f618504
Display Julia version
efaulhaber ae0c31d
Synchronize with PointNeighbors.jl CI
efaulhaber 2fb4d96
Bump version number
efaulhaber 4987873
Require hot-fixed version of PointNeighbors.jl
efaulhaber 644ac6e
Update solution_saving.jl
efaulhaber 128bd81
Fix example tests
efaulhaber f1d0f3f
Fix properly
efaulhaber 9126cda
Fix validation
efaulhaber c696f8b
Make validation tests pass on macOS ARM
efaulhaber a9bf66e
Update tolerances for macOS-ARM
efaulhaber File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| name = "TrixiParticles" | ||
| uuid = "66699cd8-9c01-4e9d-a059-b96c86d16b3a" | ||
| authors = ["erik.faulhaber <[email protected]>"] | ||
| version = "0.2.4" | ||
| version = "0.2.5-dev" | ||
|
|
||
| [deps] | ||
| Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" | ||
|
|
@@ -32,19 +32,19 @@ TrixiBase = "9a0f1c46-06d5-4909-a5a3-ce25d3fa3284" | |
| WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192" | ||
|
|
||
| [compat] | ||
| Adapt = "3, 4" | ||
| Adapt = "4" | ||
| CSV = "0.10" | ||
| DataFrames = "1.6" | ||
| DelimitedFiles = "1" | ||
| DiffEqCallbacks = "2, 3, 4" | ||
| DiffEqCallbacks = "4" | ||
| FastPow = "0.1" | ||
| FileIO = "1" | ||
| ForwardDiff = "0.10" | ||
| GPUArraysCore = "0.1, 0.2" | ||
| GPUArraysCore = "0.2" | ||
| JSON = "0.21" | ||
| KernelAbstractions = "0.9" | ||
| MuladdMacro = "0.2" | ||
| PointNeighbors = "0.4.2" | ||
| PointNeighbors = "0.4.7" | ||
| Polyester = "0.7.10" | ||
| RecipesBase = "1" | ||
| Reexport = "1" | ||
|
|
@@ -54,4 +54,4 @@ StrideArrays = "0.1" | |
| TimerOutputs = "0.5.25" | ||
| TrixiBase = "0.1.3" | ||
| WriteVTK = "1" | ||
| julia = "1.9" | ||
| julia = "1.10" | ||
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.