Skip to content

Commit

Permalink
fix issue #14 for scikit-learning update
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhao062 committed Feb 8, 2024
1 parent 93fa075 commit 0458f08
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ v<0.0.9>, <07/16/2023> -- Urgent update for scikit-learn 1.3.
v<0.1.0>, <10/26/2023> -- Fix the issue for python 3.7.
v<0.1.0>, <10/26/2023> -- Update docs.
v<0.1.1>, <11/19/2023> -- Optimize for model compatibility.
v<0.1.2>, <02/01/2024> -- Permanent fix the issue of sklearn incompatibility.
v<0.1.2>, <02/01/2024> -- Permanent fix the issue of sklearn incompatibility.
v<0.1.3>, <02/01/2024> -- Permanent fix the issue of sklearn incompatibility (additional hot fix).
8 changes: 4 additions & 4 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ prune suod/test
include README.rst
include requirements.txt
include suod/models
include suod/models/saved_models/bps_prediction.joblib
include suod/models/saved_models/bps_train.joblib
include suod/models/saved_models/bps_prediction_old.joblib
include suod/models/saved_models/bps_train_old.joblib
include suod/models/saved_models/summary_prediction.txt
include suod/models/saved_models/summary_prediction.xlsx
include suod/models/saved_models/summary_train.txt
include suod/models/saved_models/summary_train.xlsx
2 changes: 1 addition & 1 deletion suod/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
#
__version__ = '0.1.2' # pragma: no cover
__version__ = '0.1.3' # pragma: no cover

0 comments on commit 0458f08

Please sign in to comment.