Skip to content

Commit

Permalink
Fixing issue with changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
elemets committed Feb 10, 2025
1 parent bac4f8a commit bc4ce48
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
3 changes: 1 addition & 2 deletions docs/_sources/changelog.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ Changelog
Version 0.0.26b (Beta)
-----------------------

- Optimal threshold: Users can now specify target precision or recall and an optimal
threshold is computed for that
- Optimal threshold: Users can now specify target precision or recall and an optimal threshold is computed for that
- Finalised testing: coverage is now at 86% total
- New get_feature_names() helper function for extracting features
- n_estimators calculation for boosting algorithms is now fixed
Expand Down
9 changes: 4 additions & 5 deletions docs/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,11 @@ <h1>Changelog<a class="headerlink" href="#changelog" title="Link to this heading
<section id="version-0-0-26b-beta">
<h2>Version 0.0.26b (Beta)<a class="headerlink" href="#version-0-0-26b-beta" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>Optimal threshold: Users can now specify target precision or recall and an optimal</p></li>
<li><p>Optimal threshold: Users can now specify target precision or recall and an optimal threshold is computed for that</p></li>
<li><p>Finalised testing: coverage is now at 86% total</p></li>
<li><p>New get_feature_names() helper function for extracting features</p></li>
<li><p>n_estimators calculation for boosting algorithms is now fixed</p></li>
</ul>
<p>threshold is computed for that
- Finalised testing: coverage is now at 86% total
- New get_feature_names() helper function for extracting features
- n_estimators calculation for boosting algorithms is now fixed</p>
</section>
<section id="version-0-0-25a">
<h2>Version 0.0.25a<a class="headerlink" href="#version-0-0-25a" title="Link to this heading"></a></h2>
Expand Down
3 changes: 1 addition & 2 deletions source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ Changelog
Version 0.0.26b (Beta)
-----------------------

- Optimal threshold: Users can now specify target precision or recall and an optimal
threshold is computed for that
- Optimal threshold: Users can now specify target precision or recall and an optimal threshold is computed for that
- Finalised testing: coverage is now at 86% total
- New get_feature_names() helper function for extracting features
- n_estimators calculation for boosting algorithms is now fixed
Expand Down

0 comments on commit bc4ce48

Please sign in to comment.