Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yebai authored Sep 18, 2023
1 parent 8ed8bd6 commit 241255b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,3 @@ function emission_logdensity(model::LinearSSM, state::Float64, observation::Floa
return logpdf(Normal(0, 1), observation)
end
```

More details can be found in the [documentation]() and the [examples]().

3 comments on commit 241255b

@yebai
Copy link
Member Author

@yebai yebai commented on 241255b Sep 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/91683

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" 241255b1a306cf3724bb43bec9d241ae69b9d394
git push origin v0.1.0

@yebai
Copy link
Member Author

@yebai yebai commented on 241255b Sep 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@FredericWantiez @THargreaves, here we go with the initial release.

Please sign in to comment.