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

Make pd.Period immutable #17239

Merged
merged 15 commits into from
Aug 24, 2017
Merged

Commits on Aug 12, 2017

  1. Make Period ordinal and freq readonly

    Remove redundant isinstance(freq, (Tick, DateOffset)) check, since Tick inherits from DateOffset
    
    flake8 cleanup of cpython imports
    jbrockmendel committed Aug 12, 2017
    Configuration menu
    Copy the full SHA
    89cf9d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6ca02c View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2017

  1. Trim whitespace

    jbrockmendel committed Aug 13, 2017
    Configuration menu
    Copy the full SHA
    8912283 View commit details
    Browse the repository at this point in the history
  2. flake8 whitespace fixup

    jbrockmendel committed Aug 13, 2017
    Configuration menu
    Copy the full SHA
    d33922f View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2017

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

Commits on Aug 20, 2017

  1. flake8 whitespace fixup

    jbrockmendel committed Aug 20, 2017
    Configuration menu
    Copy the full SHA
    1c6f197 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08a218c View commit details
    Browse the repository at this point in the history
  3. More brevity

    jbrockmendel committed Aug 20, 2017
    Configuration menu
    Copy the full SHA
    2642366 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c461eb View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2017

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

Commits on Aug 23, 2017

  1. Configuration menu
    Copy the full SHA
    cd687bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc2111c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e92344 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19567c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2017

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