Skip to content

DOC: consistent imports (GH9886) part V #10934

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
wants to merge 1 commit into from

Conversation

springcoil
Copy link
Contributor

I made a few alterations to the consistent imports in the merging.rst file.

Does anyone have any objections to what I did?

I notice a few problems with the rebase though first - that's 12 commits rather than one.

@springcoil
Copy link
Contributor Author

Ok updated the commit by rebasing.

@springcoil
Copy link
Contributor Author

Ok this should be all the changes done in the merging.rst file.

BUG: 10633 - some last errors removed

ENH: pickle support for Period pandas-dev#10439

update legacy_storage for pickles

update pickles/msgpack for 0.16.2

Added tests for ABC Types, Issue pandas-dev#10828

TST: pandas-dev#10822, skip tests on windows for odd error message in to_datetime with unicode

COMPAT:Allow multi-indexes to be written to excel.

(Even though they cannot be read back in.)

Closes pandas-dev#10564

DOC: typo

A few changes in docs

TST: Changes in test

ENH: pickle support for Period pandas-dev#10439

update legacy_storage for pickles

update pickles/msgpack for 0.16.2

Added tests for ABC Types, Issue pandas-dev#10828

TST: pandas-dev#10822, skip tests on windows for odd error message in to_datetime with unicode

COMPAT:Allow multi-indexes to be written to excel.

(Even though they cannot be read back in.)

Closes pandas-dev#10564

DOC: typo

ENH: pickle support for Period pandas-dev#10439

update legacy_storage for pickles

update pickles/msgpack for 0.16.2

Added tests for ABC Types, Issue pandas-dev#10828

TST: pandas-dev#10822, skip tests on windows for odd error message in to_datetime with unicode

COMPAT:Allow multi-indexes to be written to excel.

(Even though they cannot be read back in.)

Closes pandas-dev#10564

DOC: typo

A few changes in docs

ERR: 10720

BUG: 10633 and 10800 fix

merging

ENH: pickle support for Period pandas-dev#10439

update legacy_storage for pickles

update pickles/msgpack for 0.16.2

Added tests for ABC Types, Issue pandas-dev#10828

TST: pandas-dev#10822, skip tests on windows for odd error message in to_datetime with unicode

COMPAT:Allow multi-indexes to be written to excel.

(Even though they cannot be read back in.)

Closes pandas-dev#10564

DOC: typo

A few changes in docs

TST: Changes in test

Fixing a slight messup

DOC:Updating consistent imports in the merging.rst file pandas-dev#9886

DOC: GH9886 Part V

DOC: GH9886 Part V - some merging issues
@@ -724,15 +724,40 @@ Performance Improvements

Bug Fixes
~~~~~~~~~

- Bug in incorrection computation of ``.mean()`` on ``timedelta64[ns]`` because of overflow (:issue:`9442`)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove all of these files that have conflicts

@jreback
Copy link
Contributor

jreback commented Aug 30, 2015

@springcoil if behooves you to keep your master up to date and clean, e.g. don't make changes on it.

so

git checkout master
git reset upstream/master --hard

then when checking out

git checkout master
git pull
git checkout -b mybranch --track master

will keep things clean

@jreback jreback added the Compat pandas objects compatability with Numpy or Python functions label Aug 30, 2015
@springcoil springcoil closed this Aug 30, 2015
@springcoil springcoil deleted the euroscipy_sprint branch August 30, 2015 14:03
@jorisvandenbossche jorisvandenbossche removed the Compat pandas objects compatability with Numpy or Python functions label Aug 31, 2015
@springcoil springcoil restored the euroscipy_sprint branch August 31, 2015 11:39
@springcoil springcoil reopened this Aug 31, 2015
@springcoil
Copy link
Contributor Author

Reopening this branch.

@springcoil
Copy link
Contributor Author

This is deprecated by #10941

@springcoil springcoil closed this Sep 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants