-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added changelog to document changes to crema for subsequent changes/releases.
- Loading branch information
1 parent
c49306a
commit 89b1dc3
Showing
5 changed files
with
13 additions
and
4 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,10 @@ | ||
# Changelog for crema | ||
|
||
## [0.0.5] - 2021-06-11 | ||
### Added | ||
- This changelog. | ||
|
||
### Changed | ||
- Refactored the structure of classes and functions for better organization and readability | ||
- Updated and improved unit/system tests | ||
- Huge speed increase in calculating confidence level estimates |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Confidence | ||
========= | ||
=========== | ||
|
||
.. automodule:: crema.confidence | ||
:members: TdcConfidence |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -47,6 +47,7 @@ | |
"sphinx.ext.intersphinx", | ||
"sphinxarg.ext", | ||
"nbsphinx", | ||
"myst_parser", | ||
] | ||
|
||
nbsphinx_execute = "never" | ||
|
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
self | ||
cli.rst | ||
api/index.rst | ||
Changelog <changelog.rst> | ||
Changelog <CHANGELOG.md> | ||
|
||
|
||
Getting Started | ||
|