File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,7 @@ Release Notes
22-------------
33**Future Releases **
44 * Enhancements
5- * Added optional ``recommendation_score `` to rank pipelines during AutoMLSearch :pr: `4156 `
6- * Added BytesIO support to PipelinBase.load() :pr: `4179 `
75 * Fixes
8- * Capped numpy at <=1.23.5 as a temporary measure for SHAP :pr: `4172 `
9- * Updated our readthedocs recipe to reenable builds :pr: `4177 `
106 * Changes
117 * Documentation Changes
128 * Testing Changes
@@ -16,6 +12,15 @@ Release Notes
1612 **Breaking Changes **
1713
1814
15+ **v0.76.0 May. 09, 2023 **
16+ * Enhancements
17+ * Added optional ``recommendation_score `` to rank pipelines during AutoMLSearch :pr: `4156 `
18+ * Added BytesIO support to PipelinBase.load() :pr: `4179 `
19+ * Fixes
20+ * Capped numpy at <=1.23.5 as a temporary measure for SHAP :pr: `4172 `
21+ * Updated our readthedocs recipe to reenable builds :pr: `4177 `
22+
23+
1924**v0.75.0 May. 01, 2023 **
2025 * Fixes
2126 * Fixed bug where resetting the holdout data indices would cause time series ``predict_in_sample `` to be wrong :pr: `4161 `
Original file line number Diff line number Diff line change 2323warnings .filterwarnings ("ignore" , category = FutureWarning )
2424warnings .filterwarnings ("ignore" , category = DeprecationWarning )
2525
26- __version__ = "0.75 .0"
26+ __version__ = "0.76 .0"
You can’t perform that action at this time.
0 commit comments