Skip to content

Commit

Permalink
Merge branch 'main' into symbolicutilsinterop
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfairbanks authored Oct 4, 2024
2 parents df41b18 + 9a0ba94 commit 6d1edf0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
env:
JULIA_VERSION: "1.9.3"
JULIA_VERSION: "1.10.2"
JULIA_DEPOT_PATH: "$DEPOT"

steps:

Expand All @@ -14,10 +15,10 @@ steps:
- wait

- label: ":scroll: Build docs"
command:
- "srun --mem=8G --time=1:00:00 --unbuffered jobscript.sh"
env:
JULIA_PROJECT: "docs/"
command:
- "srun --cpus-per-task=16 --mem=64G --time=1:00:00 --output=.buildkite/build_%j.log --unbuffered .buildkite/jobscript.sh"

- wait

2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
CurrentModule = DiagrammaticEquations
```

`DiagrammaticEquations.jl` is a Julia library implementing category-theoretic reasoning about systems of equations with diagrams. This package was extractedd from [Decapodes.jl](https://github.com/AlgebraicJulia/Decapodes.jl/) to decouple the representation of systems of equations from the solution of those equations. DiagrammaticEquations will grow to support many flavors of equations, starting with the discrete exterior calculus equations from Decapodes.
`DiagrammaticEquations.jl` is a Julia library implementing category-theoretic reasoning about systems of equations with diagrams. This package was extracted from [Decapodes.jl](https://github.com/AlgebraicJulia/Decapodes.jl/) to decouple the representation of systems of equations from the solution of those equations. DiagrammaticEquations will grow to support many flavors of equations, starting with the Discrete Exterior Calculus equations from Decapodes.

0 comments on commit 6d1edf0

Please sign in to comment.