Skip to content

Commit e7b97ad

Browse files
committed
Trying to fix ;;
1 parent 838bb5f commit e7b97ad

File tree

4 files changed

+32
-64
lines changed

4 files changed

+32
-64
lines changed

.github/workflows/Documenter.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ on:
88
push:
99
branches:
1010
- main
11-
tags: ['*']
11+
tags: ["*"]
1212
pull_request:
1313
branches:
1414
- main
15-
tags: ['*']
15+
tags: ["*"]
1616

1717
# Allows you to run this workflow manually from the Actions tab
1818
workflow_dispatch:
@@ -39,15 +39,15 @@ jobs:
3939
- name: Checkout
4040
uses: actions/checkout@v4
4141
- name: Setup Node # This is still useful because it caches the node_modules so we don't constantly re-install. You don't technically need this, though.
42-
uses: actions/setup-node@v3
42+
uses: actions/setup-node@v4
4343
with:
44-
node-version: 20
45-
cache: npm # or pnpm / yarn
46-
cache-dependency-path: 'docs/package-lock.json' # this should be a package-lock.json file
44+
node-version: 20
45+
cache: npm # or pnpm / yarn
46+
cache-dependency-path: "docs/package-lock.json" # this should be a package-lock.json file
4747
- name: Setup Julia
48-
uses: julia-actions/setup-julia@v1
48+
uses: julia-actions/setup-julia@v2
4949
- name: Pull Julia cache
50-
uses: julia-actions/cache@v1
50+
uses: julia-actions/cache@v2
5151
- name: Install documentation dependencies
5252
run: julia --project=docs -e 'using Pkg; Pkg.instantiate(); Pkg.update(); Pkg.precompile(); Pkg.status()'
5353
# run: julia --project=docs -e 'using Pkg; pkg"dev ."; Pkg.instantiate(); Pkg.precompile(); Pkg.status()'

docs/Manifest.toml

+18-53
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is machine-generated - editing it directly is not advised
22

3-
julia_version = "1.11.0"
3+
julia_version = "1.10.5"
44
manifest_format = "2.0"
55
project_hash = "3b910ad975794d0c2833d9fab605f486c21f5b4c"
66

@@ -67,7 +67,7 @@ version = "2.3.0"
6767

6868
[[deps.ArgTools]]
6969
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
70-
version = "1.1.2"
70+
version = "1.1.1"
7171

7272
[[deps.ArrayInterface]]
7373
deps = ["Adapt", "LinearAlgebra"]
@@ -101,7 +101,6 @@ version = "7.16.0"
101101

102102
[[deps.Artifacts]]
103103
uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
104-
version = "1.11.0"
105104

