Skip to content

Commit

Permalink
crepes 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikbostrom authored Jun 28, 2022
1 parent a3d2654 commit 6560fc6
Show file tree
Hide file tree
Showing 7 changed files with 2,104 additions and 1,097 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
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`
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2021 Henrik Boström
Copyright 2022 Henrik Boström

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Expand Down
323 changes: 274 additions & 49 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 6560fc6

Please sign in to comment.