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 Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ PrecompileTools = "1.1"
Reexport = "0.2, 1.0"
SafeTestsets = "0.1, 1"
SciMLBase = "3.27"
SciMLTesting = "1"
SciMLTesting = "2.1"
Test = "<0.0.1, 1"
julia = "1.10"

Expand Down
5 changes: 5 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# MATLABDiffEq.jl

```@autodocs
Modules = [MATLABDiffEq]
```
5 changes: 1 addition & 4 deletions test/qa/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@ SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
SciMLTesting = "09d9d899-5365-40a9-917a-5f67fddea283"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[sources]
MATLABDiffEq = {path = "../.."}

[compat]
Aqua = "0.8"
JET = "0.9, 0.10, 0.11"
SafeTestsets = "0.1, 1"
SciMLTesting = "1.7"
SciMLTesting = "2.1"
Test = "<0.0.1, 1"
julia = "1.10"
1 change: 1 addition & 0 deletions test/qa/qa.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ using SciMLTesting, MATLABDiffEq, JET, Test
run_qa(
MATLABDiffEq;
explicit_imports = true,
api_docs_kwargs = (; rendered = true),
ei_kwargs = (;
# DiffEqBase.__solve (SciMLBase-owned) is the documented solver extension
# point re-exported by DiffEqBase, and the Symbolics-owned MATLABTarget is
Expand Down
Loading