Skip to content

Conversation

@jbrockmendel
Copy link
Member

  • closes #xxxx
  • tests added / passed
  • passes black pandas
  • passes git diff upstream/master -u -- "*.py" | flake8 --diff
  • whatsnew entry

tm.assert_frame_equal(result, expected)

def test_corr_item_cache(self):
# Check that corr does not lead to incorrect entries in item_cache
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there an open issue for this? If not can you add a whatsnew?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whatsnew added

@jreback jreback added Internals Related to non-user accessible pandas implementation Bug labels Sep 5, 2020
@jreback jreback added this to the 1.2 milestone Sep 5, 2020
copy : bool, default False
Whether to copy the blocks
"""
self._consolidate_inplace()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if you are removing this then get_bool_data right above looks suspicious.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i agree. thats part of the _reduce trouble we discussed this afternoon. #34918 removes that usage.

@jreback jreback merged commit cf1aa9e into pandas-dev:master Sep 5, 2020
@jreback
Copy link
Contributor

jreback commented Sep 5, 2020

thanks @jbrockmendel

@jbrockmendel jbrockmendel deleted the bug-get_numeric_data branch September 5, 2020 19:58
@simonjayhawkins
Copy link
Member

whatsnew in 1.1.2. should this be backported and milestone changed or release note moved?

in release readiness I now check whatsnew on master and backport in sync

https://github.com/simonjayhawkins/pandas-release/runs/1078142445?check_suite_focus=true

@simonjayhawkins simonjayhawkins mentioned this pull request Sep 7, 2020
@simonjayhawkins
Copy link
Member

@meeseeksdev backport 1.1.x

@simonjayhawkins simonjayhawkins modified the milestones: 1.2, 1.1.2 Sep 7, 2020
meeseeksmachine pushed a commit to meeseeksmachine/pandas that referenced this pull request Sep 7, 2020
jreback pushed a commit that referenced this pull request Sep 7, 2020
…36188)

Co-authored-by: jbrockmendel <jbrockmendel@gmail.com>
jbrockmendel added a commit to jbrockmendel/pandas that referenced this pull request Sep 8, 2020
kesmit13 pushed a commit to kesmit13/pandas that referenced this pull request Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Internals Related to non-user accessible pandas implementation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants