Skip to content

Commit

Permalink
Merge pull request #10 from AlgebraicJulia/change_attrs
Browse files Browse the repository at this point in the history
Change attributes without destroying object
  • Loading branch information
kris-brown committed Oct 17, 2022
2 parents 9ce8984 + b7463f8 commit 9449c49
Show file tree
Hide file tree
Showing 9 changed files with 351 additions and 169 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
julia-version: ['1.6', '1.7']
julia-version: ['1.7', '1.8']
os: [ubuntu-latest]

steps:
Expand Down
5 changes: 2 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,18 @@ name = "AlgebraicRewriting"
uuid = "725a01d3-f174-5bbd-84e1-b9417bad95d9"
license = "MIT"
authors = ["Kris Brown <kristopher.brown@ufl.edu>"]
version = "0.0.6"
version = "0.0.7"

[deps]
AutoHashEquals = "15f4f7f2-30c1-5605-9d31-71845cf9641f"
Catlab = "134e5e36-593f-5add-ad60-77f754baafbe"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
StructEquality = "6ec83bb0-ed9f-11e9-3b4c-2b04cb4e219c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
AutoHashEquals = "0.2.0"
Catlab = "0.14"
DataStructures = "0.17, 0.18"
Reexport = "^1"
Expand Down
Loading

0 comments on commit 9449c49

Please sign in to comment.