-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a3d2654
commit 6560fc6
Showing
7 changed files
with
2,104 additions
and
1,097 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Changelog | ||
|
||
## v0.1.0 (28/06/2022) | ||
|
||
### Feature | ||
|
||
- Added the parameter `cpds_by_bins` to the `predict` method of `ConformalPredictiveSystem` | ||
|
||
### Fixes | ||
|
||
- Comments updated and added for all classes and functions | ||
- Line widths for code and comments adjusted to meet PEP 8 | ||
- Renamed some parameter names | ||
- The function `binning` in `crepes.fillings` updated to produce the correct number of bins | ||
- The Jupyter notebook `crepes.ipynb` has been updated and extended | ||
|
||
## v0.0.1 (17/11/2021) | ||
|
||
- First release of `crepes` |
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.