Skip to content
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

API: Deprecate regex=True default in Series.str.replace #36695

Merged
merged 45 commits into from
Oct 10, 2020
Merged

API: Deprecate regex=True default in Series.str.replace #36695

merged 45 commits into from
Oct 10, 2020

Commits on Sep 28, 2020

  1. API: Deprecate regex=True default in Series.str.replace

    Daniel Saxton committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    52f6d78 View commit details
    Browse the repository at this point in the history
  2. Format

    Daniel Saxton committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    3b9bcb2 View commit details
    Browse the repository at this point in the history
  3. Stacklevel

    Daniel Saxton committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    c51e837 View commit details
    Browse the repository at this point in the history
  4. Test

    Daniel Saxton committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    3761625 View commit details
    Browse the repository at this point in the history
  5. Test name

    Daniel Saxton committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    7583b7f View commit details
    Browse the repository at this point in the history
  6. Link discussion

    Daniel Saxton committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    8e0d1a5 View commit details
    Browse the repository at this point in the history
  7. Set regex

    Daniel Saxton committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    79e4400 View commit details
    Browse the repository at this point in the history
  8. Update

    Daniel Saxton committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    ecc5786 View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'upstream/master' into replace-regex-def…

    …ault
    Daniel Saxton committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    cf659b0 View commit details
    Browse the repository at this point in the history
  10. Update

    Daniel Saxton committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    628cfa3 View commit details
    Browse the repository at this point in the history
  11. Fix

    Daniel Saxton committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    f216022 View commit details
    Browse the repository at this point in the history
  12. Merge remote-tracking branch 'upstream/master' into replace-regex-def…

    …ault
    Daniel Saxton committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    e6c79a3 View commit details
    Browse the repository at this point in the history
  13. Check for str

    Daniel Saxton committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    e6b3e0f View commit details
    Browse the repository at this point in the history
  14. Merge remote-tracking branch 'upstream/master' into replace-regex-def…

    …ault
    Daniel Saxton committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    e3ce080 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Merge remote-tracking branch 'upstream/master' into replace-regex-def…

    …ault
    Daniel Saxton committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    752d322 View commit details
    Browse the repository at this point in the history
  2. Doc updates

    Daniel Saxton committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    ee67284 View commit details
    Browse the repository at this point in the history
  3. Nit

    Daniel Saxton committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    c832a21 View commit details
    Browse the repository at this point in the history
  4. Silence some warnings

    Daniel Saxton committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    09b07e6 View commit details
    Browse the repository at this point in the history
  5. Edit

    Daniel Saxton committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    c8541da View commit details
    Browse the repository at this point in the history
  6. Edit

    Daniel Saxton committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    bd31857 View commit details
    Browse the repository at this point in the history
  7. Question mark

    Daniel Saxton committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    377a2ba View commit details
    Browse the repository at this point in the history
  8. Update doc

    Daniel Saxton committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    d6b4fbe View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. Merge remote-tracking branch 'upstream/master' into replace-regex-def…

    …ault
    Daniel Saxton committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    84dfe71 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into replace-regex-def…

    …ault
    Daniel Saxton committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    5cfbc04 View commit details
    Browse the repository at this point in the history
  3. Add back

    Daniel Saxton committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    1b53051 View commit details
    Browse the repository at this point in the history
  4. Oops

    Daniel Saxton committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    1931c31 View commit details
    Browse the repository at this point in the history
  5. Note

    Daniel Saxton committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    20bfe16 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. Merge remote-tracking branch 'upstream/master' into replace-regex-def…

    …ault
    Daniel Saxton committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    6ff5955 View commit details
    Browse the repository at this point in the history
  2. Fix

    Daniel Saxton committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    cea44a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. Merge remote-tracking branch 'upstream/master' into replace-regex-def…

    …ault
    Daniel Saxton committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    4376bca View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2020

  1. Merge remote-tracking branch 'upstream/master' into replace-regex-def…

    …ault
    Daniel Saxton committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    482d5c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Merge remote-tracking branch 'upstream/master' into replace-regex-def…

    …ault
    Daniel Saxton committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    cd18347 View commit details
    Browse the repository at this point in the history
  2. Update warning

    Daniel Saxton committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    f872011 View commit details
    Browse the repository at this point in the history
  3. rst lint

    Daniel Saxton committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    c0a473e View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Merge remote-tracking branch 'upstream/master' into replace-regex-def…

    …ault
    Daniel Saxton committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    727986e View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into replace-regex-def…

    …ault
    Daniel Saxton committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    f49f778 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Merge remote-tracking branch 'upstream/master' into replace-regex-def…

    …ault
    Daniel Saxton committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    d3d155a View commit details
    Browse the repository at this point in the history
  2. Nit + emphasis

    Daniel Saxton committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    89013db View commit details
    Browse the repository at this point in the history
  3. regex=False

    Daniel Saxton committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    e78017c View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2020

  1. Merge remote-tracking branch 'upstream/master' into replace-regex-def…

    …ault
    Daniel Saxton committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    0150b2b View commit details
    Browse the repository at this point in the history
  2. Update

    Daniel Saxton committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    e396ce5 View commit details
    Browse the repository at this point in the history
  3. fix

    Daniel Saxton committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    e799b12 View commit details
    Browse the repository at this point in the history
  4. rst fix

    Daniel Saxton committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    9f7545f View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'upstream/master' into replace-regex-def…

    …ault
    Daniel Saxton committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    6be90a4 View commit details
    Browse the repository at this point in the history
  6. Make a warning

    Daniel Saxton committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    8a4a833 View commit details
    Browse the repository at this point in the history