Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/examodels/juliapkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"ExaModels": {
"uuid": "1037b233-b668-4ce9-9b63-f9f681f55dd2",
"url": "https://github.com/exanauts/ExaModels.jl",
"rev": "ss/refactor"
"rev": "main"
},
"NLPModels": {
"uuid": "a4795742-8479-5a88-8948-cc11e1c8c1a6",
Expand Down
9 changes: 5 additions & 4 deletions tests/test_parity.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,11 @@
# -- needs Julia ---------------------------------------------------------
"@register_univariate": (JULIA, "registering an operator needs a Julia function"),
"@register_bivariate": (JULIA, "registering an operator needs a Julia function"),
# -- the backend's own deprecated API ------------------------------------
**dict.fromkeys(
("LegacyExaCore", "variable", "parameter", "constraint!", "subexpr"),
(LEGACY, "deprecated in the backend (deprecated.jl)")),
# The backend's deprecated mutating API — LegacyExaCore, variable,
# parameter, constraint!, subexpr — was removed upstream in
# exanauts/ExaModels.jl#295, along with deprecated.jl itself, so there is
# nothing left here to classify. The LEGACY category is kept for whatever
# is deprecated next.
"ExaModels": (INTERNAL, "the module itself"),
# -- nonlinear oracles ---------------------------------------------------
"VectorNonlinearOracle": (SUPPORTED, "exa.VectorNonlinearOracle"),
Expand Down
Loading