106105
[[deps.Atomix]]
107106
deps = ["UnsafeAtomics"]
@@ -126,7 +125,6 @@ weakdeps = ["ChainRulesCore", "DataFrames", "StaticArrays", "StructArrays", "Tab
126125

127126
[[deps.Base64]]
128127
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
129-
version = "1.11.0"
130128

131129
[[deps.Baselet]]
132130
git-tree-sha1 = "aebf55e6d7795e02ca500a689d326ac979aaf89e"
@@ -371,7 +369,6 @@ version = "1.0.0"
371369
[[deps.Dates]]
372370
deps = ["Printf"]
373371
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
374-
version = "1.11.0"
375372

376373
[[deps.DefineSingletons]]
377374
git-tree-sha1 = "0fba8b706d0178b4dc7fd44a96a92382c9065c2c"
@@ -416,7 +413,6 @@ weakdeps = ["ChainRulesCore", "SparseArrays"]
416413
[[deps.Distributed]]
417414
deps = ["Random", "Serialization", "Sockets"]
418415
uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
419-
version = "1.11.0"
420416

421417
[[deps.DocStringExtensions]]
422418
deps = ["LibGit2"]
@@ -495,7 +491,6 @@ weakdeps = ["Mmap", "Test"]
495491

496492
[[deps.FileWatching]]
497493
uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
498-
version = "1.11.0"
499494

500495
[[deps.FillArrays]]
501496
deps = ["LinearAlgebra"]
@@ -574,7 +569,6 @@ version = "0.4.12"
574569
[[deps.Future]]
575570
deps = ["Random"]
576571
uuid = "9fa8497b-333b-5362-9e8d-4d0656e87820"
577-
version = "1.11.0"
578572

579573
[[deps.GPUArrays]]
580574
deps = ["Adapt", "GPUArraysCore", "LLVM", "LinearAlgebra", "Printf", "Random", "Reexport", "Serialization", "Statistics"]
@@ -649,7 +643,6 @@ version = "1.4.2"
649643
[[deps.InteractiveUtils]]
650644
deps = ["Markdown"]
651645
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
652-
version = "1.11.0"
653646

654647
[[deps.Intervals]]
655648
deps = ["Dates", "Printf", "RecipesBase", "Serialization", "TimeZones"]
@@ -789,7 +782,6 @@ version = "0.15.1"
789782
[[deps.LazyArtifacts]]
790783
deps = ["Artifacts", "Pkg"]
791784
uuid = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
792-
version = "1.11.0"
793785

794786
[[deps.LibCURL]]
795787
deps = ["LibCURL_jll", "MozillaCACerts_jll"]
@@ -799,17 +791,16 @@ version = "0.6.4"
799791
[[deps.LibCURL_jll]]
800792
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"]
801793
uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0"
802-
version = "8.6.0+0"
794+
version = "8.4.0+0"
803795

804796
[[deps.LibGit2]]
805797
deps = ["Base64", "LibGit2_jll", "NetworkOptions", "Printf", "SHA"]
806798
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
807-
version = "1.11.0"
808799

809800
[[deps.LibGit2_jll]]
810801
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll"]
811802
uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5"
812-
version = "1.7.2+0"
803+
version = "1.6.4+0"
813804

814805
[[deps.LibSSH2_jll]]
815806
deps = ["Artifacts", "Libdl", "MbedTLS_jll"]
@@ -818,7 +809,6 @@ version = "1.11.0+1"
818809

819810
[[deps.Libdl]]
820811
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
821-
version = "1.11.0"
822812

823813
[[deps.Libiconv_jll]]
824814
deps = ["Artifacts", "JLLWrappers", "Libdl"]
@@ -829,7 +819,6 @@ version = "1.17.0+0"
829819
[[deps.LinearAlgebra]]
830820
deps = ["Libdl", "OpenBLAS_jll", "libblastrampoline_jll"]
831821
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
832-
version = "1.11.0"
833822

834823
[[deps.LocalSearchSolvers]]
835824
deps = ["CompositionalNetworks", "ConstraintDomains", "Constraints", "Dates", "Dictionaries", "Distributed", "JSON", "Lazy", "OrderedCollections", "TestItems"]
@@ -857,7 +846,6 @@ version = "0.3.28"
857846

858847
[[deps.Logging]]
859848
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
860-
version = "1.11.0"
861849

862850
[[deps.LoggingExtras]]
863851
deps = ["Dates", "Logging"]
@@ -891,7 +879,6 @@ version = "1.1.2"
891879
[[deps.Markdown]]
892880
deps = ["Base64"]
893881
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
894-
version = "1.11.0"
895882

896883
[[deps.MarkdownAST]]
897884
deps = ["AbstractTrees", "Markdown"]
@@ -914,7 +901,7 @@ version = "1.1.9"
914901
[[deps.MbedTLS_jll]]
915902
deps = ["Artifacts", "Libdl"]
916903
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
917-
version = "2.28.6+0"
904+
version = "2.28.2+1"
918905

919906
[[deps.Memoization]]
920907
deps = ["MacroTools"]
@@ -943,7 +930,6 @@ version = "1.2.0"
943930

944931
[[deps.Mmap]]
945932
uuid = "a63ad114-7e13-5084-954f-fe012c677804"
946-
version = "1.11.0"
947933

948934
[[deps.Mocking]]
949935
deps = ["Compat", "ExprTools"]
@@ -953,7 +939,7 @@ version = "0.8.1"
953939

954940
[[deps.MozillaCACerts_jll]]
955941
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
956-
version = "2023.12.12"
942+
version = "2023.1.10"
957943

958944
[[deps.MutableArithmetics]]
959945
deps = ["LinearAlgebra", "SparseArrays", "Test"]
@@ -1029,7 +1015,7 @@ version = "0.2.5"
10291015
[[deps.OpenBLAS_jll]]
10301016
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"]
10311017
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
1032-
version = "0.3.27+1"
1018+
version = "0.3.23+4"
10331019

10341020
[[deps.OpenLibm_jll]]
10351021
deps = ["Artifacts", "Libdl"]
@@ -1103,13 +1089,9 @@ version = "0.2.1"
11031089
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
11041090

11051091
[[deps.Pkg]]
1106-
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "Random", "SHA", "TOML", "Tar", "UUIDs", "p7zip_jll"]
1092+
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
11071093
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
1108-
version = "1.11.0"
1109-
weakdeps = ["REPL"]
1110-
1111-
[deps.Pkg.extensions]
1112-
REPLExt = "REPL"
1094+
version = "1.10.0"
11131095

