Skip to content

Commit

Permalink
Merge pull request #3 from Joshuaalbert/1.0.0
Browse files Browse the repository at this point in the history
1.0.0 readme
  • Loading branch information
Joshuaalbert authored Aug 13, 2024
2 parents 2604ad2 + d226f82 commit bd48460
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,18 @@ plt.plot(filter_result.t, filter_result.observation_mean[:, 0], label='filtered
plt.plot(forward_samples.t, forward_samples.observation[:, 0], label='forward_simulated obs')
plt.legend()
plt.show()
```
```

# Change Log

13 August 2024: Initial release 1.0.0.

## Star History

<a href="https://star-history.com/#joshuaalbert/jaxns&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=joshuaalbert/essm_jax&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=joshuaalbert/essm_jax&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=joshuaalbert/essm_jax&type=Date" />
</picture>
</a>

0 comments on commit bd48460

Please sign in to comment.