File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,7 @@ New features
55
55
- ``plot(kind='kde') `` now accepts the optional parameters ``bw_method `` and
56
56
``ind ``, passed to scipy.stats.gaussian_kde() (for scipy >= 0.11.0) to set
57
57
the bandwidth, and to gkde.evaluate() to specify the indicies at which it
58
- is evaluated, respecttively. See scipy docs.
59
-
58
+ is evaluated, respecttively. See scipy docs. (:issue: `4298 `)
60
59
- Added ``isin `` method to DataFrame (:issue: `4211 `)
61
60
- Clipboard functionality now works with PySide (:issue: `4282 `)
62
61
- New ``extract `` string method returns regex matches more conveniently (:issue: `4685 `)
Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ Enhancements
295
295
- ``plot(kind='kde')`` now accepts the optional parameters ``bw_method`` and
296
296
``ind``, passed to scipy.stats.gaussian_kde() (for scipy >= 0.11.0) to set
297
297
the bandwidth, and to gkde.evaluate() to specify the indicies at which it
298
- is evaluated, respecttively. See scipy docs.
298
+ is evaluated, respecttively. See scipy docs. (:issue:`4298`)
299
299
- DataFrame constructor now accepts a numpy masked record array (:issue:`3478`)
300
300
- The new vectorized string method ``extract`` return regular expression
301
301
matches more conveniently.
You can’t perform that action at this time.
0 commit comments