11141096
[[deps.PooledArrays]]
11151097
deps = ["DataAPI", "Future"]
@@ -1143,11 +1125,10 @@ version = "2.4.0"
11431125
[[deps.Printf]]
11441126
deps = ["Unicode"]
11451127
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
1146-
version = "1.11.0"
11471128

11481129
[[deps.Profile]]
1130+
deps = ["Printf"]
11491131
uuid = "9abbd945-dff8-562f-b5e8-e1ebf5ef1b79"
1150-
version = "1.11.0"
11511132

11521133
[[deps.ProgressLogging]]
11531134
deps = ["Logging", "SHA", "UUIDs"]
@@ -1164,14 +1145,12 @@ uuid = "110b7fcc-6942-4061-a625-86e03d1de7cf"
11641145
version = "0.2.2"
11651146

11661147
[[deps.REPL]]
1167-
deps = ["InteractiveUtils", "Markdown", "Sockets", "StyledStrings", "Unicode"]
1148+
deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"]
11681149
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
1169-
version = "1.11.0"
11701150

11711151
[[deps.Random]]
11721152
deps = ["SHA"]
11731153
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1174-
version = "1.11.0"
11751154

11761155
[[deps.RealDot]]
11771156
deps = ["LinearAlgebra"]
@@ -1226,7 +1205,6 @@ version = "1.4.5"
12261205

12271206
[[deps.Serialization]]
12281207
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
1229-
version = "1.11.0"
12301208

12311209
[[deps.Setfield]]
12321210
deps = ["ConstructionBase", "Future", "MacroTools", "StaticArraysCore"]
@@ -1252,7 +1230,6 @@ version = "0.9.4"
12521230

12531231
[[deps.Sockets]]
12541232
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
1255-
version = "1.11.0"
12561233

12571234
[[deps.SortingAlgorithms]]
12581235
deps = ["DataStructures"]
@@ -1263,7 +1240,7 @@ version = "1.2.1"
12631240
[[deps.SparseArrays]]
12641241
deps = ["Libdl", "LinearAlgebra", "Random", "Serialization", "SuiteSparse_jll"]
12651242
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1266-
version = "1.11.0"
1243+
version = "1.10.0"
12671244

12681245
[[deps.SparseInverseSubset]]
12691246
deps = ["LinearAlgebra", "SparseArrays", "SuiteSparse"]
@@ -1316,14 +1293,9 @@ uuid = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
13161293
version = "1.4.3"
13171294

13181295
[[deps.Statistics]]
1319-
deps = ["LinearAlgebra"]
1320-
git-tree-sha1 = "ae3bb1eb3bba077cd276bc5cfc337cc65c3075c0"
1296+
deps = ["LinearAlgebra", "SparseArrays"]
13211297
uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1322-
version = "1.11.1"
1323-
weakdeps = ["SparseArrays"]
1324-
1325-
[deps.Statistics.extensions]
1326-
SparseArraysExt = ["SparseArrays"]
1298+
version = "1.10.0"
13271299

13281300
[[deps.StatsAPI]]
13291301
deps = ["LinearAlgebra"]
@@ -1362,18 +1334,14 @@ git-tree-sha1 = "159331b30e94d7b11379037feeb9b690950cace8"
13621334
uuid = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
13631335
version = "1.11.0"
13641336

