-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
Feat/remediate CVE 2020 13091 audit hooks #58916
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
Closed
DomWeldon
wants to merge
167
commits into
pandas-dev:main
from
DomWeldon:feat/remediate-cve-2020-13091-audit-hooks
Closed
Feat/remediate CVE 2020 13091 audit hooks #58916
DomWeldon
wants to merge
167
commits into
pandas-dev:main
from
DomWeldon:feat/remediate-cve-2020-13091-audit-hooks
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…used fixture) (pandas-dev#56612) Backport PR pandas-dev#56595: TST/CLN: Inline seldom used fixture Co-authored-by: Matthew Roeschke <[email protected]>
…nings) (pandas-dev#56620) Backport PR pandas-dev#56615: CI: Fix deprecation warnings Co-authored-by: Patrick Hoefler <[email protected]>
…from ruff) (pandas-dev#56624) Backport PR pandas-dev#56617: TYP: some return types from ruff Co-authored-by: Torsten Wörtwein <[email protected]>
…e) (pandas-dev#56639) Backport PR pandas-dev#56636: DOC: Fixup CoW userguide Co-authored-by: Patrick Hoefler <[email protected]>
….2.0 whatsnew) (pandas-dev#56640) Backport PR pandas-dev#56632: DOC: Minor fixups for 2.2.0 whatsnew Co-authored-by: Richard Shadrach <[email protected]>
…ising for arrow floats to numpy floats) (pandas-dev#56648) Backport PR pandas-dev#56644: BUG: Series.to_numpy raising for arrow floats to numpy floats Co-authored-by: Patrick Hoefler <[email protected]>
…ds for pyarrow duration types) (pandas-dev#56656) Backport PR pandas-dev#56650: ENH: Implement dt methods for pyarrow duration types Co-authored-by: Matthew Roeschke <[email protected]>
…values) (pandas-dev#56655) Backport PR pandas-dev#56647: floordiv fix for large values Co-authored-by: rohanjain101 <[email protected]>
… merging datetime columns with timedelta columns) (pandas-dev#56658) Backport PR pandas-dev#56613: BUG: Added raising when merging datetime columns with timedelta columns Co-authored-by: Huanghz2001 <[email protected]>
… MultiIndex raising read-only error) (pandas-dev#56660) Backport PR pandas-dev#56635: CoW: Boolean indexer in MultiIndex raising read-only error Co-authored-by: Patrick Hoefler <[email protected]>
…dencies table in 2.2 whatsnew) (pandas-dev#56662) Backport PR pandas-dev#56641: DOC: Add optional dependencies table in 2.2 whatsnew Co-authored-by: Matthew Roeschke <[email protected]>
…ime ArrowDtype) (pandas-dev#56665) Backport PR pandas-dev#56370: BUG: rolling with datetime ArrowDtype Co-authored-by: Matthew Roeschke <[email protected]>
…l not properly respecting check-dtype) (pandas-dev#56668) Backport PR pandas-dev#56654: BUG: assert_series_equal not properly respecting check-dtype Co-authored-by: Patrick Hoefler <[email protected]>
…ranch) (pandas-dev#56669) Backport PR pandas-dev#56664: CI: Run jobs on 2.2.x branch Co-authored-by: Matthew Roeschke <[email protected]>
…f pygrep check for future annotation import) (pandas-dev#56683) Backport PR pandas-dev#56666: STY: Use ruff instead of pygrep check for future annotation import Co-authored-by: Matthew Roeschke <[email protected]>
…andas-dev#56684) Backport PR pandas-dev#56682: CLN: NEP 50 followups Co-authored-by: Thomas Li <[email protected]>
…oncat regression) (pandas-dev#56686) Backport PR pandas-dev#56312: DOC: Add whatsnew for concat regression Co-authored-by: Thomas Li <[email protected]>
…owed in Series.struct.field) (pandas-dev#56698) Backport PR pandas-dev#56167: [ENH]: Expand types allowed in Series.struct.field Co-authored-by: Tom Augspurger <[email protected]>
…ion of str.fullmatch matches partial string. issue pandas-dev#56652) (pandas-dev#56715) Backport PR pandas-dev#56691: Bug pyarrow implementation of str.fullmatch matches partial string. issue pandas-dev#56652 Co-authored-by: JackCollins91 <[email protected]>
…warning on coerce) (pandas-dev#56719) Backport PR pandas-dev#56699: DOC: Corrected typo in warning on coerce Co-authored-by: aaron-robeson-8451 <[email protected]>
…EA ffill/bfill) (pandas-dev#56720) Backport PR pandas-dev#56616: BUG: Add limit_area to EA ffill/bfill Co-authored-by: Richard Shadrach <[email protected]>
…string) (pandas-dev#56725) Backport PR pandas-dev#56721: DOC: Fixup read_csv docstring Co-authored-by: Patrick Hoefler <[email protected]>
…type categorical using dictionary as categories) (pandas-dev#56723) Backport PR pandas-dev#56672: BUG: dictionary type astype categorical using dictionary as categories Co-authored-by: Patrick Hoefler <[email protected]>
…or read_excel) (pandas-dev#56730) Backport PR pandas-dev#56543: DOC: Update docstring for read_excel Co-authored-by: Patrick Hoefler <[email protected]>
…d floordiv for pyarrow types with large divisor and avoid floating points for floordiv) (pandas-dev#56744) Backport PR pandas-dev#56677: Fix integral truediv and floordiv for pyarrow types with large divisor and avoid floating points for floordiv Co-authored-by: rohanjain101 <[email protected]>
…ata preservation in groupby column selection) (pandas-dev#56770) Backport PR pandas-dev#56761: BUG: fix subclass metadata preservation in groupby column selection Co-authored-by: Joris Van den Bossche <[email protected]>
…loats with bools for ea dtypes) (pandas-dev#56780) Backport PR pandas-dev#56769: BUG: replace matching Floats with bools for ea dtypes Co-authored-by: Patrick Hoefler <[email protected]>
…ng for nullable bool dtype) (pandas-dev#56782) Backport PR pandas-dev#56767: BUG: Series.round raising for nullable bool dtype Co-authored-by: Patrick Hoefler <[email protected]>
…ing ea dtypes correctly) (pandas-dev#56783) Backport PR pandas-dev#56771: BUG: to_stata not handling ea dtypes correctly Co-authored-by: Patrick Hoefler <[email protected]>
…creation of table when using public schema) (pandas-dev#58050) Backport PR pandas-dev#57974: BUG: Fixed ADBC to_sql creation of table when using public schema Co-authored-by: Shabab Karim <[email protected]>
…ger to subclass init) (pandas-dev#58008) * Backport PR pandas-dev#57553: API: avoid passing Manager to subclass __init__ * whatsnew, type ignores * merge 2.2.2 file from main * rebase on 2.2.x whatsnew
…andas-dev#57553) (pandas-dev#58080) Backport PR pandas-dev#58075: DOC: whatsnew note for pandas-dev#57553 Co-authored-by: jbrockmendel <[email protected]>
Revert "BLD: Pin numpy on 2.2.x (pandas-dev#56812)" This reverts commit 24ea67f.
…with beautifulsoup4 4.13.0b2) (pandas-dev#58137) Backport PR pandas-dev#58100: MNT: fix compatibility with beautifulsoup4 4.13.0b2 Co-authored-by: Clément Robert <[email protected]>
…building) (pandas-dev#58140) Backport PR pandas-dev#58138: BLD: Fix nightlies not building Co-authored-by: Thomas Li <[email protected]>
…n test_view_index) (pandas-dev#58187) Backport PR pandas-dev#58181: CI: correct error msg in `test_view_index`
… numpy 2.0rc1) (pandas-dev#58105) Backport PR pandas-dev#58087: BLD: Build wheels using numpy 2.0rc1 Co-authored-by: Thomas Li <[email protected]>
…ontributors for 2.2.2) (pandas-dev#58206) Backport PR pandas-dev#58203: DOC: Add release date/contributors for 2.2.2 Co-authored-by: Thomas Li <[email protected]>
… add tests… (pandas-dev#58208) Backport PR pandas-dev#58202: DOC/TST: Document numpy 2.0 support and add tests for string array
…ice_locs_negative_step Pyarrow test) (pandas-dev#58269) Backport PR pandas-dev#58268: CI/TST: Unxfail test_slice_locs_negative_step Pyarrow test Co-authored-by: Matthew Roeschke <[email protected]>
….21) (pandas-dev#58295) Backport PR pandas-dev#58293: CI: Pin docutils to < 0.21 Co-authored-by: Matthew Roeschke <[email protected]>
…pandas-dev#58408) Backport PR pandas-dev#58389: CI: Fix npdev failures Co-authored-by: Matthew Roeschke <[email protected]>
…n string array consistently) (pandas-dev#58597) Backport PR pandas-dev#58590: BUG: Use large_string in string array consistently Co-authored-by: Patrick Hoefler <[email protected]>
Fix typo in "Returning a view versus a copy" section
…t_api_read_sql_duplicate_columns for pyarrow=16 and sqlite) (pandas-dev#58660) Backport PR pandas-dev#58658: CI/TST: Don't xfail test_api_read_sql_duplicate_columns for pyarrow=16 and sqlite Co-authored-by: Matthew Roeschke <[email protected]>
…on't xfail postgresql / don't xfail for pyarrow=16)) (pandas-dev#58709) Backport PR pandas-dev#58693: TST: Fix CI failures (don't xfail postgresql / don't xfail for pyarrow=16) Co-authored-by: Abdulaziz Aloqeely <[email protected]>
…y_index_types due to new 2024.5 release) (pandas-dev#58720) Backport PR pandas-dev#58719: CI: xfail test_to_xarray_index_types due to new 2024.5 release Co-authored-by: Matthew Roeschke <[email protected]>
Apologies, I'm not able to delete this PR. It was raised in the wrong (remote) repo rather than my fork. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.