-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
REGR: GH50127 fixes error for converting to / creating Index with dtype S3
#51559
Conversation
S3
S3
CI check error seems to be unrelated, since it appears on all latest CIs. No error other than that, so happy to review it now |
EDIT: sorry, this one worked on 1.5. Is it a blocker? |
doc/source/whatsnew/v2.0.0.rst
Outdated
@@ -1399,6 +1399,7 @@ Other | |||
- Bug in incorrectly accepting dtype strings containing "[pyarrow]" more than once (:issue:`51548`) | |||
- Bug in :meth:`Series.searchsorted` inconsistent behavior when accepting :class:`DataFrame` as parameter ``value`` (:issue:`49620`) | |||
- Bug in :func:`array` failing to raise on :class:`DataFrame` inputs (:issue:`51167`) | |||
- Bug in :class:`Index` when created or converted to the numpy dtype S3 would raise ``NotImplementedError`` (:issue:`50127`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"when created or converted" -> "where creating or converting"?
Release day, moving this to the 2.1 milestone. |
Sorry, my bad, the next release should be 2.0.1, changed the milestone again. |
|
added basic intro
CLN: is_mixed_type
* Updated extension list * Fixed typo
* DEPR: downcast keyword in Index.fillna * GH ref * docstring fixup
…andas-dev#54006) * ENH: Use explicit methods instead of regex pattern in arrow strings * Fixup * Fix
…s-dev#53974) * DEPR: Replacing builtin and NumPy funcs in agg/apply/transform * mypy fixup
…ries inplace (pandas-dev#53993) * TST: add test to check dtype after replacing categorical Series inplace * replace tm.assert_index_equal with tm.assert_series_equal
Fix typos in groupby user guide
add backticks to docstrings
* CI: Clean GH Action caches older than 1 week * purge weekly instead * ensure we list a lot of caches
…ta`s (pandas-dev#54037) * Add reproducing test * Attempt fix * Add GH reference * Add whatsnew entry * Pre-commit after the fact
… headers (pandas-dev#53858) * BUG: Make bz2 import optional * CLN: Create `get_bz2_file` to match `get_lzma_file` * DOC: Add bz2 bugfix to changelog * TST: Test bz2 non-import works * TST: Test bz2 non-import from subprocess * TST: Fix bz2 non-import test * TST: Fix indentation issues in bz2 import test * MAINT: Clean up merge commit * Mark bz2 missing test with `single_cpu`
this was close to ready, re-opening. @Daquisu can you merge main and address any outstanding comments |
@Daquisu can you merge main and address any outstanding comments? ill make reviewing this a priority |
Thanks for the pull request, but it appears to have gone stale. If interested in continuing, please merge in the main branch, address any review comments and/or failing tests, and we can reopen. |
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.