Skip to content

Commit 583e48f

Browse files
authored
Remove precompilation (#97)
1 parent f7cf63b commit 583e48f

File tree

3 files changed

+1
-21
lines changed

3 files changed

+1
-21
lines changed

Project.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "HiddenMarkovModels"
22
uuid = "84ca31d5-effc-45e0-bfda-5a68cd981f47"
33
authors = ["Guillaume Dalle"]
4-
version = "0.5.0"
4+
version = "0.5.1"
55

66
[deps]
77
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
@@ -10,7 +10,6 @@ DensityInterface = "b429d917-457f-4dbc-8f4c-0cc954292b1d"
1010
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
1111
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
1212
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
13-
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
1413
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1514
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1615
StatsAPI = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
@@ -30,7 +29,6 @@ Distributions = "0.25"
3029
DocStringExtensions = "0.9"
3130
FillArrays = "1"
3231
LinearAlgebra = "1"
33-
PrecompileTools = "1.1"
3432
Random = "1"
3533
SparseArrays = "1"
3634
StatsAPI = "1.6"

src/HiddenMarkovModels.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ using DensityInterface: DensityInterface, DensityKind, HasDensity, NoDensity, lo
1717
using DocStringExtensions
1818
using FillArrays: Fill
1919
using LinearAlgebra: Transpose, dot, ldiv!, lmul!, mul!, parent
20-
using PrecompileTools: @compile_workload
2120
using Random: Random, AbstractRNG, default_rng
2221
using SparseArrays: AbstractSparseArray, SparseMatrixCSC, nonzeros, nnz, nzrange, rowvals
2322
using StatsAPI: StatsAPI, fit, fit!
@@ -48,6 +47,4 @@ include("inference/chainrules.jl")
4847

4948
include("types/hmm.jl")
5049

51-
include("precompile.jl")
52-
5350
end

src/precompile.jl

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)