Skip to content

Commit

Permalink
Stdlib compat + Documenter v1 + bump to 0.3.1 (#54)
Browse files Browse the repository at this point in the history
* Add stdlib compat, bump to 0.3.1

* Fix docs

* Fix broken links

* Remove empty benchmarks warning
  • Loading branch information
gdalle authored Oct 30, 2023
1 parent b97687f commit 90664bb
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 595 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docs-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
using Pkg
Pkg.instantiate()
include("benchmark/run_benchmarks.jl")
include("benchmark/process_benchmarks.jl")'
include("benchmark/process_benchmarks.jl")
ENV["HMM_BENCHMARKS_DONE"] = true'
- uses: julia-actions/julia-docdeploy@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*.jl.mem
/Manifest.toml
/docs/build/
/docs/Manifest.toml
**/.CondaPkg
scratchpad.jl
**/__pycache__
Expand Down
4 changes: 3 additions & 1 deletion 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.3.0"
version = "0.3.1"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand All @@ -27,7 +27,9 @@ HiddenMarkovModelsHMMBaseExt = "HMMBase"
ChainRulesCore = "1.16"
DensityInterface = "0.4"
Distributions = "0.25"
LinearAlgebra = "1.6"
PrecompileTools = "1.1"
Random = "1.6"
RequiredInterfaces = "0.1.3"
Requires = "1.3"
SimpleUnPack = "1.1"
Expand Down
Loading

0 comments on commit 90664bb

Please sign in to comment.