Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikbostrom authored Jun 28, 2023
1 parent 45fd0bd commit 2bc06c2
Show file tree
Hide file tree
Showing 8 changed files with 3,293 additions and 1,175 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
author = 'Henrik Boström'

# The short X.Y version
version = '0.5.1'
version = '0.6.0'

# The full version, including alpha/beta/rc tags
release = '0.5.1'
release = '0.6.0'


# -- General configuration ---------------------------------------------------
Expand Down
9 changes: 7 additions & 2 deletions docs/crepes.extras.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@ The crepes.extras module

.. module:: crepes.extras

.. autofunction:: hinge

.. autofunction:: binning

.. autoclass:: DifficultyEstimator
:members:

.. autofunction:: binning




11 changes: 9 additions & 2 deletions docs/crepes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,18 @@ The crepes package

.. module:: crepes

.. autoclass:: Wrap
.. autoclass:: WrapClassifier
:members:


.. autoclass:: WrapRegressor
:members:

.. autoclass:: ConformalClassifier
:members:

.. autoclass:: ConformalRegressor
:members:

.. autoclass:: ConformalPredictiveSystem
:members:

Binary file modified docs/crepes_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2bc06c2

Please sign in to comment.