Skip to content

Conversation

@simonjayhawkins
Copy link
Member

@simonjayhawkins simonjayhawkins added this to the 1.1.2 milestone Sep 7, 2020
@jbrockmendel
Copy link
Member

LGTM

~~~~~
- :meth:`factorize` now supports ``na_sentinel=None`` to include NaN in the uniques of the values and remove ``dropna`` keyword which was unintentionally exposed to public facing API in 1.1 version from :meth:`factorize` (:issue:`35667`)
- :meth:`DataFrame.plot` and meth:`Series.plot` raise ``UserWarning`` about usage of FixedFormatter and FixedLocator (:issue:`35684` and :issue:`35945`)
- :meth:`DataFrame.plot` and :meth:`Series.plot` raise ``UserWarning`` about usage of FixedFormatter and FixedLocator (:issue:`35684` and :issue:`35945`)
Copy link
Contributor

Choose a reason for hiding this comment

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

Should FixedFormatter and FixedLocator have double backticks?

Copy link
Contributor

Choose a reason for hiding this comment

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

too bad the docs build doesn't warn on these things. maybe can have some sort of code check (at least to check the book-ended meth/func and so on

Copy link
Member Author

Choose a reason for hiding this comment

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

Should FixedFormatter and FixedLocator have double backticks?

not sure. they are mpl classes. added anyway.

may have been better to include the message verbatim in this case instead UserWarning: FixedFormatter should only be used together with FixedLocator as was done for ValueError: buffer source array is read-only above.

@simonjayhawkins simonjayhawkins merged commit d7fe22f into pandas-dev:master Sep 8, 2020
meeseeksmachine pushed a commit to meeseeksmachine/pandas that referenced this pull request Sep 8, 2020
@simonjayhawkins simonjayhawkins deleted the doc-fix branch September 8, 2020 10:23
simonjayhawkins added a commit that referenced this pull request Sep 8, 2020
jbrockmendel pushed 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants