Skip to content

Commit 29665c1

Browse files
authored
Merge pull request #74 from JuliaConstraints/fixes
Fixes and compat
2 parents 1745890 + 6c9a2f7 commit 29665c1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+33
-7488
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
run: which julia
1515
continue-on-error: true
1616
- name: Install Julia, but only if it is not already available in the PATH
17-
uses: julia-actions/setup-julia@v1
17+
uses: julia-actions/setup-julia@v2
1818
with:
1919
version: "1"
2020
arch: ${{ runner.arch }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
fail-fast: false
5151
matrix:
5252
version:
53-
- "1.8"
53+
- "1.9"
5454
- "1" # automatically expands to the latest stable 1.x release of Julia
5555
- "pre"
5656
os:

Project.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
1212
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
1313
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1414
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"
15-
ThreadSafeDicts = "4239201d-c60e-5e0a-9702-85d713665ba7"
1615
Unrolled = "9602ed7d-8fef-5bc8-8597-8f21381861e8"
1716

1817
[compat]
@@ -23,19 +22,19 @@ Distances = "0.10"
2322
JuliaFormatter = "1"
2423
OrderedCollections = "1"
2524
Random = "1"
26-
TestItemRunner = "0.2, 1"
2725
TestItems = "0.1, 1"
28-
ThreadSafeDicts = "0.1"
2926
Unrolled = "0.1"
30-
julia = "1.8"
27+
julia = "1.9"
3128

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

4039
[targets]
41-
test = ["Aqua", "Evolutionary", "Memoization", "Test", "TestItemRunner", "ThreadPools"]
40+
test = ["Aqua", "ExplicitImports", "JET", "Evolutionary", "Memoization", "Test", "TestItemRunner", "ThreadPools"]

perf/Project.toml

Lines changed: 0 additions & 5 deletions
This file was deleted.

perf/allocs.jl

Lines changed: 0 additions & 36 deletions
This file was deleted.

perf/bench.jl

Lines changed: 0 additions & 21 deletions
This file was deleted.

perf/benchmarks/benchmark-0.2.7.csv

Lines changed: 0 additions & 11 deletions
This file was deleted.

perf/benchmarks/benchmark-0.3.0.csv

Lines changed: 0 additions & 11 deletions
This file was deleted.

perf/benchmarks/benchmark-0.3.1.csv

Lines changed: 0 additions & 11 deletions
This file was deleted.

perf/benchmarks/benchmark-allocs.pdf

-22.5 KB
Binary file not shown.

perf/benchmarks/benchmark-allocs.png

-11.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)