Skip to content

Commit

Permalink
Merge pull request #76 from JuliaConstraints/dev
Browse files Browse the repository at this point in the history
New release
  • Loading branch information
Azzaare authored Aug 12, 2024
2 parents ed2690d + 4e77f88 commit 66fea81
Show file tree
Hide file tree
Showing 60 changed files with 41 additions and 7,490 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: which julia
continue-on-error: true
- name: Install Julia, but only if it is not already available in the PATH
uses: julia-actions/setup-julia@v1
uses: julia-actions/setup-julia@v2
with:
version: "1"
arch: ${{ runner.arch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
fail-fast: false
matrix:
version:
- "1.8"
- "1.9"
- "1" # automatically expands to the latest stable 1.x release of Julia
- "pre"
os:
Expand Down
11 changes: 5 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "CompositionalNetworks"
uuid = "4b67e4b5-442d-4ef5-b760-3f5df3a57537"
authors = ["Jean-François Baffier"]
version = "0.5.8"
version = "0.5.9"

[deps]
ConstraintCommons = "e37357d9-0691-492f-a822-e5ea6a920954"
Expand All @@ -12,7 +12,6 @@ JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"
ThreadSafeDicts = "4239201d-c60e-5e0a-9702-85d713665ba7"
Unrolled = "9602ed7d-8fef-5bc8-8597-8f21381861e8"

[compat]
Expand All @@ -23,19 +22,19 @@ Distances = "0.10"
JuliaFormatter = "1"
OrderedCollections = "1"
Random = "1"
TestItemRunner = "0.2, 1"
TestItems = "0.1, 1"
ThreadSafeDicts = "0.1"
Unrolled = "0.1"
julia = "1.8"
julia = "1.9"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Evolutionary = "86b6b26d-c046-49b6-aa0b-5f0f74682bd6"
ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
Memoization = "6fafb56a-5788-4b4e-91ca-c0cea6611c73"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
ThreadPools = "b189fb0b-2eb5-4ed4-bc0c-d34c51242431"

[targets]
test = ["Aqua", "Evolutionary", "Memoization", "Test", "TestItemRunner", "ThreadPools"]
test = ["Aqua", "ExplicitImports", "JET", "Evolutionary", "Memoization", "Test", "TestItemRunner", "ThreadPools"]
5 changes: 0 additions & 5 deletions perf/Project.toml

This file was deleted.

36 changes: 0 additions & 36 deletions perf/allocs.jl

This file was deleted.

21 changes: 0 additions & 21 deletions perf/bench.jl

This file was deleted.

11 changes: 0 additions & 11 deletions perf/benchmarks/benchmark-0.2.7.csv

This file was deleted.

11 changes: 0 additions & 11 deletions perf/benchmarks/benchmark-0.3.0.csv

This file was deleted.

11 changes: 0 additions & 11 deletions perf/benchmarks/benchmark-0.3.1.csv

This file was deleted.

Binary file removed perf/benchmarks/benchmark-allocs.pdf
Binary file not shown.
Binary file removed perf/benchmarks/benchmark-allocs.png
Binary file not shown.
Loading

0 comments on commit 66fea81

Please sign in to comment.