Skip to content

Commit

Permalink
Added changelog
Browse files Browse the repository at this point in the history
Added changelog to document changes to crema for subsequent changes/releases.
  • Loading branch information
donnyyy777 committed Jun 11, 2021
1 parent c49306a commit 89b1dc3
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
10 changes: 10 additions & 0 deletions docs/CHANGELOG.md
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
2 changes: 1 addition & 1 deletion docs/api/confidence.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Confidence
=========
===========

.. automodule:: crema.confidence
:members: TdcConfidence
2 changes: 0 additions & 2 deletions docs/changelog.rst

This file was deleted.

1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"sphinx.ext.intersphinx",
"sphinxarg.ext",
"nbsphinx",
"myst_parser",
]

nbsphinx_execute = "never"
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
self
cli.rst
api/index.rst
Changelog <changelog.rst>
Changelog <CHANGELOG.md>


Getting Started
Expand Down

0 comments on commit 89b1dc3

Please sign in to comment.