Skip to content

Commit 626ba40

Browse files
committed
DOC: issue reference for 4298
1 parent b790b36 commit 626ba40

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

doc/source/release.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ New features
5555
- ``plot(kind='kde')`` now accepts the optional parameters ``bw_method`` and
5656
``ind``, passed to scipy.stats.gaussian_kde() (for scipy >= 0.11.0) to set
5757
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`)
6059
- Added ``isin`` method to DataFrame (:issue:`4211`)
6160
- Clipboard functionality now works with PySide (:issue:`4282`)
6261
- New ``extract`` string method returns regex matches more conveniently (:issue:`4685`)

doc/source/v0.13.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ Enhancements
295295
- ``plot(kind='kde')`` now accepts the optional parameters ``bw_method`` and
296296
``ind``, passed to scipy.stats.gaussian_kde() (for scipy >= 0.11.0) to set
297297
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`)
299299
- DataFrame constructor now accepts a numpy masked record array (:issue:`3478`)
300300
- The new vectorized string method ``extract`` return regular expression
301301
matches more conveniently.

0 commit comments

Comments
 (0)