Skip to content

Commit

Permalink
remove ext
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdfish committed Jul 15, 2023
1 parent e287649 commit 9edf0d3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 242 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
/Manifest.toml
/docs/Manifest.toml
Manifest.toml
/temp
10 changes: 1 addition & 9 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SequentialSamplingModels"
uuid = "0e71a2a6-2b30-4447-8742-d083a85e82d1"
authors = ["itsdfish"]
version = "0.5.0"
version = "0.5.1"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand All @@ -11,14 +11,6 @@ PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StatsAPI = "82ae8749-77ed-4fe6-ae5f-f523153014b0"

[weakdeps]
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
KernelDensity = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"

[extensions]
PlotsExt = "Plots"

[compat]
Distributions = "v0.24.6, 0.25"
DynamicPPL = "0.22.0,0.23.0"
Expand Down
4 changes: 2 additions & 2 deletions docs/src/plotting.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ which will work with all SSMs available in the package. Here is a simple example

```@example
using SequentialSamplingModels
using StatsPlots
using Plots
dist = RDM(;ν=[1,2,3], k=.30, A=.70, τ=.20)
histogram(dist)
Expand All @@ -21,7 +21,7 @@ You can overwrite the default plot options by passing keyword arguments. The cod

```@example
using SequentialSamplingModels
using StatsPlots
using Plots
dist = RDM(;ν=[1,2,3], k=.30, A=.70, τ=.20)
histogram(dist)
Expand Down
225 changes: 0 additions & 225 deletions ext/PlotsExt.jl

This file was deleted.

4 changes: 0 additions & 4 deletions ext/kde.jl

This file was deleted.

0 comments on commit 9edf0d3

Please sign in to comment.