Skip to content

Commit

Permalink
add issue number
Browse files Browse the repository at this point in the history
  • Loading branch information
topper-123 committed Aug 9, 2019
1 parent b1f8e29 commit 86bf0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v0.25.1.rst
Expand Up @@ -83,7 +83,7 @@ Indexing
^^^^^^^^

- Bug in partial-string indexing returning a NumPy array rather than a ``Series`` when indexing with a scalar like ``.loc['2015']`` (:issue:`27516`)
- Break reference cycle involving :class:`Index` and other index classes to allow garbage collection of index objects without running the GC. (:issue:`27585`)
- Break reference cycle involving :class:`Index` and other index classes to allow garbage collection of index objects without running the GC. (:issue:`27585`, :issue:`27840`)
-
-

Expand Down

0 comments on commit 86bf0fe

Please sign in to comment.