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

added deprecate_nonkeyword_arguments to function where #41523

Merged
merged 26 commits into from
May 26, 2021

Commits on May 17, 2021

  1. added deprecate_nonkeyword_arguments to function where

    Jie Zheng authored and Jie Zheng committed May 17, 2021
    Configuration menu
    Copy the full SHA
    110d63f View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. added test

    Jie Zheng authored and Jie Zheng committed May 18, 2021
    Configuration menu
    Copy the full SHA
    6d78fb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4edab7d View commit details
    Browse the repository at this point in the history
  3. updated generic.py where function

    Jie Zheng authored and Jie Zheng committed May 18, 2021
    Configuration menu
    Copy the full SHA
    6692733 View commit details
    Browse the repository at this point in the history
  4. added line 651 in whatsnew v1.3.0.rst

    Jie Zheng authored and Jie Zheng committed May 18, 2021
    Configuration menu
    Copy the full SHA
    861e2bb View commit details
    Browse the repository at this point in the history
  5. removed cond from test_where

    Jie Zheng authored and Jie Zheng committed May 18, 2021
    Configuration menu
    Copy the full SHA
    b4050f4 View commit details
    Browse the repository at this point in the history
  6. changed test to be s.where(s > 1, 10, False) to triger warning

    Jie Zheng authored and Jie Zheng committed May 18, 2021
    Configuration menu
    Copy the full SHA
    518d204 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Configuration menu
    Copy the full SHA
    eaed956 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. changed version to None

    Jie Zheng authored and Jie Zheng committed May 20, 2021
    Configuration menu
    Copy the full SHA
    a5ca29b View commit details
    Browse the repository at this point in the history
  2. deleted test_where from test_generic.py

    Jie Zheng authored and Jie Zheng committed May 20, 2021
    Configuration menu
    Copy the full SHA
    3d58b4b View commit details
    Browse the repository at this point in the history
  3. added test_where to frame folder

    Jie Zheng authored and Jie Zheng committed May 20, 2021
    Configuration menu
    Copy the full SHA
    90b1fde View commit details
    Browse the repository at this point in the history
  4. added test_where to frame folder

    Jie Zheng authored and Jie Zheng committed May 20, 2021
    Configuration menu
    Copy the full SHA
    72a9983 View commit details
    Browse the repository at this point in the history
  5. added test_where to series folder

    Jie Zheng authored and Jie Zheng committed May 20, 2021
    Configuration menu
    Copy the full SHA
    65bba0b View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. resolve conflicts

    Jie Zheng authored and Jie Zheng committed May 24, 2021
    Configuration menu
    Copy the full SHA
    e1e32bc View commit details
    Browse the repository at this point in the history
  2. edited the whatsnew, mentioned other than cond and other

    Jie Zheng authored and Jie Zheng committed May 24, 2021
    Configuration menu
    Copy the full SHA
    0258119 View commit details
    Browse the repository at this point in the history
  3. changed stacklevel to 3 for futurewarning

    Jie Zheng authored and Jie Zheng committed May 24, 2021
    Configuration menu
    Copy the full SHA
    40df58b View commit details
    Browse the repository at this point in the history
  4. changed frame/index/test_where_non_keyword

    Jie Zheng authored and Jie Zheng committed May 24, 2021
    Configuration menu
    Copy the full SHA
    3ea8e92 View commit details
    Browse the repository at this point in the history
  5. added where function in frame.py

    Jie Zheng authored and Jie Zheng committed May 24, 2021
    Configuration menu
    Copy the full SHA
    79ffbf7 View commit details
    Browse the repository at this point in the history
  6. added where function in series.py

    Jie Zheng authored and Jie Zheng committed May 24, 2021
    Configuration menu
    Copy the full SHA
    cfdb43a View commit details
    Browse the repository at this point in the history
  7. changed allowed_args in frame

    Jie Zheng authored and Jie Zheng committed May 24, 2021
    Configuration menu
    Copy the full SHA
    fe7d729 View commit details
    Browse the repository at this point in the history
  8. changed allowed_args in series

    Jie Zheng authored and Jie Zheng committed May 24, 2021
    Configuration menu
    Copy the full SHA
    c40cb38 View commit details
    Browse the repository at this point in the history
  9. changed allowed_args in generic

    Jie Zheng authored and Jie Zheng committed May 24, 2021
    Configuration menu
    Copy the full SHA
    8e875ac View commit details
    Browse the repository at this point in the history
  10. adding github issue number

    Jie Zheng authored and Jie Zheng committed May 24, 2021
    Configuration menu
    Copy the full SHA
    9c102ff View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. fixup

    MarcoGorelli committed May 25, 2021
    Configuration menu
    Copy the full SHA
    74c0393 View commit details
    Browse the repository at this point in the history
  2. revert change to mask

    MarcoGorelli committed May 25, 2021
    Configuration menu
    Copy the full SHA
    17e892a View commit details
    Browse the repository at this point in the history
  3. fixup gh issue number

    MarcoGorelli committed May 25, 2021
    Configuration menu
    Copy the full SHA
    5aad6bc View commit details
    Browse the repository at this point in the history