File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -116,11 +116,17 @@ cannot assure that this list is complete.)
116
116
Known Major Bugs
117
117
----------------
118
118
119
- * :issue: `11924 `: :class: `LogisticRegressionCV ` with `solver='lbfgs' ` and
120
- `multi_class='multinomial' ` may be non-deterministic or otherwise broken on
121
- macOS. This appears to be the case on Travis CI servers, but has not been
122
- confirmed on personal MacBooks! This issue has been present in previous
123
- releases.
119
+ * :issue: `11924 `: :class: `linear_model.LogisticRegressionCV ` with
120
+ `solver='lbfgs' ` and `multi_class='multinomial' ` may be non-deterministic or
121
+ otherwise broken on macOS. This appears to be the case on Travis CI servers,
122
+ but has not been confirmed on personal MacBooks! This issue has been present
123
+ in previous releases.
124
+
125
+ * :issue: `9354 `: :func: `metrics.pairwise.euclidean_distances ` (which is used
126
+ several times throughout the library) gives results with poor precision,
127
+ which particularly affects its use with 32-bit float inputs. This became
128
+ more problematic in versions 0.18 and 0.19 when some algorithms were changed
129
+ to avoid casting 32-bit data into 64-bit.
124
130
125
131
Changelog
126
132
---------
You can’t perform that action at this time.
0 commit comments