-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #187 from lnccbrown/157-docs-header
Fix `Param` creation and update docs for `v0.1.1` release
- Loading branch information
Showing
40 changed files
with
20,748 additions
and
10,786 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Changelog | ||
|
||
## 0.1.x | ||
|
||
### 0.1.1 | ||
|
||
- Handle `float` types in `PyTensor` and `JAX` more consistently and explicitly. | ||
- Updated model output format to include likelihood kinds and display bounds more consistently. | ||
- Support for `inf`s in bounds. | ||
- Convenient method for simulating data with `ssm_simulators`. | ||
- More test coverage. | ||
- CI workflows for publishing package to PyPI. | ||
- Enhancement to documentations. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{% extends "base.html" %} | ||
|
||
{% block announce %} | ||
<span class="show-on-small right-margin"> | ||
<span class="twemoji right-margin show-on-small move-down"> | ||
{% include ".icons/fontawesome/solid/angles-down.svg" %} | ||
</span> | ||
Navigate the site here! | ||
</span> | ||
<span> | ||
<span class="twemoji"> | ||
{% include ".icons/material/head-question.svg" %} | ||
</span> | ||
Questions? | ||
<a href="https://github.com/lnccbrown/HSSM/issues"> | ||
Open an issue here! | ||
</a> | ||
</span> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.