1365-
[[deps.StyledStrings]]
1366-
uuid = "f489334b-da3d-4c2e-b8f0-e476e12c162b"
1367-
version = "1.11.0"
1368-
13691337
[[deps.SuiteSparse]]
13701338
deps = ["Libdl", "LinearAlgebra", "Serialization", "SparseArrays"]
13711339
uuid = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
13721340

13731341
[[deps.SuiteSparse_jll]]
13741342
deps = ["Artifacts", "Libdl", "libblastrampoline_jll"]
13751343
uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c"
1376-
version = "7.7.0+0"
1344+
version = "7.2.1+1"
13771345

13781346
[[deps.TOML]]
13791347
deps = ["Dates"]
@@ -1406,7 +1374,6 @@ version = "1.10.0"
14061374
[[deps.Test]]
14071375
deps = ["InteractiveUtils", "Logging", "Random", "Serialization"]
14081376
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1409-
version = "1.11.0"
14101377

14111378
[[deps.TestItems]]
14121379
git-tree-sha1 = "42fd9023fef18b9b78c8343a4e2f3813ffbcefcb"
@@ -1441,9 +1408,9 @@ version = "0.11.3"
14411408

14421409
[[deps.Transducers]]
14431410
deps = ["Accessors", "ArgCheck", "BangBang", "Baselet", "CompositionsBase", "ConstructionBase", "DefineSingletons", "Distributed", "InitialValues", "Logging", "Markdown", "MicroCollections", "Requires", "SplittablesBase", "Tables"]
1444-
git-tree-sha1 = "2485554c5b6b039316634f9c676e1bdd84a13e31"
1411+
git-tree-sha1 = "7deeab4ff96b85c5f72c824cae53a1398da3d1cb"
14451412
uuid = "28d57a85-8fef-5791-bfe6-a80928e7c999"
1446-
version = "0.4.83"
1413+
version = "0.4.84"
14471414

14481415
[deps.Transducers.extensions]
14491416
TransducersAdaptExt = "Adapt"
@@ -1475,7 +1442,6 @@ version = "1.5.1"
14751442
[[deps.UUIDs]]
14761443
deps = ["Random", "SHA"]
14771444
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
1478-
version = "1.11.0"
14791445

14801446
[[deps.UnPack]]
14811447
git-tree-sha1 = "387c1f73762231e86e0c9c5443ce3b4a0a9a0c2b"
@@ -1484,7 +1450,6 @@ version = "1.0.2"
14841450

14851451
[[deps.Unicode]]
14861452
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
1487-
version = "1.11.0"
14881453

14891454
[[deps.Unrolled]]
14901455
deps = ["MacroTools"]
@@ -1549,7 +1514,7 @@ version = "5.11.0+0"
15491514
[[deps.nghttp2_jll]]
15501515
deps = ["Artifacts", "Libdl"]
15511516
uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d"
1552-
version = "1.59.0+0"
1517+
version = "1.52.0+1"
15531518

15541519
[[deps.p7zip_jll]]
15551520
deps = ["Artifacts", "Libdl"]

docs/make.jl

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ using ConstraintModels
1515
# Learning
1616
using CompositionalNetworks
1717
using QUBOConstraints
18-
# using ConstraintsTranslator
18+
using ConstraintsTranslator
1919
using ConstraintLearning
2020

2121
# Solvers
@@ -30,8 +30,7 @@ makedocs(;
3030
modules=[
3131
PerfChecker,
3232
ConstraintCommons, PatternFolds, ConstraintDomains, Constraints, ConstraintModels,
33-
CompositionalNetworks, QUBOConstraints, ConstraintLearning,
34-
# CompositionalNetworks, QUBOConstraints, ConstraintsTranslator, ConstraintLearning,
33+
CompositionalNetworks, QUBOConstraints, ConstraintsTranslator, ConstraintLearning,
3534
LocalSearchSolvers, CBLS, ConstraintExplorer,
3635
MetaStrategist,
3736
],
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# ConstraintsTranslator.jl
22

33
Documentation for `ConstraintsTranslator.jl`.
4+
5+
```@autodocs
6+
Modules=[ConstraintsTranslator]
7+
```

0 commit comments

Comments
 (0)