Skip to content

Commit

Permalink
Remove precompilation (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle authored Apr 5, 2024
1 parent f7cf63b commit 583e48f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 deletions.
4 changes: 1 addition & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "HiddenMarkovModels"
uuid = "84ca31d5-effc-45e0-bfda-5a68cd981f47"
authors = ["Guillaume Dalle"]
version = "0.5.0"
version = "0.5.1"

[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
Expand All @@ -10,7 +10,6 @@ DensityInterface = "b429d917-457f-4dbc-8f4c-0cc954292b1d"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StatsAPI = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
Expand All @@ -30,7 +29,6 @@ Distributions = "0.25"
DocStringExtensions = "0.9"
FillArrays = "1"
LinearAlgebra = "1"
PrecompileTools = "1.1"
Random = "1"
SparseArrays = "1"
StatsAPI = "1.6"
Expand Down
3 changes: 0 additions & 3 deletions src/HiddenMarkovModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ using DensityInterface: DensityInterface, DensityKind, HasDensity, NoDensity, lo
using DocStringExtensions
using FillArrays: Fill
using LinearAlgebra: Transpose, dot, ldiv!, lmul!, mul!, parent
using PrecompileTools: @compile_workload
using Random: Random, AbstractRNG, default_rng
using SparseArrays: AbstractSparseArray, SparseMatrixCSC, nonzeros, nnz, nzrange, rowvals
using StatsAPI: StatsAPI, fit, fit!
Expand Down Expand Up @@ -48,6 +47,4 @@ include("inference/chainrules.jl")

include("types/hmm.jl")

include("precompile.jl")

end
15 changes: 0 additions & 15 deletions src/precompile.jl

This file was deleted.

0 comments on commit 583e48f

Please sign in to comment.