Skip to content

Commit 26a421f

Browse files
committed
Enable precompilation for SDEProblemLibrary
Remove `__precompile__(false)` from SDEProblemLibrary which was added in commit 3444ffe to work around ModelingToolkit compatibility issues. Since: 1. The Catalyst/MTK dependency was removed from SDEProblemLibrary in commit 80bd7e4 2. ODEProblemLibrary and JumpProblemLibrary already had precompilation re-enabled in commit 1e68aa7, but SDEProblemLibrary was missed SDEProblemLibrary can now properly precompile, improving package load times when the cache is used. Tests continue to pass with this change. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 5e88281 commit 26a421f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lib/SDEProblemLibrary/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "SDEProblemLibrary"
22
uuid = "c72e72a9-a271-4b2b-8966-303ed956772e"
3-
version = "1.1.0"
3+
version = "1.1.1"
44

55
[deps]
66
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"

lib/SDEProblemLibrary/src/SDEProblemLibrary.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
__precompile__(false)
2-
31
module SDEProblemLibrary
42

53
using DiffEqBase, Markdown

0 commit comments

Comments
 (0)