Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,16 @@ jobs:
fail-fast: false
matrix:
version:
- '1.8'
- '1.10'
- 'nightly'
os:
- ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
- uses: actions/cache@v1
- uses: actions/cache@v4
env:
cache-name: cache-artifacts
with:
Expand Down
16 changes: 8 additions & 8 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,32 +31,32 @@ ThermofluidQuantities = "8e558ecf-e13e-4796-9812-ac12e4724222"
ViscousFlow = "103da179-b3e4-57c1-99a4-586354eb2c5a"

[compat]
ColorTypes = "0.10.12, 0.11"
ColorTypes = "0.10.12, 0.11, 0.12"
Dierckx = "0.5.1"
Gasdynamics1D = "0.2.5"
IJulia = "1.23, 1.24"
ILMPostProcessing = "0.2.4"
Interpolations = "0.12.10, 0.13, 0.14, 0.15"
JLD2 = "0.4, 0.5"
LaTeXStrings = "1"
LinearAlgebra = "1.7"
LinearAlgebra = "1.10"
Literate = "2"
NLsolve = "4"
OrdinaryDiffEq = "6 - 6.87"
Pkg = "1.7"
OrdinaryDiffEq = "6"
Pkg = "1.10"
PlotUtils = "1"
Plots = "1.35, 1.36, 1.37, 1.38, 1.39, 1.40"
Plots = "1"
PotentialFlow = "0.2.10"
RecipesBase = "1"
Reexport = "0.2.0, 1.0"
Requires = "1"
Roots = "1, 2"
Serialization = "1.7"
Serialization = "1.10"
SpecialFunctions = "1, 2"
Statistics = "1.7"
Statistics = "1.10"
ThermofluidQuantities = "0.1"
ViscousFlow = "0.6.10"
julia = "1.7"
julia = "1.10"

[extras]
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
Expand Down
6 changes: 3 additions & 3 deletions notebook/0.0-Index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@
"file_extension": ".jl",
"mimetype": "application/julia",
"name": "julia",
"version": "1.10.5"
"version": "1.11.5"
},
"kernelspec": {
"name": "julia-1.10",
"display_name": "Julia 1.10.5",
"name": "julia-1.11",
"display_name": "Julia 1.11.5",
"language": "julia"
}
},
Expand Down
446 changes: 223 additions & 223 deletions notebook/0.1-WelcomeToJulia.ipynb

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions notebook/1.0-UnitsAndQuantities.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -715,11 +715,11 @@
"file_extension": ".jl",
"mimetype": "application/julia",
"name": "julia",
"version": "1.10.5"
"version": "1.11.5"
},
"kernelspec": {
"name": "julia-1.10",
"display_name": "Julia 1.10.5",
"name": "julia-1.11",
"display_name": "Julia 1.11.5",
"language": "julia"
}
},
Expand Down
340 changes: 170 additions & 170 deletions notebook/1.1-VelocityProfiles.ipynb

Large diffs are not rendered by default.

162 changes: 81 additions & 81 deletions notebook/1.2-DimensionlessQuantities.ipynb

Large diffs are not rendered by default.

396 changes: 198 additions & 198 deletions notebook/1.3-DimensionalAnalysis.ipynb

Large diffs are not rendered by default.

1,018 changes: 509 additions & 509 deletions notebook/2.0-FluidStatics.ipynb

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions notebook/2.1-Manometry.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -447,11 +447,11 @@
"file_extension": ".jl",
"mimetype": "application/julia",
"name": "julia",
"version": "1.10.5"
"version": "1.11.5"
},
"kernelspec": {
"name": "julia-1.10",
"display_name": "Julia 1.10.5",
"name": "julia-1.11",
"display_name": "Julia 1.11.5",
"language": "julia"
}
},
Expand Down
6 changes: 3 additions & 3 deletions notebook/2.2-SubmergedSurfaces.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -432,11 +432,11 @@
"file_extension": ".jl",
"mimetype": "application/julia",
"name": "julia",
"version": "1.10.5"
"version": "1.11.5"
},
"kernelspec": {
"name": "julia-1.10",
"display_name": "Julia 1.10.5",
"name": "julia-1.11",
"display_name": "Julia 1.11.5",
"language": "julia"
}
},
Expand Down
342 changes: 171 additions & 171 deletions notebook/3.0-Streamlines.ipynb

Large diffs are not rendered by default.

1,016 changes: 508 additions & 508 deletions notebook/3.1.1-FlowLines1.ipynb

Large diffs are not rendered by default.

278 changes: 139 additions & 139 deletions notebook/3.1.2-FlowLines2.ipynb

Large diffs are not rendered by default.

13,720 changes: 6,854 additions & 6,866 deletions notebook/3.2-PlottingFlowFields.ipynb

Large diffs are not rendered by default.

1,168 changes: 580 additions & 588 deletions notebook/3.3.1-FieldsAndDifferentialOperators.ipynb

Large diffs are not rendered by default.

4,177 changes: 2,056 additions & 2,121 deletions notebook/3.3.2-VorticityAndStreamfunction.ipynb

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions notebook/5.0-EnergyEquationExample.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -450,11 +450,11 @@
"file_extension": ".jl",
"mimetype": "application/julia",
"name": "julia",
"version": "1.10.5"
"version": "1.11.5"
},
"kernelspec": {
"name": "julia-1.10",
"display_name": "Julia 1.10.5",
"name": "julia-1.11",
"display_name": "Julia 1.11.5",
"language": "julia"
}
},
Expand Down
Loading
Loading