Skip to content

Commit

Permalink
Update doc and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofrusek committed Dec 18, 2023
1 parent 885004b commit a1cbecd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,19 @@ Besides the high-level API one can use optimizers form `scipy` or `tensorflow_pr

## Experimental

::: gsd.experimental
::: gsd.experimental.fit_mle

::: gsd.experimental.fit_mle_grid

::: gsd.experimental.g_test

::: gsd.experimental.pp_plot_data

::: gsd.experimental.BootstrapResult

::: gsd.experimental.GridEstimator

::: gsd.experimental.OptState



Expand Down
2 changes: 1 addition & 1 deletion src/gsd/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.1.1'
__version__ = '0.2.0'
from gsd.fit import GSDParams as GSDParams
from gsd.fit import fit_moments as fit_moments
from gsd.gsd import (log_prob as log_prob,
Expand Down

0 comments on commit a1cbecd

Please sign in to comment.