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

Bugfix: Couldn't subclass Panel #888

Closed
wants to merge 6 commits into from
Closed

Commits on Mar 9, 2012

  1. Fixed an issue where it was not possible to subclass Panel because

    various methods were calling the Panel constructor instead of the
    _constructor method. Also from_dict was returning Panel objects
    instead of __class__ objects.
    Josh authored and Josh committed Mar 9, 2012
    Configuration menu
    Copy the full SHA
    5c8347b View commit details
    Browse the repository at this point in the history
  2. Revert "Fixed an issue where it was not possible to subclass Panel be…

    …cause"
    
    This reverts commit 5c8347b.
    Josh authored and Josh committed Mar 9, 2012
    Configuration menu
    Copy the full SHA
    76781c8 View commit details
    Browse the repository at this point in the history
  3. BUG: Couldn't subclass Panel because the _constructor method was using

    Panel instead of self.__class__ to construct modified objects.
    Josh authored and Josh committed Mar 9, 2012
    Configuration menu
    Copy the full SHA
    4390aa3 View commit details
    Browse the repository at this point in the history
  4. Update pandas/core/panel.py

    joshuaar committed Mar 9, 2012
    Configuration menu
    Copy the full SHA
    19d7703 View commit details
    Browse the repository at this point in the history
  5. Update pandas/core/panel.py

    joshuaar committed Mar 9, 2012
    Configuration menu
    Copy the full SHA
    cfecd66 View commit details
    Browse the repository at this point in the history
  6. __class__ to cls.

    joshuaar committed Mar 9, 2012
    Configuration menu
    Copy the full SHA
    dc78377 View commit details
    Browse the repository at this point in the history