Skip to content

Commit 1d5b79f

Browse files
Merge pull request #175 from ChrisRackauckas-Claude/precompile-improvements-20260101-030028
Enable precompilation for SDEProblemLibrary
2 parents d298fce + 26a421f commit 1d5b79f

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)