[pandas] branch master created (now ce9d1cb)

Andreas Tille tille at debian.org
Wed Dec 28 15:10:38 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a change to branch master
in repository pandas.

        at  ce9d1cb   Remove non-standard gbp configuration

This branch includes the following new commits:

       new  9d00805   Initial directory structure.
       new  ec1a0a2   adding trunk
       new  1eeadf4   oops
       new  445114e   added svn:ignore
       new  c6b236d   first commit with cleaned up code
       new  c8efebf   minor edit
       new  21e01d9   fixed isinf reference
       new  0f6d8b4   latest edits, miscellaneous cleanup and bug fixes from development
       new  171487f   added stats empty directory
       new  39c033c   fixed inconsistency with dateCol parameter
       new  a32bf7d   moved operator factory methods out of class level
       new  c2a7af3   fixed error in groupby, added yahoo finance example
       new  7fb2ab0   added pandas.stats.linmodel
       new  4451a8d   added pandas.stats.linmodel
       new  1452216   adding test directory
       new  226ec22   added pandas.stats to package list
       new  cce2669   added regression examples
       new  a1055e0   cleaned up linmodel class and made to work with scikits.statsmodels
       new  73c4938   improved regression example
       new  f28f59b   improved regression example
       new  f6e5e38   removed reference to regress function
       new  bb34ff1   couple unfortunate hacks with numpy ascii and unicode string types in groupby
       new  197a9af   misc fixes
       new  ccc93eb   some Series constructor cleanup, made DataFrame.toDataMatrix better
       new  d2736c6   misc cleanup
       new  d5e6d68   revamped DataFrame.reindex to better handle mixed-type data, and also be a lot faster
       new  a383271   made sum, count, mean functions more robust to mixed-type data
       new  fa695ab   got rid of usages of np.unique
       new  b787dfb   made index attribute a property
       new  5d296bf   added prototype WidePanel, LongPanel
       new  82de3a3   added slice function to LongPanel
       new  e457d0a   fleshing out docstrings, API. added filterItems
       new  5759fdf   using ndarray.take
       new  5311ffd   added sandbox directory and restricted least-squares class
       new  6fd65ac   merging latest developments, in particular LongPanel, WidePanel
       new  5a76157   diff cruft
       new  24c0b6f   reorganized cython code. rolling moment implementations
       new  a8f5cc1   added OLS and PanelOLS functionality
       new  6b1d31f   changes for cython 0.12
       new  2acd81c   misc fixed to Cython
       new  5e1ae3f   import fixes, removed old unit tests
       new  ead26de   removed linmodel module
       new  3f19633   set to ignore pyc files
       new  945ca67   made build script for lib
       new  78ef6cd   minor change
       new  e2a6f68   modified build script
       new  3e89088   modified build script
       new  ca1bdf6   working on min_periods for regular OLS, leaving things in a semi-broken state for now
       new  6af5b08   still mid-refactor on min_periods
       new  5802862   finished min_periods implementation, cleanup of shared code between MovingOLS and MovingPanelOLS
       new  7b9f93e   fixed ewma problem
       new  457c5bb   added time rule mappings in datetools.py and connected with shift, asfreq methods'
       new  14b7180   fixed flatiter issue
       new  0ef0428   shift method has timeRule argument
       new  877873b   removed old f_stat_raw
       new  0fd85a9   typo
       new  698de83   fixed numpy.flatiter issue
       new  e8d320d   made Panel objects Picklable
       new  97bf177   changed Factor class a bit, and made LongPanel.fromRecords mostly functional
       new  75ca642   DataMatrix will classify booleans as objects, and Series.reindex with boolean arrays will produce object array with NaNs if things are missing. Need some unit tests for these
       new  2fe0672   test suite in broken state for now
       new  2aa8f05   DataMatrix.apply will preserve column order
       new  d23f25c   Series.interpolate, LongPanel.getAxisDummies improvements
       new  6ff7072   reverted map_indices from buffer version, for now
       new  4c2300b   fixed rolling_rank corner case
       new  03c74e4   PanelOLS will accept LongPanel arguments
       new  d230713   added new test files
       new  ecf3359   fix to DataMatrix constructor
       new  2aef5dd   made test case stubs for all Index, Series, DataFrame, DataMatrix methods
       new  bd8e1ce   deleted miscellaneous unneeded methods, bugfix to DataMatrix.__init__
       new  f0910fc   panel test method stubs
       new  42b6118   sphinx quickstart
       new  ed826a6   minor fix to DataMatrix constructor
       new  01e15c2   unit tests
       new  1a25558   unit test coverage for Series and Index, various reorganization in release prep
       new  ccef07d   more unit tests for DataFrame and DataMatrix
       new  5b74d1e   moving toward release
       new  32f8699   fixed problem with Index.__array_finalize__ when calling tolist
       new  9bce8b7   working on sphinx docs
       new  76847dd   hard coding version number for now
       new  3b6a16a   misc minor changes
       new  8e01113   few more unit tests for Series
       new  74f9ba9   a little more Series test coverage
       new  04aac90   fixed up docstrings. changed Series.__new__ back to NOT copy the input data (causes problems in DataMatrix.__getitem__ when you want to modify a column in-place)
       new  2ebade0   few more unit tests
       new  a06d9a6   more DataFrame unit test coverage
       new  7ffde18   added lagged_y_predict to PanelOLS
       new  e4b2e91   miscellaneous changes, fix to Series.reindex when using fillMethod 'pad' on empty Series
       new  26c9218   removeD
       new  dd2e0ac   added source directory back
       new  a2a07d5   adding back
       new  023905d   latest Series docs, installation, front page material
       new  23ad9d2   latest Makefile
       new  e1083b5   not weighting untransformed data in PanelOLS. changed DataFrame and DataMatrix.toString to take a buffer instead of a to_stdout flag
       new  b55f3a1   DataFrame documentation and other extensive edits
       new  77ad265   simpler column reindexing in DataFrame and DataMatrix, some cleanup for release
       new  d55fec2   release 0.1
       new  623d5c1   bar chart option in Series.plot
       new  0c1139c   optimized combineFrame, added DataFrame.filter function
       new  a56b005   increased test coverage of DataFrame / DataMatrix, miscellaneous fixes
       new  c34ac74   more unit test coverage for DataFrame etc.
       new  743ceda   got rid of basically pointless asarray flag in DataFrame/Matrix statistical methods
       new  8d7641a   fixed inconsistencies with weighted panel regression, some code cleanup
       new  ed55348   removed usages of asarray flag in stats package
       new  138b3ef   * Cleaned up and sped up DataMatrix and DataFrame pickling * Fixed Series.combineFirst corner case failure * Fixed Series.__repr__ when empty * Moved utility functions to common.py in pandas.core
       new  0103901   fixed DataMatrix.copy to make a copy of the objects matrix as well
       new  5aa0e69   removed unneeded import
       new  a4f121d   consolidated filter methods, removed DataMatrix.getTS
       new  bf62150   fleshing out WidePanel functionality. miscellaneous minor changes
       new  2ba3d5e   fixed unit tests
       new  c86cf3a   added note about NumPy 1.3
       new  52c605c   added more statistical methods to WidePanel and finally grinding out unit tests for Panel classes
       new  1cd0dd0   added rolling moment interface methods
       new  8efb3a6   many more unit tests, expansion of pandas.* namespace. expanded WidePanel functionality
       new  70d89fb   Python 2.4 compatibility and enabling to be used without having SciPy installed
       new  6092883   restored dateutil import
       new  3e3cd65   accept record arrays
       new  fe3c2ad   added VAR implementation
       new  262683c   miscellaneous fixes and cleanup
       new  77ef86c   import fix
       new  af5ffc5   edits to docs. unit tests
       new  fbe6e03   adjustments to platform independent make.py
       new  53f022a   miscellaneous changes to codebase, docs in flux
       new  ca3e236   fixed r-squared calculation when response variable is assumed to be zero-mean (no intercept used)
       new  128fa49   fixed truncate bug
       new  c3519f2   more unit test coverage
       new  a52776c   fix for MSVC2008 compatibility
       new  2a97017   added IndexableSkiplist and first version of a faster rolling median algo
       new  bb9484b   simplified rolling moments
       new  aebd05d   rolling_median using skiplist
       new  5882607   loads of cleanup, tests, and DataFrame / DataMatrix API consistency. removed DataFrame.fromDict and fromMatrix methods, incorporated into default constructor
       new  a52748e   further test coverage (technically 100%) for frame.py and matrix.py
       new  1edf306   misc edits
       new  6a2b3d3   fixed ewma function
       new  50dede6   removed Series.fromDict and integrated with Series.__new__
       new  1351de7   merged in some minor changes
       new  73f57bb   ported tdates C extension to Cython, removed unneeded include files, etc.
       new  70843c1   cython 12.1
       new  bd1f602   more unit tests, miscellaneous fixes for tdates.c removal
       new  59f9580   added testing module
       new  5988d30   test coverage
       new  27e1b2b   fixed typo
       new  fc6256e   more test coverage
       new  36d8597   renamed dayOfWeek parameter
       new  8d1e0cd   bugfix + unit tests
       new  0251f94   test coverage
       new  4d660a6   working a bit on docs
       new  0e525bd   removed ext line from ts conf
       new  55e0f7b   moving ols speed enhancements and import optimization
       new  463671a   unit test
       new  d1b31a8   more unit testing, starting merge function cleanup
       new  00288da   bit of getMergeFunc cleanup
       new  b12daf3   grinding unit tests. groupby cleanup. cython code cleanup and testing. reindex function cleanup
       new  04cdbfc   test coverage
       new  4487fa9   merge / join function cleanup
       new  45aee1b   removed duplicated code
       new  3ef46c2   code rearrangement
       new  3fd374f   array interface to DataFrame classes
       new  00cf4b6   test coverage. deleted deprecated filter* methods. working on docs for 0.2 release
       new  c834263   rename methods
       new  9f0e9a7   cap, floor, and unit tests
       new  73ec315   test coverage
       new  db755df   minor edit
       new  57a8eed   unit tests
       new  db10371   fixing up setup.py scripts so test directories get included and extension module too
       new  da58a6a   removed unnecessary Python.pxi
       new  3d8912e   cannot safely call ndarray.any on an object array i guess
       new  2328eea   fixed issue 9; miscellaneous refactorings and unit tests
       new  40bd41e   renaming
       new  28e70a7   DateRange enhancements. fixed failing fama-macbeth unit test
       new  6b84113   latest
       new  16ae972   unit tests
       new  698dfd2   unit tests
       new  db10a8c   reindex _backfill bugfix (switched to buffer interface), min / max performance enhancements
       new  70f9d97   wrote wirth.c in Cython
       new  34b6009   no mutation
       new  788026e   whoops
       new  bbb59d3   unit tests
       new  3bd20bf   added io.pyx file, first version of HDFStore
       new  051d336   fix
       new  69f92cc   display bugfix
       new  342d005   bugfix for float-Series + int-Series
       new  a4d6995   benchmark suite
       new  f61ad43   DataMatrix._resultFrame optimization (removed fancy indexing)
       new  698ee45   working on docs + unit tests
       new  f49a371   code reorg in Series, miscellaneous groupby refactoring. Changed Series.values() to be a property so the interface is consistent with DataMatrix and WidePanel
       new  6e793a1   expanding docs toward 0.3 release
       new  72f6430   shortened moments.py
       new  6c537e4   docstring fixed, setup.py versioning help
       new  d75f052   unit tests
       new  5e9c404   lowered version, spot of code reformatting
       new  1eabeaf   renamed parameters in DateRange, promoted isnull and notnull out of Cython code
       new  2a19272   bugfix for unit test breakage in isnull
       new  72157e1   fixed reported issue with adding / subtracting Tick objects
       new  220895a   renamed cap methods to clip
       new  0049446   committing tests and changes in broken state, to be fixed ASAP
       new  87d8a37   fixed plm brokenness. changed boolean reindexing to cast to float
       new  bad5cdc   Series.order was failing on object dtype. misc other cleanup
       new  219809a   rolling_min and max impl
       new  4e375e8   formatting issues and copy issues
       new  3f3508f   fixed DateRange state pickling issue, turn off rpy unit tests for now
       new  2aeb176   misc documentation, some work on rpy2 interface. near git migration
       new  9669179   Added .gitignore file
       new  f8576c6   test
       new  99e2b16   Updated NumPy sphinxext, Cython 0.13 upgrades, and misc
       new  dc5106b   Bugfix in IndexableSkiplist that was breaking rolling_max
       new  d545f09   Fixed DateRange.union logic, docs, changed XDateRange class to a generator function
       new  fe5d2be   Fixed test cases
       new  49bb4b6   Misc cleanup, docs, pylint directives, etc.
       new  d75ced1   API changes, cleanup, unit testing
       new  823dab6   statsmodels dataset API change
       new  86ce86c   added matplotlib plot_directive extension to config, few moment plots etc.
       new  9a1f21b   corr_with stub, replaced remove_na usage with valid()
       new  ff091a8   notes nearing 0.3 release
       new  be59b1d   temporary version.py post git migration
       new  2584ccc   fixed brokenness with version.py
       new  3df5f8a   fixed brokenness with version.py
       new  5c05055   fixed version.py template
       new  7946f37   fixed version.py template
       new  ea95856   misc cleanup in rolling moments, work on var.py
       new  b4e0d1c   added sql module, still in prototype stage
       new  b7c122d   fixed IPython debugger usage
       new  22afce7   adding reindex_like functions
       new  fc2c6cc   DataFrame.corrwith and unit test coverage
       new  49643c9   changed fillMethod argument name and added DeprecationWarning
       new  2b46f7e   unit test to raise DeprecationWarning so I don't forget
       new  4f04415   removed cap/floor functions from DataMatrix, replaced by clip*. Unit test coverage
       new  9d2de15   misc code reorg
       new  64248dd   added release notes
       new  48152bf   refactoring EW moments to have uniform interface, unit test coverage
       new  4039349   Rolling moment plots in docs, API consistency, etc.
       new  4563d58   fixed docs for rolling_{cov,corr]
       new  f1e5e8e   fixed GH issue 7
       new  91a0f97   fixed GH issue 4
       new  11364db   'fixed' GH issue 15
       new  9bddd0f   working toward consistent column ordering in DataFrame vs. DataMatrix
       new  a15e6f5   consistent column ordering fixes
       new  cba5e15   added python 2.5 build file
       new  7f5302b   python 2.7 builder
       new  6b91942   beta for now
       new  5b0cb4c   catch dateutil import error and print message
       new  7d82544   updated docstring
       new  ec149d1   python 2.7 test script
       new  a58b7d0   Ran nose with Python 2.7 and fixed warnings issues, patched up missing import errors in unit tests (e.g. SciPy, statsmodels) so users without them can run the tests without having a bunch of stuff print to the screen
       new  69f67af   recompiled Cython with 0.14, and added reindex_like to WidePanel
       new  ba73d3f   reverted to Cython 0.13 due to bug
       new  a25a2c1   bumped to beta2
       new  4de39e2   updated NumPy version in PyPI info
       new  9b10ee2   Fixed median issue GH #26
       new  a61449a   Merge branch 'master' of https://github.com/wesm/pandas
       new  02963d9   added WeekOfMonth date offset
       new  8657f4e   unpickling compatibility with old pickle files
       new  6f7d5d4   cols() returns list type
       new  a71024f   maintain sortedness of columns on insertion again (when possible)
       new  8327328   fixed object insertion into float matrix of same column name
       new  4569ebe   changed arg name
       new  913d0c6   fix DataMatrix.combineFirst issues + unit tests
       new  6b156d6   cast to float in Series.map when have missing values in int array
       new  e2541f6   fixed NaN casting issue in int arrays for _join_on
       new  031bd14   fix bug in Index.__add__
       new  f437aee   fixed issue GH #19
       new  4d749fb   refactoring, module needs more work
       new  de8a832   refactoring DataFrame arith methods, working on comparison methods
       new  2e7fd56   unit tests for WeekOfMonth
       new  38df3ca   random edits
       new  9ca04b4   add axis argument to Series.plot
       new  16df53b   unit tests
       new  2c0142f   unit tests, coverage
       new  be0b38f   trying to fixed mixed-type ambiguity in DataFrame.sum
       new  afa2150   made ols interface function easier to use, fixed up docs a touch
       new  860ead6   fixed integer indexing bug
       new  05469a4   fixed int64 indexing problem
       new  83b25d0   misc enhancements to rpy, DataFrame.toRecords
       new  73dcf65   fixed DateRange buglet with DateOffset caching-- added CacheableOffset class to make it easier to differentiate
       new  d8d15f2   fixed statsmodels api in ols/unit tests. misc test coverage
       new  f8a4925   fillna function and warnings in fill(), misc unit tests and things
       new  d66d1cb   whoohoo! 100% line coverage for pandas.core
       new  404a161   unit tests, getXS deprecation warning
       new  a2a6c30   added ability to boolean index DataFrame objects
       new  d07fbc8   0.3.0 release notes
       new  2666731   more 0.3.0 release notes
       new  96fc513   fixed NumPy 1.4.0 NaN-handling issue in DataFrame.combine
       new  492561b   changed repo loc in docs
       new  632120e   deprecated Series.fromValue, moved logic into constructor
       new  7770d02   can build latex. misc edits
       new  016e732   fixed up Series.fromValue deprecation changes
       new  d23358a   fixed GH #27
       new  d0792aa   fixed paths for include files
       new  4906ee7   version 0.3.0
       new  2db763f   added hist functions to DataFrame and Series, added use_index option to {DataFrame, Series}.plot
       new  c471b84   fixed truediv issue in DataFrame with importing division from __future__
       new  2e70081   speed optimization in DataMatrix.__getitem__
       new  9f6802d   deprecation warnings in panel.py
       new  6c1b358   added describe and scoreatpercentile in frame.py
       new  3dceb4a   refactoring groupby a bit, some speed optimizations, unit tests. transform can propagate things like np.mean now
       new  287f1a5   updated groupby docs
       new  feed242   Merge branch 'master' of github.com:wesm/pandas
       new  8f0a6c5   fixed NumPy 1.6 broadcasting bug, groupby bugfix
       new  4ed2e42   fixed DataFrame.toCSV bug, test coverage
       new  9ef6253   Merge branch 'master' of https://github.com/joonpy/pandas into joonpy-master
       new  ffc49d7   tweaked describe and renamed scoreatpercentile to quantile
       new  af29e41   unit tests
       new  45d5eef   added quantile and describe to Series
       new  093f4f4   changed _pfixed in common.py to add a leading space to positive numbers
       new  a99ec7d   tweaked toString output for DataFrame and DataMatrix
       new  cf493b0   starting on sparse data structures
       new  3dbf810   starting on sparse data structures
       new  c09b32d   work on arith operators. need to test
       new  84099e0   operators appear to work, and relatively fast
       new  cde9424   sparse progress
       new  372cc72   more sparse work
       new  47076f9   about to move test_sparse
       new  f6653e7   moved test_sparse
       new  d4ac598   broke something. sigh
       new  dcb3874   fixed issue
       new  2ad94dc   shell of SparseSeries subclass working
       new  34fe1d6   refactored to remove SparseVector class
       new  31103e7   SparseSeries and SparseDataFrame work, piecing things together
       new  df63dfc   further sparse work, testing, etc.
       new  17459da   block union routine finally working
       new  99930ae   operators with fill values appear to be working
       new  bdd4c15   fixed bug in arith ops for SparseSeries
       new  6d1e23c   misc refactorings and work related to sparse data structures
       new  0932626   mini fix to plot function
       new  72edbb2   further sparse unit testing
       new  8b4d208   skeleton of sparse WidePanel, unit tests and stubs, more necessary functionality
       new  8197244   lookup bugfixes and tests
       new  99754b0   moved test_sparse to test_libsparse
       new  7818500   SparseSeries getitem working correctly now
       new  185e829   unit tests
       new  d1c9129   unit tests, identified weird NumPy issue with r* operators and sort of worked around
       new  ffdf2c8   SparseDataFrame reindex unit tests
       new  a916cc1   more sparse unit tests. barebones panel stacking routine written and decently optimized
       new  3490a91   little refactoring
       new  87f7fa2   sparse_reindex, homogenize and tests
       new  f0d7b59   working on SparseWidePanel. reduced some code dup in core classes
       new  d625bdd   more SparseWidePanel work
       new  4218857   correct pickling of sparse frame/panel. setitem/delitem for sparse panel
       new  f5e5fa3   working on sparse panel reindexing and other things
       new  ff5653d   sparse panel reindex unit test
       new  06bc659   addressed panel constructor case
       new  eedc065   reindex test
       new  44d6d88   most efficient SparseWidePanel.to_long that I can think of
       new  896836b   more to_long unit tests, minor bugfix
       new  3a837d0   major/minor xs
       new  eef3388   some plm optimizations. sparse wide panel *may* be working in it now
       new  4fbb548   added sparse extension to setup
       new  6e38eca   ExcelFile class, enhanced excel date handling, per GH#9
       new  8c0b0f9   removed trycall function
       new  7a31086   unit test coverage right about 100% for sparse data structures, yes \!
       new  93afbab   modest pytz handling in DateRange. starting on AxisIndexer in frame.py
       new  9290e5f   custom NA values, allow skiprows in ExcelFile
       new  ca173df   changed / fixed inconsistency / minor optimization in Index.union when one contained in the other, fixed resulting failing unit tests. forced SparseSeries fill_value to always be float64 type
       new  56c470e   added sparse.c for now
       new  1e57f11   added fancy indexing 'ix' property to DataFrame, unit tests. TODO: update docs for ix property
       new  bc8c83c   spelling fail
       new  2c75035   csv parser improvements, universal newlines
       new  e2bf925   consistent column ordering in simpleParser, select function in DataFrame, boolean indexing fix in Series
       new  9414a8e   fixed breaking unit test due to slicing int labels
       new  1008360   fixed DataFrameIndexer bug, wrote unit tests, select unit tests
       new  6360cd0   refactoring
       new  adb7865   get view when calling xs in DataMatrix
       new  75d0cc6   finished select implementation, refactored _get_axis* methods, unit tests
       new  5324a0c   fixed inference of window_type='rolling' in ols when passing window
       new  decdc41   code coverage, corner case when modifying sparse fill_value
       new  04cef6e   boolean indexing with Series must match index labels
       new  a8c2f88   some refactoring, starting work on fast time series reductions
       new  cdf4ec3   broken, but want to commit new branch
       new  a656df2   working on pytz support in DateRange
       new  2dc78dc   moving around unit tests, working on fancy get/setitem for objects. fixed buglet in parseCSV
       new  9fc9adc   Series fancy setitem implementation, unit tests, etc.
       new  07c6488   more DateRange tzinfo work
       new  b808ce2   DateRange unit test coverage, tz_validate impl
       new  1fe7df8   Merge branch 'master' into datamatrix-refactor
       new  ed594bd   boolean indexing work, needs to be part of larger refactor
       new  2502bef   added to release notes, removed some deprecated methods, continued work on DataMatrix refactor
       new  3b8156a   i like where this is going
       new  0670c85   this is becoming epic. deep breaths
       new  398e2c6   refactoring, refactoring. trying not to make a huge mess
       new  f5fd625   trim trim trim. DataFrame unit tests still run. basic block structure prototype looking good, much implementation work remains...
       new  f09b0ad   renamed proto to internals
       new  d4b558b   added refactor notes file
       new  a194eb4   time to start playing whack-a-mole with the test suite
       new  3924300   starting toward reindex methods in new prototype
       new  d0642e1   continuing with the refactor, eliminating unnecessary code
       new  1ae727b   DataFrame unit tests pass. lots of work to do to deal with the type hierarchy
       new  c944ffc   whack-a-mole with the test suite. we're getting there
       new  32f51c4   brought back dtype casting. making progress
       new  739f8a1   picklability, column reordering issues, more refactoring
       new  8486323   more bug fixes. more work needed on the mixed-type front
       new  501f491   test suite passes, yay
       new  8d7d123   entire unit test suite passes
       new  147e89c   WidePanel.to_sparse, bugfix, unit tests
       new  b5c93de   putting SparseWidePanel through more unit tests
       new  6a2f8cc   more unit test generalization for sparse structure
       new  e135c67   fixed merge conflicts
       new  5b24cb6   switched statsmodels t() usage to tvalues
       new  095be5c   a few stats unit tests
       new  ab0e8cd   Merge branch 'master' into datamatrix-refactor
       new  ec3c228   faster count method for SparseDataframe
       new  59db76f   Merge branch 'master' into datamatrix-refactor
       new  3cfaaa5   unit test for filter with objects, fix
       new  3b4ee70   SparseSeries.shift efficient impl
       new  d3ca427   handle non-NA fill_value case in SparseSeries.shift. complete test line coverage
       new  34188e1   fixed merge conflict
       new  ca4fe6f   rename buglet
       new  1d40e65   rolling moments will return SparseDataFrame now
       new  08998bb   fix merge conflict'
       new  c35a39d   bit the bullet and did the big merge. now time to investigate lots of potential problems
       new  cdb879b   DataMatrix is no more. test suite passes. lots of missing test coverage / things to look into now
       new  6bfa903   more cleanup, moved some things to internals. removing references to DataMatrix
       new  3133a6b   need some changes to block internals, getting started there. misc other impl
       new  6f5d9db   intermediate state atm
       new  fc9d420   hmm, this probably isn't going to work. need to think on it a bit
       new  1ef60ee   unit tests pass...winning!
       new  9dae707   hammering out block internals issues
       new  96ce1a9   more unit tests
       new  7063e7a   removed VAR impl
       new  3f4eb17   as_matrix will return right type in exceptional cases. more tests. calling it a day
       new  8f9750e   finished test coverage for internals. more testing still needed
       new  5ab110a   line coverage for frame.py complete
       new  b11cc02   consolidated DataFrame unit tests
       new  13a7f61   removed test_matrix.py
       new  504671d   DataFrame.join optimization. unit tests for consol
       new  251bed8   sparse unit tests post refactor, getting closer
       new  79e834e   100% test coverage, but perhaps deceptive
       new  1addc5c   removed pandas/core/matrix.py
       new  a99a827   renaming DataMatrix to DataFrame, misc cleanup
       new  edc1412   more renaming
       new  9125abc   some consolidation, deprecations, cleanup
       new  e49bf65   once over of DataFrame. looks good to me. more review of SparseDataFrame needed
       new  f2f5192   append works with SparseDataFrame
       new  4446071   more sparse testing: rename, fillna, apply
       new  bc1998f   more tests. basically satisfied with SparseDataFrame at the moment
       new  54faa67   CRLF -> LF
       new  2d5e3d0   CRLF -> LF
       new  8331518   merged datamatrix-refactor branch, fixed conflicts
       new  0854a85   CRLF fix, optimization
       new  0dc4f33   fix CRLF
       new  0f67e88   hasty in removing matrix.py, need for legacy pickles
       new  3213b0f   read_csv and read_table renamings in parsers.py. updated release notes
       new  11c1b93   release notes
       new  04934ad   added var impl back for now
       new  d4d8455   WeekOfMonth enhancement w/ unit tests
       new  0cb1499   fixed API change in examples/finance.py
       new  7dc7a90   minor doc edits for DataFrame/DataMatrix consolidation, bumped version in version.py
       new  32b9481   mixed-type fixes in DataFrame statistical methods
       new  8715fb2   test coverage
       new  8c94213   hacking on HDFStore, incorporating submitted patches and optimizing
       new  3de784d   unit tests pass
       new  4691e9f   sped up write_table
       new  2e64f97   optimized WidePanel read / write method + tests
       new  6e763ef   remove unit tests, enable to remove full node. docs
       new  c694c2d   100% test for HDFStore as it now stands
       new  85c4af7   provide legacy HDFStore file support
       new  0760d1b   cleanup
       new  53107b8   mixed type storage support for DataFrame in HDFStore
       new  92da5c6   lazy import of PyTables
       new  034a745   updated docs
       new  cb0b31d   updated docs
       new  f060b56   error message disabling storing mixed-type DataFrame in table format
       new  8c3ae2a   more unit tests, handle all types of Series
       new  ee748aa   DataFrame fancy indexing gives view
       new  4e86748   added missing Series.ix case for completeness, optimized DataFrame.ix[...] to reduce unnecessary computation in some cases
       new  5849daf   removed usage of common.get_indexer
       new  88c0ddb   eager evaluation of GroupBy groups
       new  255f948   updated release notes
       new  81962ec   starting flexible arith methods on Series
       new  7acb463   BUG: Index.__ne__ was not implemented
       new  320b6f7   BUG: Index.__hash__ should raise an exception
       new  4956e6b   BUG: DataFrame.ix[0] should return view
       new  226ef97   unit testing for flexible Series addition operators
       new  15b05a9   avoiding code dup in fancy_index
       new  8720b16   Pre-emptive unit tests for fancy setitem on DataFrame
       new  219a0c6   updated readme about github
       new  0ce9a27   little bit of fancy indexing refactoring
       new  d0b25d7   created indexing.py to organize fancy indexing code
       new  c8657e2   fixed import error
       new  1a3fd35   unit tests for fancy setitem pass
       new  23fe904   mostly feature complete for homogeneous fancy DataFrame setitem
       new  8cfdeb2   fancy indexing test coverage
       new  6fcad98   more deprecations, release notes, parsers docs and added new functions to pandas namespace
       new  59b5823   pivot multiple columns at once, need tests etc. still
       new  6b6058d   generalized pivot function to be able to pivot multiple columns into a WidePanel
       new  2a73eb0   updated bsd license
       new  dcf3490   Cython code reorg and co-opted pyzmq build framework so do not have to check in cythonized .c code into git
       new  3306fdf   removed stats/setup.py
       new  f835f94   updated release notes
       new  ed90130   BUG: fillna bug in Series GH#54
       new  e61a31e   groupby now excludes NA values just like R does. avoids NA-handling issues
       new  6bf1b2e   updated release notes about groupby
       new  7be6c98   release notes
       new  0f57832   added set_printoptions function to common module, similar to NumPy print options
       new  898cc9c   release notes and added set_printoptions to pandas namespace
       new  2ca5441   changed float_format to precision
       new  cc25a0e   printoptions docstring
       new  81ba981   implemented rolling_quantile and unit tests
       new  819fb5f   updated release notes
       new  6cad535   added generic rolling_apply function
       new  3750d44   release notes'
       new  82d4ec4   BUG: summing boolean DataFrame
       new  90b7611   release notes
       new  8af2745   tinkering with more general block structure
       new  4001816   BUG: boolean DataFrame comparison had been broken after internals refactoring
       new  ab923e7   starting unit tests for parsing functions, way overdue
       new  9a5dc9b   added test csv files
       new  0c87c95   oops, added test_parsers file, unit test coverage
       new  439f7c5   Minor change to CleanCommand so build works with stdeb
       new  52f5b45   Merge pull request #55 from dieterv77/CleanCommand
       new  a9e52d0   parsers won't NA out inf values by default. unit tests
       new  64ea747   Merge branch 'master' of github.com:wesm/pandas
       new  ed9baa8   test coverage, more still needed
       new  825ebf3   unit test for specifying custom date parser
       new  144840c   starting in on the mixed-type panel redesign
       new  9eba577   removed usages of indexMap, misc panel stuff
       new  4833ea9   biting the bullet, working to make generic n-dimensional structure to back DataFrame and WidePanel and friends
       new  a9fcf81   added ascending argument to Series.order
       new  509a994   testing IO roundtripping with HDFStore
       new  7e634de   Merge branch 'master' into widepanel-refactor
       new  f5ff616   more nd generalization
       new  c68e278   BUG: fixed join_on regression from refactor
       new  46b58d0   Merge branch 'master' into widepanel-refactor
       new  af7647b   BUG: support legacy legacy DataFrame pickle
       new  7cef2f1   Merge branch 'master' into widepanel-refactor
       new  b40d119   continuing changing blockmanager to be n-dimensional
       new  7d9caa8   amazingly all the unit tests pass post redesign. much cleanup still needed
       new  ed6f215   panel tests pass. but others fail still
       new  1ff0686   internals unit tests pass now
       new  946f12e   fixed failing sparse panel and ols unit tests
       new  4236037   unit tests all pass!!
       new  482018f   made BlockManager.xs more generic to support nd
       new  8091ded   generic slice with BlockManager for panel
       new  437ecde   removed core/setup.py and test coverage for internals
       new  7327645   more panel test coverage'
       new  8651298   test coverage
       new  870eca6   always copy data when inserting into DataFrame. failing reverse op dtype=object unit test
       new  6b959f7   BUG: in as_matrix with subset of columns with single-block
       new  93d4461   BUG: fixed GH #56
       new  31850d6   Merge branch 'master' into widepanel-refactor
       new  1f7d196   enhanced xs functionality returns lower dim BlockManager
       new  3d8fd74   test coverage
       new  69248d5   SparseDataFrame + DataFrame -> SparseDataFrame, simplified arith methods
       new  85e04ab   removed collection.py
       new  2f75482   enable boolean indexing with object-dtyped array
       new  e8ec2e9   some generification
       new  4c0db68   added fill_value option to DataFrame.{add, mul, sub, div}
       new  d39f538   FIX: broke sparse unit tests in the last couple days
       new  adf7b9b   ENH: console formatting enhancements
       new  99f80cb   contributed patches
       new  41bcd82   casting to uint8 for numpy < 1.5.1 compat
       new  50d9718   add check about numpy version...
       new  30d5f04   raise skiptest for < python 2.7
       new  afc571a   work in python 2.6
       new  759cb4c   pickle with highest protocol, doesn't work in python 2.6 without
       new  b75396c   highest protocol pickle
       new  027c90b   ENH: read_table can infer integers. changed DataFrame.fromcsv to use it
       new  f7953c9   setuptools resulting in unhappiness
       new  4094bed   int32/int64 issues
       new  96ded75   FIX: numpy.distutils thinks we're using Pyrex
       new  843282c   ENH: rkern patch to debug
       new  fa42a6a   FIX: critical bug fix in block formation
       new  fcc684c   FIX: unit test for bug
       new  9b668d0   more unit tests
       new  cd791eb   ENH: block integrity check (ensure consistent ordering)
       new  b8692f7   REF: removed pytools and test_pytools FIX: {Series, DataFrame}.truncate copy as before internals redesign
       new  3ce46e4   ENH: make DataFrame a bit more amenable to subclassing
       new  05123af   ENH: cumsum/cumprod refactor, consistency
       new  ab74e77   ENH: made things more generic, reduced code dup
       new  51247f3   fix merge conflict
       new  c8e5403   FIX: DataFrame.__ne__ was not implemented
       new  5ecc475   ENH: added BlockManager.insert function
       new  8021575   ENH: use _constructor properties to get factory function instead of type(self), for easier subclassing
       new  783e629   TST: modify DataFrame.values in place
       new  a8f66b4   ENH: DataFrame.insert method implementation
       new  54066db   DOC: noted DataFrame.insert in release notes
       new  955b727   ENH: DataFrame.__init__ will accept structured arrays. general performance tweak in constructor too
       new  890e414   ENH: significant performance optimization in DataFrame constructor with ndarrays
       new  8449ad3   BUG: reindexing length-0 DataFrame contributed fix
       new  91b434b   ENH: contrib perf optimization in panel homogenization routine
       new  b68efcf   BUG: ndim not handled correctly in BlockManager pickling
       new  54524f5   FIX: legacy pickle format
       new  6b2ea9f   starting to make a mess of GroupBy but should be interesting
       new  623edbc   starting on fast cythonized multi-groupby
       new  26714de   some progress
       new  7ddfbd4   ENH: got multi-groupby working in Cython. Lot more work needed
       new  171660c   TST: tests pass except for multi-column. renamed self.klass to DataFrame in test_frame.py
       new  1440a82   ENH: refactoring of groupby. NA handling in new Cython methods
       new  37c1a1d   ENH: got DataFrameGroupBy column selection working, clean up constructors
       new  5ac35ef   ENH: some refactoring plus mystery bugfix in LongPanel.sort. need to investigate
       new  2134ded   ENH: working on generic python multi-groupby generator
       new  f40199e   ENH: Index can store tuples now
       new  e0d474a   groupby test module
       new  4bebdaf   Merge branch 'multi-groupby' of github.com:wesm/pandas into multi-groupby
       new  59758cf   ENH: groupby delegation wrapper working
       new  75435d3   ENH: pure python multi-grouping working, UI needs work. as does cython integration
       new  c62811f   ENH: perf opt in Index. lazy enforcement of uniqueness, prevent unnecessary calls to map_indices
       new  4f99020   ENH: generic drop method for pandas objects
       new  651e962   ENH: multi-groupby prototype working with DataFrame. nice
       new  58274e9   TST: type inference bugfix and test coverage
       new  a077df7   DOC: release notes
       new  f6118bd   DOC: more thanks
       new  0f821f9   BUG: explicit dtype in otherwise all-NA DataFrame
       new  49beaf0   TST: raise exception when try to create empty int columns
       new  f5257f6   BUG: typo caused regression
       new  36d756c   TST: for groupby regression bugfix
       new  4625206   ENH: integrated cython aggregators
       new  92bc277   TST: multi-column groupby test passes now
       new  5a20423   TST: test on single column too
       new  3171818   ENH: Series can be created without passing an explicit Index
       new  8d49d3a   ENH: multi-group flat iteration works
       new  bad61f4   TST: do roundtrip in try: finally:
       new  354b130   TST: unit tests for groupby
       new  3e6cbe5   BUG: unnecessary line
       new  0d0b9b0   TST: unit testing for groupby
       new  e33c416   FIX: numpy 1.4.0 bug in unit test
       new  980ef8a   BUF: missing parens in catching multiple exception types
       new  e18b546   ENH: proper masking using counts in groupby. unit test and release notes
       new  633062c   ENH: multi-grouping using functions works too
       new  3dc4f89   STY: small simplification
       new  4f43377   BUG: apparently True == 1 and False == 0
       new  c5145bd   BUILD: changing to distutils setup instead of numpy.distutils setup
       new  1e23474   ENH: DataFrame.dropna method and deprecated dropIncompleteRows and dropEmptyRows
       new  0f844dc   DOC: release notes about dropna
       new  7622805   BUG: calling select on empty DataFrame generates Exception
       new  a1118c4   DOC: illustrative example for DataFrame.pivot
       new  440e41a   STY: switched everyone to use generic select function
       new  1d45182   TST: unit test on indexing single column
       new  3d221e2   TST: failing unit test for mixed-type LongPanel
       new  fa58f8b   ENH: working on multi-level index object
       new  3911bec   ENH: test_panel passes, but a lot of other stuff is failing
       new  d8bf8c4   TST: unit test suite passes with refactored LongPanel
       new  4c15329   ENH: added Index.format functions and improved datetime formatting when no time information
       new  0bcc0a4   ENH: removed LongPanelIndex in favor of the generic multilevel, patched up code and unit tests
       new  c6a1db8   ENH: renamed MultiLevelIndex to MultiIndex. implemented slicing, cleanup
       new  4f1bfe3   ENH: sortlevel function, refactoring for hierarchical indexing
       new  5a2e3f6   ENH: sortlevel refactoring
       new  5828578   ENH: multilevel index in groupby. tests do not pass yet
       new  5fc081e   ENH: stack and unstack methods
       new  4f72f7b   ENH: stack/unstack working. need to fix to_long_mixed test still
       new  11f8d08   ENH: mixed-type WidePanel can make roundtrip to LongPanel without losing proper mixed-typeness
       new  0ffeeda   ENH: added delevel method, not certain about name
       new  a9a29b0   BUG: need to mask out aggregated levels
       new  19ce2da   TST: failing unit test for groupby
       new  969c1b8   BUG: fixed groupby bug with missing labels
       new  4109135   ENH: multi-level index from_arrays method, reindexing-related methods, and Series changes so alignment will work. need to write a lot of tests
       new  65c0cf1   ENH: start enabling proper fancy indexing with multi-level index
       new  2af6604   ENH: indexing defer to _constructor
       new  43b84bc   BUILD: Fixed issue #80, xls/csv file copying
       new  22dd400   ENH: example of rolling_apply_frame
       new  cb47966   BUG: prevent NumPy upcasting float to string, regression from prior version
       new  bd52f05   TST: Index/MultiIndex testing and minor refactoring
       new  34fbb91   ENH: partial indexing with multi-level index, and various related tests
       new  7f8d635   TST: MultiIndex unit tests
       new  06705c8   BUG: fix NumPy type upcasting to string, regression from 0.3.0
       new  e0a12b9   BUG: index needs to be casted to ndarray in Series.plot
       new  f8f0b05   TST: MultiIndex test coverage
       new  163806f   TST: unit tests coverage for MultiIndex
       new  deb8549   BUG: fix GH #98
       new  756a096   ENH: sparse formatting of multi-level indexes, and will print out columns, too
       new  2dc9860   BUG: rewrote sparse formatting to fix buglet. created test_multilevel.py
       new  843dba3   ENH: working on hierarchical __getitem__ in DataFrame
       new  322fd6c   ENH: hierarch xs working
       new  59d13a3   BUG: unstacking with more than 2 levels was not correct
       new  db0c29e   ENH: unstacking refactor, DataFrame can have a level expanded now, but needs work
       new  74ee9ce   ENH: missing unstacked levels will be omitted
       new  c4306a5   ENH: handle FactorVector in rpy2 DataFrame conversion
       new  2e33a70   MSC: don't assert Index.ndim == 1 because matplotlib sometimes adds axes
       new  2a3f3b0   BUG: need to select unique groups from level when unstacking into regular index
       new  3d47ea6   ENH: implemented DataFrame._count_level to replace LongPanel.count
       new  abe9049   BUG: int block for intercept causing slow ols perf
       new  90cd457   ENH: some NA handling when converting from rpy2 DataFrame
       new  8fd729d   ENH: drop levels when selecting higher level from Series or DataFrame. refactoring needed
       new  0f919b0   BUG: multi-level column formatting
       new  14c02e8   BUG: unicode handling in DataFrame.toString/info
       new  084bbcb   STY: removed random code
       new  0f59729   ENH: AmbiguousIndexError not raised anymore, prefer label-based indexing, other multi-lev compat
       new  be76736   ENH: added a cache of DataFrame columns to improve perf with many calls to __getitem__
       new  05995f2   ENH: some integration of multi-level indexing with .ix fancy indexing
       new  80b9176   ENH: support picklability of Index subclasses
       new  be6b004   TST: unit tests, and custom delete for Index objects
       new  5dc1afc   ENH: Index.reindex refactoring and getting drop to work with MultiIndex. address GH #101
       new  0ba70a2   ENH: enable group by level of MultiIndex
       new  a774329   TST: test coverage in DataFrame and _count_level
       new  193d90f   BUG: error message in Series.__getitem__ with KeyError was made uninformative
       new  dc67be8   ENH: accept arbitrary iterables in fancy indexing
       new  5cf2f12   ENH: switch to Cython agg for sum/mean for 1 group. BUG: fix Cython code to handle NA labels
       new  90db256   TST: unit test for Cython group mean and added similar NA fix
       new  c0fd875   BUG: agg methods should return NaN when all NaN
       new  bcdcd71   BUG: NAs were not being properly excluded in multi-key groupby
       new  37a1e13   BUG: tuples could not be inserted as new column keys in DataFrame
       new  d4946e3   ENH: perf enhancement in Index.insert
       new  514c292   ENH: multi-grouping with axis > 0
       new  0104258   ENH: string names of functions can be passed to groupby
       new  2743ac0   BUG: fixed mysterious major memory leak with method wrappers in groupby
       new  dc1b320   BUG: fix major memory leak in Series caused by caching view as array
       new  9e79064   STY: refactored to prior state
       new  558e727   ENH: perf enhancement in Series.groupby
       new  83b216c   ENH: groupby refactoring, testing, and perf opt. Series, DataFrame take functions
       new  7f2f70c   ENH: refactoring, generic GroupBy.apply with inference
       new  a903e97   BUG: tests pass now
       new  ba4957a   TST: added memory leak script
       new  c5b1659   ENH: added groups attribute back and implemented GroupBy.__len__, addressing GH #99 and GH #95
       new  7b6254e   README updated for better Github output
       new  8915833   ENH: application resulting in hierarchical index working in some cases
       new  b6188d5   ENH: axis=1 working mostly with hierarch groupby output
       new  91ca315   BUG: cast to ndarray
       new  f9acc42   ENH: revert to old GroupBy.get_group for DataFrame due to perf
       new  907ef37   ENH: more groupby tests, tweaking apply result output inference
       new  00c8da0   TST: completed groupby test (line) coverage
       new  7804e75   TST: Index/MultiIndex tests, other misc coverage
       new  971db53   BUG: fix groupby regression with differently-indexed Series. test coverage
       new  6bb2df8   ENH: proper item slicing in internals and tests
       new  e2563cd   ENH: copy option in reindex methods. cython fast_unique
       new  dc3775e   ENH: huge perf enhancement in homogenization speed
       new  22272b5   ENH: more perf tweaking with homogenization
       new  ec8cd73   ENH: don't copy in panel homogenization step
       new  1f04b91   ENH: use new fast_unique in Index.union
       new  3aa3b16   ENH: no boundscheck / wraparound in map_indices
       new  55fbc1f   ENH: WidePanel constructor can handle dict
       new  4a3d008   BUG: groupby aggregate regression
       new  935be0a   ENH: Panel.pivot testing and performance enhancement
       new  86d3455   TST: Series test coverage
       new  8791ce0   TST: sparse test coverage
       new  b5ce934   TST: misc test coverage. moved some code to sandbox
       new  8ad7f07   TST: round out test coverage in pandas.core
       new  f3a183f   TST: HDFStore with compression test coverage
       new  13f0d15   BUG: address GH #106, and various ols unit tests
       new  5097857   TST: more ols test coverage
       new  5949b17   TST: finished line coverage for ols.py
       new  be0373f   TST: BAM! plm test coverage. comparisons with R still needed
       new  9b4414e   STY: ran pep8
       new  06c3930   ENH: return tuple in multi-iteration
       new  9aebdd9   DOC: Series docstring cleanup, reorg, deprecations
       new  c7625ec   DOC: DataFrame docs, sort unit tests, other cleanup. deprecated tgroupby
       new  6e2127f   DOC: DataFrame docstring edits and misc tweaks
       new  afbf210   DOC: some Index docstring cleanup
       new  0e74224   ENH: asof return nan so play nice with groupby
       new  8fc42e2   TST: fixed index unit test
       new  f03e4e7   ENH: Factor refactoring (heh) and docs
       new  cc07aab   DOC: index.py docstrings etc.
       new  baf5fdd   DOC: panel docs
       new  fd145a0   DOC: documentation pass on groupby and rest of pandas.core
       new  4512b00   BUG: removed __new__ tinker from last night
       new  17486b2   DOC: docstring edits and misc test coverage
       new  f14234b   ENH: implemented MultiIndex.insert function + tests
       new  1af6056   DOC: removed var.rst, fewer warnings now
       new  e70bcf5   TST: don't have time to figure out how to make pandas.test() work so removing it
       new  803c5ab   DOC: starting work on overhauling the sphinx docs. switched to agogo theme
       new  ee27464   DOC: ipython directive from skipper's repo
       new  b2e52a5   DOC: hack so pure_python only executed once for now
       new  9211e6e   ENH: convert multi-line pure python to continuation lines using the ast
       new  1bbbd55   DOC: small amount of cleanup in ipython_directive
       new  8f9579c   BUG: Series from dict buglet
       new  3e0fb49   DOC: skeleton of reorg'd docs and starting new tutorial
       new  1de23c4   DOC: reformatted release notes, deprecated DataFrame.tapply
       new  ebe1f0d   DOC: release notes reformat. note about hierarchical indexing
       new  6c4b257   DOC: release notes
       new  752c9b1   DOC: adding API file, filling things out
       new  5086627   DOC: more docs work on tutorial
       new  e2570f7   DOC: more docs, tutorial
       new  b741dcf   DOC: a bit more docs, Series valid->dropna
       new  6aa53d8   DOC: more docs, org
       new  272a308   ENH: isnull/notnull return Series now. doc edits
       new  40b1499   DOC: missing data docs, Series API
       new  dc8f391   DOC: more missing data docs
       new  4f8b728   DOC: more missing data docs
       new  1874267   DOC: chopping up old tutorial
       new  ec7fc60   DOC: readme edits to be more like the docs, mostly finished missing data section
       new  53b29f0   DOC: more on basics
       new  f6a5c65   ENH: more flexible renaming. corrwith bugfix
       new  df9f029   DOC: more hacking on the basics
       new  e70158a   DOC: even more work on tut. reindexing how-to getting there
       new  35d70b9   ENH: implemented sort for WidePanel
       new  0672b76   DOC: yet more basics docs and reorg
       new  b67dbcc   ENH: sort_index impl and consistency across classes
       new  8ee4ecc   DOC: finished basic sorting docs.
       new  8c90703   BUG: rolling_cov bias correction did not take into account changing number of observations
       new  40b7278   DOC: release notes
       new  a12d898   DOC: release notes reformat
       new  b41cc44   DOC: release notes reformat
       new  ba926c2   DOC: minor readme reorg
       new  bd94b25   DOC: more reorg, deleted old series and dataframe rst files. starting on indexing docs
       new  8b390d6   DOC: boolean indexing with DataFrame
       new  d63a39d   DOC: fancy indexing -> advanced indexing to disambiguate
       new  70c3370   DOCS: more indexing docs
       new  6197a32   DOC: finished fancy indexing. starting on hierarch indexing
       new  cfc14fb   DOC: more multiindex
       new  92052ca   DOC: a bit more, and noticed a bug :(
       new  49675be   ENH: implemented lexsort_depth and is_lexsorted
       new  9f9032c   TST: more unit tests for lexsort_depth check
       new  ae28bf3   DOC: mostly finished indexing chapter
       new  6d6d0be   DOC: starting to rewrite the groupby docs. slowly
       new  d288bbe   DOC: making some progress on groupby docs
       new  a2c7284   DOC: first cut on new groupby docs done
       new  4e50981   ENH: can do as_index=False in groupby. removed dummy 'index' column from DataFrame.to_csv output and added index_label option
       new  fd97457   DOC: groupby doc about as_index=False. some joining/merging docs
       new  425924e   ENH: DataFrame.pivot now returns MultiIndex columns with multiple fields. Return view when indexing homogeneous hierarhical columns. various related unit tests
       new  fe50bec   ENH: indexing object with MultiIndex works if indexing the top level. address GH #120
       new  c27e09c   DOC: starting on pivot docs. some indexing additions given new functionality
       new  f970dff   DOC: release notes. and rewrote _make_long_index
       new  222d0ca   REF: removed make_long_index method and switched things to directly create MultiIndex
       new  549401d   ENH: stacking starting with MultiIndex implemented, more unit testing needed
       new  39c1500   ENH: swaplevel methods
       new  4a4f287   ENH: stack/unstack bug fixes and unit tests
       new  176450a   ENH: stack/unstack seem to be working. unit tests pass
       new  37f282d   BUG: buglet in to_csv I introduced earlier today
       new  daf2f4c   REF: moved stack/unstack/pivot code into new reshape module
       new  cdbe7a7   TST: test coverage
       new  6f8e09e   DOC: reshape docs. man that is cool
       new  10c8f08   BUG: groupby bug with flex aggregate functions. and hierarchical columns weren't being passed on
       new  179d465   TST: test coverage
       new  42ec01b   DOC: note about swaplevels
       new  c4ccfdb   DOC: time series docs, timeRule->time_rule renaming
       new  0533985   REF: removed timeRule argument altogether
       new  5cb7bca   DOC: more time series docs and release notes
       new  14ffdaf   DOC: time series docs. bit of LongPanel refactoring
       new  3959bc6   REF: LongPanel is now no longer a 'Panel'. added level option to Series.count. fixed up OLS classes now that LongPanel works a bit differently. more testing / spot checking of results needed
       new  1f0c920   BUG: let downstream code convert list to ndarray, asarray not tuplesafe
       new  16d71f8   REF: renamed WidePanel -> Panel. legacy pickle support remains and a reference to WidePanel in the pandas namespace
       new  63e8f67   DOC: plotting function enhancements and plotting / stats docs
       new  f0120c1   Added functions to pull data off Yahoo! and FRED
       new  56066d5   Added function to pull data from Fama/French data
       new  562107f   Updated data reader functions
       new  d959a44   Updated data reader functions
       new  e7c04ef   ENH: more flexible boolean setting with DataFrame
       new  db69993   BUG: r2 needs to use transformed data
       new  174422e   DOC: stats docs
       new  36c2c40   BUG: change to _trans to fix unit test
       new  95fb29b   DOC: start IO docs
       new  3e98b72   ENH: enable storage of hierarchical index objects in HDFStore. addresses GH #128
       new  441e8d5   TST: ensure that MultIIndex names are stored correctly
       new  01ea9cb   ENH: added add_prefix / add_suffix methods to DataFrame
       new  333eb0f   ENH: enable joining with overlap and lsuffix/rsuffix options
       new  bc1135f   BUG: self->this, need unit tests
       new  0397d37   ENH: extensive indexing.py refactoring and implemented fancy/advanced indexing fro Panel. address GH #118
       new  321f9e1   BUG: multi-key groupby now works with multiple functions. starting to add *args, **kwargs. address GH #133
       new  59ed030   BUG: address groupby bug described in GH #131
       new  e41fd5a   TST: unit testing for *args/**kwargs in groupby. address GH #132
       new  0fd307e   ENH: Add join to Panel
       new  ee4f032   ENH: Panel.join. some cleanup, testing needed
       new  e03c77e   ENH: add omitna option to Series stat methods and fix up unit tests
       new  2d83543   ENH: skipna in DataFrame stat functions
       new  35d2b28   ENH: skipna in Panel methods. need to unit test
       new  3d0fe49   BUG: PanelOLS couldn't cope with object DataFrame input
       new  b6df3f2   ENH: skipna and unit testing for Panel
       new  0b6f950   DOC: docs about skipna
       new  1f11fe2   DOC: sparse docs. getting closer to release
       new  354880a   TST: DataFrame test coverage
       new  911700b   TST: Panel.join unit tests and misc panel test coverage
       new  e55de13   TST: add_prefix/suffix to sparse. test coverage
       new  2cc48d6   BUG: win64 buglet in pytables IO
       new  70f5b79   BUG: git code churn typo
       new  88ad4c0   DOC: release notes, setup.py updating
       new  2bfa6fb   BUG: to_wide was returning incorrect results with inconsistent long panel index. added HDFStore handling for duplicates in table format
       new  42b0b01   DOC: doc warning fixes
       new  4b8ff26   BUG: Python 2.5 compat in fillna
       new  cf5690d   BUG: commented out block of cython code causing compiler warning
       new  0784ec4   BLD: windows test batch files
       new  671dac9   Merge branch 'master' of github.com:wesm/pandas
       new  194d906   BLD: include sandbox subpackage. set released to True
       new  9b3149d   Version 0.4.0
       new  c8aae61   BLD: edit MANIFEST.in to include docs
       new  9e406c5   RLS: Version 0.4.0, fixed version.py
       new  40feea2   initial packaging borrowed from scikit.learn
       new  24137da   DOC: changed website
       new  0b7f440   first pass over packaging
       new  14db4c3   minor debian/TODO
       new  68d8650   python-xlrd into b-d and recommends
       new  76d0c80   added patch up_datetime_pasting to "cherry-pick" e24c2c7979ca9e692bec9c71016d5ca368920679 (ENH: version.py seems to not require datetime import any longer)
       new  a74641d   added patch up_new_package_check to "cherry-pick" 5854a68af87e7bfcc33e5e8228a602a0aad51014 (ENH: add package_check and skip_if_no_package to ease conditional testing)
       new  39b211d   added patch up_pytables2.1_tests_compat to "cherry-pick" 960a5037942569ccf316d97dd40c898598bde172 (ENH: make blosc-dependent tests skip if pytables < 2.2)
       new  e434327   pytz into depends + untabify
       new  4189f2c   no docs nor doctests for now at least
       new  670f05c   added few missing copyright/license statements for materials under doc/
       new  645d611   adding python-scikits.statsmodels to bdepends for tests
       new  a2f9a61   BUG: pivot misaligns data with duplicates, raise Exception
       new  cc2206a   ENH: add package_check and skip_if_no_package to ease conditional testing
       new  35d03e9   ENH: make blosc-dependent tests skip if pytables < 2.2
       new  8698fe9   ENH: version.py seems to not require datetime import any longer
       new  208279e   ENH: Add panel_index convenience function
       new  31201f5   read_csv automatically sniffs out separator, using csv.Sniffer()
       new  8eaa8f3   Adding additional comment to docstring
       new  f0cb908   Remove sniff_sep from params; cleaner and simpler
       new  f5a093e   ENH: Allow to sort on index level by name
       new  02295fe   BUG: Allow int to pass with sort on index level
       new  c1a3905   ENH: Allow unstacking by level name
       new  877e596   RLS: update to 0.4.1dev
       new  9c45f6f   BUG: pivot should raise exception if there are duplicate entries, address GH #147
       new  dc990ae   BUG: shifting int Series should upcast. address GH #154
       new  eb1b59f   BUG: address GH #135 and implement some setting on mixed-type DataFrame using .ix
       new  1ba5625   ENH: added ignore_index option to DataFrame.append, and speed optimizations with _ensure_index function
       new  edd9f19   ENH: rename DataFrame axes without copying data
       new  afe964b   TST: excluding degenerate test case in OLS, address GH #149
       new  16eeb84   BUG: unicode and tuple fixes, address GH #138
       new  1a5a252   ENH: improve DataFrame read_csv / to_csv for Index/MultiIndex
       new  86b4ea6   BUG: handling of Series input to DataFrame constructor
       new  0dd860b   BUG: fix single-key groupby with as_index=False, address GH #160
       new  9ae251b   DOC: update release notes
       new  dca3c5c   ENH: get_dtype_counts publicized and added dtypes property
       new  a4d1ea3   ENH: corrwith excludes object data by default, address GH #144
       new  6c8dac2   DOC: update release notes to match GH milestone
       new  ac6ffdf   BLD: updated gitignore, removed version.py
       new  a3b2622   RLS: update release notes
       new  e76b825   ENH: starting on faster ordered merge functions
       new  9a320e8   ENH: doing the take in Cython makes things faster
       new  cb04ef7   ENH: inner_join_indexer/outer_join_indexer functions
       new  952c6e7   ENH: cython type fixes
       new  2c2e8e6   ENH: bug fixes, speed enh, benchmark suite to compare with xts
       new  b8b6fe2   ENH: don't boundscheck or wraparound
       new  d2484b9   ENH: sped up inner/outer_join_indexer cython functions
       new  571a664   BUG: count_level did not handle zero-length data case, caused segfault with NumPy < 1.6 for some. Fixes GH #169
       new  10fa2b5   DOC: update release notes
       new  de502d2   BUG: DateRange.copy did not produce well-formed object. fixes GH #168
       new  0af7cfa   ENH: speed up assert_almost_equal
       new  cfde7cd   ENH: tinkering with other join impl
       new  04cc1eb   ENH: don't raise exception when calling remove on non-existent node
       new  7fc8194   BUG: do not allow appending with different item order
       new  0493cc5   ENH: add join panel function for testing and later integration
       new  6fa7df2   ENH: better JR join function
       new  cdab269   DOC: documented swaplevel, address GH #150
       new  8351bf5   DOC: documented reading CSV/table into MultiIndex, address GH #165
       new  b607395   TST: test coverage and minor bugfix in NDFrame.swaplevel
       new  592cd62   TST: test coverage, minor refactoring
       new  93492a3   TST: wrap up test coverage
       new  98fe97d   BUG: reverted Series constructor NumPy < 1.6 bug
       new  f7f8abe   BUG: use int64
       new  cdc607c   RLS: Version 0.4.1
       new  64bbc72   DOC: update release notes
       new  da9832a   RLS: update release notes
       new  a1ae6f2   Merge commit 'v0.4.1' into debian
       new  49125d8   dropping patches + changelog for 0.4.1-1
       new  7a652f1   Upon 'rules clean' remove generated pandas/version.py
       new  1a6bd1e   debian/copyright: adjusted to become DEP-5 compliant
       new  ba1ff88   adjusted changelog
       new  05441c5   ENH: playing around with the AST. not sure about using magic
       new  a7ac51a   ENH: starting work on faster merge infrastructure
       new  b3e5f2d   ENH: reindex functions no longer return masks. related refactoring
       new  613eb93   ENH: cython code generation for faster take functions, some integration
       new  d859cbd   ENH: work on faster merging function that does not produce intermediate copies
       new  fd46300   ENH: got new merging function working. many more test cases required however. bumped dev version to 0.4.2
       new  9ce26cd   ENH: major speed optimization in Index.intersection
       new  ee3068b   ENH: significantly speeding up Index.union
       new  d276478   ENH: change to buffered datetime check, is_monotonic function
       new  03b900d   BUG: fix outer_join_indexer type
       new  55cc489   MSC: sampling script update
       new  7dbdd79   ENH: more templated Cython code coming, renamed module
       new  498206e   ENH: Int64Index class, Cython codegen, refactoring to enable transparent use
       new  b2aeaf1   STY: got rid of superfluous autogen docs
       new  76a3eeb   ENH: join refactoring to enable subclasses (e.g. Int64) to implement faster join operations
       new  d895974   ENH: shizam! int64 axes with super fast join performance
       new  ca55949   ENH: bug fixes and fixed up benchmark script
       new  527f64a   ENH: speed optimization / tweaks in merging
       new  3fc528c   BUG: group_index being computed incorrectly in unstacker, only presents itself if nlevels > 3
       new  66458b6   BUG: groupby cython bug in _aggregate_group, unit test and raise up exceptions
       new  118f571   ENH: major Cython code cleanup, left_join_indexer bugfix and speed opt, inner_join_indexer speed opt
       new  ac05bd7   ENH: implemented BlockManager.take for axis >=1 and seriously sped up DataFrame.take
       new  3222a2f   DOC: note about requiring Cython for dev build, address GH #186
       new  775c12b   ENH: groupby speed optimization for Int64Index
       new  1371d0f   BUG: address GH #185, prevent use of step in label-based slicing
       new  6bac095   ENH: Int64Index.union optimization in the monotonic case
       new  56e0c9f   ENH: Series.align method to leverage faster joins, faster binary ops
       new  f62e279   ENH: Series.sort_index perf enhancement
       new  e01a762   ENH: notnull/isnull perf enhancement regression from 0.3.0. address GH #187
       new  d585ce5   RLS: update release notes
       new  11d2243   ENH: groupby speed enhancement due to less aggressive integrity checking in BlockManager. Implemented fast GroupBy.size function
       new  2561e1d   BUG: isnull works with float32, address GH #182
       new  aaea503   BUG: implement remaining as_index=False handling in DataFrameGroupBy.aggregate. address GH #181
       new  191200f   ENH: fast DateRange.intersection in some cases and sped up DateRange.union in some cases. address GH #178
       new  f1fee8f   ENH: add get_level_values method and tests, address GH #188
       new  22691ab   ENH: implement shallow copy on BlockManager, address GH #125
       new  492a7ff   TST: test DataFrame.take for mixed-dtype
       new  c76c95b   TST: groupby test coverage
       new  a9971e3   TST: test coverage for take functions and added out keyword to take_1d
       new  616975a   BUG: fix left_join_indexer bug
       new  ff2f28d   TST: test coverage for index.py, minor refactoring
       new  aaa8e2b   TST: finish index.py test coverage
       new  8b4d887   BUG: join_managers bug using wrong indexer
       new  702a4d6   TST: finish up pandas.core test coverage, test Series.align
       new  1c3b53c   BUG: fixed incorrect check for integer dtype on 32-bit platforms
       new  2951413   REF: changed index types to Py_ssize_t
       new  883744d   TST: raise SkipTest for overflow in pre-epoch dates for now
       new  35c6b68   RLS: Version 0.4.2
       new  6def1b7   BUG: intersection fails on monotonic Index.intersection(Int64Index) or vice-versa
       new  f611995   RLS: bump minor version to 0.4.3
       new  44d2701   TST: test coverage in pandas.core
       new  9ae36ec   TST: skip ExcelFile tests if no xlrd
       new  cd54aa9   BUG: MultiIndex.sortlevel did not preserve names GH #202
       new  5e5a8cf   BUG: fixed a series of bugs resulting from incorrect appending of MultiIndex objects. Expanded Index.append to take multiple objects. Address GH #201
       new  914b5c3   RLS: update release notes
       new  6e75c0d   BUG: isnull/notnull fail on other objects like datetime
       new  dc77f46   ENH: unit testing (failing) for Series.name integration
       new  be4ab5c   BUG: raise more helpful exception when trying to write empty object to HDFStore, address GH #204
       new  ff99fdc   ENH: beginning name integration in Index, Series
       new  39a0c67   ENH: next stage of name attribute integration in Series. more tests needed
       new  05f339d   ENH: proper handling of name in stack, to_csv bugfixes with name/names
       new  b9b24bc   ENH: for Series.name integration and tests
       new  7597471   ENH: droplevel name/names fix, pivot correctly sets names now (nice)
       new  56e35a9   ENH: Series.name integration, working on sparse compat and adding unit tests. Also refactored Series.__repr__
       new  ffc977e   BUG: Use stdlib csv module to write csv, so commas in data are escaped correctly.
       new  cbf7616   RLS: update release notes
       new  b4baa64   Pandas installs on Python 3
       new  550371d   Pandas can now be imported successfully in Python 3.
       new  16dbeab   Fixes so more tests pass on Python 3.
       new  bd39534   Fix up more tests for Python 3.
       new  0258d0f   More changes to support Python 3 better.
       new  0716505   Hack so test works on Python 3.
       new  814243b   Use .iterkv() instead of .iteritems(), which gets incorrectly converted to .items() by 2to3.
       new  c18d2b8   Sort out division for in sparse code.
       new  ccc9cfc   All but one test now passing on Python 3.
       new  f0b0f15   Merge PR #200 bringing Python 3 support
       new  9565fc7   ENH: SparseSeries binary op speed enhancement in the block case, address GH #205
       new  c293c3b   BUG: change python access to buffer access
       new  47ddcfc   RLS: update release notes
       new  32017fa   Add isnull and notnull methods to Series.
       new  06706be   Add trove classifiers for Python 3 compatibility.
       new  8f90680   Fix bug writing Series to CSV in Python 3.
       new  87a3370   RLS: update release notes
       new  cbca296   ENH: print 25%-75% quartiles instead of 10%-90% deciles in describe. Address discussion in GH #196
       new  5a33038   BLD: only import setuptools in py3k as cython command doesn't currently work
       new  0d763a7   TST: skip test on sparse. release notes
       new  5ad2d27   BUG: work around unicode bug in py3.1 on win32
       new  6583907   TST: is_lexsorted test failure on py3.1/win32
       new  ae4e510   BUG: explicit CSV lineterminator='\n' to work around 3.1/3.2 csv module bug on Win32
       new  dbe84be   TST: use to_string instead to avoid futurewarning
       new  8b99036   BUG: version_info is a tuple in python <= 2.5
       new  45c364b   TST: skip scikits.statsmodels-depending tests if not installed
       new  da2e3d2   TST: test failure on windows with Series.to_csv
       new  6bef632   BUG: to_csv test failure on windows python3
       new  1271507   RLS: release notes
       new  a8b1479   Version 0.4.3
       new  d5cb5ee   RLS: update release notes
       new  d1a06de   RLS: set released to False
       new  e3eac67   ENH: refactored join_managers into a tidy class and sped up joining in homogeneous case
       new  549453a   BUG: buglet, test suite passes now
       new  a0a9520   ENH: some more join refactoring and testing
       new  7fe8b2c   ENH: add monotonic join logic for object dtype Indexes, start on DataFrame.align
       new  b7a6c34   ENH: DataFrame.align function, speed up DataFrame arith, refactoring
       new  0adcfce   ENH: first cut at optimizing DataFrame.xs, next step cythonize
       new  5ae1a59   ENH: implement multi-key joining. fairly naive impl for now
       new  08a98fd   ENH: working on possibly faster xs function. new Cython put functions
       new  2958bd6   ENH: faster_xs script
       new  99a4400   BUG: kludge around series[:, np.newaxis] for MPL compat, GH #224
       new  0cc5616   ENH: parser API changes, added parse_dates options, address GH #225, #226
       new  5ca6ff5   ENH: add explicit duplicate check when creating an index in parsing functions, further address concerns raised in GH #226
       new  fbcbefd   ENH: hugely sped up MultiIndex -> Index of tuples conversion using small Cython function. Multi-key joining ~10x faster now
       new  ba35f62   RLS: release notes
       new  4ea44a4   DOC: increase minor version number to 0.5
       new  ee46b06   Update docs on reading CSV files.
       new  ac80837   Remove Sphinx autosummary extensions, which now ship with Sphinx.
       new  35e2784   Tweak wording in io documentation.
       new  b5435f3   Minor updates to docs on missing values.
       new  7531038   Add simple attribute access to DataFrame columns.
       new  4d60df8   ENH: speed up DataFrame constructor with nested dict, GH #212
       new  fc78e34   DOC: minor release note update
       new  9fe43b7   Add columns to IPython tab completions of DataFrame attributes.
       new  600c36a   Catch and silence errors in installing IPython completers.
       new  66d5ea1   DOC: add release note
       new  7ecd163   ENH: remove panel weights option that was not doing anything principled
       new  52723fa   DOC: release notes
       new  bc4fb0d   ENH: groupby level name instead of number, GH #223
       new  0113ed4   BUG: test failure in groupby transform
       new  82d73a9   BUG: fix GroupBy.apply bug, GH #237
       new  36345fd   API: Series/DataFrame.to_string return string by default. Series.to_string buffer keyword namechange. addresses GH #232
       new  b72cfb5   API: removed functions and methods deprecated in 0.4 Series, address GH #229
       new  02b522a   DOC: release notes
       new  088e20f   DOC: release note
       new  857038a   ENH: speed enhancement in multi-key joining
       new  bf639d1   ENH: revert multi-key join attempted speed enhancement, use object arrays always
       new  35253aa   ENH: use level name when calling unstack
       new  0178863   ENH: pivot table function
       new  8b86400   BUG: test for join bug fixed since 0.4.3, GH #238
       new  7838309   BUG: iteritems and _series not assigning Series.name
       new  defa040   BUG: can now store datetime.date objects in PyTables, address GH #231
       new  a84afb9   BUG: store Index and Series names in HDFStore
       new  cc2241d   BUG: can create empty Panel, address GH #239
       new  579956a   BUG: Panel.__repr__ works with len-0 major/minor axes
       new  4db8b72   DOC: release notes
       new  ea45212   DOC: release notes
       new  d5213b0   ENH: starting Cython parser infrastructure. add boolean handling. speed up read_csv by a lot
       new  8927f0d   ENH: better about int conversions, consolidated numeric conversion function
       new  fa55993   ENH: parsers: fast zip(*args), made everything ndarray-based, faster
       new  988e2a5   DOC: release note
       new  3a7af7e   ENH: DataReader improvements
       new  4d8cf56   Merge commit 'v0.4.3' into debian
       new  a0aa6a9   changelog for 0.4.3-1 + adjusted debian/watch
       new  e823ec7   BUG: cpython PyFloat_FromString problem
       new  ca5a702   BUG: single-key DataFrame.join with list failed, GH #246
       new  c375fa3   ENH: implement inner join on in DataFrame.join, GH #248
       new  a8b5728   BUG: join on length-0 frame produce correct columns
       new  3f6b47e   ENH: select columns with DataFrame.__getitem__, GH #253
       new  cf457c3   ENH: tuple version of to_object_array...should used fused type
       new  ee82f89   ENH: SQL-type converter type inference
       new  c24418d   BUG: corner case
       new  b677081   BUG: parser refactoring, fix GH #257 and #258
       new  2fa995e   Support different delimiters for to_csv
       new  f818650   Add documentation for the parameter
       new  42efaa1   Remove stray whitespace
       new  9163234   Fixed issue with plotting a column with all null values.
       new  1f01e49   fixed #251 used empty = self[col].count() == 0
       new  84b7cfe   Create simple summaries of Series with object data.
       new  f5fb61f   Fix bugs with .max() and .min() for integer columns in DataFrame.
       new  0117349   Add tests for .min and .max on dataframes with integer columns.
       new  dbb582e   Test .describe() for object series.
       new  7f3e3b4   DOC: release notes
       new  d9ea01f   BUG: allow casting DataFrame float column to int, GH #252
       new  19037a6   DOC: add more helpful error message when accidentally importing pandas from source directory, address GH #250
       new  f785ccb   DOC: release notes
       new  5c3214e   Include local copy of Counter for Python < 2.7
       new  b6ddee7   Add necessary imports for Counter class.
       new  2e79dc3   ENH: speed up isnull, some bugs to be fixed still
       new  a46574a   BUG: check for inf and neginf too
       new  4662c14   ENH: add Series.histogram, address GH #240
       new  153b16c   ENH: refactored simple_parser into class, working on iterator. almost there
       new  6383436   ENH: perf enh, only cast to float if numeric already
       new  4a218da   ENH: speed boost in count by using Series.count
       new  9472428   ENH: handle zip file. pass test suite
       new  3646247   ENH: tweaks. tests needed
       new  829e9e5   BUG: sql int column with null should result in f8 dtype
       new  e7b36bc   BUG: don't convert Python long to float
       new  06130c6   ENH: rename histogram->value_counts and sort descending, GH #265
       new  9ddfc57   BUG: Int64Index.take and MultiIndex.take don't lost names, GH #262
       new  92dea5e   Fix for IPython completion with non-string column names.
       new  d076438   BUG: csv reader bugfixes and test coverage
       new  89fecc6   TST: parser test coverage
       new  24ed9ed   BUG: implement MultiIndex.diff, add & and | for intersection/union, GH #260
       new  c93ded7   DOC: release notes
       new  1b30cfc   TST: be less lazy about empty MultiIndex set difference, check names
       new  20ae0ed   BUG: should not pass empty list to from_tuples in diff
       new  b82a93f   BUG: raise more helpful exception when passing empty list to MultiIndex.from_tuples
       new  f789bb7   BUG: passing list of tuples to Series constructor failed, GH #270
       new  a663412   ENH: pivot table docs and basic tests, GH #234
       new  cb81978   ENH: implement Panel.rename_axis, GH #243
       new  62243c1   ENH: add general save/load functions to pandas namespace
       new  17f5ef9   DOC: release notes
       new  fd4c4c9   DOC: update read_csv docs
       new  b133013   BUG: could not parse dates with implicit first column
       new  196acb8   DOC: update docs about file parsing functions
       new  7754985   REF: deprecate nanRep in favor of na_rep, GH #275
       new  990026e   DOC: pivot_table docs
       new  6e418a9   REF: rename delimiter to sep in DataFrame.from_csv and to_csv
       new  32d65dd   DOC: more docs loose ends
       new  de98e24   ENH: specify dependency list for tseries Cython module, GH #271
       new  566304f   TST: DataFrame.append test, address concern in GH #276
       new  1bcf68e   BUG: small API change in Series.clip arg order, enable np.clip to be used also, GH #272
       new  dd3cd71   BUG: handle NAs in Series.value_counts and describe with dtype=object, GH #277
       new  e9dec0d   DOC: fix up DataFrame.from_csv docs. make up mind about default arguments, GH #274
       new  62eb71c   DOC: document combine first, GH #161
       new  c328c99   BLD: add tools submodule
       new  6ad6298   BLD: add __init__.py
       new  d61d014   REF: to_string refactor
       new  0102dbe   ENH: DataFrame.to_string will print index names
       new  242f919   ENH: change display to be tighter, less wasted space
       new  f85a927   DOC: some more docs, getting closer to complete for 0.5.0
       new  0fe0425   Update install docs now that pandas works on Python 3.
       new  1078fc3   ENH: print index name in Series.__repr__
       new  f838ff9   BUG: can pass level name to DataFrame.stack
       new  8ec1c97   DOC: more miscellaneous docs about new 0.5 features
       new  44a15a6   DOC: more docs holes on joining, etc.
       new  5a9dca0   DOC: mostly finished with doc updates
       new  a324d8d   REF: renamed xby/yby to rows/cols in pivot_table
       new  eddd5c9   TST: frame.py test coverage
       new  394bb0d   ENH: add Panel.take, implement set ops between MultiIndex and Index. plus test coverage
       new  f6aa7ca   TST: groupby unit tests
       new  6141961   Adding set_eng_float_format(), which controls default float format for DataFrame.
       new  b57e87b   MSC: Ignore vi .swp files
       new  f587bd1   DOC: release notes
       new  3b920ae   BUG: corner cases in MultiIndex set operations
       new  203f411   BUG: GroupBy.apply bug with differently indexed MultiIndex objects, test coverage
       new  f1ab24c   TST: Index.append with empty list, GH #283
       new  e4b66db   BUG: more proper handling of no rows / no columns in DataFrame.apply
       new  e5193c0   ENH: check for duplicate level names, GH #280
       new  837b7dc   ENH: DataFrame.set_index function, and bugfix when setting DataFrame index, GH #266
       new  21520bd   TST: corner case in set_index
       new  2174131   TST: 32-bit use 64-bit integer
       new  842790b   TST: int64 fixes
       new  0fa4f1e   ENH: -> int64 everywhere
       new  360a99f   TST: more 32-bit integer fussiness
       new  172d66d   TST: tuples and strings aren't comparable in python 3
       new  57c8a05   BUG: workaround not being able to use cast=True with boolean dtype in Python 2.5
       new  84477de   BUG: missed one
       new  ef6a7b3   BUG: don't be too aggressive with int conversion parsing MultiIndex, GH #285
       new  bb52401   TST: fix test case broken by last change
       new  42f3629   BUG: handle negative indices extending before beginning of Series
       new  c7e3cdb   BLD: docstring fixes to suppress 2to3 warnings
       new  2ce209a   BLD: another 2to3 fix
       new  8f79f7c   RLS: Version 0.5.0
       new  21dbda4   BUG: fix DataFrame.to_csv bug described in GH #290
       new  23f68e3   DOC: update release note
       new  c99f78a   ENH: cython count_level function, cleanup and tests
       new  2758eea   DOC: fix exceptions in docs
       new  0bd296a   BUG: clear Series caches on consolidation, address GH #304
       new  e34c8a9   DOC: release notes re: GH #304
       new  cf32be2   ENH: add melt function, speed up DataFrame.apply
       new  54f5b77   Merge commit 'v0.5.0-7-gcf32be2' into debian
       new  da3e95d   changelog entry
       new  43c630a   ENH: some tinkering with multi-key groupby, no changes yet
       new  8cc56c2   ENH: add .head() and .tail() to Series
       new  5580c9d   TST: use assert_series_equal
       new  48348a2   Added the level arguments to the series and frame math operations such as sum, etc.
       new  e88507a   BUG: add DataFrame.product alias back in
       new  e775d09   DOC: DataFrame stat method docstring cleanup/templating, some Series stat level docstring improvement, still need templating there
       new  36851c7   BUG: catch Exception instead of TypeError in multi-groupby code, surfaced due to # of args in DataFrame.mean changing in PR #313
       new  049b71d   ENH: add Series.isin, address GH #289
       new  46af335   ENH: Cython ismember function for Series.isin, really fast
       new  debbb2d   BUG: fix GH #326, start unit testing plot methods
       new  2933062   BUG: enable cythonized groupers to work on boolean columns, GH #315
       new  f009f97   ENH: raise better error when cythonized groupby fails on non-numeric data, re: GH #315
       new  44ecd0f   BUG: work around ndarray.round not preserving subclasses, GH #314
       new  4af3708   BUG: make sure Series.apply always returns a Series, GH #314
       new  79b81bf   small corrections to Series repr
       new  0f337e7   Added a QuarterEnd class to datetools module.
       new  322cedd   BUG: don't use __builtin__.sum in Series.order, address GH #327
       new  5abb534   BUG: join should not fail on unconsolidated DataFrame objects, GH #331
       new  e63cbd7   BUG: DataFrame can handle lists of tuples just like Series, a bit of refactoring for code reuse. GH #293
       new  29d7914   ENH: can pass an ndarray to DataFrame.join as the join key, GH #312
       new  3bc0925   DOC: updated DataFrame.join doc to reflect that Series can be passed, GH #318
       new  b885b9f   ENH: raise better exception when can't parse date in DateRange, GH #298
       new  cd95c16   ENH: use take instead of reindex for MultiIndex with single-key groupby, too, address GH #299
       new  dc8d4c0   ENH: more groupby speed enhancements, skip empty groups, add GroupBy.indices field
       new  cbf735a   ENH: delete item_by_item branch in groupby
       new  5e25572   ENH: Print hierarchical index names in Series.__repr__
       new  62a5905   fixed no-name condition in multilevel index printing for series
       new  2c73bc1   ENH: Series.__repr__ tidying, don't print length if short
       new  f430201   ENH: add float_format option to Series.to_string, GH #333
       new  fc7315d   ENH: enable describe on DataFrame with no numeric columns, GH #323
       new  6a0452b   BUG: print DataFrame columns in the right order, also convert NAs in string columns, GH #325
       new  d2ac001   ENH: add skip_footer option to read_csv/read_table, GH #291
       new  e8d2a20   BUG: need to shift start date 1 month back for Yahoo API, GH #329
       new  1ee94d5   DOC: document DataFrame.set_index, re GH #306
       new  8ba82c4   ENH: always use take in groupby, generally faster
       new  32c65bd   ENH: add Series.mad, refactor Series/DataFrame stat methods, fix GH #337 and cleanup from PR #313
       new  79a8609   ENH: groupby: return DataFrame with selected column and as_index=False. Had to make a bit of a mess to get this to work as desired, GH #308
       new  9100b1d   ENH: use faster Cython code for DataFrame.count, GH #341
       new  b95c905   ENH: DataFrame.drop_duplicates and DataFrame.duplicated to remove duplicate rows, GH #319
       new  42ce172   TST: unit tests for NAs in duplicated
       new  5c2b1ed   TST: some benchmark scripts
       new  817eef7   BUG: Index.union(Int64Index) failure in monotonic case
       new  0c5dbcc   ENH: add WLS to standard regression model
       new  0abf7dd   ENH: don't assign Unnamed index name
       new  1b599c2   Added unit tests for QuarterEnd class in datetools module
       new  35fc2c2   BUG: could not pass SparseSeries to DataFrame constructor
       new  d2f2e18   ENH: add wls to moving OLS, re GH #303
       new  5025f51   ENH: implement logical operators on DataFrame, GH #347
       new  337a112   ENH: raise exception when dateutil 2.0 installed on Python 2.x system, GH #346
       new  cf38800   ENH: add converters option to read_csv/read_table, GH #343
       new  ac5f314   BUG: for multiindexed data, assumed index_col ascending but not always true, GH #349
       new  0cf966b   DOC: 0.5.1 release notes
       new  fea3ff8   DOC: release note about pull reqs
       new  c0a89c9   TST: DataFrame.apply test coverage
       new  be8d385   BLD: hash to hash-bang, GH #352
       new  b5e7ade   BUG: Series.__radd__ needs to be order-specific with string series, GH #353
       new  f458b65   BUG: also fix DataFrame.__radd__, GH #353
       new  a92d411   BUG: fix outer join with MultiIndex, is_monotonic bug fix, GH #351
       new  58e2f36   ENH: add DataFrame.dot for matrix multiplication, GH #65
       new  20b043b   TST: oops, remove poor man's breakpoint
       new  43d895c   ENH: add orient option to Panel.from_dict, GH #359
       new  0b201dc   ENH: add DataFrame.from_dict with orient option
       new  30e539c   BUG: set index name attribute in single-key groupby, GH #358
       new  af2864f   ENH: pass list of tuples/lists to DataFrame.from_records, GH #357
       new  3b45789   ENH: function rename
       new  e5c933b   ENH: add map_infer function, use to speed up Series.map/apply, close PR #355
       new  bc61a1d   add file sizes script
       new  eb3d1b1   BUG: preserve index name when grouping by level
       new  73ab1c1   ENH: group by multiple levels, GH #103
       new  03fb204   ENH: fast zip function for ndarrays
       new  d38b36e   ENH: deep internal tinkering, cythonized cache_readonly, engines cython ext
       new  6841148   ENH: add DataFrame.get_value/put_value and micro-performance tweaks, GH #360 and #361 complete
       new  028129c   TST: release notes and DataFrame.plot tests
       new  4738a05   TST: misc test coverage
       new  9ea758c   TST: melt unit test (just checking success) and bugfix
       new  3241692   ENH: first hack at sliding window apply_along_axis in Cython
       new  315b88c   Issue #194 and #92. I ran test_frame and all passed
       new  8d8f796   added DataFrame.cov, Series.cov, multi-column sorting, and test cases
       new  68238e6   added Series.cov
       new  79ab524   Added test cases for DataFrame.cov and multi-column sorting
       new  13ac678   Test case for Series.cov
       new  a1e2798   ENH: more testing and retool multi-column sorting for better perf, GH #92
       new  74f5d6d   ENH: Cython Reducer, speed up DataFrame.apply significantly, GH #309
       new  75026f2   ENH: int64 type handling fix, tweaks, GH #309
       new  485b68b   TST: DataFrame test coverage
       new  484a8b3   Add kind argument to DataFrame.plot
       new  0518b54   ENH: refactoring/mpl tweaking post PR #348
       new  bc5a745   BUG: broke circular reference in Index engine, sped up MultiIndex.from_tuples, GH #219
       new  6ee3eae   TST: test coverage, release note
       new  9558105   ENH: idxmin/idxmax methods, close PR #286, had to do by hand
       new  5d7f6b7   DOC: release notes
       new  90de456   ENH: refactoring groupby plots, add DataFrame.boxplot function, close PR #287
       new  fa10e29   ENH: read_clipboard function using code from IPython, GH #300
       new  4287417   BLD: don't use print function
       new  cf7521e   BLD: python 2.5 cast to uint8
       new  b6dd6fc   BUG: python 3.x handle incomparables in Int64Index.union, boxplot tests and buglet
       new  11fe72f   BUG: fix consolidation with MultiIndex, fixes GH #366
       new  81ef580   BUG: fix join op between Index/Int64Index, GH #367
       new  a1f7e5b   ENH: add nunique function to count unique elements, GH #297
       new  ba26b4c   BLD: add cppsandbox.pyx, close #372
       new  ff877b4   ENH: use series name as the column name if passed to DataFrame constructor, GH #373
       new  b1fb3bc   BUG: treat min_periods=0 as 1 in moving window functions, GH #365
       new  d345967   ENH: unstack/stack multiple levels per #370, use Series index per note in #373
       new  3e2e7af   BUG: handling of mixed-type frames in DataFrame.apply, GH #377
       new  ab92792   ENH: enable regular expressions / long delimiters in read_table/csv, GH #364
       new  f71665f   MSC: just use tab by default in read_clipboard
       new  d9fdd00   BUG: fix regression in multi-key groupby since 0.5.0, GH #375
       new  5aa5b80   ENH: pass multiple values columns to pivot_table, GH #381
       new  f16158c   DOC: release notes
       new  53ca3f1   BUG: fix empty DataFrame corner cases described in #378
       new  7b2827b   DataFrame.boxplot() now returns matplotlib.axes.AxesSubplot
       new  cdc1652   Handle boxplot arguments column and grid properly.
       new  c91572b   TST: plot methods return axes and test per #368, PR #385
       new  ee274f1   Fix graphics tests under Python 3.
       new  5e4aeb4   Add DataFrame.to_html()
       new  1845462   DOC: release notes
       new  38f5d43   BUG: fix exception in repr with tuple as Series name
       new  a3bbdf2   TST: benchmark scripts
       new  0b31dfb   BUG: ensure return DateRange index from asfreq, GH #390
       new  3eca074   BUG: can pass level names to swaplevel, GH #379
       new  b7c3d2c   BUG: don't lose names in MultiIndex.droplevel, fix #394
       new  51f4e02   ENH: enable call delevel with standard index, GH #393
       new  500c76b   ENH: use Series name in GroupBy for result index, GH #363
       new  9f25c79   BUG: infer better return type in DataFrame.apply with empty frame, GH #389
       new  8d29268   DOC: release notes
       new  e0da712   BUG: stat method refactoring to start addressing #382
       new  232be97   ENH: more nanops refactoring, tests pass, #382
       new  157087b   BUG: set NA in DataFrame.min/max, fix GH #384
       new  d15088c   ENH: refactor Series stat ops to use common nanops, test #384 for Series
       new  194db26   BUG: support partial setting with .ix in Series and DataFrame, refactoring, GH #397
       new  eaf38f9   BUG: handle mixed-type frames carefully in unstack, GH #403
       new  ef76764   BUG: index integer name format bug, plus handle non-string columns in groupby, GH #405
       new  b63afe8   Handle masked arrays in DataFrame constructor
       new  8818b31   Add unittests for DataFrame masked array constructor
       new  3af4e33   BUG: to_html now handles column/row names and non-MultiIndex correctly, create format.py module
       new  8be6c7d   BUG: careful in to_html with MultiIndex
       new  93b909a   BUG: handle Index name in pickling, indexing test and bugfix, GH #408
       new  c729669   TST: fama macbeth tests
       new  0d2e1a7   TST: remove special regression window/cluster constants, misc testing
       new  7b93f72   BUG: don't invoke function twice in DataFrame.apply
       new  2bf7613   ENH: respect dtype argument in Panel._init_dict for missing items, GH #411
       new  c1307b6   BUG/ENH: idxmin/idxmax NA behavior should be same as other reductions, refactoring, bugfix in Cython object conversion function
       new  0505033   ENH: can pass args, kwds to DataFrame.apply, GH #376
       new  6418067   BUG: pass index name in GroupBy.apply, GH #416
       new  2be59ff   ENH: wrap NumPy C API function for detecting all integer types
       new  4efab64   BUG: strings should not be treated as sequences in apply
       new  bac1fec   BUG: work around NumPy 1.6 bug on Python 3
       new  010a620   RLS: bump version to 0.6.0
       new  45dff0c   BUG: DataFrame.count behavior in corner case as described in GH #423
       new  b6be1c0   Fixed DataReader for yahoo to match the API.
       new  ab56dac   ENH: accept date strings in data functions
       new  3015f59   more momery efficient describe for DataFrame
       new  c34616c   DOC: release notes
       new  a6ab739   TST: mark graphics tests as slow, asserts to class methods
       new  9cb0aa7   Pass Series.hist **kwds on to plotting function.
       new  7912b52   Change Series default float formatter.
       new  8a2520b   BUG: fix common.take_1d failure with empty array, GH #434
       new  c6d05e5   BUG: DataFrame.apply function returning list resulted in unexpected Series return value, GH #432
       new  ec1eebc   BUG: don't accidentally upcast int->float in .ix scalar indexing, GH #431
       new  07ffb7b   ENH: can pass Series to DataFrame.append, GH #430
       new  0537bdf   BUG: groupby.agg(len) failure with column selected and as_index=False, GH #421
       new  01344c1   ENH: DataFrame.delevel will attempt to infer a better dtype for the level values, GH #440
       new  5d94e1b   ENH: exclude non-numeric dtypes in DataFrame.corr, motivated by #440
       new  113511e   ENH: add kendall/spearman correlation methods, GH #428
       new  3b59845   BUG/ENH: override Index.astype to prevent Index with non-object dtype, GH #412
       new  44f689a   Minor fix for simpler indexing syntax in array of subplots.
       new  768af08   ENH: refactoring and micro-optimizations to support #437, uncovered panel bug
       new  bc10c86   BUG: setting sparse panel fields should update member DataFrames
       new  6e84ba1   ENH: add get_value, set_value to Panel per #437, more perf tweaks
       new  7394761   DOC: release notes
       new  d4c29ac   BUG: lookup locations in SparseSeries.get, start adding get_value/set_value re: #437
       new  a94710a   ENH: set/get value working for sparse classes too, close #437
       new  9df0da5   ENH: set_value with resizing, DataFrame constructor can resize BlockManager, tweaks, #438
       new  0e2acfa   ENH: set_value impl for Panel. no sparse yet, GH #438
       new  b7e1f77   DOC: panel doc update
       new  825ef45   BLD: don't build cppsandbox ext for now b/c setupegg.py doesn't like it
       new  041fd74   BLD: cross-platform inline attribute, MSVC fix with pointer arithmetic, re #458 and #460
       new  153b0a1   added yahoo quote fetcher
       new  3cecf76   added qtpandas.py : a module for integration of pandas into PyQt
       new  6996e90   updated to 0.6.1 functionality (data type retaining). Used input from cswegger
       new  c9cd045   fixed issue with py2exe
       new  def3886   TST: test to check #457
       new  9ada28a   BUG: DateRange union bug caused by DateOffset __ne__ not being implemented, GH #456
       new  3a528c4   DOC: release notes
       new  b2138d4   Series/DataFrame, make decision between full and short __repr__ configurable.
       new  074e88b   Adding clever screen render mode.
       new  608231a   Utility that can report terminal width and height.
       new  3f8961c   ENH: use max_columns=0 by default to use terminal size
       new  1c91bca   BUG: unstack multiple levels bug described in #451
       new  231a6da   ENH: accept ndarray input to __setitem__ in Panel, GH #452
       new  0085460   ENH: add get_value/set_value support to sparse data structures, #438
       new  cc722a8   ENH: align can accept Series, add axis argument for DataFrame, GH #461
       new  b1ca192   ENH: index Cython method refactoring, left_join bugfix, sparse bugfix
       new  2a0c9ac   BUG: copy index slice causing memory leak described in #467
       new  62ea0cf   DOC: release notes, sparse submodule
       new  b3c12b1   REF: broke apart sparse.py, created sparse subpackage
       new  3e87592   ENH: refactoring sparse classes to create SparseArray subclass for SparseSeries re: #436
       new  17151ca   ENH: first cut at SparseList data structure, #436
       new  33ca281   TST: unit testing and buglets in SparseArray, #436
       new  3618568   TST: more unit tests, add r* operators to sparse Cython code, #463
       new  f80bfc1   TST: finish unit test coverage for sparse arrays, release notes GH #436
       new  34db250   DOC: release notes
       new  d665004   BUG: exclude NAs also with dtype=object in nanmean, others, GH #469
       new  9c20734   ENH: implement rank function in Cython for Series and DataFrame, per #428
       new  6aa80f9   BUG: use map_infer in applymap, speed boost and fix #465
       new  31f5662   ENH: rolling_corr/rolling_cov can take DF/DF and DF/Series combos for easy multi-application, GH #462
       new  872d8c5   BUG: handle floating point values when storing the index in HDF5, GH #454
       new  ca6adc6   ENH: DataFrame.from_items alternate constructor for sequence of (key, value) pairs, per #444
       new  53ff161   REF: rename names -> columns + deprec warning in DataFrame.from_records, GH #422
       new  5e62a26   ENH: DataFrame.convert_objects for inferring better dtypes, GH #302
       new  daf0b13   BUG/ENH: reindex boolean Series passed to getitem/setitem, GH #429
       new  cc46392   ENH: rolling_corr_pairwise function re: #189
       new  8b0f22f   ENH: speed regression in DataFrame.dropna / DataFrame.count(axis=1)
       new  75f4216   DOC: release notes
       new  1eb1e71   BLD: add sparse submodule to package, close #471
       new  f8cc267   BUG/ENH: fix stale reference caused by block modification described in #473, add block splitting logic per #158
       new  a58412a   ENH: add inplace option to NDFrame/DataFrame.consolidate, GH #474
       new  d96a8c2   BUG: Index.get_loc should always raise exception with duplicates
       new  3884e22   ENH: better error message with non-unique index values
       new  d472cd7   BUG: handle differently-indexed Series input to DataFrame constructor, fix #475
       new  6a079a0   DOC: release notes
       new  f57770c   ENH: first cut at margins for pivot_table. testing still needed, #114
       new  a0c5090   BUG: omit nuisance columns in multi-groupby with Python agger
       new  e874b4c   TST: testing of margins in pivot_table, GH #114
       new  3b8ad3e   BUG: handling of grand margin when no columns passed, GH #114
       new  a19ffca   TST: test case for MultiIndex data alignment
       new  3544e73   ENH: get_level_values accept level name
       new  a8380f8   BUG: handling of single-grouping keys in general apply
       new  3686a62   DOC: release notes
       new  32c5fe4   Add Series.from_csv with some tests
       new  21bad0f   BUG: proper type inference with list of lists passed to DataFrame constructor, from_records type-handling fixes, GH #484
       new  a733583   BUG: preserve index names in GroupBy.apply concat step, GH #481
       new  8366a06   TST: use util.compat.product for py2.5
       new  27f100d   TST: can't pass 'i8' to take py2.5/win32 array...
       new  f2b05d7   TST: add check_dtype flag to assert_series_equal
       new  a69953e   BLD: use Py_ssize_t instead of int, MSVC compiler warnings
       new  2c8c245   TST: another win32 hack
       new  24d380b   TST: detect long, too
       new  20814b0   TST: pow returns complex numbers in Python 3
       new  3e1d18d   TST: pow returns complex numbers in Python 3
       new  5269ca5   TST: python 3.1 test script
       new  eaf868c   TST: python 3.2 test script
       new  9186cbc   ENH: more helpful error message when plotting fails in DataFrame.plot, GH #478
       new  be46b6c   DOC: release notes
       new  a35bf1a   BLD: don't convert git revision to unicode on Python 2.x
       new  d5fbdcc   RLS: version 0.6.1
       new  2ea435c   Merge commit 'v0.6.1' into debian
       new  48422ac   rudimentary changelog for 0.6.1-1
       new  303aadd   python-tk into Build-Depends + generate matplotlibrc
       new  907b761   ENH: patch up_condition_failing_test_on_numpy
       new  0552521   ENH: first cut at make_dummies function
       new  11d08f7   ENH: improve column reindexing performance in DataFrame by using Cython take
       new  8f4b86d   BUG: accept empty list to DataFrame constructor, regression from 0.6.0, GH #491
       new  57869f1   BUG: handle datetime.datetime in nanmin/nanmax, on Python 2 at least, GH #487
       new  edd778c   ENH/BUG: add length option to Series.to_string, don't print length by default, GH #489
       new  2a4d409   BUG: bounds check in Cython get_value_at method, close #495
       new  2bd4c00   BUG: out buffer for ndarray methods needs to be same dtype, GH #486
       new  2babd1b   BUG: handle length-0 objects in Series.to_string, GH #488
       new  ff73455   BUG: pickle all other index types, re: #492
       new  09553cc   BUG: can print Series/DataFrame with ndarray cell elements, GH #490
       new  a57bd48   ENH: refactored Cython groupby code to not have to sort, GH #93
       new  596ca32   ENH: add AC's khash.h to start tinkering with
       new  b16517e   ENH: Cython Grouper prototype class, per #496
       new  9bb210c   ENH: multi-GroupBy refactoring to be less nested, reuse more code, getting toward addressing #496
       new  4c1547f   ENH: store tuples in MultiIndex, add legacy pickle testing and other speed tweaks
       new  2856c64   BUG: DateRange / subclass handling in Index.join. Handle name field in Index.union, GH #500, #501
       new  8aeeef6   TST: add pickle file
       new  0e61c89   ENH: speed up generic multi-key groupby via SeriesGrouper/Slider Cython classes. A little black magic, GH #496
       new  cfbf0d1   ENH: reindexing performance regression for dtype=object
       new  857a062   ENH: hacking around with khash, appears to be working
       new  dcbb0cc   ENH: int64 hash table testing
       new  19cb89e   ENH: more helpful error message in DataFrame constructor, GH #497
       new  a7f8d6c   ENH: handle differently-indexed results in DataFrame.apply, GH #498
       new  433e024   ENH: more speed tweaking Series.__getitem__
       new  5d4bf8f   TST: vbench suite
       new  8ebeb7a   ENH: can set multiple columns at once on DataFrame in __setitem__, per #342
       new  c932f0c   ENH: updated khash.h with latest version, has MSVC compatibility, re #503
       new  a580df8   BLD: don't include stdint.h
       new  0685472   BLD: more stdint stuff
       new  52c1817   TST: don't use Py_ssize_t in the buffer for now
       new  857e020   TST: use list_to_object_array when we can
       new  c41f5d2   TST: another tuple fix for NumPy 1.6.0
       new  9e6d49a   TST: tweak to debug 1.6.0 issue
       new  96375da   BUG: return NumPy scalars from Series, same speed as before, GH #510
       new  4d0eef0   DOC: add whatsnew skeleton section
       new  93a1398   DOC: add whatsnew stuff for 0.6.2, reorg vbench suite. release notes
       new  86a9304   BUG: handle empty list passed to DataFrame.from_records
       new  875e4f2   BUG: Index.format bug excluding name field with timestamps
       new  408e742   DOC: more vbench scaffolding, rst generation
       new  70df328   updated docs with whats new 0.4.1 to 0.4.3
       new  2053793   started whats new 0.5.0 release notes
       new  f40ed3a   continued documenting 0.5.0 release
       new  9023c61   BLD: include test data pickle file, GH #508
       new  894d6b2   BUG: handle rows skipped at beginning of CSV file, GH #505
       new  63541b6   DOC: release notes
       new  47b04dc   DOC: fixed section headings
       new  bf8fc90   ENH: do some extra type-checking in engines.pyx to avoid unnecessary dict creation
       new  9d17aa6   ENH: refactor sql.frame_query method per #516
       new  d9b0385   DOC: vb_suite improvements / code generation for docs
       new  02b387a   BUG: don't cast to int/bool when introducing NAs
       new  1511363   DOC: sparse array / list docs
       new  9254cb6   DOC: fixed CSS! so sidebar floats right
       new  18b6524   more 0.5.0 documentation
       new  89fcf7c   DOC: more 0.6.1 docs
       new  9030dc0   ENH: rename delevel -> reset_index, add back deprecation decorator
       new  5ec542d   DOC: finish what's new for v0.6.1
       new  626c76f   BUG: fix unary - on boolean DataFrame
       new  6d26eea   added links to github
       new  602bd19   continued on 0.6.0 docs
       new  47552ae   DOC: revert docs lost in rebasing, fix warnings, rst->txt
       new  6f4ca40   DOC: fix ref
       new  5a38dca   ENH: can pass list of dicts to DataFrame constructor, support Cython code, #526
       new  50c4a08   DOC: stray character
       new  b3829f4   ENH: Cythonize AxisProperty to speed up DataFrame.index/columns properties etc., GH #528
       new  caa242a   BUG: improper handling of mis-matched columns in DataFrame.combine, GH #529
       new  109df32   BUG: Index.insert / MultiIndex.insert discarded names, GH #527
       new  cb00e5d   TST: some hacking around #538
       new  c4ae108   ENH: perf, compute group_index only once for cython aggregation
       new  1c07c6b   ENH: more tinkering with khash.h for strings and pyobjects
       new  fa4b1bd   ENH: benching / testing with khash
       new  8b948da   BUG: fix boolean inference logic in DataFrame indexing, elsewhere
       new  d8f8b1a   TST: boolean row selection vbench test, GH #541
       new  af0bd8f   BUG: raise Exception when calling Series.sort on an array view, GH #316
       new  07d8e8b   Fixed typo in dsintro.rst.
       new  4c65337   Doc: indexing correct swaplevels --> swaplevel.
       new  7c2fe04   DOC: remove redundant swaplevel section per #533
       new  9aa56cf   One approach to requirements handling
       new  7e9f3f1   removed requirements.txt
       new  864aba3   BUG: stray x broke khash.h
       new  7476d9d   BLD: #517 friendlier setup message with no numpy
       new  5bf00e9   Fix keyerror in ipython session demonstrating console output formatting.
       new  b27a074   DOC: release notes
       new  ba9de8a   adding DataFrame.reorder_levels().
       new  3625933   ENH: add reorder_levels to Series and add unit testing per #534
       new  bd2e92b   (1) add a get() method like dicts have, (2) throw KeyError, not Exception, when a column isn't found
       new  96f25f9   TST: testing + docstring for DataFrame/Panel.get function, per #521
       new  e09dd99   TST: vbenchmark for Series.fillna
       new  f596a22   BUG: use centered tss in r-square with entity or time effects in panel model
       new  681f9f5   ENH: int64 tinkering with khash
       new  40f4b03   BUG: use int64_t in factorize
       new  04edff4   REF: starting to refactor for removing LongPanel, GH #108
       new  93947df   REF: more refactoring for LongPanel removal
       new  61b3078   TST: vb for Index.intersection/union
       new  a609574   ENH: more refactoring for LongPanel removal, Index._join_level method, DataFrame.reindex_axis, #108
       new  1134c9f   ENH: DataFrame.{iterrows, to_panel}, MultiIndex.{copy, has_duplicates}. More testing for the LongPanel removal. Still lots of failing tests
       new  137af52   TST: core and sparse unit tests pass
       new  ecd11e4   TST: some panel fixes. More robust label-based slicing for MultiIndex
       new  b571948   ENH: fix Series slicing on MultiIndex logic, get unit test suite to not error without LongPanel, still 6 test failures
       new  2085168   TST: plm fixes, test suite passes per #108
       new  fae6272   REF: to_long -> to_frame
       new  1492941   REF: more cleanup of LongPanel stuff
       new  19f3973   REF: a little more cleanup
       new  05e5466   BUG: properly exclude values from MultiIndex with other join methods when joining on level
       new  503c189   ENH: skiplist implementation in C, GH #374
       new  59a09a9   BLD: C portability
       new  6203957   BUG: return NA in all-NA case in Series.corr instead of raising exception, GH #548
       new  a0c3a57   ENH: use nanops in Panel aggregation methods, GH #536
       new  277eb1e   ENH: speed up join / align ops in cases where axes are equal
       new  5d7cf07   ENH: level option to Series.align/reindex, arith methods, misc related refactoring
       new  6b43e41   TST: verify fix for #525
       new  dbdb6e0   ENH: default name assignment with regular index in reset_index, GH #476
       new  473fbe3   DOC: docstring re: #476
       new  38f59de   BUG: fix aggregating multiple levels in DataFrame stat ops, use cythonized groupers when possible for > 15x speedup, GH #545
       new  138f732   BUG: fix Series agg by level also and utilize Cython methods, GH #545
       new  f76d307   BUG: use Cython grouper for Series, bugfix for NA group handling
       new  5c447dd   BUG: don't need to convert numeric types already handled by converters, GH #546
       new  716ebdc   BUG: fix scalar setting via ix with MultiIndex, GH #551
       new  c2ce803   BUG: flip left<->right in Index._join_level, GH #547
       new  07f3914   ENH: first cuts on many-to-many joining, #249, #267
       new  fc4ca8d   ENH: merge ops taking shape, much testing needed, GH #249
       new  e42ecc2   ENH: left/right merge operations working and fairly fast, #249
       new  5ce491f   ENH: inner merge working, testing
       new  f74c520   TST: refactoring and consolidating join /merge unit tests
       new  6beaf40   continuing v0.6.0 docs
       new  781c423   more working on v0.6
       new  51efac0   more working on v0.6
       new  6ef6cc8   more working on v0.6
       new  e4e9e94   more working on v0.6
       new  c7ee203   ENH: merge/join functions, compress group index with possible number of groups is insanely large, speed enhancements, refactoring
       new  5d2b2e3   TST: modify churn script
       new  8d2c2a8   BUG: groupby level should preserve level order, perf enhancement. docs fix. moved join op code from internals to merge.py
       new  c06afa4   added test coverage, fixed DateRange join bug
       new  65de156   ENH: test suite passes with unified merge operation!! #249
       new  262be79   ENH: test suite passes, deleted old join code, #220, #249, #267 complete
       new  6b00ecb   ENH: use factorizer methodology to speedup many-to-use joins, 30% speedup
       new  4477ae2   added more test coverage, fixed bug in from_records with index param is integer
       new  4b6048f   add note to release doc
       new  5279659   DOC: release notes
       new  604273c   ENH: perf opt, don't take when indexes are equivalent, merge unit testing / bugfix
       new  930a567   added test coverage, fixed DateRange join bug
       new  3493c2a   added more test coverage, fixed bug in from_records with index param is integer
       new  dd36684   add note to release doc
       new  72c0c88   added more test coverage
       new  884f7b2   rebased master
       new  ea37dcc   Merge branch 'testcov' of github.com:adamklein/pandas into testcov
       new  e9bac08   TST: test coverage and perf enhancements for merge, always compress group labels
       new  ddaeb6c   got test_frame coverage to 100%
       new  205c3ec   Merge remote branch 'adamklein/testcov' into merge-562
       new  9ad40fb   BUG: numpy.integer type-checking in indexing, groupby test coverage
       new  77caf36   TST: complete groupby test coverage
       new  3625333   TST: core/index test coverage
       new  ce9ac95   BUG: all NA case in Series.cov
       new  8230fef   BUG: non-float rank does not handle NAs properly, test coverage
       new  0dd6c37   TST: test convert_dummies, pandas/core test coverage complete
       new  dfa2a8a   TST: vbenchmark for Panel.from_dict
       new  42a6594   TST: make work on older version of pandas
       new  f655ff8   Add get_attr behavior for Panel, similar to DataFrame
       new  0cea2fe   TST: insert newline
       new  318f1d5   ENH: logy option to Seires.plot, release notes, bump dev version to 0.7.0
       new  62c504b   BUG: fix C skiplist memory leak, use in rolling median, GH #374
       new  bb590b7   DOC: new merge docs, change default merge type to inner
       new  72db2ba   BUG: inner join on columns with MultiIndex, further performance enhancement
       new  c13aec6   ENH: merge benchmarks, use khash to factorize
       new  3f81ae6   DOC: change append section header
       new  8744e40   got pandas.io.parsers to 100% testcov
       new  a3c9d2d   pytables at 100% coverage
       new  0c70ad5   100% coverage of sparse array
       new  1900a0d   100% sparse coverage
       new  2bd8354   TST: more test coverage, merge benchmark tweaks
       new  7349a85   ENH: avoid data copying in reindex_items where possible
       new  4f326cd   Add support for MaskedArray in Series constructor, with test
       new  c4c358e   BUG: handle list + Series combo in DataFrame constructor, still raise exception when mixing list with dict, GH #564
       new  18a7556   whats new -> 0.7
       new  289cbbc   continuing 0.7 whats new
       new  e9405fe   more on boxplot docs
       new  ceb6a27   added docs covering new features
       new  e0c6962   fixed stupid errors
       new  00ac2df   cleaned version references
       new  67d150f   DOC: remove v0.6.2.txt, renamed to 0.7.0
       new  41e682d   TST: roll median leak test file
       new  43a1d95   ENH: starting on general multi-append/join stuff, refactor groupby code
       new  a9bf1fd   BUG: bug in many-to-one join in left_join cython routine
       new  61ac65c   TST: vb for left series join
       new  eef27e6   DOC: release note
       new  3b1c5b7   ENH: extensively refactor BlockJoinOperation to support n > 2, Concatenator class to orchestrate concatenations, #273, #479
       new  35f3322   ENH: add multiple-join to DataFrame with new concat function, test append multiple, #115, #479, #273
       new  1b4fbdf   TST: more test coverage for merge
       new  2ca93a1   Carry pre-cythonized .c files for systems with older Cython + skip few tests
       new  1a29c6f   BUG: 32-bit compatibility
       new  166061a   TST: more int32/int64 nonsense
       new  35a18f4   TST: augment speed test for R merges
       new  517cc63   ENH: more merge benchmarks
       new  2366982   TST: add sqlite3 benchmark
       new  a40226e   BUG: use Cython skiplist because C one has a segfault-y issue
       new  66d9bad   TST: revert plm tinker so tests pass
       new  8afa1b5   ENH: refactor Concatenator to work for ndim > 2, add join-multiple to Panel, #115
       new  d420334   TST: test coverage and concat bugfix
       new  9093ad6   BUG: DateOffset.__eq__ between offsets with different keywords
       new  d035d9d   DOC: release notes
       new  eb22342   re #520, more setup.py additions
       new  edb2409   setup.py tweaks
       new  4a5a677   working on bunch of issues
       new  a0ec11d   fixed alignment and printing issues
       new  6738677   added release notes, whatsnew doc
       new  3085238   fixed docstring copying
       new  5d9b513   PR#576 changes per wesm comments
       new  9d9337e   PR#576 changes per wesm comments, cleaned
       new  a415b05   ENH: made Series empty constructor work
       new  782bec3   closing tag of 'tbody' was 'body'
       new  94fbd78   BUG: handle zero-padding differently per comment in#578
       new  befdc57   DOC: release notes
       new  3e2a6f0   ENH: fix to another corner case of #395, added test
       new  1c40654   ENH: set default precision back to 4
       new  a667bef   FIX: comment out float padding behavior until we nail it
       new  2aa192c   FIX: comment out test too
       new  7e1d024   FIX: remove test instead
       new  0b50d71   BUG: test concatenation of panels on other axes and fix bug
       new  371fc17   TST: test coverage
       new  cd4636b   BUG: catch np.vectorize returning str/unicode dtype, fix #583
       new  418717a   ENH: type inference internals toward #328, update R merge benchmarks
       new  0bdbe8d   BUG: omit parsing.pyx
       new  f3ca67d   ENH: raise AmbiguousIndexError when location not found in iteger-indexed Series. Start of #328 API changes
       new  76c16e9   ENH: tinkering around with returning base instead of view, not working yet
       new  063ff4b   ENH: also address Series setitem per #328
       new  6e54384   DOC: release notes
       new  a3d9a5d   FIX, ENH: #395 got float formatting working
       new  3de2e9c   BLD: exclude float16 typemap for earlier versions of NumPy
       new  7d9e99c   BLD: float128/complex256 are NumPy >= 1.6 only
       new  1317f58   ENH: refactor to add hierarchical index creation in concat. Tests needed still
       new  4b6b49f   ENH: concat with keys for MultiIndex works. A bit more testing / docs required
       new  e4f3fa8   BUG: address #590 and more concat tests with hierarchical index
       new  329e59e   ENH: add justify option for column header, per #571
       new  b75c4d3   ENH: add bold_rows option to DataFrame.to_html, GH #586
       new  dfd2926   ENH: make eng formatter a bit prettier (add leading zero to positive numbers
       new  183764d   BUG: work around matplotlib-related buglet, Index inserting newaxis issue
       new  93664ed   TST: hacking for talk, dict benchmarks
       new  e30ced8   BLD: add back fake_pyrex
       new  5f8ede0   ENH: fix major performance issue in multi-groupby by compressing key space, likely some win32 issues still...
       new  7ff7244   BLD: win32 missing reference in util.pxd, #594, #596
       new  de91c98   ENH: added column justify option, refactored global config into class
       new  9234b5f   FIX: common.py cleanup, test coverage
       new  49dcf7b   ENH: enable unstack to create Series
       new  2aa3b29   DOC: add docstring re: #477
       new  1bfb70f   DOC: added stack/unstack docstrings per #531
       new  39ce914   DOC: cleanup unstack docstring per #588
       new  9f84f64   ENH: #395 incorporate lodagro comments on disambiguating precision vs accuracy
       new  2612e80   ENH: can pass a dict of objects, #600
       new  a80fa20   ENH: can pass Series to concat function, GH #599
       new  abb9422   ENH: can pass multiple objects to Series.append, #599
       new  18ca639   ENH: factorize + groupsort to massively improve multi-column sort_index performance. Add vbench test case, GH #555
       new  0690906   TST: add vbench for drop_duplicates, speed up panel_ctors, GH #558
       new  1139a8d   TST: add vbench for nested dict DataFrame ctor, GH #540
       new  9d65e8e   ENH: improve performance of DataFrame/Series contructors from nested dict, GH #540
       new  8ffcbf8   BUG: formatting of index level names in MultiIndex, per #601
       new  eaa3776   BLD: 32-bit platform integer issue
       new  0d8b44f   BLD: 32->64 bit cast for 32-bit
       new  dce27b0   New GlobalPrintConfig should also be used when setting engineering float formatter.
       new  95bac66   DOC: added justify docs
       new  2e45b51   Merge branch 'docupdate'
       new  bd05b58   Use new set_eng_float_format signature, precision is replaced by accuracy.
       new  647ce55   DOC: Clean up generated temp file foo.csv
       new  5349039   DOC: Create temp files to demo read_csv() and read_table(), when they are needed and remove afterwards.
       new  16df68d   DOC: Since decision between summary and to_string() is based on terminal size, make sure when demo summary, that is what will be shown.
       new  bd5c5ac   DOC: release notes and minor docstring fix
       new  d76e6d4   TST: use lexsort to get a stable sort for NumPy 1.4
       new  6bc2334   BUG: bug with concat with specified levels and unequal concatenation axes
       new  3098c2b   BUG: fix mixed-type block merge bug
       new  6e9e17d   DOC: add reasonably complete concat docs
       new  144e7a7   ENH: grouped histogram hackage
       new  0d8a706   DOC: added a note for behavior of append
       new  188d828   ENH: make eng formatter a bit prettier for all accuracy values
       new  330886f   TST: Add tests for core.common.EngFormatter.
       new  f9f198e   ENH: groupby refactoring to use khash, add sort option, GH #595
       new  fbb1102   ENH: use bottleneck for implemented nanops if installed, GH #91
       new  71e9046   BUG: handle non-numeric aggregates in pure python Series aggregation, GH #612
       new  85b75f9   TST: test both with and without bottleneck, GH #91
       new  3440a9c   ENH: can pass a list of functions to DataFrame.groupby per #166
       new  a99c057   ENH: can pass list of functions to pivot_table
       new  4ef29e4   ENH: take a crack at #614
       new  c481793   BUG: hack around Series mixed-type formatting issue, GH #616
       new  fb55f3c   BUG: wrap getting bottleneck function in try/catch, GH #91
       new  af839c5   FIX: #611 namedtuple breaks to_object_array_tuples
       new  4e52e0d   BUG: don't cast to tuple except in failure, only test with namedtuple when it exists (py >= 2.7), GH #611
       new  1f6d10c   DOC: added select method
       new  f494fbd   ENH: implement DataFrame.lookup for label-based vector fancy indexing, GH #338
       new  97ad1cf   DOC: document ignore_index in concat in docstring and sphinx docs, GH #619
       new  d20cb18   TST: unit test addressing multiindex concatenation buglet described in #615
       new  3ed22d7   ENH: add verbose option to read_csv/read_table to print number of NA values filled in non-numeric columns per comment on #614
       new  79cc4e0   BUG/ENH: fix performance regression in DataFrame constructor from nested dict with integer indexes, add vbench for it, speed up _stack_dict in internals, GH #621
       new  42ce8ff   ENH: start tightening up API around integer slicing per #592
       new  f735a67   ENH: wrap up API changes and testing around #592
       new  7b0349f   ENH: API change / refactoring in Series.__getitem__ and __setitem__ to implement #86, related tightening of integer index handling from #592
       new  0d9f4d9   ENH: test coverage and a bugfix in concat
       new  feba1be   BUG: fix #623 and refactor Series.to_string into format.py
       new  a022b37   added docs for 0.7 release
       new  9135394   Make _get_terminal_size_linux() work inside Emacs
       new  bd275d7   DOC: concat docs, add some release notes about integer-indexing API changes
       new  81a4853   ENH: add ability to pass list of dicts to DataFrame.append (GH #464)
       new  ac26c84   BUG: check for non-contiguous memory in SeriesGrouper, causing segfault
       new  41ec919   ENH: hack toward #629
       new  ed5d891   TST: indexing testing with minor Series.__getitem__ refactoring
       new  9ddd71a   TST: testing, cleanup of io.sql module
       new  8e2a4ca   TST: add test_sql.py module
       new  9bc20d6   BUG: fix buglet with xs with level, GH #371
       new  908cae5   ENH: crosstab prototype function, API needs fleshing out, GH #170
       new  4bea867   ENH: add crosstab function and test
       new  5f85f4b   ENH: add margins to crosstab
       new  9cd3e49   BUG: don't lose index names when adding row margin
       new  a37e666   BUG: convert tuples in concat to MultiIndex
       new  33b816d   BUG: fix TextParser with list buglet, enable parsing of DataFrame output with index names
       new  a4b0a2e   BUG: fix bugs related to comments in #371
       new  304433a   ENH: xs level can take multiple levels, pass multiple levels to MultiIndex.droplevel, GH #371
       new  bb654f8   DOC: release notes
       new  21308b2   BUG: DataFrame.join on keys produce wrong result, does not preserve order
       new  ae054e7   TST: cast to i8 when checking margins
       new  7bb0042   TST: Python 2.5 float formatting changed
       new  195ec30   TST: more Python 2.5 sadness
       new  77c017f   Merge branch 'master' into debian
       new  32b28af   changelog entry, prev was not released into debian
       new  cc3734e   Updated pre-cythoned .c files for older Debian/Ubuntu releases
       new  5b777a9   ENH: ipython_directive to warning on exceptions when building docs
       new  6f810e4   ENH: ipython_directive to warning on exceptions when building docs, small fix
       new  a7420a3   ENH: ipython_directive to warning on exceptions when building docs, enhancement
       new  98395ac   ENH: ipython_directive to warning on exceptions when building docs, bug fis
       new  e3911df   ENH: docs build cleanly, per #635
       new  f08a682   TST: reset printoptions in case of prior test failure on Python 2.5
       new  f888d0d   FIX: multiindex error #636
       new  8a9bc9e   FIX: multiindex, comma fix
       new  1cd9eb5   TST: NumPy 1.5.1 workaround, GH #353
       new  36f60c7   TST: hack more cleverly around NumPy 1.5.1 bug
       new  689330c   TST: use flat iterator
       new  81ba24d   BUG: fix multi-iter bug and pure Python aggregation given compressed ids re: GH #618
       new  62d12c4   BUG: passing a string to aggfunc like 'mean' won't break _add_margins, GH #618
       new  d7d6a69   BUG: disable label-based slicing semantics with integer indexes in Series.__getitem__ and __setitem__, GH #641
       new  ca47bed   BUG: BlockManager must have __nonzero__ -> True for pickling of empty DataFrame to work correctly, GH #640
       new  b5aa5f0   ENH: add keys method to HDFStore
       new  c65a098   DOC: release notes
       new  cd11381   BUG: fix install_requires dateutil >= 2
       new  5d87c3b   TST: test to verify fix of #638
       new  66410b5   DOC: release notes, what's new in 0.7.0
       new  f2b7c68   ENH: can pass values and custom aggregation function to crosstab
       new  9637b50   BLD: python 3 compatibility for now, GH #648
       new  1c9c7f1   BLD: use AsEncodedString more properly
       new  601c35f   BLD: python 3 compat
       new  3fae25e   ENH: add integer indexing functions iget/irow/icol, GH #628
       new  08a5523   ENH: test coverage, made pivot_table work with no rows passed and margins=True
       new  d39e7e0   DOC: start some docs re: integer API changes, GH #627
       new  6e1bac7   ENH: support for reading legacy (pre 0.4) WidePanel stored in HDFStore
       new  0d4dc67   TST: copy matplotlib subplots function for compat with mpl < 1.0
       new  bb52860   ENH: pass figsize into _grouped_plot functions
       new  2ad3694   ENH: cleanup post cherry-pick
       new  c3708f2   DOC: 0.7.0 docs, add iget_value alias and DataFrame.iget_value, GH #627
       new  b568ed9   ENH: pass **kwds into plots.boxplot from DataFrame.plot
       new  2bb4b88   BUG: be less aggressive with type conversion in lib.map_infer
       new  801a35d   BUG: NA handling when sorting indexers
       new  60e1256   ENH: enable binary and logical Series operator to do data alignment
       new  0fd3e35   DOC: release notes, add io.py vbench module
       new  b8484eb   Merge commit 'v0.6.1-353-g0fd3e35' into debian
       new  bff9189   updated changelog and cythoned files
       new  05b4971   ENH: don't force the conversion of Decimal objects in groupby either, skip spearmanr test in scipy < 0.8
       new  c76a96f   BF: special handling for _radd_compat for any numpy under 1.6
       new  b8303b2   Merge commit 'v0.6.1-355-gc76a96f' into debian
       new  baa607f   added cythonize helper rule
       new  0365f64   updated changelog and cythoned files
       new  26cb200   Dropped all exclusions of unittests and patches -- shouldn't be necessary any longer
       new  d904446   TST: python 2.5/6 issues with Decimal
       new  5707125   ENH: don't try to autofmt_xdate if sharex=False in DataFrame.plot
       new  06f6081   RLS: 0.7.0 Release Candidate 1
       new  d9b5df6   BLD: exclude png files from tarball
       new  91cfcb4   BUG: Fix out-of-bounds segfault in pad_object and backfill_object methods
       new  f552b2f   Merge commit 'v0.7.0rc1-2-g91cfcb4' into debian
       new  6eb2e56   updated changelog and cythoned files
       new  8b5351e   DOC: CSS fix for the reference documentation headers
       new  9a704bf   ENH: basic datetime64 integration and tests
       new  dfa592f   changed vb_suite settings to my repo
       new  a7d68e1   BUG: don't automatically align in comparison ops, revert change
       new  849a77c   Merge branch 'master' of github.com:wesm/pandas
       new  ced23fd   ENH: implement Series.unique, disable comparison-alignment with Series, GH #658
       new  836dc66   ENH: use khash
       new  581c939   BUG: enable DataFrame column creation from a list of tuples
       new  ae6e17f   Added datetime c extension skeleton
       new  414d1bf   BUG: hacks to support indexing with tuples contained in MultiIndex levels
       new  cc62df5   Got very basic skeleton of Date wrapper in cython up and compiling
       new  30a73f9   ENH: try to convert dtypes in Index.map
       new  0155a3b   BUG: handling of tuples in MultiIndex level
       new  2656006   Fixed boxing error
       new  243007a   added some notes, cache dts in Date constructor
       new  59ad564   BUG: don't lose columns name when passing list of labels to DataFrame.__getitem__, GH #662
       new  ec3b5d4   ENH: handle list of values intelligently as grouping array when possible, GH #659
       new  07215be   DOC: release notes
       new  4c39163   ENH: break circular reference causing memory leak in sparse array / series / frame, GH #663
       new  5a1bb27   ENH: string format None and None and not NaN
       new  988e21f   TST: test behavior of passing None to Series constructor
       new  740eb01   comments
       new  c1372bc   BUG: week as top-level iterator overwrites week instance
       new  a6f7b36   make datetime64 array/asarray calls compatible with numpy 1.7
       new  863f059   added datetime_helper to pull numpy 1.7 code we need
       new  b21871e   fixed gitignore
       new  8b71597   sketched fast accessor for grouping
       new  786fed7   DOC: gotcha docs re: #656
       new  3ce01cf   ENH: closes #288
       new  830eb42   * Added cummax and cummin methods for Series And DataFrame.
       new  134e4c1   Update pandas/core/generic.py
       new  5472443   TST: added tests for cummin, cummax. closes #647
       new  2e61d97   BUG: make groupby play nice with sparse objects, modify SparseSeries.take to return SparseSeries, dictification tests, GH #666
       new  098ce73   ENH: added additional datetime support, backporting some numpy 1.7 code
       new  4d22954   BUG: pass on sort kind from Series.sort to order and in argsort GH #668
       new  1cae09c   ENH: can pass sequence of integers to DataFrame.{irow/icol} and Series.iget, GH #654"
       new  2098376   additional parsing, accessors, Instant->Timestamp
       new  5a5ea17   small change to Duration constructor
       new  e66d25e   DOC: added release notes, docs for #288, #647
       new  b3b5140   BUG: fix integer-slicing from integers-as-floats, GH #670
       new  4d29e47   BUG: fix indexing corner case with MultiIndex re: #671
       new  a79b2b2   Merge commit 'v0.7.0rc1-29-g4d29e47' into debian
       new  f6bbd2a   refreshed deb pkg version
       new  b84efc1   BUG: catch zero division errors in nanops from object dtype arrays in all NA case, GH #676
       new  2af2d54   BUG: fix arithmetic between DataFrame and non-indexed array-like #672
       new  c0276e8   TST: added test coverage to unboxed arithmetic with dataframe
       new  02f60c3   DOCS: added release notes to fix for #672
       new  5c74d9b   ENH: some tidying for GH #672
       new  d78e626   BUG: fix segfault in infer_dtype for length-0 indexes
       new  63a1239   BUG: don't type-cast when setting integer into existing DataFrame float column. special case for now, GH #669
       new  99e2eec   DOC: more on gotchas, review integer indexing API changes, GH #627
       new  dfd056b   DOC: CSS fixes to pad body and header on narrower browser windows
       new  e9cfd35   BUG: groupby with dict passed had stopped working in some cases, GH #679
       new  195550c   BUG: fix handling of integer level names, caused downstream pivot_table bug #678
       new  ea12f6a   DOC: release notes
       new  4e165ed   BUG: script illustrating panel-as-table slowness
       new  eab5f43   ported dateutil relativedelta to cython, sketching idea for filter class
       new  8171930   small fix to Delta
       new  b4ca18b   ENH: better console unicode handling, GH #680, #340
       new  41e6083   BUG: #680 incorporate @takluyver comments
       new  c52dd87   BUG: #680 fix TypeError failure on sys.stdin.encoding access
       new  96ae488   BUG: more #680 fixes
       new  a6e1bd4   BUG: revert unnecessary unicode wrapper in series
       new  3633d26   ENH: to_panel refactor and retool HDFStore table reader to not have to create MultiIndex, fixes perf regression
       new  461b77b   merge overlap non regression test
       new  fd00bb9   FIX: handle overlap when explicit left or right keys are passed explicitly
       new  20eeb12   ENH: silently drop None in concat, memoize datetime integers in HDFStore conversion
       new  02ef2c5   BUG: fix SparseSeries.combine_first work when passed dense Series, make SparseDataFrame.combine_first work also, GH #687
       new  49dab2a   DOC: release notes, python 2.5 product compat
       new  90550b9   TST: unicode codec test issue, GH #680
       new  2442096   TST: unicode woes on windoze GH #680
       new  7ced6fb   TST: even more woes GH #680
       new  92fb29a   TST: ok, this appears to work GH #680
       new  c63b785   ENH: cythonize timestamp conversion in HDFStore
       new  628c029   updated license and credits for overview
       new  79dfede   Ripped timeseries code from scikits.timeseries, got it to compile
       new  c2582c7   fixed typo
       new  d67f140   BUG: unbox 0-dimensional arrays in map_infer, GH #690
       new  daf0c67   BUG: raise exception in DateRange with MonthEnd(0) instead of infinite loop, GH #683
       new  425c844   ENH: Allow Series.to_csv to ignore the index.
       new  1e49e7b   TST: unit test for PR #684
       new  8c1292d   BUG: #680, print consistently when dataframe is empty
       new  3bb65a8   TST: Fixes for tests on Python 3.
       new  8f32f1c   BUG: handle incomparable values when creating Factor, caused bug in py3
       new  a150d29   BUG: closes #691, assignment with ix and mixed dtypes
       new  b848894   BUG: related to closes #691, removed cruft
       new  b91b645   TST: added a test related to #680
       new  05b2789   ENH: change to tree-like MultiIndex output with > 2 levels, GH #689
       new  f925264   BUG: #680 rears again. cut off another hydra head
       new  bc6e820   BUG: #680 clean up with check for py3compat
       new  69d5bd8   BUG: integer slices should never access label-indexing, GH #700
       new  dfd702a   Build only for requested versions (not all supported) of Python
       new  ea66f06   Do nothing for build operation, rely on overloaded install (to avoid undesired re-cythonization on elderly Ubuntus)
       new  b4ff285   Merge commit 'v0.7.0rc1-73-g69d5bd8' into debian
       new  81e0f93   upstream is 44 commits ahead
       new  12094e9   ENH: added drop parameter to reset_index, added to Series for symmetry
       new  b0ee06b   BUG: closes #697, groupby level bug
       new  4ae368e   Merge commit 'v0.7.0rc1-75-gb0ee06b' into debian
       new  166cce8   udpated changelog
       new  3fd53cc   update cythonized files
       new  782f392   BUG: Bar plot fails if axis parameter supplied, closes #702
       new  88fcac5   ENH: close #694, #693, #692
       new  a6c0678   DOC: note EWMA adjustment, closes #703
       new  163d8b4   updated support contact info
       new  c0fc368   BUG: closes #705, csv is encoded utf-8 and then decoded on the read side
       new  44dea27   BUG: remove poor man's breakpoint
       new  502bbe3   Don't use unnecessary UnicodeReader on Python 3.
       new  4f156fe   Fix test that assumed py2.
       new  bec276e   Prototype vectorised string functions.
       new  0626c8d   Convert simple-mapped results back to Series.
       new  00993bc   BUG: inconsistency in .ix with integer label and float index
       new  2a5abb0   BUG: don't assume that each object contains every unique block type in concat, GH #708
       new  cf129c3   DOC: release notes
       new  618ff03   BUG: closes #709, bug in ix + multiindex use case
       new  fcb2005   TST: added better testing for #709
       new  271407c   TST: add bench_unique.py
       new  b50af20   BUG: float64 hash table for handling NAs in Series.unique, close #714
       new  077c290   BUG: made encoding optional on csv read/write, addresses #717
       new  c3329d0   added vbench for write csv
       new  db2114a   TST: renamed io b/c module conflict, made suite check for config
       new  e3df4e2   DOC: added info on encoding parameter for csv i/o
       new  542b8ff   BUG: closes #719, check for sortedness of multiindex in to_panel
       new  263b15c   BUG: closes #719, sortedness check in to_panel
       new  30d8d6a   BUG: closes #719, sortedness check in to_panel, fixed
       new  b6ee864   ENH: closes #720, clarification on docs, vbench for sortlevel
       new  171148d   Merge commit 'v0.7.0rc1-94-ge3df4e2' into debian
       new  8e43312   updated changelog rev and cythoned files
       new  db96059   cannibalizing scikits timeries
       new  bc55a03   cannibalizing scikits timeries, missed a few files
       new  b4d89b7   added NP_LICENSE.txt
       new  9ca8e81   DOC: Clarify DataFrame.sort doc string
       new  ce3c4fa   ENH: re #720, added alternative private constructor
       new  6194afe   ENH: sortlevel fixes per comments for #720
       new  8b0dd91   TST: changed vbench for #720
       new  2307902   fixed pep8 spacing issue
       new  cb3a878   BLD: #728, make tseries build cleanly
       new  441773c   BLD: #728, make sparse and engines build cleanly
       new  a90ab28   Merge pull request #729 from adamklein/IS728
       new  3fd516a   Merge pull request #725 from adamklein/IS720
       new  5d3fae4   fixed module compilation issues
       new  8dc8951   Merge pull request #711 from takluyver/strings
       new  83774f2   ENH: add isin method to Index, GH #657
       new  3d3580d   hacking on groupby
       new  0c2aa79   TST: test coverage
       new  fd4e2df   added field extractors, testing faster accessors
       new  6046cc7   hacking on timestamp box
       new  5924b7b   cleaned up a bit
       new  56e4cee   BUG: closes #743, None not treated as NA in PyObjectHashtable
       new  d55856c   TST: added test for #743
       new  6c31cab   ENH: memoize objects when reading from file to reduce memory footprint
       new  5eb72ea   BUG: don't hash dtype because of endianness confusion re: #748 and #747
       new  443dcc5   BUG: fix Series.unique with 'different' NA values in an object array #714
       new  3583373   ENH: add abs method to objects, implement array interface on Panel, SparsePanel #740
       new  fe0d5f7   ENH: rename col_or_columns argument in DataFrame.drop_duplicates #734
       new  4f5ae07   BUG: SparseSeries.dropna should point to special function, return dense Series in case of NA fill value, GH #730
       new  3a17c1e   DOC: DataFrame.to_string/Series.to_string docstrings, GH #732
       new  5d55410   TST: test coverage, refactored hash table unique into nanops for now
       new  3cb301e   ENH: add sort option to DataFrame.join + vbench, GH #731
       new  30075f8   ENH: be a bit more clever to avoid consolidation with join keys, GH #733
       new  7187159   ENH: delete cruft from #733
       new  9b07b42   ENH: improved handling of NAs in binary ops with object Series, GH #737
       new  bfc81ea   BUG: use map_infer instead of np.vectorize. handle NA sentinels if converter yields numeric array, GH #753
       new  524979e   working on box type craziness
       new  3c6a1da   ENH: speed up DataFrame._get_numeric_data and add vbenchmark #751
       new  475fcd2   BUG: ignore encoding option when writing csv in python 3, GH #738
       new  b4b3583   BUG: code to address #742, DataFrame.rank
       new  8a66202   BUG: fix related to #742, handle nan, none correctly
       new  4fb14f9   BUG: fixed test for #742
       new  70c7509   BUG: fixes #742 per comments on PR #750
       new  a4e90e0   BUG: use infinity sentinel in #742, but having some datetime woes
       new  5a356bb   more tests passing, mostly incompatible timestamp/datetime stuff
       new  e15a04e   fix ordering in comparison
       new  ae92cf8   BUG: workaround datetime.datetime TypeError #742
       new  df54e85   ENH: beef up Float64HashTable, add algorithms.py to start collecting central algos, close #502 at some point
       new  a7402c6   DOC: very basic hack to separate vbench project from main docs, generate chapters by module. Need some prettification, close #718
       new  7192818   fix pyrex gdb flag
       new  d4608f5   BUG: test coverage and bugfix in rank_2d_generic
       new  57159d7   BUG: catch AttributeError instead of NameError for bottleneck
       new  5602b98   ENH: refactor formatting stuff. also close #755
       new  106fe99   ENH: rewrite/refactor of string formatting esp float formatting re: #726
       new  d08c48c   DOC: upload vbench to pydata.org
       new  bf709b0   TST: test coverage
       new  3ff2bdf   started work on freq integration in datetimeindex
       new  4f793be   BUG: use float_format if set, test for set_eng_float_format, for Index.format bug with datetimes, close #758
       new  922d041   BUG: also try to cast non-MultiIndex to better dtype when calling reset_index #726 #440
       new  095f7c8   ENH: optimized Cython groupby routines for aggregating 2D blocks, added vbenchmark, GH #745
       new  bae80c6   ENH: added git sha check for jenkins builds
       new  9a7da37   ENH: fix git/sha lookup for jenkins
       new  77a4664   ENH: reset jenkins-specific change, shouldn't be needed.
       new  01d951c   ENH: make sha lookup compatible with msysgit
       new  9207e52   BUG: handle object dtype arrays in OLS class, GH #759
       new  6a6f3b7   BUG: fix #1.QNAN0' float bug on 2.6/win64
       new  2123d6b   ENH: refactor groupby and accelerate groupby with integer keys, add vbenchmark
       new  17c0e29   DOC: stable and dev docs to pydata.org
       new  31db92b   Handle subclasses of dicts in DataFrame constructor, with tests
       new  184de3d   ENH: more testing for PR #757 and don't copy data
       new  2dddc5d   TST: finish groupby test coverage
       new  58e1fcb   Fixed Timestamp datetime wrapper
       new  6253b07   TST: unit tests, and left justify index float formatting
       new  94f7a81   Fix syntax error in map.py.
       new  f86c3be   BUG: closes #764, set_index destroys column multiindex
       new  193bb4b   Use izip instead of zip
       new  0e5cf3a   Add to_excel method to DataFrame, add ExcelWriter helper class
       new  5f11e9f   Minor changes based on comments
       new  89cf88f   Add unittest for to_excel
       new  18793eb   Missed one variable rename
       new  c326e7e   Special case np.int64 in ExcelWriter and add unittest
       new  c1e99d9   Add support for reading/writing .xlsx using openpyxl
       new  d98572c   Document writing multiple DataFrames to different sheets
       new  4eec47a   Test to_excel with MultiIndex
       new  234383c   Add to_excel in Panel and corresponding test
       new  d87777d   Document sheet_name arg in docstring, give it a default value
       new  5857c87   Add some additional excel reading/writing tests
       new  3dafe3e   Combine xlsx tests with xls to avoid code duplication
       new  f61b8e0   Fix up docstrings
       new  1988357   TST: test coverage
       new  d60e184   BUG: fix docstring
       new  46fcdff   ENH: more intelligent inference about index_col for Excel files, test coverage for PR #735
       new  432b061   TST: more merge test coverage, refactoring
       new  9d8a3f1   TST: skip excel tests if libraries not installed
       new  65e3f9f   working on timeseries ranges
       new  ca41260   TST: merge test coverage and trim floating point zeros even if there are NAs
       new  c0fb29c   BUG: fix subtle bug in maybe_convert_objects causing indexes to be mutated, test coverage, fix #766
       new  230aaa5   ENH: can pass file handle or StringIO to Series.to_csv and DataFrame.to_csv, GH #765
       new  cc2a8a7   DOC: release notes
       new  0e9b908   Merge commit 'v0.7.0rc1-183-gcc2a8a7' into debian
       new  3eb9db0   updated revision in changelog and recythonized files
       new  ae4ba92   DOC: added docs for 7 release
       new  db2ffc5   DOC: fix duplicates in release
       new  c9a5c91   STY: pep8
       new  2985283   DOC: update docs to reflect new PyData home
       new  cc710b1   TST: use BytesIO with encoded text for python3
       new  71b65ab   TST: skip test on Python 3
       new  86c2250   TST: test coverage, pep8
       new  2546ac7   TST: test coverage
       new  76da01b   TST: test coverage, pep8
       new  4f7ebcb   TST: test coverage
       new  5b73fa1   Put ExcelWriter in pandas namespace
       new  c509817   Add sheet_names property to ExcelFile, with tests
       new  8e03572   STY: fit in 80 columns
       new  428896d   Modifications to column-hierarchical behaviour as per "'Mixed depth' hierarchical column labels'" discussion on pystatsmodels. If column label tuples contain only empty strings at the lower levels, allows the DataFrame to be indexed with only the higher levels. So for example if a column has the hierarchical label ('a','',''), and there are no other columns with 'a' at their top level, then this change allows the column to be pulled out with df['a'], rather than df[' [...]
       new  b32165c   Tests for 'mixed depth' hierarchical columns. Tests for getting, setting, dropping and popping columns from dataframes which have MultiIndexed columns containing some empty strings at the lower levels, by indexing with only the upper levels. Also modified NDFrame._set_item to use the same shorthand.
       new  1be6d08   Fixed regression with Panels caused by NDFrame not checking if it was  DataFrame before assuming it had a 'columns' attribute.
       new  d207a25   BUG: always return True for onOffset for regular DateOffset, close #770
       new  41fbd8f   TST: fix debian / 2.5 test
       new  5f7853d   DOC: readme update
       new  46e8657   TST: fix numerical stability issue present on certain platforms
       new  e4323cf9  TST: fix vbench per Series constructor api change
       new  5573519   BUG: use UnicodeWriter on Python 2.x
       new  9fea06d   BUG: actually pass encoding to UnicodeWriter
       new  8610be5   BUG: open file in Python 3 with given encoding
       new  b5d2a0a   Added a stamp file with upstream version to assure up-to-dateness of the generated files
       new  26545b0   Merge commit 'v0.7.0rc1-205-g8610be5' into debian
       new  fbb6a1d   BUG: pass encoding to open in Python 3
       new  32905b8   adjusted changelog and VERSION stamp file
       new  13f5db0   RLS: Version 0.7.0
       new  f008b6f   Added range calculations for monthly, daily, etc.
       new  cbdbc92   Merge commit 'v0.7.0' into debian
       new  05707d9   yeay -- 0.7.0 release
       new  108c685   Adjusted url in watch due to migration of repository under pydata organization
       new  abc59ab   tuned up changelog entry to not stick out to passify lintian
       new  4103ce9   Add _repr_html method to make DataFrames nice in IPython notebook.
       new  e2bb42a   ENH: API change -- sort (columns=) instead of column=
       new  77dc39f   Work on frequency logic and integration with DatetimeIndex
       new  fcf63ee   added conformity check
       new  49a3d76   TST: vbench for #775
       new  d635f31   Added relative monthly range, cleaned up here and there
       new  e2fb755   Merge branch 'reprhtml' of https://github.com/ellisonbg/pandas into reprhtml
       new  b570153   ENH: wrap _repr_html in a scrollable div, switch over to info for large frame
       new  c73a20e   TST: very basic test for DataFrame._repr_html_
       new  2767250   BUG: closes #777, high ascii cannot be displayed in console
       new  de486d6   Merge branch 'master' of https://github.com/neurodebian/pandas
       new  de6318e   ENH, closes #773 PR, deprecating column for columns
       new  433d3bb   datetime enhancements, cleaned offset logic, made datetimecache backed by khash for quick index lookup
       new  c5155a4   DOC: add more docs for Excel reading/writing
       new  1d92503   DOC: mad computes mean (not median) absolute deviation
       new  a0186ea   TST: fancy_inc Cython function
       new  35fcc17   BUG: closes #780, compare float to within 32bit precision
       new  b2f30f7   changed offset design
       new  b8066fd   Enhanced datetime to allow non-contiguous freq data
       new  bc1932f   BUG: fix additional float-based slicing issue, with test
       new  d068bcc   TST: fixed parenthesis error in test_slice_floats2
       new  ab9898c   BUG: handle list of Series properly, close #792
       new  de78efc   added cache extension logic
       new  1e3ca40   Fixed cache behavior with respect to start & end dates
       new  4e9cb3c   cleaned up a bit, fixed anchoring logic in cache extension
       new  92c522c   added scikits.timeseries python code to codebase
       new  7eae131   Merge corrections
       new  2433103   killed some bugs from merge
       new  58adfa8   removed tests that snuck back in from merge
       new  b4900b7   fixed shift conflict with old code
       new  5481c4a   BUG: fix column insertion memory leak #790 per #467
       new  6f6b9b5   ENH: added SeriesBinGrouper, takes bin edges instead of labels
       new  40b267f   fixed quarterly offset fix, added small test
       new  b1e0233   BUG: pyrex-gdb shouldn't be on by default
       new  039d2a7   ENH: optimize fillna for 2D blocks, add inplace option, GH #788, #786
       new  110be6f   BUG: don't nuke None in Series.unique, GH #778
       new  70c09bd   BUG: fixed possible bad freq access, added asobject method
       new  1b777aa   TST: test for #779, try to return string
       new  8922655   BUG: best effort to hack around byte stream decoding issue described in #795
       new  8a99df5   BUG: fixed sorted set diff of DatetimeIndex
       new  0b52b1a   BUG: fix mixed float/int indexing slicing problem described in #780
       new  40c5281   BUG: fix mixed float/int index formatting issue
       new  d716b74   BUG: fix DataFrame.append bug with length-0 frame with new columns, GH #782
       new  10a5171   BUG: disable position-based slicing altogether if a dtype=object contains any integer objects, augment infer_dtype, GH #798
       new  8aca32a   ENH: added group sum/mean/var by bins, with tests
       new  97415c5   ENH: add to_clipboard method, need to test on OSX and Windows still, #774
       new  44ffbb2   ENH: os x clipboard set, #774
       new  01fd977   ENH: use pbcopy #774
       new  46f5d9b   BUG: pipe stdin
       new  60bd1f0   BUG: return on success #774
       new  aef27d9   ENH: get working on windows, maybe #774
       new  c8d618a   BUG: set clipboard text with CRLF
       new  8a8cff8   ENH: started ripping out DateRange, replace with DatetimeIndex
       new  7cae5fd   ENH: refactor groupings into GroupInfo class to share caches, resolve #775
       new  f3c0a08   ENH: refactoring to support different grouper implementations, re: GH #153
       new  afb6455   BUG: Fixed merge to master
       new  f4d13fb   REF: push groupby iterator code into Grouper class
       new  fe527e2   ENH: added offset attribute to DatetimeIndex
       new  87822e2   TST: added pickled timeseries and frame for testing
       new  a523e58   ENH: made DatetimeIndex pickle-able
       new  0d2518e   ENH: best attempt at NA-friendly Series comparison and boolean binary operations, GH #801
       new  4e4b2f5   ENH: implement Series.between for NA-friendly range selection, GH #802
       new  ca357c7   DataFrame_repr_html changes according to #772 discussion.
       new  ed080d9   Fix for "Issue # 513 HDFStore loses microsecond information for datetime indexes"
       new  3db108e   incorrect fix when dealing with date objects since they do not store microsecond information. Also added simple test case for checking that fractional seconds are stored
       new  870b249   actual fix
       new  d7330b3   refactored datetime and date index handling
       new  9fc07a7   corrected _convert_index's pytables types for handling datetime.date indexes
       new  2ffae3a   changed datetime fractional second test's assertion to make entire datetime comparison
       new  3beba2c   made it clearer that users should first look to github for issues and, if possible, try stack overflow, before bringing the discussion to the mailing list
       new  e873a2e   Merge pull request #829 from lodagro/repr_html
       new  0794d11   ENH: concat Series with axis=1 for completeness, GH #787
       new  8786bf9   ENH: add fill_value argument to Series.reindex, DataFrame next, #784
       new  49260b9   ENH: fill_value arg in DataFrame.reindex/reindex_axis, add fillna to sparse objects, GH #784
       new  71244f2   Merge pull request #834 from lespaul/master
       new  95cfc7c   BUG: close #837, excelfile throws an exception for two-line file
       new  c2da129   BUG: close #835, add option to suppress index inference
       new  cdb5f7d   TST: added skip excel test for no xlrd installed
       new  ae5db23   BUG: raise more helpful error msg for #835
       new  fda9aff   DOC: added more release notes
       new  cfa4b6a   TST: unit test for #838
       new  45da31c   DOC: added yet a bit more to release notes
       new  0cb2a82   TST: fix lingering line of code from #838
       new  ed383bd   TST: added core coverage
       new  f6c9569   TST: more test coverage for release target
       new  4d50f03   BUG: close #839, exception on assigning NA to bool or int64 series
       new  3050bf2   BUG: fixed null-check per #839
       new  a2ecb0c   ENH: raise NotImplementedError if user tries to iterate over .ix, GH #840
       new  a55ded2   BUG: close #839, another case where nan may be assigned to int series
       new  bbc041f   DOC: release notes, what's new, change dev version to 0.7.1
       new  776d80c   RLS: Version 0.7.1
       new  a2e86c2   BUG: Fix Series, DataFrame plot() for non numerical/datetime (Multi)Index (closes #741).
       new  0430ff7   Added fill_value argument to Series/DataFrame.align
       new  c1ac80a   TST: test coverage, pep8
       new  49ad215   Added fill_value argument to Series/DataFrame.align
       new  404b343   Merge remote-tracking branch 'origin/master'
       new  cc1c347   allows to specify fill_method as well as fill_value
       new  936ee1d   ENH: import Timestamp directly
       new  063b608   Merge branch 'master' into datetime64
       new  5156c72   BUG: typo
       new  797ab57   ENH: nuked DateRange, pulled into DatetimeIndex
       new  744a814   ENH: Add explicit init with month check to YearEnd
       new  db84c31   ENH: Add new offsetMap
       new  2b99c85   TST: Add tests for BYearBegin offset. Make assertEq more verbose on failure.
       new  7e65fc4   TST: Remove test for quarter begin in month 1-3
       new  1468c8a   ENH: Add BYearBegin offset. Fix new offset map. Remove month restriction on quarter offsets
       new  35ea7df   TST: Add tests for MonthBegin
       new  dcf38cf   ENH: Add MonthBegin offset. Start QuarterBegin. Finish adding all time rule aliases
       new  b850ba2   TST: Add tests for QuarterBegin
       new  095998b   ENH: Add QuarterBegin Offset
       new  1ca8bc7   TST: Add tests for BMonthBeing and BQuarterBegin
       new  1517e1b   ENH: Add BMonthBegin and BQuarterBegin
       new  49cc0c2   STY: Make some comments and cleanup some logic
       new  02d7db3   ENH: Add WOM to new offsets
       new  4b41426   BUG: removed stray import pdb
       new  6a1381f   fixed bug in new test case in test_align
       new  d7a7dc0   ENH: minor tweaks to grouped_hist
       new  b526c85   BUG: fixed +=/=+ error
       new  2b2e15e   BUG: fix pickling on Timestamp, all tests pass
       new  6fe2db5   ENH: added access to new offsets & deprecated old, unified offset/freq parameter
       new  b1f5105   ENH: cache indexers when conforming list of series
       new  7c5fc00   BUG: malformed BlockManager in groupby, regression from 0.7.0, GH #814
       new  747e551   BUG: dtype sometimes not converted to bool, closes issue #820
       new  2e21a7f   BUG: remove lingering set_trace related to previous commit
       new  aca268f   BUG: handle grouping aggregations consistently whether as_index is True/False, close #819
       new  4175bf4   Merge pull request #807 from changhiskhan/master
       new  0f98ad8   BUG: fix issues resulting from unclean merge in PR #807
       new  6eafa07   ENH: add new izip-based row-iterator, update release and docs (close #818)
       new  5505aa1   BUG: close #812, reindex keeps original name along both axes
       new  094aee0   BUG: close #816, fix exception thrown on np.diff
       new  2ced9e4   TST: remove object/dt64 test duplication, fix broken tests
       new  186e75a   ENH: pretty-print offsets where possible
       new  0a02156   BUG: add test case for integer index failure re: #819
       new  3cd1b05   TST: script testing groupby iteration performance GH close #817
       new  77e53f4   BUG: fix offset names, relativedelta namespace issue
       new  63b9ab9   ENH: close #818, per Wes comments on izip df tuple iterator
       new  5e55d17   BUG: close #812, fix index name dropping in _ensure_index
       new  4a20310   BUG: close #816, defer tuple-unboxing until later per perivous commit comments
       new  49ffeb0   BUG: clean up Series wrapper that is not needed, per #819 comments
       new  1bebaa1   BUG: use Cython take_2d instead of ndarray.take due to Fortran order performance problem, GH #817
       new  d21acef   BUG: closes #822, cast non-string columns in to_records
       new  ee95ec1   ENH: rename fill_method to method, close #827
       new  75bf87b   BUG: close #811, fix index.intersection where indices are incomparable
       new  575a852   Merge pull request #830 from adamklein/IS811
       new  869cf0f   Merge branch 'master' into mergemaster
       new  6a49d2d   BUG: fix concatenation issue for M8 & object indices
       new  a257402   BUG: fix extraneous comment
       new  c556482   ENH: added simple fancy-indexing for datetime64 per #222
       new  e69a794   ENH: enable fancy datetime indexing for setting values, per #222
       new  4ec8e40   TST: added dt64 accessor tests, sketched additional accessors
       new  ad38fde   ENH: added day-of-week, week-of-year, day-of-year, quarter accessors
       new  dbc3a5d   ENH: went back to datetimestruct for field access, added sarray builder
       new  15f99c2   ENH: first pass through custom grouper for datetime binning
       new  2246fb3   ENH: cleaned up time/groupby API, expanded tests
       new  1a2052a   ENH: fast offset generation in DTI for regularly strided offset
       new  2db57a0   ENH: clean up unused counts variable
       new  5acbaa5   ENH: added numkeys to grouper object per Wes comments
       new  934ea72   ENH: added toOffset convenience, scetching freq convert method
       new  f977c46   ENH: implement basic convert function using groupby
       new  7b2c16e   TST: added a bit of testing around convert
       new  3138c7e   ENH: convert handles up and down sampling
       new  bce5434   ENH: attach offset to converted timeseries, fix camel case issues
       new  14a58b6   TST: fixed reference to legacy time rules
       new  ee6262d   ENH: deprecate timeRule and offset in shift method, clean up cython build
       new  3136390   ENH: deprecate offset/timerule for freq, add future warnings
       new  0ed8841   Make references to Issues into links.
       new  96bd0db   Actually add the link addresses.
       new  4e19ac4   Merge commit 'v0.7.1-1-ga2e86c2' into debian
       new  77e560b   changelog entry
       new  483ca39   updated cythonized files
       new  fb02a18   ENH: fast time zone conversions and validation
       new  89bdb1e   Fix plotting with datetime.date index values
       new  de81cc1   BUG: fix int32 overflow when computing group_index, GH #850
       new  ba8172b   BUG: detect/raise exception if possible int64 overflow #851
       new  ea0edfe   BUG: handle int64 overflows (suboptimally...) in groupby, sortlevel, sort_index, etc. GH #851
       new  2c7a45a   ENH: don't use self.groups in groupby.size(), GH #860
       new  505f44d   TST: better vbench for #860
       new  808b1af   TST: don't cache groups, GH #860
       new  3029f4b   ENH: fix unhelpful error msg in parsers, closes #856
       new  81dcf10   ENH: use khash for integer Series.value_counts, move to algorithms.py, vbenchmarks GH #861
       new  5ba84b7   BUG: fix scoping of exported variables, compilation unit conflicts on mac build
       new  6c797a9   ENH: fancier datetime slicing logic, commented out b/c broke other tests, will fix
       new  7024590   ENH: fancing time indexing working, cleaned variables per compiler warnings
       new  b8e6005   ENH: merge conflict resolution
       new  a3360c6   BUG: fixed failed tests from merge
       new  bb83ea4   ENH: merged up to lastest master
       new  dc78b6f   BUG: fixed merge problems from latest master
       new  eb6fc36   ENH: handle legacy unpickling for daterange-based objects
       new  856d526   ENH: enable DatetimeIndex from string array
       new  1a263f6   ENH: add vectorized datetimeindex construction from string array
       new  17caaa4   BUG: fix bug causing improper nan -> int cast in #846
       new  1723257   BUG: close #870, ensure platform in group_index
       new  a182a80   BUG: close #871, concat on axis=1 and ignore_index=True fixed
       new  665af95   BUG: close #869, method count accepts level name
       new  5834ccd   BUG: close #859, clearer err msg on failed slicing situations
       new  423c7a6   ENH: don't case group arrays to dtype object
       new  cea26d1   ENH: a couple notes on IntervalIndex, TimeInterval
       new  0955c6a   BUG: incorporate Wes comments on #869
       new  64d3239   BUG: incorporate Wes comments on #859
       new  360cb2b   ENH: ripped all interval calculation logic from scikits.timeseries, continue sketchy interval object
       new  9bc0416   ENH: added pretty interval printing
       new  4137578   TST: made interval constructor test work
       new  7a1808d   TST: fixed error raising up to python from skts code
       new  2ef6ee9   BUG: close #881, setitem boolean indexing on dataframe
       new  f5e5b14   ENH: added basic multiindex slicing in panel
       new  efd0c3c   BUGFIX: stats.ewmcov
       new  19a75f4   BUG: fix cython compiling issue regarding error checking
       new  d6eb920   BUG: fix behavior of Interval.now
       new  d8d98e2   ENH: added keyword constructors to Interval
       new  1fcd466   ENH: added Ts convenience class, start sketching out IntervalIndex
       new  5353a7c   BUG: close 872, DataFrame.to_string formatters on integers
       new  b4be349   ENH: fleshed out more of IntervalIndex
       new  d5e5543   BUG: fix overflowin interval construction
       new  4428ad3   BUG: Use older style openpyxl import, closes #897
       new  edc90b3   BUG: handle columns argument in DataFrame.to_html, use statsmodels.api to avoid deprecation warnings, close #890
       new  dc86dba   DOC: add datetools import in docs, close #895
       new  a262f30   ENH: implement fill_value on SparseDataFrame._combine_frame, close #887
       new  1627631   ENH: add other tie breaking methods to rank Cython routines, still some testing needed in generic case, GH #874
       new  99eab4b   ENH: add very basic interval slicing to intervalindex
       new  184822d   Update doc/source/merging.rst
       new  73b0e17   Merge pull request #904 from elpres/patch-1
       new  9c0dc26   ENH: testing / tweaks for non-float dtype ranking #874
       new  24d7b02   ENH: refactoring for #874, fast int64 rank
       new  73c71df   ENH: work on rank function, finish testing, ascending param, #875
       new  a87432d   ENH: catch __builtin__.sum in groupby, close #885
       new  387ec4d   ENH: column selection via attributes on DataFrameGroupBy, GH #882
       new  7e4b086   ENH: can set existing columns via attributes as convenience, close #883
       new  8ec6236   TST: unit test for #893
       new  381ef5d   BUG: encoding woes on iso8859-2 encoded movielens file, close #795
       new  fe065ce   ENH: add level keyword to drop method, GH #159
       new  875cb52   ENH: add basic skts frequency multiples functionality, eg 5Min intervals
       new  041d2a3   ENH: multiple group selection from hierarchical index via reindex and .ix, close #134
       new  5c9fa62   BUG: fix treatment of 'how' in asfreq having multiples
       new  79decd7   ENH: can pass dict of values per column to DataFrame.fillna, close #661
       new  6f267d7   BUG: drop unused constant
       new  a0a4408   ENH: merge up to master
       new  bc5b230   BUG: close #911, fix df.set_value() failure when index dtype needs to change.
       new  d34829f   Make sure unicode_series.csv file (needed for unittest) gets installed.
       new  0bf1d17   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.
       new  17eec3f   Revert "Fixed an issue where it was not possible to subclass Panel because"
       new  6ba8a50   BUG: Couldn't subclass Panel because the _constructor method was using Panel instead of self.__class__ to construct modified objects.
       new  15decd8   Update pandas/core/panel.py
       new  9d437e9   Update pandas/core/panel.py
       new  b99bff5   __class__ to cls.
       new  7a5552e   TST: run panel excel test with xls too, remove temp file
       new  435d3e8   ENH: add axis argument to DataFrame.fillna, #174
       new  839c6f4   BUG: more encoding / unicode hacks related to #795
       new  6afcf6c   STY: delete cruft
       new  d585c7c   TST: move unicode_series.csv to data directory
       new  0b6ce9d   ENH, TST: added interval accessors, port skts testing over
       new  c9c3f4f   TST: added test_interval file
       new  d8145c4   ENH: cleaned up interval accessor code
       new  764ce5e   BUG: hierarchical item selection in Panel.__getitem__
       new  f982225   BUG: don't fillna in align if fill_value=nan, don't try filling int/boolblock, close #910
       new  71877bd   ENH: merged up to master
       new  c925db0   BUG: fix error from merging
       new  f32efa8   TST: raise exception if passed date_parser fails
       new  38db00f   BUG: malformed blocks when excluding nuisance columns causing #916
       new  be66c27   BUG: possible out of bounds access on 0-length Series, close #917
       new  8ffdef9   Add sort_columns parameter to plot to allow unsorted plots
       new  757a215   ENH: asfreq -> resample, added index method, cleaned up tests
       new  40d940b   Merge pull request #918 from danbirken/add_sort_columns
       new  39efc7b   ENH: add coerce_float option to DataFrame.from_records, close #893
       new  19bbb4a   ENH: don't raise exception if HDF5 file is readonly, close #847
       new  8582ebe   ENH: remove skts extraneous code from code base
       new  653efad   BUG: replace encoding errors when reading CSV in Python 3, #795
       new  ebb8917   ENH: added accessors to IntervalIndex
       new  0fb5725   BUG: return 0 instead of NA from Series.sum and DataFrame.sum on 0-length input, close #844
       new  3b8a192   BUG: better unicode compatibility from DataFrame.to_html, close #891
       new  5582e85   TST: added testing for intervalindex
       new  12d511f   TST: test coverage enhancements
       new  814a3c8   BUG: allow numerical/NA comparisons to flow through in dtype=object arrays, GH #925
       new  f53f235   BLD: require NumPy 1.4 in setup.py close #927
       new  47865f5   DOC: added release notes, whats new, and rank docs
       new  1c08979   DOC: whats new file (forgot to add)
       new  4ab5512   RLS: a few more 0.7.2 release notes
       new  71b1d44   Added simple editing feature
       new  55942c7   ENH: tweak to PR and close #879
       new  74d2c9f   BLD: fix setup.py clean not to remove skts.c
       new  ff254f7   ENH: handle tuple-like objects as last ditch effort in DataFrame.from_records, close #907
       new  4117b4f   RLS: Version 0.7.2
       new  6ed992c   ENH: added interval/dti conversion code, tests
       new  31ab292   BUG: partial handling of booleans in to_excel, fixes #940
       new  97f55b9   Fix unittest for to_excel with np.int64
       new  a022d45   ENH: DataFrame plot improvements, make pivot_table more flexible per #941
       new  6b2dc96   BUG: fix wrong to_offset call
       new  5ce3c2e   ENH: added interval->dt64->interval conversions
       new  eb36ebf   ENH: delete accumulated datetime cruft
       new  dfb6e90   ENH: added strftime, working to adapt tsplot.py for IntervalIndex
       new  330c088   ENH: raise TypeError when comparing numeric frame values with non-numeric value, close #943
       new  f58749e   ENH: intercept numpy.sum in groupby, plotting/console improvements
       new  3550eac   ENH: added guards against bad interval data
       new  e3fbf55   ENH: got basic plotting on IntervalIndex'd series working
       new  a4700f9   ENH: clean interval freq representation handling
       new  c1a5e9a   BUG: fix tseries build on python 3 issue, closes #947
       new  8d2bf8c   ENH: added dumb snap function to datetimeindex, to get to nearest offset
       new  0a6f08d   ENH: added test for datetimeindex snap
       new  8cd25ba   BUG: fixed boolean comparison of indices resulting in unwanted wrapping
       new  f58126f   BUG: fix pep8 formatting, close #948
       new  47e6b5c   Added basic support for fixed-width fields, as per R's read_fwf.
       new  26071d1   BUG: pass native char* instead of PyObject* to let cython handle 2/3 compatibility
       new  c9a0bcc   BUG: remove PyString_FromFormat call, close #949
       new  cf57f88   ENH: add percentile_width to describe method in series and dataframe
       new  043a6a5   ENH: simplified unnecessary quarterly complexity, added additional aliases for intervals
       new  8f56fea   BUG: fix freq access in tsplot
       new  d8a0ca4   BUG: handle empty index column header in xlsx, fixes #951
       new  468c8d0   ENH: remove tsplot -> tsplotting, make work with intervalindex
       new  1c564af   ENH: git add tsplotting, fixed formatting of docstrings
       new  3cbd22c   ENH: clean up tsplotting.py
       new  1f9d83b   ENH: simple intervalindex plot check
       new  1768701   TST: added basic interval plot test
       new  95a179f   ENH: check if datetimeindex can be plotted as intervalindex
       new  6b003c9   ENH: add Q parsing, adding test to interval accessor to fix
       new  42309d1   Merge https://github.com/pydata/pandas
       new  d044688   Fixed various issues in read_fwf() implementation (applied merge comments from Thomas Kluyver).
       new  4730ee6   adding ddof parameter back into std and var
       new  b2e08b5   Removed old comment.
       new  152d5cc   BUG: fix typo
       new  cae2967   Merge pull request #967 from andreas-h/patch-1
       new  c179038   BUG: fixed interval constructor when passed strings
       new  6147541   BUG: work around matplotlib bug 775
       new  d4382cb   BUG: DataFrame.is_numeric needs to use inferred_type, closes #954
       new  a2dc476   more into TODO
       new  dc0ae58   ENH: assure elements of list are of base dict class while converting into a frame
       new  1ed76de   BUG: Don't mutate DataFrame.from_records columns
       new  b3b5473   ENH: merge up to master
       new  65a1342   ENH: added quarter-based slicing to datetimeindex
       new  b901335   ENH: added basic DatetimeBlock to internals
       new  33e7b66   TST: add note about what to test, clean extra code path
       new  f2d32c8   ENH: start of plotting refactor for improved code reuse, enable more kinds of plots more easily
       new  c63d623   ENH: horizontal bar plot working, change default rotation for bar plots
       new  3a5c711   ENH: refactored Series plotting methods to use common code. clean up default arguments
       new  a9110dd   DOC: some docstring work on plot methods
       new  3247078   ENH: return boxplot dict from DataFrame.boxplot, #985
       new  079aee8   BUG: eradicate use of NULL_INDEX 'singleton', failing unit test for #980
       new  06dba79   BUG: preserve matching index names in DataFrame.append via concat, Index.append close GH #980
       new  9388d96   DOC: improve DataFrame.apply docstring, close #977
       new  bee3b14   Short version number
       new  d5bc9b4   Merge pull request #975 from kisielk/patch-1
       new  b561f25   ENH: add git-mrb utility script
       new  f9c0501   Merge remote branch 'blais/master' into blais-master
       new  903af18   ENH: add read_fwf to pandas namespace
       new  b395e3b   BUG: fixed YearEnd offset for month != 12, added tests
       new  313040c   Merge remote branch 'neurodebian/master' into neurodebian-master
       new  d3d43a7   Merge remote branch 'chang/934_ddof' into chang-934_ddof
       new  0d81f0a   TST: add unit tests for PR #965, agg by level, close #934
       new  749c8f8   ENH: Allow read_csv to take a URL
       new  65701f3   TST: Add test data for URL io
       new  dca72cc   ENH: Allow https in url
       new  60922a3   REF: Go ahead and import urlparse
       new  03e59a5   ENH: Only give strings to _is_url
       new  f3788a0   TST: Add tests for read_table with URL
       new  1d1292b   ENH: Py3 compatibility for reading URLs
       new  0dcab67   ENH: Improve encoding error handling for URLs in Py3
       new  2e3f7f4   Various fixes so test_url() passes on Python 3.
       new  5cd9ef6   ENH: start convenience date range functions
       new  a5a2a04   TST: point test url to github for #970
       new  b50076e   ENH: Working on getting to merge ready, cleanup. See full commit message
       new  5eecdb2   ENH: cython refactor, pushing more index logic into engines.pyx, broken unit tests, a mess still
       new  b90d101   ENH: index tests pass
       new  27a9f36   BUG: make it further in the test suite
       new  96b2c0b   TST: more test coverage progress
       new  5c4acab   BUG: temporary hack around TypeError in PyObjectHashTable
       new  5fda0af   ENH: non-unique index support. much more testing needed
       new  50bae97   ENH: implement limit option to reindex/fillna methods and related infrastructure/API methods, doc updates still needed #825
       new  9909d8a   DOC: docs for limit param, #825
       new  074afbc   fixed 4Q1984 turning into 4Q3984 IntervalIndex constructor now allows you to omit freq argument if interval start/end is passed Handle lower case time rules. Can parse ('Min', 5) as freq Interval supports aliasing for frequency names
       new  af914f6   ENH: regularized frequency string, removes references to dt. in format, removes multiple if 1
       new  b57045b   allows for aliased 'how' argument in resample
       new  c4500ff   ENH: Interval.resample allows lower case and start/end aliases. added time rule string to each DateOffset class as DateOffset.rule_code
       new  29e8794   ENH: to_timestamp supports 'S', 'E' end argument. aliased to start_time and end_time
       new  9afa666   TST: Interval freq string suppresses number if 1
       new  3fb38dd   fix merge conflicts
       new  3bac8e3   BUG: fix up borked merge conflicts. test suite passes now
       new  4f4c3db   ENH: preserve DatetimeIndex frequency in boolean arrays with single contigous chunk, close #791
       new  6512377   ENH: can group by level 0, enables grouping non-unique indexes, close #643
       new  592fa54   TST: unit test for #466
       new  b447d63   TST: moved test_datetime64.py tests to test_timeseries
       new  a63ff1a   TST: remove errant foo and test_datetime64.py
       new  7d2603d   TST: interactions between array of datetime objects and DatetimeIndex, bug fixes
       new  30dd412   ENH: enable to_datetime to be vectorized, handle NAs, close #858
       new  91d8453   ENH: use cython bin groupers, fix bug in DatetimeIndex.__getitem causing slowness, some timeseries vbenches
       new  41ddb8b   ENH: implement Cython OHLC function for groupby #152
       new  b15ae85   ENH: integrate cython ohlc in groupby and test, close #152
       new  570a03a   BUG: convert datetime64 -> datetime.datetime for matplotlib, close #1003
       new  5b4be0b   ENH: initial version of convert_to_annual for pandas, #736
       new  6435339   notes regarding how to install rpy2.
       new  d0dd9b3   add factor function for HDFStore that's a contextmanager
       new  c0fc2ee   TST: added a couple more tests for get_store function
       new  ed25d59   DOC: docstring for get_store function
       new  3b6acc7   TST: import with statement for python 2.5
       new  90c7a53   TST: unit test for #991
       new  ff6e353   DOC: add note about Series.map in apply docstring
       new  db55482   BUG: fix broken SparsePanel-Panel arithmetic interactions, SparsePanel pickling bug, close #1015
       new  d459033   DOC: fix pivot_table docstring typo
       new  b11264f   ENH: add percentile_width to describe method in series and dataframe
       new  8caedef   BUG: close #1001, dataframe lookup return bad data
       new  acfa20a   ENH: tweak error message for #1001
       new  9ea685e   BUG: raise ValueError when attempting to cast NaN to integer, close #846
       new  99b5618   BUG: override Series.reshape to return ndarray when new shape has multiple dimensions, close #989
       new  374ba06   ENH: can do non-integer label slicing in DataFrame.__getitem__, close #946
       new  cab9cab   BUG: tighten up / revert NA comparison behavior, #953, #933
       new  108e181   ENH: api change, more consistent GroupBy.apply behavior with Series, close #938
       new  68a2791   DOC: add documentation for Panel.to_frame, close #942
       new  f643da9   BUG: workaround when ndarray.__repr__ fails on Index object with unicode values, close #1010
       new  7375dd2   BUG: deal with logy argument properly, close #1011
       new  eaa28c9   Adding try/expect for openpyxl. Added test for xlsx and test.xlsx file saved from test.xls. Beautified ugly break of DRY principle in ExcelFile.parse
       new  d217926   Debugged stupid typo
       new  b48ce65   changed Exception handling to raise the ImportError with the improved error message
       new  fb52919   added missing 'install' in pip cmd
       new  56b8d85   add scatter plot matrix method
       new  f2c6b89   typo
       new  5c3375e   ENH: factor PR #935 into an external method
       new  c03c1b9   ENH: fix merge conflict from cherry-picking PR #964
       new  e1583c1   BUG: don't attach nonsense 'result' name to groupby results without obvious name, close #995
       new  cb730a7   ENH: set name attribute during DataFrame.apply computation, close #983
       new  1ac953b   BUG: correctly handle color keyword for Series/DataFrame bar plots, #958
       new  d196363   ENH: can pass dict of column-specific NA sentinels, close #754
       new  d8e082d   BUG: check array lengths in vec_compare/vec_binop in Cython, close #1016
       new  7e32fc70  added case for non-string columns
       new  c451c2b   tests for frame/groupby/series/stats
       new  dfbce45   additional test coverage for math
       new  1818dac   additional test cases for groupby and series. fixes bug in untriggered line of _bottleneck_switch in nanops
       new  130812b   tests for kurt with multiindex, more groupby tests
       new  059accb   TST: test case for over specified read_fwf
       new  c95da1a   TST: more tests for parsers and sql
       new  6c6ddcf   TST: scatter matrix plot DOC: corrected misleading doc string in scatter_matrix
       new  2127aa9   TST: plotting tests and more groupby
       new  b2b363b   removed unnecessary test case
       new  275a904   TST: test coverage for 0.7.3, remove deprecated sandbox.functions
       new  91802b1   TST: more test coverage
       new  5721a0c   ENH: attach name to Series on axis=1 in DataFrame.apply, #983
       new  5901364   BUG: fix indexing error when selecting section of a hierarchically-indexed DataFrame row, close #1013
       new  3d4d5af   BUG: treat None as NA in DataFrame arithmetic operations, #992
       new  d84c6d9   RLS: python 2.5 compatibility stuff with boolean arrays
       new  8c8d06b   ENH: partial multiple setting on first level via .ix on DataFrame, close #409
       new  34e8a84   DOC: all 0.7.3 issues should now be in either new features or bug fixes
       new  d3bcab7   ENH: label sizes and rotations for histogram TST: test cases for both Series and DataFrame histogram
       new  7298313   add ax kwd to several functions and push ax into subplots so new subplot axes is generated on the ax's figure
       new  5811602   BUG: return ax.get_figure() in scatter_plot if ax argument is not None
       new  187de26   TST: python 3 fixes
       new  6bf2ef9   Merge pull request #1025 from changhiskhan/histogram-options
       new  032fd69   DOC: add what's new for 0.7.3, some scatter_matrix improvements
       new  e71e89a   Sphinx documentation for read_fwf
       new  d09ca7d   DOC: read_fwf doc tweaks for 0.7.3
       new  8df966c   DOC: encoding affects python 2 and 3
       new  dd5205f   ENH: added OLS.predict method; pass through call to statsmodels ols predict method
       new  015b31e   ENH: make method signature more consistent with new statsmodels behavior. Uses dot product directly so pandas users aren't affected by statsmodels API change
       new  928da9d   ENH: use filtered exog index for the y_predict result, per #1027 close #1008
       new  26f6694   DOC: some docs re: Panel.from_dict with orient='minor', close #1009
       new  14e2ebe   minor -- adding I: to msg
       new  1e30b69   DOC: fix url to vbench moved over to pydata
       new  f7b9139   DOC: refer to pydata at googlegroups.com instead of pystatsmodels at googlegroups.com
       new  22183fa   Merge commit 'v0.7.2-111-gf7b9139' into debian
       new  47267be   changelog entry
       new  6c71f57   recythonize sources
       new  061e7b4   added patch up_missing_xlsx to "cherry-pick" master (BUG: "install" test/*.xlsx as well)
       new  54b91a6   BUG: "install" test/*.xlsx as well
       new  2cdabc6   python-openpyxl, python-xlwt, python-xlrd into Build-Depends and Recommends
       new  15af67a   RLS: set released to True
       new  af2647e   TST: fix numpy < 1.6 issues with dot instance method
       new  9d09493   DOC: what's new tweak
       new  9118087   Merge tag 'v0.7.3' into debian
       new  a2e7a2a   upstreamed: Revert "added patch up_missing_xlsx to "cherry-pick" master (BUG: "install" test/*.xlsx as well)"
       new  94d7f55   adjusted the changelog
       new  7cb9dc9   added patch up_tests_network_decorator to "cherry-pick" master^ (ENH: @network decorator for tests)
       new  3638efa   added patch up_tests_use_network_decorator to "cherry-pick" master (TST: split test_url and make with @network portion requiring network access)
       new  8f8b71a   ENH: @network decorator for tests
       new  80b9d84   TST: split test_url and make with @network portion requiring network access
       new  cb6b56a   exclude running @network unittests at build time
       new  a19d1fd   recythonize sources (just a version change)
       new  fde3703   BUG: name inline method something different
       new  dbf71f9   BUG: fix broken time_rule usage in legacy DateRange, close #1036
       new  20f4527   ENH: handle datetime64 in block formation from dict of arrays in DataFrame constructor, close #1037
       new  270a10b   ENH: more datetime64 integration in core data algorithms per #996, close #1035
       new  33f515a   ENH: to_datetime will convert array of strings and NAs to datetime64 with NaT, close #999
       new  1e486a5   ENH: skip test_file test with python 2.5 (not supported AFAIK)
       new  dfd7447   added patch up_skip_test_file_python2.5 to "cherry-pick" master (ENH: skip test_file test with python 2.5 (not supported AFAIK))
       new  a89d991   ENH: legacy time rule support and refactoring, better alias handling. misc tests, #1041
       new  51250cc   ENH: add to_datetime method to Index, close #208
       new  1152d78   BUG: fix major performance issue in DatetimeIndex.union affecting join performance on irregular indexes, remedying #1046
       new  009aaf9   merge, resolve conflicts
       new  9840a95   Merge changes from master
       new  62de8da   RLS: set released to false, bump dev version to 0.8.0
       new  fb27aa4   BUG: fix buglets surfacing from merge
       new  d51faeb   TST: don't use deprecated DateRange
       new  cff50cd   Merge pull request #1038 from neurodebian/master
       new  0b5a007   BUG: Allow indexing with namedtuple, close #1026
       new  3454cb0   ENH: key in HDFStore
       new  63207b8   Merge branch 'timeseries'
       new  ad9cffd   BUG: enable numpy reductions to be passed to how parameter in convert, TimeGrouper tests, close #1045
       new  9385b62   ENH: more legacy time rule support, close #1041
       new  d988d11   ENH: partial date slicing with DatetimeIndex, close #1044
       new  992b1ff   ENH/API: add normalize option to DatetimeIndex, date_range, bdate_range. deprecate /remove _normalizeFirst option in offsets. set default for BDay to not normalize, close #1031, #506
       new  2fa4ba8   ENH: implement group_prod, group_prod_bin cython aggregators, close #1018
       new  d022e04   ENH: group_max/min and bin versions, close #1019
       new  141df57   ENH: more TimeGrouper issues in apply, close #1057
       new  fc56b64   ENH: can pass list of columns to parse_dates, close #853 and add dayfirst argument for european dates close #854
       new  b3f2133   BUG: fixes to bugs raised by moving to Cython 0.16rc2
       new  ab7a484   ENH: call subplots_adjust on all DataFrame plot types to make it more friendly for figure reuse. ENH: boxplot can now take a Series (wrapped as columns 'x' in a DataFrame) ENH: set xaxis and yaxis for empty subplots to invisible
       new  e481332   ENH: make empty histogram subplots invisible
       new  219bdcb   BUG: fix to_html with colums MultiIndex without level names, close #1053
       new  e1552a6   BUG: fix searchsorted off by one error, close #1068
       new  a79f4d6   BUG Deprecating use of bool() on DataFrame, GH #1069
       new  de427aa   Prevent tuple sublcass instances from being recognized as "list-like". Close #1026
       new  eba54e9   TST: make TestLegacySupport setUpClass independent of current path.
       new  cc44795   ENH: can pass valid pytz timezone name to date_range, DatetimeIndex close #1089
       new  e3ef17a   BUG: treat empty string as NaT in to_datetime, close #1085
       new  d840eda   ENH: week of month legacy naming / cleanup close #1088
       new  f45ca96   TST: failing unit test for #1063
       new  89dc9b8   ENH: group_position prototype function
       new  ec29074   BUG: incorrect comparison of Tick objects, close #1063
       new  0cc1a3d   REF: major time series refactor, rename resample to asfreq, skts -> period, various cleanup
       new  4cb44fb   REF: remove empty finance subpackage
       new  77cbbc6   ENH: ship parts of scipy.stats, close #1092
       new  a88afc7   BUG: better error message with misspecified date_range, fix buglet. close #1095
       new  e4880d9   ENH: better KeyError when timestamp not found in time series, close #1062
       new  7714113   ENH: make Day a 'tick' so it's faster
       new  38c23de   DOC: release notes
       new  3602da3   TST: test reindexing timeseries with datetime.datetime sequence, close #1099
       new  e5113c2   ENH: add order method to Index, close #1028
       new  45ba190   ENH: Timestamp can accept date objects, promote datetime.date in Index.join/get_indexer, close #867
       new  4dbffe4   BUG: _nanvar may return small negative if given a constant array
       new  be5cd06   BUG: don't lose DatetimeIndex metadata when calling take, close #1101
       new  04e3c6b   BLD: fix circular imports, close #1104
       new  8ed5fa8   BLD: add tseries/compat subpackages, data files to setup.py
       new  491e636   BUG: raise exception with partial indexing on unordered time series, close #1080
       new  b63ac55   REF: split time series resampling into resample.py, other miscellaneous refactoring
       new  57f5d55   ENH: refactoring toward #1064, but broke something
       new  ce8629a   ENH: refactor / cleanup to do timestamp -> period resampling, re #1064 #1004
       new  17b0357   BUG: fix out-of-bounds issues / bugs in groupby binners, close #1107
       new  c788942   BUG: testing re #1004, fix bug in resample
       new  428c177   ENH: implement first/last subset functions, more tests probably needed. close #865
       new  1a98cbc   TST: add offset to DatetimeIndex, close #1096
       new  4dd1ce0   BUG: squeezing aggregated cython result incorrect logic when ngroups == 1, close #1065
       new  0995fa2   TST: add unit test for downresample non-unique time series, per #1077
       new  918266e   BUG: raise exception when trying to reindex non-unique index, test asfreq on non-unique timestamps close #1077
       new  978b396   BUG: fix formatting of pre-1900 dates in Index.format, close #1100
       new  789300e   REF: move tsplotting mess to pandas/tseries
       new  13d435b   ENH: add to_timestamp method for PeriodIndex->DatetimeIndex, fix skts bug, don't normalize time away in annual offsets
       new  b51b64f   BUG: weekofyear/dayofyear performance problems #1112
       new  2e78bc7   PyInt aliases for Python 3.
       new  12dd205   Alias basestring for Python 3 in Cython file.
       new  323d532   Make Tick and subclasses hashable in Python 3.
       new  ae1c75c   Pickle should always read files as binary.
       new  346b34f   Fixes for passing characters to skts_resample in Python 3
       new  dc65cc6   Integers extracted from arrays can also be numpy scalars.
       new  4bf61b5   Use next() builtin rather than method.
       new  6c820b4   BLD: use npy_int64 instead of system long, #1123
       new  6e1838d   Alias next() for Python 2.5
       new  f750485   ENH: add frequency to Series repr and DataFrame.info, close #1102
       new  7d6fc61   ENH: parse mixed time strings like '1h30min15s', close #1120
       new  288f0cc   BUG: override DatetimeIndex.repeat to drop frequency, close #1110
       new  ac7a527   REF: remove code dup from field accessor function creation
       new  9725fe7   TST: typo in _check_ew_ndarray that skips int to float conversion check
       new  8d599a4   TST: unit test for frequency inference function
       new  da2b7ad   ENH: more frequency inference, unique_deltas function
       new  1d3ed84   ENH: frequency inference and tests, close #391
       new  12b9797   BUG: implement take on PeriodIndex, close #1117
       new  03603e5   BLD: debugging windows debug problems
       new  0d85b4b   BLD: int types MSC compat
       new  355f349   ENH: add legend for subplots. GH #1108
       new  2a878ce   BLD: msvc fixes
       new  cfd8bf4   BLD: 32-bit / MSVC fixes
       new  de77c4b   BLD: convert indexer to int32
       new  7085b94   Merge takluyver/tseries-py3
       new  4130ca7   BLD: python 3 fixes
       new  09084bb   ENH: allows Index - timedelta to make it symmetric to Index + timedelta
       new  785537e   BUG: keep frequency information when adding timedeltas ENH: allow DatetimeIndex - timedelta
       new  6b48af3   Removed old duplicated makeDateIndex definition
       new  d21725c   ENH loffset in resample. GH #1127
       new  e08f299   Accidentally removed__sub__
       new  1a35746   ENH: make Period.to_timestamp more flexible, match PeriodIndex.to_timestamp, close #1116
       new  5f11316   BUG: test/fix to not always normalize with quarterly time rules, GH #1113
       new  4cf0250   ENH: conversion to UTC between differently indexed datetime indexes, close #864
       new  63a21c5   BUG: more tz conversion testing
       new  6532671   ENH: proper types, speed up tz_localize
       new  828a218   ENH: add lite frequency inference to DatetimeIndex setops, close #998
       new  3418cc8   ENH: implement asfreq with PeriodIndex on Series/DataFrame, close #1129
       new  87bffb3   Merge pull request #1140 from changhiskhan/loffset
       new  cf8d776   ENH: pass single label to drop. GH #1143
       new  55be2ca   TST: additional test case for tuple index entry
       new  dbbf32e   ENH: frequency inference when adding delta to DatetimeIndex
       new  da5f710   TST: better error message, close #1118
       new  41631cd   BUG: PeriodIndex tries to take frequency from first element. GH #1118
       new  7d1cfb6   BUG: removed incorrect test case for GH #1118
       new  173c728   BUG: default value for freq should be None
       new  ba17598   ENH: can pass datetime.time to get values at time, close #1130
       new  0883fab   BUG: loss of freq in DatetimeIndex constructor, close #1140
       new  0555ab8   ENH: joins, setops, alignment for PeriodIndex and objects having one as index, close #1138
       new  3dcb282   BUG: isnull(DatetimeIndex) raises exception
       new  e8d2cd1   VB: TimeSeries.asof
       new  839d991   ENH: add DatetimeIndex.normalize and is_normalized property, close #1132
       new  ca240a3   Merge branch 'master' of https://github.com/pydata/pandas
       new  c6c1331   ENH: basic downsampling with PeriodIndex, GH #1109
       new  9e19d6b   ENH: add to_period method to TimeSeries to convert DatetimeIndex -> PeriodIndex
       new  5f475d6   ENH: TimeSeries.asof to take an array of dates/index
       new  4b1606c   ENH: start on is_subperiod function, still more for #1109
       new  93c9fb3   REF: refactoring timegrouper for upsampling
       new  f390f9b   BUG: fix bugs in tests, more resampling
       new  876df6f   ENH: test cases for period upsampling, implement kind='timestamp' close #1109
       new  c261f69   BUG: use own period frequency when converting to timestamp
       new  59f493d   ENH: turn off redundant tick labels if sharex and sharey GH #1124
       new  1923104   test script that cleans and builds extensions before running nosetests
       new  6f63032   Putting old Series.asof code back in just for scalar values
       new  578a37b   BUG: using 'E'.encode('ascii') instead of b'E' for Python25 compat
       new  b91cee9   More Python 2.5 syntax compat
       new  3b76e9f   BUG: Frequency strings don't work with loffset parameter in resampling GH #1163
       new  a8802b4   BUG: reimplemented timedelta.total_seconds for Python26 compat
       new  2d98d16   TST: removed deprecated datetools import from test case
       new  866dc48   switch to equivalent str_to_bytes in py3compat
       new  e546530   CMP: py3compat issues with StringIO. Imports should no longer fail in py3x, but writing non-unicode maybe a problem
       new  63787f0   Python 3 compatibility in datetime string parsing, hacks around unorderable type errors from index engine
       new  101be0d   BLD: handle ascii encoding in cython, fix 32-bit segfault hopefully
       new  84d3a4a   BLD: get rid of parse_python_string for python 2.5
       new  b504129   BUG: must cast to uint8 for python 2.5
       new  414246b   BUG: cast mask back to bool (hack)
       new  11289da   BUG; cast to uint8 for row_bool_subset
       new  eca456b   BUG: cast bool to uint8 in engines.pyx, skip namedtuple test in python 2.5
       new  1fbde53   BUG: another bool uint8 cast, add period shortaliases after making reverse_period_code_map
       new  872ccfa   ENH: small refactor of tseries.plotting and adding specialized PeriodIndex/DatetimeIndex plotting back in
       new  b1c7b20   added files with # in name to gitignore
       new  e17c194   BUG: tsplot calling Series constructor wrong when converting from DatetimeIndex to PeriodIndex.
       new  fc51888   ENH: column name option to Series.reset_index. GH #1164
       new  8b0233e   BUG: negative numbers in freq str. GH #1162
       new  d4494d8   ENH: Storing PeriodIndex in HDFStore. GH #1147
       new  c4edc84   Merging minor plotting tweaks from GH #1056
       new  ca61028   TST: forgot to push the new testing module
       new  5e683c7   BUG: fall back to regular plotting if no frequency information
       new  93d7dfe   Cleaning up tools.plotting
       new  7885b74   TST: skip timeseries plotting tests if no matplotlib
       new  00ff595   BUG: moved tseries.plotting import into test case to avoid early matplotlib import
       new  bf14e53   TST: convenience funcs for period frame
       new  0e6d84d   ENH: shifting with PeriodIndex GH #1157
       new  a34701b   BUG: removed reference to unimported datetools in tseries/index.py. added test case for shifting with freq string
       new  0778530   ENH: tshift method GH #1111
       new  9229a2d   CMP: add __hash__ to make Period hashable in Py3
       new  2047818   REF: slightly more compact DatetimeIndex repr
       new  218587b   API: add offsets to tseries.api
       new  be35df9   ENH: resampling annual to quarterly if end in same month
       new  33620e2   API: ordinal keyword in Period constructor. BUG: Period parsing monthly short string. GH #1170
       new  8c8fad3   BUG: overriding ptp in Series to work with np.ptp. GH #1166
       new  e1bf218   TST: checks PeriodIndex field attributes against element-wise field attributes. GH #1146
       new  9e7832e   ENH: first and nth for groupby. GH #994
       new  ebd94f4   BUG: fix quarterly date to period conversions in Period, PeriodIndex
       new  7b9aabe   BUG: fix annual by-month period conversion
       new  adf4bf3   BUG: don't autofmt_xdate if use special ts formatter
       new  1ea766c   BUG: return all indices if grouped by empty; fixes segfault. GH #1048
       new  4c4c7b3   BUG: coerce index into DatetimeIndex if coercing from Series to TimeSeries GH # 1187
       new  b69fbab   BUG: pass right plot function to tsplot when logy=True, close #1193
       new  edd55c2   BUG: writing heterogenous Index to HDFStore. GH #1078
       new  1403700   BUG: storing heterogenous Index types in HDFStore. GH #1078
       new  d96113a   DOC: one line example for GroupBy.size()
       new  cf3167e   REF: time_rule -> freq addition and API deprecation in moving window functions close #1042
       new  35dca6f   DOC: time_rule deprecation in sphinx docs for moving window functions #1042. Also started on new timeseries docs.
       new  009f20d   BUG: DataFrame.take raises exception on list input. GH #1196
       new  e9c0186   DOC: documentation for Take methods. GH #1060
       new  5fafeba   ENH: speed up Series.__getitem__ with timestamps, much more efficient implementation of Series.asof, close #1168
       new  c5421d0   Add fields from DatetimeIndex to Timestamp. GH #1115
       new  976cab5   TST: fill with limit in sparse. BUG: limit in sparse frame. GH #1197 #993
       new  47abe8c   ENH: Panel.transpose #695
       new  40fb1bf   ENH: copy keyword to Panel swapaxes/transpose #695
       new  e22ede3   DOC: groupby.transform examples
       new  83fa1a3   ENH: sparse data structures in HDFStore. #85
       new  808547e   REF: working on UTC only timestamp handling, timezone handling modifications, not yet working
       new  deca80b   ENH: convert UTC -> local, attach right tzinfo #1156
       new  99a7444   TST: check right tzinfo attached, close #1156
       new  c4ce14b   ENH: convert passed dates to UTC, add tz_convert method to Timestamp #1172
       new  aa620c8   TST: test resample functions as fill_missing values, #1114
       new  6f61bd5   ENH: make DatetimeIndex + 1 do shift like PeriodIndex, close #1158
       new  b061f02   TST: vbench for #1152, some work on improving performance of asfreq
       new  023634c   BUG: unicode index handling in HDFStore. GH #626
       new  edae39a   ENH: limit keyword to Series/DataFrame align methods #216 TST: test cases for align with 'method' and 'limit' keywords #216 TST: fixes test_align test cases that omits join kind BUG: self is empty case in DatetimeIndex fast_union and can_fast_union
       new  65a6d4e   VB: DataFrame multiaxis reindex. #836
       new  7853f3f   DOC: more filtering examples. #746
       new  6b276c7   ENH: as_multi keyword in Series/DataFrame constructor. #831
       new  f61c877   ENH: parsing numbers with commas in read_csv/table/clipboard/fwf #796 VB: read_csv with/without thousands separator parsing
       new  2e4b295   Revert "ENH: parsing numbers with commas in read_csv/table/clipboard/fwf #796"
       new  60db857   Revert "ENH: as_multi keyword in Series/DataFrame constructor. #831"
       new  a27a9f2   ENH: parsing numbers with commas in read_csv/table/clipboard/fwf #796 VB: read_csv with/without thousands separator parsing
       new  5c93dbb   ENH: better vectorize asfreq conversion re: #1152
       new  fc61606   ENH: small amount of refactoring
       new  12e7271   ENH: finished fixing resampling period-indexed data, only 50% slower than timestamps now, close #1152
       new  dd89d21   BUG: Series boolean cast bug and fix binary ops between boolean Series with NAs, close #1074
       new  6f65882   ENH: allow duplicates in index when parsing file, close #1173
       new  2c1b5c7   TST: add tests for indexing Series with duplicate periods, close #1154
       new  4c9845f   fixing the error in io/sql.py
       new  69f7c16   TST: only convert to list when non-list in safe_fetch per #1070
       new  ebb076e   DOC: explicit check for NumPy >= 1.6.1 in setup.py, close #1061
       new  6d14142   DOC: improve docstring and add rst doc for #695
       new  6bf6274   BUG: allow assigning non-scalars in mixed-type DataFrame, no index checks performed, close #1142
       new  05bd9d6   BUG: label slicing bugs with floats in Series, DataFrame, close #1167
       new  3044664   REF: remove Picklable class
       new  f03dd5c   TST: raise ValueError when no group keys passed, close #1048
       new  20f69e7   TST: unit test and close #522
       new  9d87add   TST: pass cmd line args to test scripts so can append -v etc
       new  0754624   ENH: add comments keyword to text readers. #962
       new  19e0d01   ENH: error message with malformed CSV file #1105
       new  e5490ef   BUG: enable .ix to better handle indexes with duplicates, close #1201
       new  2abd3b0   Merged PR #1073
       new  4788dea   RLS: note about #1073
       new  09736e5   BUG: work around missing NPY_FR_B in numpy 1.7
       new  e8fc1c0   BUG: imprecise logic leading to malformed Series in Series.apply, close #1183
       new  41b3f9c   ENH: add Series/DataFrame.update methods and rst docs, close #961
       new  4c31c83   ENH: pass list of array to create MultiIndex, close #831
       new  553bacc   ENH: can pass external arrays in lieu of column names to DataFrame.set_index, close #402
       new  7d475fe   ENH: print err with row number with malformed CSV. #1105
       new  f23bc67   BUG: alias offset freq to closest period freq when plotting #1202
       new  6189392   DOC: DateRange -> date_range in Sphinx docs
       new  bc02347   BUG: unhandled case in Series with index=list of arrays #831
       new  b60cf46   DOC: Sphinx docs creating Series with list of arrays as index to automatically create MultiIndex #831
       new  f02eb4f   ENH: to_timestamp and to_period for DataFrame #1191
       new  ce86c30   ENH: cleaner implementation for #1191
       new  ce38e6f   DOC: rolling apply example #1210
       new  d9087f5   ENH: cme fix dpkg-copyright mighty fixes -- sorted fields, licenses
       new  0a9d496   ENH: groupby refactoring to enable reasonably fast resampling of panel data, unit test for user-specified function fails #1149
       new  2cda234   ENH: hack job but panel resampling with NumPy function works, close #1149
       new  094e5e4   BUG: support PeriodIndex as DataFrame columns and deal with other PeriodIndex support issues in Series/DataFrame constructors, close #1211
       new  773d861   ENH: unstack multiple columns in one shot to eliminate empty columns in pivot table operations, close #1181
       new  2d3a9b3   ENH: unstack multiple levels in one shot per #1181
       new  0a36dd5   BUG: raise TypeError when comparing None with float series, unit test to close #1079
       new  4bbf583   TST: verify Index of datetime.datetime -> DatetimeIndex, close #1187
       new  9dc2bd0   ENH: special case reindexing both axes on homogeneous DataFrame for major speedup, vbenchmarks #836
       new  a76ba84   ENH: special case square reindexing of DataFrame in .ix. not pretty but close #836
       new  1f481e6   BUG: fix multiindex formatting problem close #1217
       new  bac3c05   TST: fix red herring test failure on win32 by passing int explicitly #1219
       new  4231061   TST: fix 32-bit/python < 2.7 test failures
       new  ff45745   REF: great int32 -> int64 migration, though 0.01% chance of success on 32-bit
       new  863f1cf   BLD: more platform int fixes per #855
       new  53b3236   BLD: 32-bit take failures
       new  9abfb4a   TST: more take int32 compat
       new  bef3300   ENH: always sort pivot table columns per #1181
       new  dbdce6c   BLD: time.h hack for mscvr90.dll in mingw
       new  7c20c58   BLD: remove time.h from np_datetime.c
       new  0c5f670   BLD: store labels as platform int in MultiIndex
       new  6beadd4   BLD: platform int fixes
       new  e2da0bd   BLD: more int32->int64 on 32-bit fixes
       new  82b67d0   ENH: handle non-DatetimeIndex to support statsmodels
       new  d3c3f51   TST: add generated.c to count_code.sh
       new  da8dd95   REF: working toward #1150, broke apart Cython module into generated _algos extension
       new  24f1f3a   REF: have got things mostly working for #1150
       new  3e2a7f4   BUG: more bug fixes, have to fix intraday frequencies still
       new  b3c0eb0   BUG: more intraday unit fixes
       new  c807f81   BUG: test suite passes, though negative ordinals broken
       new  1082362   BUG: weekly and business daily unit support #1150
       new  56051cf   REF: remove period multipliers, close #1199
       new  3bc1f17   ENH: move _ensure_{dtype} functions to Cython for speedup, close #1221
       new  40972df   DOC: doc fixes
       new  b3a6107   ENH: handle dict return values and vbench, close #823
       new  9995694   ENH: add is_full method to PeriodIndex close #1114
       new  47c052a   Remove dependencies on details of experimental numpy datetime64 ABI
       new  2293272   Use datetime64 with a 'us' unit explicitly, for 1.6 and 1.7 compatibility
       new  82e3d6a   Use an explicit unit for the 1.7 datetime64 scalar constructor
       new  8877d57   Use assert_equal instead of assert, to see the actual values
       new  968585f   Microseconds (us) not milliseconds (ms)
       new  f4ad52e   TST: use NaT value
       new  7353202   ENH: #1020 implementation. needs tests and adding to API
       new  59f0ee7   ENH: add docs and add match function to API, close #502
       new  a98035c   ENH: add Cython nth/last functions, vbenchmarks. close #1043
       new  441d6e8   BUG: fix improper quarter parsing for frequencies other than Q-DEC, close #1228
       new  73661c1   BUG: implement Series.repeat to get expected results, close #1229
       new  31ca168   ENH: anchor resampling frequencies like 5minute that evenly subdivide one day in resampling to always get regular intervals. a bit more testing needed, but close #1165
       new  413e5d8   BUG: support resampling of period data to, e.g. 5minute thoguh with timestamped result, close #1231
       new  b5bc1d1   BUG: remove restriction in lib.Reducer that index by object dtype. close #1214
       new  5eab52c   ENH: Allow different number of rows & columns in a histogram plot
       new  c5eb60f   TST: vbenchmark for #561, push more work til 0.9
       new  00a3abb   BUG: don't print exception in reducer
       new  88e6bcf   BUG: rogue foo
       new  e7af2b9   ENH: reimplment groupby_indices using better algorithmic tricks, associated vbenchmark. close #609
       new  6047cfa   BLD: fix npy_* -> pandas_*, compiler warnings
       new  7ac1b51   TST: remove one skip test
       new  2393ba9   ENH: store pytz time zones as zone strings in HDFStore, close #1232
       new  148c47e   Stop storing class reference in HDFStore #1235
       new  deac20e   removed extraneous IntIndex instance test
       new  8b78917   BUG: fix rebase conflict from #1236
       new  330d104   treat XLRD.XL_CELL_ERROR as NaN
       new  30c901e   replace tabs with spaces
       new  0325989   RLS: release note
       new  af25751   ENH: convert multiple text file columns to a single date column #1186
       new  9f7630b   Merged extra keyword with parse_dates
       new  a8081a4   TST: VB for multiple date columns
       new  cc28b02   A few related bug fixes
       new  714b28c   TST: test with headers
       new  4ea4cfc   ENH: maybe upcast masked arrays passed to DataFrame constructor
       new  eecc018   ENH: Add support for converting DataFrames to R data.frames and matrices, close #350
       new  06aea58   BUG: Properly handle the case of matrices
       new  50ae526   RLS: release notes
       new  a749912   ENH: optimize join/merge on integer keys, close #682
       new  8f5cb06   RLS: release notes for #1081
       new  55ea789   ENH: efficiently box datetime64 -> Timestamp inside Series.__getitem__. close #1058
       new  cd9a136   BLD: add modified numpy Cython header
       new  fa1dfec   BLD: fix datetime.pxd
       new  dc40167   ENH: can pass multiple columns to GroupBy.__getitem__, close #383
       new  e8af151   ENH: accept list of tuples, preserving function order in SeriesGroupBy.aggregate
       new  851afe5   ENH: more flexible multiple function application in DataFrameGroupBy, close #642
       new  20cf639   DOC: release notes
       new  a406a4a   ENH: treat complex number in maybe_convert_objects
       new  55be4b9   ENH: treat complex number in maybe_convert_objects
       new  1ccd286   TST: Add complex number in test_constructor_scalar_inference
       new  e005cbe   ENH: treat complex number in internals.form_blocks
       new  cc21b3f   ENH: add internals.ComplexBlock
       new  da8bc6c   BUG: fix max recursion error in test_reindex_items
       new  c8b7d2f   BLD: fix platform int issues
       new  de66b56   TST: verify consistently set group name, close #184
       new  7200074   ENH: don't populate hash table in index engine if > 1e6 elements, to save memory and speed. close #1160
       new  af8c36a   ENH: support different 'bases' when resampling regular intervals like 5 minute, close #1119
       new  abbf4e4   VB: more convenience auto-updates
       new  68b2c05   VB: get from and to email addresses from config file
       new  955ab84   VB: removing cruft; getting config from user folders
       new  3987e06   BUG: floor division for Python 3
       new  bb580cb   DOC: function for auto docs build
       new  de4145a   DOC: removed lingering sourceforge references
       new  67d7700   DOC: removed lingering timeRule keyword use
       new  432b040   ENH: very basic ordered_merge with forward filling, not with multiple groups yet
       new  3fdc6d9   ENH: add group-wise merge capability to ordered_merge, unit tests, close #813
       new  f42f96b   BUG: ensure_platform_int actually makes lots of copies
       new  548cca3   RLS: release notes, close #1239
       new  567d243   BLD: 32-bit compat fixes per #1242
       new  fc1c513   ENH: add keys() method to DataFrame, close #1240
       new  aad743c   DOC: release notes
       new  580adc9   TST: test cases for replace method. #929
       new  bb7869d   ENH: Series.replace #929
       new  2739549   ENH: DataFrame.replace and cython replace. Only works for floats and ints. Need to generate datetime64 and object versions.
       new  1f2fb96   ENH: finishing up DataFrame.replace need to revisit
       new  125ad73   removed bottleneck calls from replace
       new  b57b983   moved mask_missing to common
       new  a1d4515   TST: extra test case for Series.replace
       new  fde3dbd   removed remaining references to replace code generation
       new  99e3de6   DOC: release note re: #929
       new  165249a   Removed erroneous reference to iterating over a Series, which iterates over values and not keys
       new  335a404   Fixed a few typos
       new  933a77e   TST: rephrased .keys call for py3compat
       new  ba86cfa   Merge branch 'patch-1' of github.com:invisibleroads/pandas into pr1247
       new  fe4f4b7   DOC: put back doc regarding inplace in rename in anticipation of feature
       new  d94dcd0   Merge github.com:invisibleroads/pandas into pr1248
       new  c75c96e   DOC: reworded description for MultiIndex
       new  330f34f   DOC: started on timeseries.rst for 0.8
       new  a8e4481   Merge branch 'master' of https://github.com/pydata/pandas
       new  63b0d9b   REF: microsecond -> nanosecond migration, most of the way there #1238
       new  fe48a82   BUG: more nano fixes
       new  6c1f111   REF: more nanosecond support fixes, test suite passes #1238
       new  3e496ed   ENH: more nanosecond support #1238
       new  3d5990f   Changes to plotting scatter matrix diagonals
       new  53d1928   Changed xtick, ytick labels
       new  e5f75aa   Added simple test cases
       new  762fd78   Updated plotting.py scatter_matrix docstring to describe all the parameters
       new  ee61caa   Added scatter_matrix examples to visualization.rst
       new  9746f16   DOC: release notes
       new  6d324db   BUG: DataFrame.drop_duplicates with NA values
       new  56637d0   use fast zip with a placeholder value just for np.nan
       new  c3e4828   TST: vbench for drop_duplicate with skipna set to False
       new  030ab4d   optimized a little bit for speed
       new  5c1937b   ENH: inplace option to DataFrame.drop_duplicates #805 with vbench
       new  ad2ad47   BUG: replace complex64 with complex128
       new  861ab90   ENH: add KDE plot from #1059
       new  6ad2655   BUG: fix logical error in values_at_time, close #1249
       new  9020b9e   TST: more careful check for malformed BlockManager, close #815
       new  9df5d75   DOC: removed reference to unique Index. more docs work will be needed. close #1208 for now
       new  0bc7fec   DOC: handle pure python code blocks more correctly in ipython_directive, close #560
       new  345b7f6   BUG: handle ndarrays/Index objects also in GroupBy.__getitem__, close #1257
       new  ae3a966   RLS: release note for #1243
       new  a67920d   BUG: fix resampling buglet and weekly period ordinals, close #1259
       new  a4acf62   BUG: Timestamp hashing, misc test coverage
       new  f4d91e1   TST: more test coverage, bug fixes. don't reference datetime_ for NumPy 1.7
       new  f4f4833   BUG: nanoseconds for NumPy 1.7
       new  819c44e   BUG: don't import scipy at import time, close #1262
       new  90499b4   BUG: more NumPy 1.7 fixes
       new  89485cf   BUG/TST: more test coverage, resample bugfix
       new  eb80a1c   ENH: inplace keyword to DataFrame.rename #207
       new  c6d8a31   ENH: inplace Series.rename
       new  997b963   ENH: inplace option for sort_index
       new  520cddc   TST: check cache clearing for inplace sort_index and rename
       new  25900f9   DOC: release note re: #207
       new  0600425   ENH: option to keep component date columns. #1252
       new  00932b1   ENH: squeeze keyword to return single col frame as series. #1253
       new  ea158f7   ENH: several custom date conversion methods. #1174
       new  d94fa66   DOC: started on docs for parse_dates and date_parser
       new  d50bbcc   DOC: documentation for parsing date/time from multiple columns #1250
       new  0983759   ENH: custom date converters #1174
       new  16b18c3   BUG: can pass list of functions to SeriesGroupBy.aggregate, fixes #1268
       new  fd90053   ENH: more helpful error message when nothing passed to reindex, close #1267
       new  f826c0e   ENH: add nanosecond field accessor to DatetimeIndex, close #1261
       new  8ce369a   ENH: use DataFrame columns name for legend title in plotting code, add marker option to scatter_matrix
       new  10e43c6   BUG: ts plotting fix after nanoseconds change #1265
       new  0f4f99a   BUG: align Series repr when unicode index is present #1279
       new  8f7caa5   BUG: unicode repr handling fix for Python 3 re #1292, #1279
       new  54c8a0f   ENH: intraday time filter #1275
       new  c04fdc5   TST: test length of filtered series
       new  579c2e4   TST: tests for index column by name in read_table
       new  58c2a2b   ENH: allow index_col to be named in read_csv etc #1294
       new  a4bca8c   TST: using multiple date col as index
       new  65e7797   ENH: use parsed date column as index #1251
       new  4d9238c   BUG: series/frame describe fails for datetime64 data
       new  5d52e10   TST: test case for using frame column names in legend title f826c0e443
       new  e51a8be   ENH: Add support for converting DataFrames to R data.frames and matrices, close #350
       new  f76aa9b   BUG: Properly handle the case of matrices
       new  dc96e7a   Use NA_Real, or conversion to matrices will turn NAs into zeros
       new  bc40729   BUG: Use NA types for better conversion, and refuse matrix conversions of mixed-type DataFrames, fix #1282
       new  f653a6d   DOC: doc fix since sphinx doesn't like file://
       new  48e605b   DOC: fix typo in docs
       new  dd6242a   TST: using pandas.util.compat for py25 compat
       new  fb4b324   DOC: Add documentation for conversion to R objects
       new  e5f3a0d   DOC: Forgot a rather important "no"
       new  d8a0427   ENH: pct change for Series and DataFrame #1271
       new  d0e870c   ENH: flex comparison operators on DataFrame #652
       new  f108ff7   TST: tests for flex compare #652
       new  d7fd675   TST: minor change to test case for Series.describe
       new  e83a29f   DOC: more notifications for daily doc build
       new  9a07494   DOC: fixed bug in auto_dev_build in docs make.py
       new  73763af   ENH: Add JSON export option for DataFrame take 2
       new  45bbffa   BUG: fix CRLF and kludge around datetime64 nanosecond JSON encoding issues per #1263
       new  3cdf5d7   replace statsmodels by pandas
       new  9328b0c   ENH: return DatetimeIndex from to_datetime, control formatting of datetime64 values in DatetimeIndex.__repr__
       new  00799cb   ENH: add max_colwidth print option #1288
       new  a93c851   TST: fillna inplace only after 4/2012
       new  f348c47   TST: vbench always use fresh clone due to weird issues
       new  6a3a431   TST: tuple -> datetime
       new  1ff1a8e   ujson convert tabs -> spaces
       new  7220498   ujson plug some memory leaks
       new  586a042   ujson fix compiler warnings
       new  d3dd39f   TST: more vbench modules, some more start_date fixes
       new  a6d89d1   TST: typo
       new  20b8094   BLD: msvc fix (hopefully) + start resample benchmarks later in 2012
       new  df914b2   BLD: more msvc fixes
       new  39551f9   BLD: MSVC fixes, passes on 64-bit
       new  0badc55   BLD: win32 fix
       new  e9e978e   BUG: raise exception when merging with insufficient info #1307
       new  abd1f67   TST: unit test for #1307
       new  75461a2   ENH: work toward joins on non-unique indexes, many-to-one support per #1306
       new  fc47430   ENH: implement many-to-many index joins, close #1306
       new  16eb170   DOC: release notes
       new  805ab79   BUG: handle other datetime64 scalar frequency units in Timestamp/DatetimeIndex, close #1314
       new  60b7d04   BUG: fix infinite loop on win32/64
       new  1e99a79   TST: start a couple vbenchmarks later
       new  a8ece23   BUG: don't lose Index name when grouping by level=0, close #1313
       new  bca484a   ENH: get rid of dummy names in groupby indexes, close #1291
       new  5746bf1   BLD: fix numpy 1.6/1.7 datetime API problems
       new  051c3ba   ENH: ujson python 3 defines
       new  16d2cdd   BLD: add py_defines.h
       new  4bfdde4   BUG: fix several many-to-one join bugs
       new  070943a   ENH: pct_change skip over NAs, close #1271
       new  7567fff   TST: add unit tests to verify close #1316
       new  737c5ce   BUG: handle list of integers in DatetimeIndex constructor, close #1303
       new  f48513a   BUG: unpickling length-0 DateRange as Series.index, close #1274
       new  04c8457   TST: equality of timestamps with diff time zones #1260
       new  9f71e0f   BUG: always store UTC datetime64 value in Timestamp, test comparisons. close #1260
       new  95e1b84   ENH: encode datetime objects as nanosecond timestamps using numpy machinery, close #1304
       new  cb95cfd   BUG: copy offset to DatetimeIndex in constructor
       new  330c067   BUG: fix multitake special case with boolean arrays in .ix, close #1321
       new  4690d51   BUG: cast indexers to platform int for 32-bit systems
       new  cf907c8   BUG: python 2.5 fixes
       new  97cef6c   TST: skip failing UJSON tests on Python 2.5
       new  d671492   TST: additional test coverage for 0.8
       new  e472dad   TST: more tests for 0.8
       new  b128759   TST: misc test coverage #1245
       new  9c1ca15   BUG: fixed take_2d_multi bug if dtype not in func dict
       new  19f4380   TST: adding to test coverage for core modules and minor fixes
       new  7ac214e   BUG: minor bug fix for replace
       new  ee6d303   TST: more release test coverage and minor fixes
       new  411f256   TST: test coverage for parser
       new  a69b405   BUG: reading datetim64 dtype back in correctly
       new  b29cc71   TST: additional test coverage for pytables and parsers
       new  9ee6b78   TST: non-unique monotonic index join
       new  027eacd   removing unused _get_indexer_standard
       new  d1a085d   BUG: replace bug with non-float and non-object dtype blocks. Also bug in replace caused by np.isscalar(datetime) => False
       new  0e353bb   TST: panel and internals test coverage
       new  1cf43d0   ENH: create datetime arrays in type inference, more testing needed
       new  4d80049   ENH: conversion to datetime64, per #1317
       new  b492b56   TST: suppress Series warnings, speed up Series.__getitem__ in typical use cases
       new  fa087bf   ENH: NaT type and integration throughout, NA handling. #1286
       new  5b428dc   REF: rename pandas._tseries to pandas.lib, close #1315
       new  e971778   BLD: add datetime_helper.h
       new  8436757   ENH: review pandas.tseries.api, close #1169
       new  62ad80c   ujson Python 3 support
       new  7ba50d8   TST: python 3 / json fixes re: PR #1326
       new  88f8626   ENH: return -1 in NaT field access, vector and scalar. close #1310
       new  e59b582   BUG: intercept NumPy 1.6 M8[ns] -> malformed O in DataFrame.values, Series.astype, etc. close #1323
       new  3c1cc35   ENH: mix arrays and scalars in DataFrame constructor, close #1329
       new  383b589   BUG: alias W to W-SUN, add test for buglet close #1327
       new  6579d25   BUG: DatetimeIndex partial slicing bug, tsplot kludge around #1332
       new  f51f2d8   BUG: tsplot fix with business freq #1332
       new  3f9aad1   ENH: construct PeriodIndex from arrays of fields, allow negative ordinals. close #1333 and #1264
       new  6478c87   BUG: raise exception for unintellible frequency strings, close #1328
       new  8a0c82d   DOC: starting deeper revamp of ts docs for 0.8
       new  b247940   DOC: more ts docs. Need to do resampling then PeriodIndex
       new  d401050   DOC: rough draft of DatetimeIndex, date_range, shifting/resampling etc
       new  2532b2a   DOC: timezone handling and started on Period
       new  c878694   DOC: draft of timeseries section of docs. Added Period related documentation and examples
       new  a53cfa9   BUG: display localtime in DatetimeIndex.__repr__, close #1336
       new  3f9bff6   ENH: add NA handling to scatter_matrix, close #1297
       new  4eb91f4   ENH: tz_convert for DataFrame #1330
       new  8a98007   DOC: groupby drop duplicate index #1312
       new  2c1de1a   TST: testing to close #1331
       new  8526264   ENH: add option to use Series.values to interpolate, close #1206
       new  0763acc   RLS: release notes
       new  e4fb63c   RLS: 0.8.0beta
       new  5b98fdf   RLS: 0.8.0 beta 1
       new  3c3cc0d   Merge tag 'v0.8.0b1' into debian-0.8
       new  e47c2a2   Let's see how well 0.8 behaves - packaging in a temp debian-0.8 branch for now
       new  50a3c22   all patches dropped (upstreamed)
       new  c6fae12   recythonized
       new  1043107   Added copyright entry for ujson
       new  d19fa1c   TODO for licenses -- there seems to be more
       new  10e3ede   ENH: better error msg for fillna() with invalid method
       new  bf24403   DOC: cleaned up parser doc string to stop sphinx from complaining
       new  88d4598   BUG: fixed doc bug that caused latex build to fail
       new  b8b3edc   BUG: PeriodIndex.map tries to get super(DatetimIndex, self)
       new  4f33c14   BUG: set_xlim for time series plots #1339
       new  7fffdb5   BUG: respect logy argument in KdePlot, close #1341
       new  78fec85   ENH: KdePlot with DataFrame #1342. TST: frame kde and kde with logy #1341
       new  b5e86e8   TST: additional tests for parsers and minor code cleanup
       new  7e197b2   BUG: parser with multiple date col and multiple index col #1344
       new  691cb95   DOC: release notes and what's new
       new  1a5d726   DOC: release notes, what's new
       new  6fc3d06   DOC: what's new
       new  fbf8c92   DOC: another pass at release notes
       new  73e4cc6   DOC: new parser functionality #1347
       new  37d0683   ENH: Cython nancorr speeds up DataFrame.corr with method='pearson' by > 100x
       new  c52a95b   DOC: release notes to close #1349
       new  071d43a   BLD: turning isreleased to False
       new  8948f49   DOC: string args to how in resample #1355
       new  097756f   Merge remote-tracking branch 'origin/master' into debian-0.8
       new  057efc0   updated revision
       new  deedd2c   recythonized files
       new  f8167c3   ENH: add dialect keyword to parsers to expose quoting specifications #1363
       new  2f32831   BUG: plotting breaks if inferred_freq has multiple #1357
       new  f1fd50b   DOC: fix typos
       new  abac90d   ENH: handle Series input in DataFrame.corrwith, close #1367
       new  1236079   DOC: removes temporary csv after examples
       new  4e6a055   BUG: sparse reduction bug #1375
       new  a3d10ba   ENH: alias density to kde in plot methods #1343
       new  c14c094   ENH: implement cut function for turning continuous variable into categorical variable, close #415
       new  db6d369   ENH: shell of quantile cut function qcut, #1378
       new  6afa61b   BUG: cast other datetime64 units to nanoseconds for storage in DataFrame BlockManager, close #1379
       new  5a917be   BLD: ujson remove dependence on npymath lib
       new  f2883c5   BLD: mingw32 fix for ujson
       new  56a77f3   ujson fix compile error using clang
       new  f9dd1ae   ENH: add parameter to nancorr to suppress div by zero
       new  dbb5b45   ENH: fix nancorr further
       new  1f6b460   ENH: continuing #1349, optimize DataFrame.cov for missing data
       new  5911094   DOC: release notes
       new  7a6c958   Added andrews_curves to plotting.py
       new  91b351d   Added tests for andrews curves
       new  51568f7   Added documentation
       new  c7835eb   Added iris data to documentation too
       new  d3dd8db   Fixed for samples with odd number of attributes and label handling when they are not strings
       new  dac4d0e   BUG: raise exception on NaT in DatetimeIndex.astype('O') #1340
       new  fbeff86   push exception down to asobject
       new  7cfb226   DOC: release notes per #1325
       new  0d3c3ec   BUG: honor column selection in GroupBy.transform on DataFrame, close #1365
       new  f62f571   ENH: exclude nuisance columns in GroupBy.transform, close #1364
       new  952b272   ENH: support functions passed as strings in groupby.transform just like aggregate, close #1362
       new  85b971c   BLD: can't assign to PyArray_BYTES on all platforms #1380
       new  3b4dcf1   TST: fix NumPy 1.7 test failures per #1361, skip tests depending on scipy.stats
       new  3ad0f0a   BUG: use style parameter in tsplots, close #1338
       new  2e537fd   ENH: enable df[bool_df] += value for compatible shapes, close #1366
       new  39e1cb8   BLD: move iris.data to iris.csv
       new  07aff49   BUG: infer unicode separate from string for index serialization in HDFStore re: #1361
       new  4401678   TST: catch malformed scipy.stats
       new  301736c   requires numpy >= 1.6
       new  6ea9099   ENH: use kvec.h instead of PyList for accumulating uniques in hashtable.pyx, return arrays from pandas.unique, close #1353
       new  c7f95b1   TST: 32-bit integer checking issues
       new  f91e761   BUG: replacing isinstance(value, (int, long)) with com.is_integer
       new  aa57e8c   BUG: replacing isinstance with com.is_integer in frequencies.py
       new  8aaadbe   BUG: typo in frequencies.py
       new  911fec2   BUG: fix multiindex partial slicing bug in .ix close #1352
       new  9b6ceb9   DOC: links for some of whatsnew features
       new  9d28918   BUG: typo in test_multilevel.py
       new  2e95a0f   BUG: hacks to support duplicate DataFrame columns in BlockManager, irow/icol with duplicates, ix[...] with dups too. close #1374
       new  3f6530c   TST: check tzinfos in boxed values, close #1345
       new  9748ce0   DOC: links from whatsnew
       new  43bc5da   TST: alter test to include DST transition, remove asobject_tz_box #1345
       new  f4655f3   DOC: Timestamp scalar time zone handling and conversions, close #1356
       new  b874d83   BUG: fixed Series.replace with later replacements clobbering earlier ones. Still need DataFrame fix
       new  d464f75   DOC: additional linking from whatsnew and added examples for various features
       new  6b53334   ENH: handle mixed multiple function spec in SeriesGroupBy.aggregate, close #1359
       new  c3910a3   ENH: add to_pydatetime methods on Timestamp, DatetimeIndex, close #1372
       new  47520f4   DOC: 0.7.3 -> 0.8.0 migration guide in what's new, close #1272
       new  4a6fd01   BUG: DataFrame.replace later values clobber earlier ones
       new  dc491f5   BLD: fix mingw32 build
       new  596336b   DOC: some more examples and links from whatsnew
       new  92cae34   DOC: start migration guide for skts users #1273
       new  8bffcbe   BLD: break period code into separate extension for sanity
       new  a8c4d56   BLD: add plib.pyx
       new  7c4ae97   BUG: port skts_strftime to Cython, hopefully fix mingw32 issues #1360
       new  86b5068   TST: float formatting differences in 2.6/2.5
       new  9f87425   DOC: install updated, faq updated conf.py with added sphinx extensions
       new  49fc73b   add pandas/docs/build/html/index.html to gitignore
       new  0762db9   Add support for tox (http://tox.testrun.org/)
       new  831a0f2   Add .travis.yml for Travis CI (http://travis-ci.org/)
       new  532701e   DOC: release notes
       new  b9aa410   DOC: barebones but reasonably complete scikits.timeseries -> pandas migration guide. close #1273
       new  092fa15   ENH: passing kwds to rolling func
       new  a5f773b   BUG: cast other datetime64 units to nanos from Index constructor, properly handle Index.astype(datetime64-unit), close #1384
       new  f492cf2   BUG: Period.strftime no return
       new  13783d1   TST: test Period.strftime
       new  422869f   BUG: Cython time zone localization, numerous bug fixes and Timestamp behavior improvements. close #1389
       new  d1e3e1b   ENH: tighter Timestamp repr, close #1391
       new  6e46099   BUG: buffer access out of bounds with roll_generic on empty
       new  3e904fd   ENH: implement qcut for quantile cuts, fix 32-bit build close #1378
       new  c6cee43   ENH: add value_counts as top level function in API, close #1392
       new  72c900e   DOC: couple fixes
       new  effed95   API: don't check for duplicate by default in Series.append/DataFrame.append, close #1394
       new  600e0c9   BLD: fix type declaration in period.h, close #1398
       new  edcb0c8   ujson remove troublesome uint32_t def affecting mingw build
       new  cbc8b79   BLD: fix plib build, depend on ultrajson.h
       new  b2b9388   BUG: fix broken UTC localization, add tz_localize method to Timestamp, close #1397
       new  a6fd608   BUG: raise exception in comparisons between tz-naive and tz-aware Timestamp objects, close #1404
       new  6d01c3c   ENH: split out time zone localize logic from conversion, add tz_localize methods to Series, DataFrame. adjust unit tests. close #1403
       new  a693e7b   REF: refactor Factor class
       new  4655828   ENH: refactoring to support ordered factors, cut/qcut return factors. #292
       new  ea1186d   ENH: support for ordered factors in groupby, close #292
       new  89892c4   DOC: release notes
       new  9881bb2   ENH: bad line number in error msg for unclosed quotes in parser
       new  8eeb6f1   BUG: cast Series to array in quantile to avoid segfault in Factor from qcut
       new  5d869c2   ENH: boundscheck take_1d
       new  4eba823   ENH: attach name to Factor
       new  e4024cd   BUG: handle smallest value in qcut
       new  630e079   BUG: finder place year markers on Q2 and Feb instead of Jan
       new  4a753c6   TST: fix broken cut test
       new  9d6563d   BUG: DatetimeIndex.to_datetime loses freq and tz
       new  4dd13b9   ENH: use index name as xlabel/ylabel in plots, close #1415
       new  8400984   BUG: concatenate Series, don't create DataFrame in GroupBy.apply when indexes not all the same
       new  761f050   BUG: to_csv duplicate index values #1373
       new  8856caf   BUG: fix asfreq bug on PeriodIndex
       new  d9897f3   BUG: preserve name in PeriodIndex.to_timestamp
       new  479561f   BUG: fix a number of negative ordinal bugs, check for out-of-range quarters
       new  d2a08d3   DOC: Indicate that to_csv and from_csv methods can handle string file path and file-like objects for io.
       new  5de26bc   BUG: fix Series .ix bug and test failure described in #1396
       new  bd55aad   BUG: fix numpy 1.6 erroneous type-casting bug causing NumPy 1.7 issues, close #1396
       new  10fcffc   ENH: implement comparison methods on Factor, close #1405
       new  758249d   BUG: pass on limit argument in upsampling, close #1424
       new  ed7a3d2   BUG: isin method buggy on SparseSeries #1412
       new  5466507   ENH: set_xlim using str for irregular index #1427
       new  72fb8c6   BUG: fix DatetimeIndex.groupby bug close #1430
       new  456e302   ENH: check the periods argument is a number #1438
       new  947a4ed   Merge branch 'master' of https://github.com/pydata/pandas
       new  f1ffeec   Add dependency on pytz
       new  37c4d77   ujson check for malloc success
       new  96dca9f   BUG: ujson don't compare pointers outside their allocated blocks
       new  2898b5c   BUG: ujson memory alignment fixes
       new  130876a   BLD: ujson fix compiler warnings
       new  2e2bfd3   ENH: DataFrame any all #1416
       new  c183dd9   TST: mixed case
       new  f733f10   ENH: make any/all conform to sum/mean interface. Fixed bug in copy keyword in BlockManager.get_numeric_data #1416
       new  553ac92   TST: change assertEquals to assertAlmostEqual
       new  bd313ac   Merge commit 'v0.8.0b1-137-gf733f10' into debian-0.8
       new  ee70bc8   adjust revision
       new  c94ecc8   recythonized
       new  2cee459   BUG: override DatetimeIndex.tolist so it returns a list of Timestamp objects, close #1437
       new  5a3f67c   BUG: assignment of rows via ix in mixed-dtype DataFrame. close #1432
       new  15a02d7   BUG: properly detect tz-aware/tz-naive joins and raise exceptions. close #1426
       new  89e6eca   BUG: ensure arithmetic ops between equal, but different time zone DatetimeIndex always yield UTC, close #1422
       new  659b9a6   ENH: better error message with non-unique columns in DataFrame.from_records, close #1298
       new  59794af   Close cursor before committing the connection.
       new  0cbee12    fixes #826,  adds a a test that asserts yahoo is minimally functional as a datasource
       new  c306a88   added pause and retry_count for yahoo
       new  8abca0b   BUG: ujson fix sniffing of dtype when decoding
       new  98e36f8   Added lag plot function
       new  09e6793   Added lag plot test
       new  ec4fa6f   Added lag plot documentation
       new  bbada0c   ENH: commit autocorrelation_plot by hand
       new  37bb53e   ENH: commit autocorrelation_plot stuff by hand #1425
       new  20b5218   ENH: add convert_dtype option to Series.apply to be able to leave result as dtype=object, close #1414
       new  efea76b   BUG: reset index mapping after each function call in SeriesGrouper, close #1423
       new  490a80b   REF: remove offset names from pandas namespace
       new  e11777e   BUG: implement multiple DataFrame.join / merge on non-unique indexes by multiple merges, close #1421
       new  dfaf0ea   DOC: release notes
       new  3b32dab   BUG: fix MultiIndex bugs described in #1401
       new  b1edf54   ENH: allow renaming of index levels when concatenating, close #1419
       new  8f94009   ENH: clearer out of bounds error message in cut/qcut, close #1409
       new  682ca25   ENH: implement passed quantile array to qcut and document that plus factors, close #1407
       new  92f0234   BUG: always raise exception when concat keys aren't found in passed levels, close #1406
       new  92cddfb   DOC: refresh time zone docs close #1447
       new  07ae6e8   TST: eliminate copies in datetime64 serialization; don't copy data in DatetimeIndex, close #1320
       new  2c9be7a   REF: factor out ujson extension into pandasjson for now
       new  3d3d589   TST: oops, delete stray line
       new  6489e63   TST: test coverage
       new  b26d0e2   Reenable py31 and py32 in .travis.yml
       new  f016133   Make tox work across versions of Python from 2.5 to 3.2
       new  14c7afd   ENH: convert datetime.datetime ourselves, 15x speedup
       new  1656153   BUG: fix compat errors for yahoo data reader
       new  3c9b14a   BUG: import BytesIO for py3compat
       new  3105a92   BUG: bytes_to_str for read_csv
       new  fde270b   RLS: 0.8.0 beta 2
       new  5b8661b   Merge tag 'v0.8.0b2' into debian-0.8
       new  6adc996   DOC: no ujson any longer -- removed from copyright
       new  ac07940   we are at beta2 now
       new  a1d7688   recythonized
       new  d7966d2   BUG: colheader_justify/max_colwidth None so don't always reset
       new  0f41e97   REF: delete cruft
       new  965b864   BUG: rename Factor->Categorical, make .levels a property to enable assignment / type checking, test labels argument and fix bugs. close #1460 and #1461
       new  18de260   BUG: fix erroneous upsampling of irregular data #1464
       new  7b5ad3d   DOC: Add regex to parser docs for sep.
       new  ee5e5f1   Add parentheses to a print statement so it compiles under Python 3
       new  3f6fa35   ENH: Allow to_dict to return lists and Series
       new  e95be2d   TST: Test to_dict for list and Series
       new  7b7c0a0   TST: unit test for #1459
       new  b8afb0f   BUG: cast object column to M8[ns] in NumPy 1.7, close #1433
       new  126ca4e   BUG: handling of -1 NA markers in Categorical, make isnull/notnull work on cat, close #1457
       new  0fdd881   BUG: resampling bugs with closed='left', close #1465
       new  1c344ca   ENH: improve Categorical console output
       new  1a62f1a   BUG: fix DatetimeIndex bug causing downstream groupby failure, close #1455
       new  2e0b9b1   BUG: remove deprecated, untested makeQuantiles function close #1470
       new  b31610d   BUG: hack in normalize in MonthEnd, BMonthEnd, close #1451
       new  1adc68b   BUG: fix intraday resampling to daily superperiod bugs raised in #1458 and #1471
       new  3850dd7   REF: rename factor.py to categorical.py close #1468
       new  f5001a1   ENH: return NA (-1) for out of range values in cut/qcut, close #1463
       new  d5e8b8c   ENH: add include_lowest cut parameter, use it in qcut, make 4 not the qcut default, integer array tests, close #1411, #1462, #1469
       new  09118d2   `autofmt_xdate` is a method of the figure, not axes.
       new  e79f481   REF: refactor MultiIndex to not store tuples, be more efficient. testing and compatibility checks. close #1467
       new  d3622bb   ENH: use O(N) sorting for reshape instead of lexsort
       new  021a768   TST: add legacy pickle file
       new  7077b60   DOC: release notes
       new  7f2c9ff   TST: use ndtake, fix 32-bit failure
       new  31af052   ENH: condense DataFrame.pivot into set_index/unstack for speedup
       new  b142a32   TST: numpy 1.7 datetimeunit enum gap fix
       new  2d72273   Added bootstrap plot
       new  63d9201   ENH: get_dummies function, for book
       new  aa9bd6c   Added docstring
       new  6c7f92d   Added test for bootstrap plot
       new  99e7afd   Added bootstrap plot documentation
       new  4f1cd86   BUG: handling of NA in algorithms.quantile
       new  665c1c4   Added parallel coordinates plotting
       new  b74a7ce   Added tests for parallel coordinates plotting
       new  f09b6a6   Added parallel coordinates documentation
       new  77bfab7   ENH: cache tuple index when used for speedup in GroupBy.transform
       new  17d270d   BUG: Pass on keywords for DataFrame.boxplot to matplotlib boxplot, close #1493.
       new  6a98c3e   BUG: DataFrame.boxplot(vert=0) should but labels on yaxis iso xaxis, close #1493.
       new  6812f5b   BUG: code around np.concatenate bug in fast_union #1489
       new  3b8a50c   reorg imports
       new  ed9e893   BUG: add datetimeblock NumPy 1.6 workaround close #1498
       new  ef83945   BUG: fix datetime64 boxing issue with non-integer index, close #1499
       new  09ba4ce   DOC: improve date_range/bdate_range docstrings, close #1496
       new  dba996f   ENH: secondary y-axis
       new  c45c4de   made explicit keyword in MPLPlot
       new  2ad68ef   ENH: explicit secondary_y keyword in plot_series and plot_frame. Call twinx depending on the yaxis ticks position
       new  ce139c0   ENH: column-wise secondary y-axis with subplots on
       new  a3f2974   BUG: fix rebase conflicts
       new  bb64ac9   parse change_pct as a float instead of a string
       new  681f739   make parsing position independent therefore more robust
       new  6521f04   ENH: overwrite keyword in DataFrame.update
       new  8093941   ENH: filter_func keyword to DataFrame.update, related to #1477
       new  2abfd5b   BUG: masked arrays to stop interpolating gaps
       new  5282a29   TST: test case for tseries plots with data gaps
       new  61d2fb7   BUG: mask NaNs in non-ts plots
       new  5b40dd5   BUG: do not convert bday freq in ts plots #1482
       new  5bba370   BUG: fixed broken imports
       new  ef79388   TST: remove rogue print statement
       new  6a67e3b   BUG: label slicing with duplicate values, close #1480
       new  ae56d6f   ENH: at_time/between_time work with tz-localized time series. refactoring and cleanup close #1481
       new  7fb453a   BUG: fix MS/BMS range generation / onOffset bugs causing #1483
       new  7bc6455   BUG: fillna called with Series should be analogous to with dict close #1486
       new  7b484e0   BUG: raise exception in DataFrame.fillna when axis=1 and pass dict/Series. close #1485
       new  dfec43f   TST: test coverage #1245
       new  48d8d9d   BUG: fix closed='left' resample bug. test coverage #1245
       new  54c0a1a   TST: finish test coverage of pandas.tseries.index #1245
       new  d8626fb   BUG: test coverage and misc bug fixes, cruft deletion in period.py #1245
       new  b7728c1   TST: resample test coverage etc. #1245
       new  460f8d3   BUG: revert mpl hackaround
       new  de8f14d   BUG: out of bounds on buffer access if time doesn't exist in TimeSeries.at_time
       new  ec221c6   BUG: fix NumPy 1.7 argmin workaround, test coverage
       new  9bfdc3c   BUG: test coverage, groupby bug fixes
       new  7240b87   TST: additional coverage and cruft removal for ts plotting #1245
       new  8562adc   Merge commit 'v0.8.0b2-68-g7240b87' into debian-0.8
       new  1c5323d   Adjusted revision in changelog
       new  1c08383   Recythonized
       new  91afd54   BUG: minimal out of bounds checking on future/past timestamps, gotcha docs, pre-1900 repr
       new  5fbffe4   BUG: sub-second plotting was not working
       new  32d7301   BUG: nanosecond out-of-bounds checking in array conversions. close #1475
       new  1372d0f   ENH: Add sharex and sharey to DataFrame.hist()
       new  3815815   DOC: Fix typo.
       new  96e2640   Merge branch 'master' of https://github.com/pydata/pandas
       new  214c24b   DOC: finish updating release notes
       new  c0151bd   DOC: example for plotting on secondary y-axis
       new  3968707   RLS: 0.8.0 what's new docs
       new  a6f5534   BUG: DataFrame constructor regression with dict of tuples close #1491
       new  2c51144   BUG: don't accidentally upcast values in DataFrame.itertuples, close #1505
       new  87d6da1   BUG: revert to circle marker for markers not in matplotlib < 1.1. close #1484
       new  9d2d4bf   BUG: clean NAs in DataFrame.boxplot, close #1506
       new  44a8295   BUG: fix NumPy 1.7 cast-to-bool failure and buglet
       new  836ecab   BUG: preserve index names in MultiIndex.drop, close #1513
       new  5f5df2a   RLS: 0.8.0 release candidate 1
       new  5d90f7d   BUG: fix failure in grouped boxplot causing docs bug. push rc number to 2
       new  8961404   ENH: freqstr with offset #1184
       new  d90a829   ENH: option to disable empty string conversion to NaN in file readers
       new  bf84631   BUG: HDFStore converting all to datetime64 #1520
       new  e209185   TST: use _check_roundtrip
       new  3027871   ENH: retain Series names when constructing DataFrame from list of Series #1494
       new  c903094   DOC: release notes
       new  66690f2   BUG/TST: plot irregular and reg freq on same subplot
       new  0940b78   BUG: plot mixed frequencies #1517
       new  07e4ecd   ENH: handle weekly resampling via daily
       new  791e704   ENH: column aliases for to_csv/to_excel #921
       new  7923fa5   overload header keyword instead of extra col_aliases keyword
       new  0d91eda   DOC: release notes re: #921
       new  0b30cac   ENH: Add raise on conflict keyword to update
       new  7a233cd   DOC: release notes
       new  10284c1   BUG: timedelta.total_seconds only in 2.7 and 3.2
       new  b225898   BUG: DataFrame plotting with inferred freq
       new  483348b   BUG: plotting DataFrame with freq with offset
       new  6832a94   ENH: experimental lreshape function
       new  0ade7fa   DOC: lreshape docstring, release note
       new  3453d44   BUG: workaround vstack/concat bug in numpy 1.6 #1518
       new  eb7a751   BUG: repr of pre-1900 datetime64 values in a DataFrame column close #1518
       new  462c731   DOC: small doc for #1450
       new  4c860de   ENH: handle datetime.date in Period constructor
       new  1475971   ENH: register converters with matplotlib for better datetime convesion
       new  f89ced4   BUG: incorrect tick label positions #1531 (zooming is still wrong)
       new  76c6351   BUG/TST: typo caused read_csv to lose index name #1536
       new  1f2b250   Merge commit 'v0.8.0rc2-26-g76c6351' into debian-0.8
       new  4e53de8   Recythonized
       new  6c01f1f   updated changelog revision
       new  3657093   DOC: require numpy 1.6.1
       new  6078fba   BUG: return nameless Series and index from from_csv
       new  c91f6d1   updated cythonized version
       new  b8df975   BUG: parser bug when parse_dates is string #1544
       new  6904dba   BUG: fix MultiIndex compatibility bugs described in #1534 post gutting internal array close #1534
       new  ce4ae93   BUG: fix MultiIndex segfault due to internal refactoring. close #1532
       new  61aac3d   ENH: datetime.time converters for plotting
       new  5315aee   ENH: add 'time' as inferred_type
       new  09e93c3   BUG: custom colors for bar chart #1540
       new  d247c62   TST: separated test case
       new  768d90e   BUG: raise exceptions out of trying to parse iso8601 strings
       new  cd2002a   TST: skip test raising unsortable warning on 32-bit windows, other platforms. #1546
       new  d8a0b4f   ENH: support file-like objects in ExcelFile, close #1529
       new  0a96304   BUG: fix incorrect bin labels from cut when labels=False and NA present. close #1511
       new  53ae1d5   BUG: fix MultiIndex indexing issues in #1537, python 2.5 api fix
       new  2b6bb03   ENH: implement DataFrameGroupBy.boxplot(), close #1507
       new  acb5f03   ENH: parsers don't use tempfile
       new  76ac02e   BUG: fix Panel slice setting issue and matplotlib import issues #1548, #1533
       new  07cea90   BUG: don't use local() in read_* functions, breaks sys.settrace. close #1547
       new  a7ca62b   BUG: _get_marker_compat insufficient on matplotlib < 1.1.0
       new  6e8b7b3   DOC: release notes
       new  a901af2   RLS: version 0.8.0
       new  cd8bb1f   DOC: update release daet
       new  d565492   We are back to packaging from debian branch which was FFed here
       new  49dbae8   Merge tag 'v0.8.0' into debian -- release -- yeay!
       new  813516f   fresh changelog
       new  a45d130   drop python-statsmodels from build-depends
       new  f5a1bc9   cythonized
       new  d58a255   DOC: add fx_prices data file
       new  6692b09   Better solution to setting smaller font sizes in tick labels
       new  6cefc75   TST: test for bug fixed since 0.7.3
       new  0e85b60   BUG: intraday irregular freq plotting
       new  0e2c9bb   Added docstring for radviz
       new  039870b   Added radviz test
       new  b9cf9dd   Added RadViz documentation
       new  0bdd555   BUG: read_csv na_values and index_col #1567
       new  42be719   BUG: monthly periods prior to dec 1969 off by one year #1570
       new  e1ff90c   BUG: Series(Series) discards name attribute #1578
       new  4f49001   BUG: check for errors / clear errors inside khash with PyObject* close #1318
       new  0cd21ab   BUG: fix resampling bug with lowercase daily freq close #1588
       new  1851809   DOC: update ewma formula
       new  ba36bb2   BUG: DataFrame.corr bug #1595
       new  4da99f4   ENH: per column styles to plot #1559
       new  e69a5ba   TST: more correlation tests, release notes
       new  3a551a0   ENH: reset_index by level
       new  9be0f4d   ENH: append keyword to set_index
       new  9c2ba10   BUG: Series repr if name==0 #1602
       new  0deb4a8   BUG: DataFrame.set_index bug #1590
       new  cf21e19   BUG: fix conflict introduced in #1592
       new  f100fd1   BUG: no longer ignore given axes in boxplot
       new  2ea9339   Merge remote-tracking branch 'orbitfold/bootstrap-plot'
       new  d2656ba   Fix merge conflict
       new  6195a32   BUG: fix integer index issues in parallel_coordinates #1488
       new  5ca7425   Merge PR #1566
       new  9b67ac0   BUG: fix panel integer .ix indexing issue close #1603
       new  d4274d5   BUG: partial indexing bug with PeriodIndex close #1601
       new  9c6eadf   BUG: tweaks to radviz method, add integer indexing docs close #1607
       new  ca88112   BUG: fix MultiIndex formatting issue close #1606
       new  58b5afa   BUG: fix to_panel NA handling with non-floating poitn data close #1582
       new  fff7b89   BUG: unordered dup index does not yield scalar value #1586
       new  aa5f824   DOC: release notes
       new  3b0f698   BUG: Fix resampling of tz-aware time series with anchored freq close #1591
       new  772e39a   BUG: fix DataFrame.rank on integer data close #1589
       new  77b49b9   ENH: always apply functions when passed to how option in resample, close #1596
       new  060ae8f   BUG: enable multiple column selection in SparseDataFrame via __getitem__ close #1585
       new  fd0395c   BUG: stringify column label for ts plot frame
       new  5f9e999   BUG: microsecond time plotting
       new  e2d870f   BUG: remove undefined freq #1600
       new  3824af1   BUG: override ndarray.tolist in Index for MultiIndex compat, close #1576
       new  b061260   ENH: hugely improve performance of to_datetime on ISO8601 data #1571
       new  873409d   BUG: fix sum over level failure with MultiIndex of length 1, close #1568
       new  005b264   BUG: work around NumPy 1.6.1 datetime64 bug, close #1561
       new  9a8ad65   BUG: check for monotonicity in resampling, close #1580
       new  3ce416b   BUG: avoid unnecessary copies when passed dtype matches DataFrame/ndarray in DataFrame constructor close #1572
       new  0e5fc44   BUG: Fix unhandled IndexError when indexing very large time series close #1562
       new  e147e0f   BUG: logical error in DatetimeIndex.intersection with irregular indexes close #1551
       new  221ab06   ENH: improve DatetimeIndex repr for len-1 and len-2 cases close #1611
       new  9e63f0e   TST: check for dateutil 2.1 too #1594
       new  7f01a44   removed bad exception handling in parse_time_string
       new  8806e7f   BUG: CSV parser fails with single line, no separator #1553
       new  7095426   DOC: additional note on complex date parsing in read_*
       new  c14a470   TST: fix test errors on Python 3, close #1550
       new  1a21af6   DOC: release notes
       new  b46b001   ENH: add multi_sparse option to set_printoptions to disable sparsification in MultiIndex.format, close #1538
       new  f95a5d7   ENH: Conditionally import Rpy stuff.
       new  2dcae6e   ENH: use bottleneck moving max/min impl for perf improvement close #1504, #50
       new  2044601   ENH: Cython group_median method close #1358
       new  da5e2c1   ENH: array of Periods to PeriodIndex handling, close #1215
       new  2c44f57   ENH: add Panel.dropna, close #171
       new  4406d37   BUG: fix duplicate index indexing problems close #1201
       new  5b277bd   BUG: raise KeyError for key not found in HDFStore close #1254
       new  a66543b   ENH: better repr for weekly Periods, close #1503
       new  5dfb2ee   ENH: reindex_multi in Panel per #979
       new  ee4a25d   ENH: plot one column vs another #857 #1527
       new  5a25499   BUG: consider iso8601 strings as naive, not local close #1571
       new  4bebdfe   DOC: example for x-y plot
       new  9a0e52a   ENH: add adjust option to ewma to disable adjustment close #1584
       new  367e981   BUG: new converters for sub-second plotting #1599
       new  228fd78   DOC: release notes for #1599
       new  374b79b   DOC: mno-cygwin in mingw
       new  927c7ea   BUG: remove bare mpl import
       new  d719ce4   remove mpl import in test suite
       new  70c3deb   ENH: selectively parse columns in ExcelFile.parse #873
       new  1c24700   up_tag_yahoo_test_requiring_network patch cherry-picked from upstream GIT so that tests would not be excercised at package build time (Closes: #681449)
       new  e2633d4   BUG: slicing with dups #1587
       new  408ee6f   ENH: get working on vectorized string methods #620
       new  dfb5343   ENH: continue filling out string methods + tests #620
       new  01e0ff3   TST: add testing module for string methods #620
       new  563c03f   ENH: finish docs
       new  18bbf07   TST: mixed types for string methods
       new  f0afc3b   ENH: don't repeat numerical types
       new  835476f   ENH: additional unicode handling
       new  d2f745a   TST: added unit tests from PR #1179 and copied docstrings
       new  5a64a12   Merge branch 'string-methods'
       new  dcd3c57   BUG: don't copy int64 arrays in DatetimeIndex ctor when copy=False, close #1624
       new  8cc9826   BUG: period quarterly -> annual resampling bug, close #1622
       new  3d00b89   ENH: upsample existing data on plotting
       new  c9228fa   ENH: unified legend for secondary axis
       new  c4a9c81   BUG: unify legends for when existing data is resampled
       new  a28ef99   ENH: unified color cycle for 2nd yaxis
       new  a09cfc3   Added rplot stub
       new  169b47f   Added an RPlot class and a simple geom class
       new  54c62c6   TST: legends and secondary resampling
       new  e47b167   ENH: resample loses index name #1631
       new  845254d   ENH: naming for other axes; index name for date_range/period_range. TST: testing name pass through
       new  a207636   Added GeomDensity2d
       new  9d15685   ENH: use asfreq and reset index instead of resample for plotting
       new  e1129b1   Show idxmin behavior for multiple min values.
       new  ca1c452   minor cleanup in plotting module
       new  7b189c1   DOC: getting started on v0.8.1 rls notes
       new  ce8fd02   ENH: marking right y-axis columns
       new  31ee064   BUG: support dateutil 2.1, fix scatter_matrix axis labels. #1637 #1625
       new  9cc2b96   Merge remote branch 'chang/plotting-bugs'
       new  7a168fe   Small improvements
       new  6a26249   BUG: fix broken BusinessMonthBegin logic close #1645
       new  edaad31   BUG: ensure that key aliases get properly converted when assigned to Series from DataFrame slice, close #1644
       new  0163930   BUG: string date aliases now work with tz-aware time series close #1647
       new  d32e835   Set colours from a column
       new  94d2e1d   Fix describe() failure for None and empty Series.
       new  6a0863f   BUG: len-0 Series min/max/describe #1650
       new  f5fb709   BUG: properly handle None values in dict input to concat, close #1649
       new  00b31f1   BUG: try to convert non-unicode non-ascii characters in repr #1620
       new  dc7976c   Merge branch 'master' of https://github.com/pydata/pandas
       new  5753816   BUG: Series.interpolate bug with method='values' and datetime64[ns], close #1646
       new  0da0066   BUG: fix merge bug with left joins on length-0 DataFrame, close #1628
       new  2686db8   ENH: hack to not compress single group keys, accelerate single-key and Categorical groupby operations
       new  564f66f   ENH/BUG: handle tz-aware datetime.datetime in to_datetime, add utc=True option to allow conversion to utc, close #1581
       new  495b608   TST: skip another @network test if no internet connection
       new  22e3802   TST: span unit test #1635
       new  ae70acc   ENH: handling of UTF-8 strings in DataFrame columns, close #1620
       new  4e94fba   BUG: get #1620 fix working on python 3
       new  b6bd1f4   BUG: fix windows/32-bit builds
       new  26b6e8b   Added a docstring to filter_column
       new  4c6821c   Added parse_facets function
       new  92ad050   BUG: handle Yahoo! finance returning duplicate dates for prev bus day, doc fixes
       new  930652f   DOC: minor additions to release notes for 0.8.1
       new  3839f64   ENH: better string element access/slicing notation close #1656
       new  5dc92ab   DOC: doc fixes and what's new in 0.8.1, vectorized string methods
       new  b31de3f   DOC: set_index/reset_index examples
       new  25b5e29   DOC: tweak
       new  4e95b31   RLS: Version 0.8.1
       new  e063e9a   Work on layer class
       new  86e46b3   DOC: doc ref fixes
       new  57e10a2   Merge tag 'v0.8.1' into debian
       new  0b0429c   changelog for 0.8.1 -- many bugfixes, so let's target unstable
       new  9e27c4a   recythonized
       new  23fa6f8   up_tag_yahoo_test_requiring_network patch removed.
       new  e291f43   Added docstring to scale_size function
       new  713ae3e   Added scale_gradient function
       new  c3a5231   Added scale_gradient function
       new  d6a99af   ENH: add flags option for re.compile in findall, match, contains, close #1659
       new  d09ac64   Merge branch 'master' of https://github.com/pydata/pandas
       new  90842ba   ENH: explicit data type specifications for getting table schema from DataFrame
       new  a9866ac   Added a test function to display grouped plots
       new  7c54141   BUG: plot styling bugs #1666 #1665 #1658
       new  c1bb978   Added TrellisGrid class
       new  4c28d94   Added scale_constant function
       new  a2dc5d1   BUG: reverting conv_unicode but keeping configurable encoding
       new  34cc9ad   Added scale_gradient2 function
       new  c47a426   DOC: fix qcut docs
       new  d042e60   Added scale_shape function
       new  6e5d2b8   BUG: verify inferred B freq #1668 #1669
       new  f5a74d4   BUG: fix MM-YYYY string parsing case for time series indexing, close #1672
       new  681b97e   Adjust spacing and axis limits in trellis plots
       new  5736dea   Display shingle variable values in a matplotlib table
       new  9397283   Redefined GeomPoint class
       new  10b8a8a   Removed an unused function
       new  f1cfc76   Added aes function
       new  ddbf4ac   Work on RPlot class
       new  1261126   Reworked the GeomDensity2D class
       new  526b20a   Implemented sequence_layers and merge_aes functions
       new  b5c2700   Removed old GeomDensity2d class
       new  1ef4ed6   Fix a typo
       new  ad94148   Numerous typo and trivial mistak fixes
       new  5e7e592   Added default aes dictionary constructing function
       new  403c435   Fixed issues with GeomPoint and GeomDensity2D
       new  65e7107   Work on TrellisGrid class
       new  ff6c0a6   Merge remote branch 'origin/master'
       new  eec8a83   BUG: fix groupby.apply index name bug, close #1701
       new  3aa160b   Got rid of the is_trellis method, use isinstance instead
       new  e0aa6d4   Added sequence_grids function
       new  33e3e8b   Added work_grid function
       new  b93b287   Make sure the user supplies a list of length 2 to group by
       new  4bb179a   Make sure the user passes a Layer instance to RPlot + operator
       new  5773928   Implemented adjust_subplots function
       new  b3a21f6   Added the ability to group by a single attribute in to either rows or cols
       new  3602300   Some adjustments
       new  fcf35db   Created a random colour scaler
       new  fe56b4c   Added GeomPolyFit class
       new  8963375   Added GeomScatter class
       new  20ce52a   Added GeomHistogram class
       new  dc23870   Added GeomDensity class
       new  e82ed05   Docstring updates
       new  f2e4fbe   Docstring updates
       new  8036c70   Enabled x axis label for histograms
       new  ca34b54   Finished updating docstrings
       new  5bb7e4e   Allow users to specify non-callable objects in make_aes
       new  0312253   Implemented scale_shape as a class
       new  684006d   Formatting: Added classes argument to DataFrame.to_html().
       new  e7d329f   DataFormatter: Added support for formatting the index in to_html() via a special '__index__' key to the formatters dict.
       new  c68ca7e   DataFormatter: Refactored to_string() in order to let the future to_latex() take advantage of it.
       new  aa2748a   DataFrameFormatter: Implemented really basic (but working) LaTeX serialization support in DataFrame.to_latex().
       new  5771612   BUG: fix to_html justify and index args, close #1728
       new  a6fed3f   Added dictionary_union function
       new  14b85d3   Work towards displaying legends properly
       new  4534742   Implemented legend display for scatter plots
       new  900b2ca   More progress towards correct legend display
       new  ca8f3f8   ScaleShape fixes
       new  149a8f3   Fix a mistake with ScaleShape
       new  be94b91   BUG: fix plot unicode+MultiIndex, close #1685
       new  47e5f8f   Make sure the legend is nicely sorted
       new  8edebb2   ENH: Allow df plotting with style by some columns.
       new  db5bc53   ENH: inplace keyword argument for df.reset_index
       new  eb9169e   ENH: inplace keyword arg for Series.reset_index
       new  6880b19   Added test_rplot.py file
       new  2f24a26   Added docstrings to ScaleConstant class
       new  097d4b5   Finished implementing ScaleShape class, complete with docstrings
       new  3fbc253   Implemented ScaleSize as a class
       new  83541cb   Implemented ScaleGradient as a class
       new  796bd5a   Implemented ScaleGradient2 as a class
       new  f96732b   Simplify the Layer initialization method
       new  d5f5f17   DOC: doc typo fix close #1722
       new  0fca796   REF: remove deprecated day_of_year api from PeriodIndex close #1723
       new  5382985   BUG: critical DatetimeIndex.union bug with different frequency indexes close #1730
       new  8156ab9   BUG: handle Ellipsis in Series indexing close #1721
       new  4fb1bd6   BUG: note that 5382985 closed #1719
       new  39c735c   TST: unit test for #1719
       new  8cde377   BUG: handle various 1.6/1.7 bugs with datetime64 scalar handling close #1717
       new  f311afa   Added options data functionality
       new  8731062   Cleaned up docstrings
       new  b514d83   Final cleansing of docstrings
       new  0590476   Found error in get_near_stock_price(). It was getting the stock price only for aapl instead of self.symbol
       new  b956be0   ENH: speed up MultiIndex.format, close #1746
       new  97ebee6   Fix a problem with aes dictionaries
       new  aea7c45   BUG: work around another NumPy 1.6 concatenate bug with datetime64, close #1745
       new  8db3848   BUG: groupby DatetimeIndex asof/map issues close #1677
       new  a2cd13a   BUG: fix handling of NAs in Factors in pandas.rpy, close #1615
       new  5b3853d   BUG: fix import in stats.var close #1734
       new  eb3c4e6   BUG: DatetimeIndex.intersection issue with equal unanchored offsets close #1708
       new  0c72d8b   BUG: fix DataFrame.info with non-unique columns close #1700
       new  4075289   Added a ScaleGradient test class
       new  4cafeb0   ENH: handling of dateutil-generated UTC datetime objects in to_datetime close #1693
       new  114c07c   Implemented a test class for ScaleGradient2, re-implemented tests for ScaleGradient
       new  9979de7   Added test_make_aes1 method
       new  cb5a31f   BUG: Series.iget_value with non-unique indexes close #1694
       new  edfc6db   BUG: don't lose tzinfo in DataFrame constructor, close #1682
       new  b46174c   Added type security checks to make_aes
       new  1b2ac04   Added test_make_aes2 method, fixed a bug with make_aes
       new  e57af7e   Added test_dictionary_union method to TestUtilityFunctions
       new  67bfe03   Added test_merge_aes method
       new  9a0c453   BUG: handling of time zones where all timestamps past last transition, close #1673
       new  937f115   BUG: don't assume sortedness when performing tz_convert, close #1756
       new  2a10485   BUG: isnull handling of array-like inputs (list) close #1755
       new  bfee97f   BUG: Converted more unsafe characters for LaTeX.
       new  770af7d   BUG: reindex when passing Series to Series constructor, close #1671
       new  f2a349f   BUG: fix another numpy 1.6 datetime64 concat bug close #1681
       new  9f8ee68   BUG: handle min_periods correctly at array start in new rolling min/max close #1695
       new  2279c92   BUG: SeriesBinGrouper bugs with how='median' or generic numpy function in some cases close #1688, #1648
       new  48a3194   BUG: exclude unobserved levels when grouping by level, close #1697
       new  65dde70   BUG: don't lose tzinfo when shifting by different frequency close #1683
       new  603e5ae   BUG: hack to enable zero-length data to be stored in HDFStore, close #1707
       new  d0e9034   ENH: add str.decode to Series for unicode decoding close #1706
       new  188ddd7   BUG: fix tz-aware daterange generation issue close #1674
       new  745a496   ENH: handle generators in Series constructor close #1679
       new  fdcc106   BUG: method='time' interpolation incorrect for intraday data close #1698
       new  ee9321f   TST: unit test, close #1680
       new  e32ccf9   BUG: close #1681 for real
       new  cf673a4   ENH: add na_action='ignore' option to Series.map close #1661
       new  bd13307   BUG: fix line plot color assignment issues from 0.8.0 close #1711
       new  d270af9   BUG: don't plot empty columns as an array of zeros close #1696
       new  6c7ec42   bugfix in tools.scatter_plot
       new  c76ece5   DOC: release notes
       new  831e246   Avoid extra calls to calendar.monthrange.
       new  dbffb6c   BUG: fix performance problem in infer_freq for non-unique indexes (short circuit immediately) close #1686
       new  4e36441   BUG: support PeriodIndex more infrastructurally when creating MultiIndex close #1705
       new  1dd2c4f   BUG: handle unicode level names when formatting MultiIndex close #1736
       new  ee6db80   BUG: properly convert PeriodIndex in to_datetime close #1703
       new  3c5621b   BUG: support StaticTzInfo in DatetimeIndex close #1692
       new  29846da   BUG: allow MultiIndex setops with all length-0 indexes close #1727
       new  4f2e9c9   DOC: fixed some minor typos
       new  69d1f75   BUG: np.rec.fromarrays doesn't know what to do with M8[ns] close #1720
       new  ef105e7   DOC: default of left_index/right_index is False close #1758
       new  c030198   BUG: fix isnull handling of objects on which bool fails e.g. DataFrame close #1749
       new  fc92170   BUG: resampling logic error with daily -> higher when closed='left', close #1726
       new  e47bf26   BUG: fix indexing ambiguity with MultiIndex close #1678
       new  ded51c8   BUG: .ix setting logic error with non-unique MultiIndex close #1750
       new  24c5b8f   BUG: MultiIndex indexing with >= 1000000 elements close #1757
       new  742d7fb   Merge remote branch 'blais/master' into to-latex
       new  3be9987   Added TestScaleRandomColour class
       new  5662b73   Added TestScaleConstant class
       new  f240a25   Added TestScaleSize class
       new  4083689   BUG: corr/cov dtype issue close #1761
       new  97c000d   Added test_sequence_layers method
       new  27710c6   Added TestTrellis class
       new  c592ab3   Added test_grid_sizes method
       new  6ddf053   Added test_trellis_cols_rows method
       new  1e75cab   Added TestRPlot1 class
       new  8d5319f   Added TestRPlot2 and TestRPlot3
       new  73efc7c   Reorganize TestRPlot
       new  07f1ce0   Added the iris data set example to tests
       new  eaf3472   Make sure legend displays with non-trellised plots and fix a bug with legend sorting
       new  d83e492   Changed + to add
       new  b0b3dd4   fix the case when there is no legend
       new  5683611   Made BeautifulSoup import local and made Options class inherit from object.
       new  3bd9d15   BUG: fix DatetimeIndex.isin close #1763
       new  befedb5   BUG: conversion of array of tz-aware datetime.datetime to correct DatetimeIndex close #1777
       new  eae588d   BUG: fix date_range generation issues with DST transitions and anchored offsets close #1778
       new  98b5509   BUG: color cycle problems
       new  67ca18d   BUG: QS and BQ alias #1725
       new  6876725   BUG: dayfirst and yearfirst in DatetimeIndex constructor #1769
       new  6a53880   ENH: to_period converts BQS,QS,BQ to Q and similarly for annual
       new  27c4c96   BUG: add H,T,S as subperiods of H #1732
       new  d9abf68   BUG: more consistent na_values #1657
       new  30ebd9e   Add expanding moment functions and related tests.
       new  f919568   DOC: fixed doc for default value for Series.get #1712
       new  3942eb0   ENH: format string for to_csv #1525
       new  34a0646   DOC: fix typo, close #1793
       new  c99d9cd   TST: when xlwt is not installed skip test needing it.
       new  bdf65e0   TST: Failing test for to_string with non-ascii string
       new  b722906   BUG: Safely decode strings to unicode
       new  95f30ca   BUG: fix fillna on series with integers, close #1788
       new  be98e46   ENH: primary key for sqlite schema
       new  663182d   ENH: getting started on new C file parser engine
       new  c84e9a8   add rows.c
       new  b17d4bb   DOC: fix plot in missing data section, close #1827
       new  d63cee8   ENH: preliminary Cython code and test type conversion
       new  a9db003   ENH: making some more progress. string factorization conversion
       new  c4d36ca   ENH: int parsing, etc.
       new  41db276   ENH: add basic converter application
       new  1e519c6   ENH: assigning NA values during type conversions
       new  90cdcd4   REF: reorg/cleanup parser C files
       new  6ccdb22   BLD: add conversions.c file
       new  f151973   ENH: structured array conversion and support code
       new  c8ed032   BUG: fix memory leak in building structured array
       new  879ae75   ENH: hack in thousands support. untabify
       new  9874d62   ENH: adding option to skip (and maybe warn about) bad lines
       new  12b48de   BLD: add str_to.c
       new  80b5082   fixed row/col orientation for 2D arrays
       new  4ff42db   added tranposed attribute, used in _read_array
       new  ff534d1   ENH: fix segfaulting issue in to_boolean, start on header parsing support etc.
       new  7deba72   add gitignore for parser
       new  9de7e33   BUG: fix lingering date_range over DST transition issue described in #1778
       new  d67f9d6   BUG: array/list of tz-aware of datetime.datetime -> DatetimeIndex getting over-localized. close #1790
       new  dbfdb07   BUG: fix issue calling sort on result of Series.unique, close #1807
       new  cfe674e   BUG: use np.iterable to check for iterable, close #1773
       new  859aa2c   put date parsing after individual column inferencing so integers can be parsed better
       new  821da97   BUG: fix sqrt(negative number) issue in rolling_std close #1840
       new  30ce7b1   DOC: remove scikits from statsmodels and indicate >= 0.4.0 for optional features
       new  670921f   RLS: bump dev version to 0.9.0
       new  ad33f4e   BUG: Let Series.str.split accept no arguments (like str.split) close #1859
       new  bdf58cc   BLD: allow latest version (2.1) of python-dateutil in setup.py close #1851
       new  a73fb1f   BLD: narrower check into pandas.lib ImportError, close #1845
       new  7eaf5ca   undo dumb setuptools bug clobbering .pyx sources back to .c
       new  cd9655c   BUG: Fix error when window size > array size in rolling_apply. close #1850
       new  c3f19de   DOC: note about time_rule legacy argument to moving window functions close #1841
       new  e7c93c7   TST: test for #1837
       new  280571c   Update pandas/stats/ols.py
       new  eebc189   TST: buglet
       new  e18f40b   BLD: print exception (if any) in pandas/__init__.py #1832
       new  3532244   ENH: add args/kwds options to Series.apply like DataFrame.apply close #1829
       new  ebdefae   TST: add dateutil.parser name back to datetools
       new  358d454   BLD: dateutil 1.5 on python 2.5 only
       new  92bac1a   Merge remote-tracking branch 'ivanov/inplace_in_more_places'
       new  695ffca   BUG: fix Series(self, ...) issue, rls note for #1797
       new  9d4cea6   Merge remote-tracking branch 'qwhelan/expanding_moments'
       new  c20ae64   DOC: release notes for #1785
       new  d1bc126   make docstring handling more robust and work with -OO python interpreter option
       new  7bbc4e0   console_encode() will default to utf-8 when sys.stdin.encoding is None (ipnb)
       new  c28e028   DOC: rls note for #1792
       new  b8e4b8c   DOC: skipna not an argument of drop_duplicates
       new  9d4f557   DOC: update DataFrame.xs docstring and add examples
       new  39265be   Merge remote-tracking branch 'spencerlyon2/options'
       new  d9b019b   DOC: release notes
       new  f44d27b   DOC: Add statsmodels intersphinx for see also referencing
       new  5a4a49d   DOC: Drop scikits namespace. Update statsmodels info
       new  7a1ea0a   ENH: default value for NaN for contains,startswith,endswith #1689
       new  95fe742   BUG: don't modify numpy suppress printoption
       new  14b77c8   DOC: fix sphinx conf bug
       new  14dc6fb   Merge remote-tracking branch 'JohnColvin/patch-1'
       new  8d110f2   BUG: fixes for test suite re: #1834
       new  3a94030   Add expanding moment functions to docs.
       new  703bbba   BUG: UnicodeDecodeError in SeriesFormatter when series name is unicode
       new  f4e3ab6   Make sequences of unicode strings print nicely in SeriesFormatter
       new  36027dd   STY: pep8 cleanup, release notes
       new  404598c   Merge remote-tracking branch 'jseabold/fix-tostring-unicode'
       new  3a1de71   BUG: remove deprecated import close #1861
       new  dc0db65   BUG: bugs in DataFrame.duplicated with datetime64 columns close #1833
       new  cfd2005   BUG: correct lib.ismember 32-bit data access issue
       new  b66dc9c   BUG: fix error after Panel truncate copy close #1823
       new  a0b59f8   BUG: prevent segfault since MultiIndex not supported in HDF5 table format. close #1848
       new  7a83180   API: use ISO8601 format for Period repr, close #1776
       new  5fba03b   BUG: no unboundlocalerror in Panel.__setitem__ close #1826
       new  553a2a9   BUG: handling of array-like DataFrame elements in to_csv, make isnull work on lists of strings. close #1791
       new  388deaf   TST: unit test for #1808, don't fail console_encode test on platforms that can't encode unicode character
       new  5bff789   BUG: more fun unicode fixes
       new  89732a9   TST: skip console_encode test on Python 3
       new  083a740   BUG: Timestamp comparisons with out-of-range datetime values, e.g. datetime.min
       new  3187a90   BUG: normalize_date revert handling of datetime.date
       new  513267d   BUG: converters and index_col on same column #1835. Also minor refactor of parsers
       new  2f917e8   BUG: fixed empty case #1835
       new  3dd4127   BUG: strify fields in custom parsers to deal with date fields that gets parsed into ints, fixes doc build #1866
       new  ec7d2db   BUG: fix broken interaction between Series.any/all and np.nansum
       new  59767d5   BUG: fix #1866 and DatetimeIndex union with Int64Index bug
       new  31240e2   TST: revert extra str
       new  e4a736e   DOC: boolean parse_dates only applies to index #1816
       new  d07d3c2   BUG: set_index inplace modifies data even if unique check fails #1831
       new  ce59112   BUG: only use Q-OCT Q-NOV Q-DEC in quarterly freq inference #1789
       new  f4fe065   ENH: api change to use label or position for x/y plotting, close #1842
       new  6dace12   Merge branch 'master' of github.com:pydata/pandas
       new  4201388   BUG: unstack fills True for boolean frame #1820
       new  1e1c922   BUG: DataFrame.shift converts to object for bool #1814
       new  863aa1d   BUG: mixed float64 float32 merge failure #1849
       new  51b9844   DOC: release notes
       new  ddcc30a   BUG: start_time on Period fix #1857
       new  e161fe8   Merge remote-tracking branch 'chang/conv-index-col'
       new  26e7e69   BUG: fix Series.__repr__ issue with NumPy scalars introduced in last few days close #1887
       new  458db04   TST: unit test to verify #1825 fixed
       new  f953727   BUG: fix concat failure with PeriodIndex, close #1815
       new  3151662   BUG: avoid out-of-bounds access in pad_2d/backfill_2d causing segfault
       new  54b54f8   BUG: fix downsampling bug with intraday data when end.time() < start.time(). close #1772
       new  e40098f   BUG: use _maybe_upcast and removes dup code. #1814
       new  46ac72b   BUG: unicode sheet name in to_excel #1828
       new  c32cc6e   BUG: fix mixed-integer .ix indexing bugs. close#1799
       new  a83e691   DOC: add intersphinx mapping for python library, close #1556
       new  33bb84b   BUG: don't clobber color keyword in Series.plot, close #1890
       new  fb77dd3   Mention Ubuntu for NeuroDebian repository
       new  15717e7   BUG: fix rolling_max/min for small inputs and large windows. Add a check that the min_period <= window size. Fixes #1897.
       new  8161ebe   ENH: add more possible bool values to read_csv #1295
       new  70d2eb6   ENH: clean up #1691 changes, rls note
       new  34e92a5   Make it possible to set quoting for to_csv
       new  d07145c   TST: unit test for #1902 and default to csv.QUOTE_MINIMAL
       new  a5c5056   TST: skip test_console_encode if sys.stdin.encoding is None
       new  244afe7   TST: oops import in wrong place
       new  c21a882   DOC: fixed extlinks in sphinx conf
       new  05ae15b   DOC: minor change to build script to help auto build process
       new  339c6b3   VB: resolve test name conflict and update make script
       new  66a1637   TST: skip to_file test if URLError occurs on some systems
       new  8743be5   BUG: treat nobs=1 >= min_periods case in rolling_std/variance as 0 trivially. close #1884
       new  7526823   BUG: DataFrame mixed-type arithmetic column-wise, fix DataFrame.diff upcasting->object bug close #1896
       new  82b0d2a   BUG: override min/max in DatetimeIndex to function as expected close #1895
       new  67121af   BUG: DataFrame column formatting issue in length-truncated column close #1906
       new  06e140a   Merge commit 'v0.8.1-203-g67121af' into debian
       new  301eff9   Let's try building current master snapshot package
       new  618e5b4   recythonized with cython 0.17~beta4+git15-g6457431-1
       new  59de679   boosted min version for cython to the last used one
       new  6db79fe   REF: remove cruft
       new  70a8c98   BUG: fix metadata copying to derived Index instances with view(...) inside NumPy
       new  f553668   ENH: indicate DataFrame repr truncation, close #1854
       new  bd60865   BUG: try to work around mingw32 segfault in #1898
       new  e98a568   BUG: support datetime.date in rollback/rollforward
       new  46fdbb7   BUG: fix regression in drop_duplicates when passing single string column close #1917
       new  3e16608   RLS: update LICENSE to include bottleneck license, scipy/numpydoc as well. remove unnecessary NP_LICENSE.txt
       new  0b109e0   DOC: license typo
       new  6828704   Support DataFrame.dot method with Series arg.  Align if needed
       new  92e500e   BUG: TypeError when passing set to Series ctor, close #1913
       new  815256a   BUG: raise TypeError when appending to HDFStore table with different index_kind, close #1881
       new  24e8fc0   BUG: asof failure with PeriodIndex #1883
       new  68251c2   BUG: handling of 0-length arrays in ewm* functions close #1900
       new  325afdf   BUG: fix regression in negative integer indexing from 0.7.x close #1888
       new  10fa2bb   DOC: github issue scraper to generate release notes
       new  ce1afeb   ISO C function prototype
       new  38b3eaa   don't declare static array in header
       new  601cfd6   rm unused function and variables
       new  1186b79   BUG: FixedOffsetTimeZone #1922
       new  f1c51ce   DOC: added note about FixedOffsetTimezone
       new  de31cbe   BUG: don't truncate small FP numbers to zero in DataFrame formatting close #1911
       new  23c45e1   BUG: df.set_index fails for MultiIndex columns #1885
       new  6039aa5   BUG: asof returns different types #1810
       new  89a61e5   Have PeriodIndex override asof_locs to cleanup series.asof
       new  36f24af   ENH: allow pos and neg for skip_footer #1843
       new  cfa70db   BUG: handling datetime.date in more places in DateOffset classes close #1395
       new  9c9f4cb   ENH: index_label=False -> no leading comma in header in DataFrame.to_csv. close #1583
       new  fa5f315   ENH: DataFrame.dropna can take a tuple/list of axes. close #924
       new  5b033ce   TST: verify that #1676 has been fixed
       new  852a994   API: default empty DataFrame to dtype=object to prevent certain class of TypeError, e.g. out of empty SQL query. closes #1783
       new  d99a119   ENH: improved DataFrame.to_html for hierachical indexes close #1929
       new  9732789   BUG: apply across non-unique indices. Still failing for sparse
       new  546920e   BUG: apply non-uq with tests #1878
       new  2f1a687   Only call DataFrame.values once in _apply_standard
       new  428de74   BUG: fix pandas.unique handling of Index subclasses. add Series.from_array alternate constructor, close #1759
       new  dfe7a55   BUG: set index name/names in DataFrame.from_records. close #1744
       new  0057a90   ENH better error message for mixed series/nonseries DataFrame construction
       new  c8ac563   TST: fix unit test on platforms with different default libc float formatting
       new  684e9dd   BUG: fix indexing issue with duplicate dates, close #1821
       new  b8e7a35   BUG: handle lists too in DataFrame.xs when partially selecting data from DataFrame. close #1796
       new  7bc8f44   BUG: no zone in tzinfo #1838
       new  c0d79bc   BUG: more fixedoffset occurrences #1928
       new  d5e075e   TST: skip unicode filename test if system requires encoding to ascii
       new  667220a   Merge remote-tracking branch 'chang/fixedoffset'
       new  0b18a91   BUG: allow non-numeric columns in groupby first/last #1809
       new  d0c9957   cython methods for group bins #1809
       new  163cc8a   BUG: align input on setting via ix #1630
       new  8fc8d6f   Merge remote-tracking branch 'chang/groupby-last'
       new  b9848a6   BUG: DatetimeIndex localizes twice if input is localized DatetimeIndex #1838
       new  ba93669   TST: when xlrd is not installed skip tests needing it, close #1941
       new  b7d4c6c   ENH: allow single str input to na_values #1944
       new  ca2a620   BUG: fix formatting of Timestamps in to_html/IPython notebook. refactor to_html code. close #1940
       new  974136e   BUG: reindex with axis=1 when setting Series to scalar location, close #1942
       new  a2f5e56   BUG: DatetimeConverter does not handle datetime64 arrays properly
       new  2160b40   BUG: let selecting multiple columns in DataFrame.__getitem__ work when there are duplicates. close #1943
       new  01eab0b   TST: adds dateutil to travis-ci install commands
       new  2e86151   BUG: python 3 tzoffset is not hashable
       new  6455298   BUG: python 3.1 timedelta compat issue
       new  1e68fd9   BUG: missing case for assigning DataFrame via ix
       new  7b74385   BLD: add lib depends #1945
       new  e1b6e44   RLS: Version 0.9.0 Release Candidate 1
       new  9b68f22   Merge tag 'v0.9.0rc1' into debian
       new  615f06f   changelog entry
       new  ae16195   recythonized with cython 0.17~beta4+git15-g6457431-1
       new  1126cba   BUG: fix segfault in SeriesGrouper with non-contiguous index
       new  3d68165   Added Series functions to API doc.
       new  c496f0c   Adding DataFrame methods to API reference.
       new  bf2c77b   Minor fixes to time series doc.
       new  b482f1b   BUG: try fixing tzlocal bug
       new  36f00e4   BUG: fix buglet
       new  8c0e206   BUG: fix Cython tz_convert bug with time zones that haven't had a UTC transition in a long time. close #1946
       new  c69c4f0   Merge branch 'master' into c-parser
       new  c86e74a   Merge commit 'v0.9.0rc1-7-g8c0e206' into debian
       new  7ac5034    updated the version since now it is a snapshot
       new  d5014a8   recythonized with cython 0.17~beta4+git15-g6457431-1
       new  c78d5c5   BUG: DataFrame.reset_index failure if both drop and level are present #1957
       new  57eaada   ENH: refactor to high/low mem functions, consume_rows functions
       new  b3af89b   ENH: between_time across midnight #1871
       new  ee94bca   REF: major parser refactoring to be able to support C and Python parser engines
       new  6d3b887   TST: refactor parser tests to be able to swap out engine globally
       new  9692a19   REF: more refactoring.  checkpoint to debug something
       new  30d3434   REF: index_col is always a list
       new  de100c9   ENH: a bit more progress for today
       new  e03bfcd   revert skip_footer API change. use nrows instead
       new  9ceea2f   Add skip_footer to ExcelFile.parse and alias skipfooter/skip_footer
       new  045c730   ENH: more extensive refactoring to get new parser engine integrated / working
       new  46ff5a1   BUG: errors when tz is tzlocal
       new  731c8f1   Release notes and addition to test case for tzlocal
       new  1a4f041   DOC: add release notes to whatsnew
       new  5c93e83   TST: disable some more tests. making some progress on the test suite passing
       new  9345bba   ENH: more refactoring and sharing of (some still spaghettified) code
       new  11a6c02   Merge commit 'v0.9.0rc1-14-g1a4f041' into debian
       new  9237075   recythonized with cython 0.17~beta4+git15-g6457431-1
       new  022f29b   ENH: level parameter for Series.reset_index
       new  8b16192   BUG: parser test suite passing, still another couple failers
       new  9da3e3d   DOC: add level option in Series.reset_index to release notes
       new  843653c   BUG: fix build on python 2.x (hopefully) and remaining test failures
       new  5d7e992   TST: fix up tzlocal test cases
       new  7dd8bc5   Better error message for DataFrame.apply if axis is not 0 or 1
       new  f85c39f   BUG: BlockManager.iget fails with non-unique MultiIndex #1970
       new  dfc21a1   BUG: read_table unicode bug #1975
       new  dda3de2   BUG: PeriodIndex slicing by datetime fails when either end out-of-bounds #1977
       new  776ce2f   DOC: Specify default merge behavior for on = None
       new  8f28e2f   DOC: Adding details on normalization for variance functions.
       new  3ae4066   DOC: Add line about resetting to default index
       new  44a2734   BLD: link against math library explicitly. close #1955
       new  8946b18   TST: kludge around test failure on win64 python 3.2.2
       new  4543656   BLD: don't link against math library on windows
       new  64e8878   BUG: repr fix for all-NA index level. close #1971
       new  05f4477   DOC: add a few more notes on bug fixes in release.rst
       new  b4314f4   DOC: missed a few for release notes 0.9
       new  6d9bd5a   DOC: release notes, bump to RC2
       new  9c0f46d   DOC: fix up build errors in release notes
       new  20c6c91   Merge tag 'v0.9.0rc2' into debian
       new  ac8dfa4   recythonized with cython 0.17~beta4+git15-g6457431-1 for new rc2
       new  e654346   adjusted debian/watch to fetch rc tarballs too
       new  dda99d8   non-ascii bytes in "str" type are ambiguous.
       new  ee6c5ae   modify _check_method_works to test index with unicode
       new  b482fd5   BUG: #1982 fix index.summary() to handle unicode in indices
       new  8b16ff6   Break console_encode again.
       new  af3e13c   Add testing helpers for mocking and encoding tests.
       new  f6bbbdc   Add test to catch broken console_encode()
       new  9406ef3   re-introduce fix for console_encode()
       new  eb48812   BLD: link against m library in sparse ext too #1955
       new  f82d931   BUG/ENH: treat NA as additional group in merge operations. close #1990
       new  48fadc1   BUG: work around NumPy unsafe object->int casting. close #1987
       new  5c47d72   BUG: fix drop_duplicates for tuple column label
       new  a9ff644   TST: io.parsers._read should accept unicode urls
       new  f981264   BUG: _read should accept any basestring
       new  1aab9cc   TST: tseries.converter.time2num should accept basestring,not str
       new  7fc6b95   BUG: fix tseries.converter.time2num to accept basestring
       new  57be5d4   TST: tseries.converter.DateTimeConverter.convert() should accept basestring
       new  4c91c62   BUG: tseries.converter.DateTimeConverter.convert() should accept basestring
       new  a46d9ce   use basestring rather then (unicode,str) in isinstance
       new  792b005   use basestring rather then (str, unicode) in isinstance
       new  05dbb8f   BUG: allow unicode column_format in to_latex
       new  febb9b0   Adds Panel.update which is similar to DataFrame.update
       new  a4db54a   Spell conflict correctly
       new  5652ea4   ENH/BUG: filter NAs in single pass. fix out-of-bounds write in to_boolean
       new  1e07af7   ENH: enable downcasting int64 to int types that fit
       new  941073c   BLD: compiles on python 3 at least
       new  0523d98   BUG: datetime64 formatting issues in DataFrame.to_csv. close #1993
       new  483a13d   Merge remote branch 'y-p/more_unicode_fixes'
       new  1ac3ec7   TST: make test suite pass cleanly on python 3 with no matplotlib
       new  de6cce5   Merge remote branch 'y-p/fix1'
       new  ca26e88   Merge branch 'master' of https://github.com/pydata/pandas
       new  c0c7402   ENH: change default header names in read_* functions from X.1, X.2, ... to X0, X1, ... close #2000
       new  0c12d0a   DOC: whats new for #2000
       new  3a11f00   Merge remote branch 'y-p/fix_unicode'
       new  a0f4eca   ENH: buffer trimming / memory cleanup. debug consume_rows functions
       new  ab01a1a   ENH: shell of read_low_memory
       new  51cbf8b   BUG: tokenization error reporting, work on parameter hell simplification
       new  2fe453e   REF: more argument hell for sanity refactoriing
       new  4f6fac4   ENH: tokenize no more lines than requested; enable stopping mid-chunk. test suite passing
       new  c109d75   ENH: use low_memory by default. fixes
       new  f353db0   Fix naming of ewmvar and ewmstd in documentation
       new  54a68d7   Added doc stubs
       new  cfefe13   Added rplot examples to doc
       new  4e19523   Some more documentation
       new  431f4b4   BUG: read_csv regression, moved date parsing to before type conversions now so can parse yymmdd hhmm format now #1905
       new  c3f5126   DOC: update parsers header, names args doc
       new  a143cab   BUG: pandas breaks mpl plot_date
       new  692c1d6   Merge pull request #2016 from lodagro/parsers_doc
       new  6213fe4   BUG: Timestamp dayofyear returns day of month #2021
       new  355642f   BUG: dict comprehension in (af3e13c4) broke 2.6 test suite
       new  cd5101b   BUG: with_statement in test_console_encode() (3a11f00a) broke 2.5 test suite
       new  3861008   BUG: reset_index fails with MultiIndex in columns #2017
       new  c6a0c4b   BLD: quiet tox warning about missing dep
       new  2ba1e1b   ENH: Use given name for DataFrame column name for FRED API
       new  ae3bc05   Merge remote-tracking branch 'tshauck/panel-update'
       new  f490528   Allow DataFrame.update to accept non DataFrame object and attempt to coerce.
       new  ef8d7ae   clean up tests
       new  5722a57   BUG: default pandas.io.data start date 1/1/2000 per docs. close #2011
       new  1fb318d   BUG: need extra slash on windows for file://
       new  6ff72f6   Merge pull request #2012 from jleahy/ewmstd-doc-bug
       new  a1cd25f   Fix groupby.median documentation
       new  cbe91d7   Merge branch 'master' of https://github.com/pydata/pandas
       new  9e0c3fe   DOC: update docstring for DataFrame.to_csv
       new  8206704   DOC: sublicense parser-tokenizer code
       new  6f74bf8   DOC: sublicense parser-tokenizer cython code
       new  b941968   TST: add test for to_csv/from_csv inf and nan roundtrip
       new  6f31f8c   ENH: allow to_csv to save nans and infs
       new  b8b2746   fixed color keyword in time series plot - issue #1890
       new  d11eea2   BUG: in maybe_convert_numeric, if you've seen an 'inf', you've seen a float
       new  7c89dfa   TST: check for -inf dtype as well as +inf
       new  b5956fd   RLS: Version 0.9.0 final
       new  9084be0   Merge tag 'v0.9.0' into debian
       new  e5fe126   New upstream, recythonized with cython 0.17.1
       new  2880407   refactor plotting.py to only have _maybe_add_color defined once
       new  75590c4   remove comment
       new  d5e4d0a   remove call to self._get_colors() from inside _maybe_add_color() - not efficient
       new  93afe8b   BUG: fix bad ISO8601 datetime parsing #2018
       new  0947ff0   BLD: added caching to setup.py - speeds up testing dramatically.
       new  2827ac3   BUG: 0/0 and nan/0 should equal nan
       new  d73b033   ENH: make None/NaN different from INF/-INF (GH #1919)
       new  fe12c8a   ENH: special option for writing infs in csvs no longer needed
       new  8ea1a51   BUG: DateTimeConverter typo calls np._asarray_tuplesafe. TST: a few more test cases for DateTimeConverter.convert
       new  2ea9b35   fix sql keywords in columns name bug
       new  7b79b66   ENH: add method use_inf_as_null to core.common (GH #1919)
       new  c5e3fc1   DOC: update docs about null/missing values
       new  3ed119c   DOC: add caveat regarding the use of dicts as arg to read_csv()
       new  ca7fd98   DOC: grammer
       new  03401c2   BUG: index.format should accept unicode index names
       new  7fdeccb   CLN: Move test_console_encode out of wrong test class
       new  2c086e4   TST: unless a file is pure ascii, you must specify an encoding
       new  5d03a6b   TST: remove fmt.test_to_string_force_unicode
       new  d3c062b   CLN: Move _is_sequence() from pd.frame to pd.common, with other is_*
       new  4c337f5   TST: add test for _is_sequence()
       new  cbeff93   ENH: rework console encoding detection in fmt.print_config
       new  d859d15   ENH: Add helpers to pd.common: pprint_thing/_encoded(),console_encode()
       new  fb3e8e2   TST: add test_pprint_thing()
       new  11dff0d   TST: Series repr fails when name is tuple holding non string-type #2051
       new  17d9c12   ENH: SeriesFormatter footer repr now uses pprint_thing()
       new  15a78cf   ENH: explicitly encode retval of SeriesFormatter.to_string() with console_encode()
       new  55b4631   ENH: Index summary() and format() now delegate to pprint_thing()
       new  f24f772   ENH: tseries.Index.summary() now delegates to pprint_thing()
       new  00f2a97   BUG: TextReader._explicit_index_names() should allow for unicode index_name
       new  0e11730   BUG: parsers._concat_date_cols should accept unicode
       new  6a197ce   TST: test dataframe to_csv() with unicode index and columns
       new  a9896a6   TST: test series to_csv() with unicode index
       new  c9c0f95   BUG: csvwriter writerow() now delegates to pprint_thing() for non-text objects
       new  c907f6f   TST: add test for UnicodeWriter with csv.QUOTE_NONNUMERIC
       new  2e1001d   ENH: add is_number() helper to pd.core.common
       new  d115c86   ENH: UnicodeWriter (CSV) now supports quoting=csv.QUOTE_NONNUMERIC
       new  6677d39   CLN: Expunge stringify_seq() in favor of pprint_thing() in Index.format()
       new  7567b65   BUG: Add checks to df,series repr() to handle python3
       new  d968508   TST: repr() should return type str() on py2 and py3
       new  95678eb   ENH: Index.__repr__ now uses pprint_thing/_encoded().
       new  5fa2ae4   CLN: Abolish stringify and _strify in favor of pprint_thing()
       new  6af9c60   DOC: closes #1709, add link to iris data set
       new  510fc30   CLN: cleanup tox.ini, remove stale pandas/setup.py, fix tox warning
       new  c8e8779   TST: Added Script for running tox instances in parallel.
       new  50bd0dc   RLS: bump minor to 0.9.1, released=False
       new  b91756f   Merge remote-tracking branch 'y-p/cleanup_tox'
       new  04d8228   Merge remote-tracking branch 'y-p/fast_testing'
       new  00860a9   ENH: improve display of hierarchical columns in to_html
       new  3de54ae   BUG: Fixed bugs with Python 3.3 from a simple 'import pandas'
       new  fddc29d   RLS: remove license language
       new  07a2625   Merged master into c-parser
       new  ffdc78b   BUG: hack to disable type conversions for columns to be converted to strings
       new  7142e18   Fix EOF issue
       new  380f6e6   BLD: cleanup compiler warnings
       new  88c9ef5   ENH: box Series more efficiently with from_array
       new  8298253   DOC: fix intersphinx ref to python doc in io.rst
       new  ae63ebf   BUG: fix WLS r-squared to match statsmodels post 10/2012
       new  023b1d4   REF: remove old txt file
       new  f36591e   STY: pep8
       new  63c89c0   BUG: business day normalize=True/False equivalent. caused performance issues from 0.7 to 0.9
       new  f8975cf   BUG: fix improved to_html when DataFrame index is multiindex
       new  ebcbd33   ENH: BusinessDay.apply much faster when n large
       new  8cd93d3   BUG: fix group_mean segfault when axis='columns' instead of axis=1. close #2113
       new  c252129   DOC: fixed parameter name and adjusted wording for TimeGrouper constructor
       new  85d982d   ENH: tweak implementation of Timestamp.__richcmp__ to be faster
       new  3c77f29   ENH: dtype specification with dict or string/dtype
       new  7fbcada   ENH: add usecols argument a la loadtxt/genfromtxt
       new  42522c4   ENH: unicode decoding support in C parser
       new  a012014   REF: some bytes/unicode refactoring toward python 3
       new  fc44ada   REF: accept any object with read(size) method in c-parser
       new  4c7c043   ENH: no buffering
       new  5e5ef0e   TST: more unicode stuff. test suite passing on 2 and 3 now
       new  e9bc234   REF: refactor parser IO to callback structure. tests pass
       new  0f5fb55   ENH: add gzip/bz2 decompression. tweak buffer_lines heuristic
       new  f391180   ENH: Eliminate __setitem__ in pd.Index
       new  5198ec8   Merge remote branch 'brendam/fix-color-kwarg'
       new  f858c2a   BUG: don't send utf8-encoded text to matplotlib, barfs in 1.1.0
       new  b3b6076   BUG: fix output formatting, zero trimming of floats with exp, close #2120
       new  36c4842   BUG: setup.py error message lacks cache_dir argument
       new  5c2ea40   merge PR #2086
       new  9c50207   Merge remote branch 'y-p/doc_fix'
       new  0e9acad   ENH: Allow referencing of Excel columns by their Excel column names.
       new  026bc00   Fixed bug
       new  4a3599d   merge c6662de
       new  b70eb8a   TST: Added _skip_if_no_xlrd() to skip test when `xlrd` is not installed.
       new  b0b99ba   DOC: rls notes
       new  56fac89   ENH: enable DataFrame.dot to accept ndarrays. close #2042
       new  53cf5a9   ENH: also catch UnboundLocalError. close #2068
       new  37868c4   BUG: correct computation of min/max for datetime64 and box result. close #2083
       new  0a04723   BUG: fix unstacking edge case failure when filtering unrepresented combinations. close #2100
       new  fe5cc26   BUG: fix str.split failure with pipe '|' pattern. close #2119
       new  5ed523c   BUG: fix formatting of dict entries in Series/DataFrame. close #2144
       new  6f02df9   BUG: cast datetime64 values to nanoseconds in DataFrame ctor. close #2095
       new  396c3ab   BUG: correct inf/-inf handling in read_csv. close #2041
       new  c091a8a   DOC: fix flow issue, add dataframe constructor before example. close #2061
       new  e301671   ENH: per-level sort order in sort/sort_index. close #928
       new  a2085e6   ENH: intersection on DatetimeIndex with empty fails for monotonic with anchored offset
       new  12902bc   ENH: ~ for DataFrame #2110
       new  88f4e53   DOC: correct default sep in to_csv, close #2156
       new  db9446f   DOC: remove old reference to index uniqueness. close #2043
       new  d1008e8   BUG: setitem with Timestamp #2155
       new  b5b4ba3   BUG: ensure platform int in a few places
       new  669c606   ENH: revert Index mutability change. improve performance of dropna by using take. related to #2162
       new  3a8b0f8   BUG: get_indexer for MultiIndex does not raise Exception for non-unique #2101
       new  116e44a   BUG: Tick isAnchored inconsistencies #2150
       new  6484b9d   BUG: Timestamp.astimezone returns datetime.datetime #2060
       new  72f0758   ENH: rank na_options top and bottom #1508
       new  bc2790b   ENH: tweak na_option checking per #2159
       new  5b5653d   ENH: error msg for inserting list into empty frame #2147
       new  2086ae2   ENH: DataFrame where and mask #2109
       new  6247c8c   BUG: index name in to_records #2161
       new  5cf9e1f   ENH: at_time and between_time for DataFrame #2131
       new  8bdaf61   DOC: rls notes
       new  9b0eaa4   BUG: exclude timedelta64 from integer dtypes #2146
       new  04d39bf   a panel constructed with a None value throws an error (0.9 exhibits the same behavior)
       new  5fc1383   DOC: release notes. fix file modes
       new  9183ce7   DOC: make github show link to developer guidelines when opening new issue.
       new  35220f1   TST: raise assertionerror instead
       new  8142167   TST: test from #2098
       new  fbb5c5e   BUG: box Timestamps in Series/DataFrame.iget_value. close #2148
       new  b568c74   BUG: comparison methods for Tick offsets. close #2078
       new  171633b   BUG: don't lose index names in to_frame/to_panel. close #2163
       new  5f040c9   BUG: use re.search instead of re.match in DataFrame.filter with regex argument. close #1976
       new  d90d41a   BUG/ENH: support negative periods in Panel.shift. close #2164
       new  d9035b1   BUG: work around numpy zero-length boolean indexing bug. close #2096
       new  d823bce   BUG: error plotting inferred freq with N>1 #2116
       new  1b23b6f   BUG: make NDFrame.drop work with non-unique indexes. close #2101
       new  12f148b   BUG: xs MultiIndex integer level problem #2107
       new  40ed7d9   BUG: partial indexing bug: python2.5 support + tweak #2107
       new  6311182   BUG: color vs colors in LinePlot #2082
       new  4caf929   renamed test case
       new  ca40b48   BUG/ENH: week-of-month time rule inference. close #2140
       new  5907966   Merge remote branch 'chang/plot-color'
       new  99616eb   BUG: cut/qcut bin formatting bugs. close #1979
       new  7d80bee   TST: fix up bench/bench_merge.py
       new  189d04c   BUG: raise exception when view not possible of multiindex'd dataframe. close #2117
       new  94a4bbe   BUG: start_time end_time to_timestamp bugs #2124 #2125 #1764
       new  bdd143a   BUG: change default frequency for to_timestamp
       new  21a2632   BUG: add same to_timestamp change to PeriodIndex
       new  adc9238   BUG: groupby.first/last datetime64 type issue. close #2133
       new  5030474   BUG: off-center grid in case of stacked bar plot #2157
       new  5dc9390   TST: get rid of string.letters import for py3
       new  06cf604   BUG: align two tz aware frames loses tz #2127
       new  74fdbaa   Merge remote branch 'chang/to-timestamp'
       new  022e630   ENH: nanosecond tweak per #2170. period spanning in upsampling
       new  86ab2e9   BUG: better floating point robustness in moving window functions. close #2114
       new  18788f4   BUG: fix NA handling in ewma adjustment. close #2128
       new  8075f54   BUG: Series.diff for integer dtypes #2087
       new  fd26355   BUG: int dtype diff for frame. refactored diff into common
       new  06f74e5   ENH: generify common.diff per #2174, close #2087
       new  0d6fb1b   ENH: specialized cython diff functions
       new  81661af   BUG: MultiIndex.__getitem__ failure with NA values causing downstream problems. close #2008
       new  b1b85ae   BUG: basic DataFrame constructor refactoring to better support duplicate columns. close #2079
       new  3ff7b41   BUG: stop overridding matplotlib unit registrations for datetime.datetime/date/time but keep registration for pandas specific classes Period and Timestamp
       new  2b28137   DOC: rls notes
       new  f6d05f7   CLN: Moved tests for related functions closer together.
       new  9c53efb   CLN: Made Excel file instance variable name consistent across all 3 test_parse_cols*() unit tests.
       new  88dbea3   CLN: Fixed a typo in the documentation.
       new  27b454d   CLN: fix indent in bench_merge_sqlite
       new  e14ea08   CLN: clean up comment
       new  a27ee15   CLN: clean up comments in tox config
       new  ef79321   CLN: remove deprecated names argument to df.from_records
       new  8842a06   BUG: more DataFrame constructor refactoring for duplicate columns. #2079
       new  c1206b3   BUG: from_records bug when passing columns. docs clarification #2179
       new  24e84f5   DOC: draft release notes for v0.9.1
       new  ab0c629   DOC: examples for release notes
       new  3a0c265   BUG: ensure axes are Index objects in _arrays_to_mgr
       new  5d7fb08   BUG: put mpl unit registry back in for set_xlim
       new  3876f9d   DOC: remove note on not overriding mpl registry
       new  c2283f1   TST: misc test coverage
       new  c0b9c77   TST: disable test_console_encode post unicode refactor
       new  8c48052   TST: rogue foo
       new  3ebc87d   TST: fix panel/test_panel file modes. don't skip plotting tests if ipython imported
       new  79fc8c4   TST: take out IPython check for timeseries plotting tests
       new  915162e   TST: more misc test coverage
       new  128995c   BUG: do not coerce types in parser if converters specified #2184
       new  f417754   BUG: parse floats outside of PyFloat_FromString for python 2.5
       new  8fb29fd   BUG: account for different fp exponent formatting in some pythons
       new  9c812c2   BUG: partial slicing bugs for PeriodIndex
       new  db465bb   DOC: add note about converters now blocking type coersion in file parsers
       new  96c1468   Additional test coverage for v0.9.1
       new  268ee21   BLD: c-parser branch fixes for win32 platforms
       new  b989135   TST: misc coverage and cleanup
       new  dd598d5   MRG: fix merge conflicts and build issues
       new  503ccf9   BLD: remaining build/merge issues from master into c-parser
       new  67ccb03   DOC: fixed up release notes a little more
       new  7e4d704   REF: fix c-parser according to api decisions in master
       new  c25c928   BUG: catch any/all case that fails in NumPy > 1.6 with stricter casting rules
       new  7156920   DOC: spacing fix
       new  9094e83   Merge commit 'v0.9.0-166-g7156920' into debian
       new  ad6e2c3   BLD: c scope decl wrong
       new  cc099d6   BUG: bug in setup.py with cython and sdist command class #2188
       new  5c945e1   BUG: fill_value not being applied for mixed type frame #2191
       new  b159fc1   ENH: more targetting cleaning of cythonized sources
       new  726a8b9   Merge commit 'v0.9.0-169-g5c945e1' into debian
       new  a1f57b9   Fresh changelog and recythonization
       new  8662176   BUG: DataFrame constructor list of lists with duplicated columns
       new  5a152bd   Revert 866217640c false alarm
       new  6654568   boosted policy and adjusted changelog
       new  4d8aa2b   Updating help text for plot_series
       new  5d0565e   Merge pull request #2195 from michaelaye/patch-2
       new  6b13318   TST: printing df.columns should not raise exception when labels are unicode
       new  9cf39ac   DOC: build docs for previous releases
       new  0792194   BUG: printing df.columns should not raise exception when labels are unicode
       new  0230bbf   BUG: allow full color name as string when plotting single column frame
       new  83c377e   BUG: pprint_thing() should not realize lazy things
       new  f6ca3e3   TST: df.ix[:,unicode] should not die with UnicodeEncodeError
       new  51877c8   BUG: df.ix[:,unicode] should not die with UnicodeEncodeError
       new  209fb0b   TST: MultiIndex repr should properly encode unicode labels
       new  46ef8a6   BUG: MultiIndex repr should properly encode unicode labels
       new  4cc0970   TST: nested exceptions clobber the exception context, must reraise with named arg
       new  f2db4c1   BUG: nested exceptions clobber the exception context, must reraise with named arg
       new  2d75591   BUG: use pprint_thing() rather then str()
       new  acfa4ab   BUG: use pprint_thing() rather then str() in Block.repr()
       new  2a22b5b   BUG: remove inlining for some functions to maintain clang compatibility #2188
       new  cb1133f   BUG: join_non_unique doesn't sort properly for DatetimeIndex #2196
       new  68bde25   set link target for faq site
       new  d5d31f1   BUG: don't coerce False/True to 0/1 in engines. close #2199
       new  02b6f79   link the info on scikits.timeseries
       new  bf80c0a   Merge remote branch 'y-p/unicode_'
       new  27e34a4   BUG: improper MultiIndex conversion issue. close #2200
       new  6b09390   ENH: add pow/rpow to DataFrame. close #2190
       new  5d5bda6   ENH: eliminate _str() in favor of pprint_thing
       new  8d45dc4   ENH: let users disable autoconversion to PeriodIndex in plotting so an externally setup twinx can work with irregular + regular freq timeseries #2205
       new  aa5d9b5   ENH: add pd.plot_params.use as contextmanager to temporarily set a plot parameter #2205
       new  e7f6eda   DOC: describe suppression of auto tick locator adjustment #2205
       new  a5075d1   TST: add from future import for py2.5 compat
       new  2d576ee   RLS: mark 0.9.1 RC 1
       new  0ba00ee   CLN: use com._is_sequence instead of duplicating code
       new  c8a45cb   TST: df with dupe cols should raise KeyError on accessing non-existent col via list
       new  65e716a   BUG: df with dupe cols should raise KeyError on accessing non-existent col via list #2218
       new  611cd0f   TST: df.iteritems() should yield Series even with non-unique column labels
       new  4a5b75b   BUG: modify df.iteritems to support duplicate column labels #2219
       new  bd45d39   ENH: warn user when invoking to_dict() on df with non-unique columns
       new  804eaae   in core/frame.py
       new  540fafd   relaxed __setitem__ restriction on boolean indexing a frame on an equal sized frame
       new  030bc66   fixed file modes for core/frame.py, test/test_frame.py
       new  a72d886   BUG: Incorrect error message due to zero based levels. close #2226
       new  a090024   Merge pull request #2231 from justincjohnson/master
       new  a305fb1   Merge pull request #2223 from y-p/fix3
       new  4dae1b5   TST: add dual ( x op y <-> y op x ) tests for arith operators
       new  3001af2   TST: getting column from and applying op to a df should commute
       new  8034116   in core/frame.py
       new  a414346   added back mask method that does condition inversion added condition testing to where that raised ValueError on an invalid condition (e.g. not an ndarray like object) added tests for same
       new  d56d0e6   BUG: fix internal error in constructing DataFrame.values with duplicate column names. close #2236
       new  564175e   Merge remote branch 'jreback/maskv3'
       new  ca8a6ba   BUG: make inplace semantics of DataFrame.where consistent. #2230
       new  b4f4e25   Merge remote branch 'y-p/fix1'
       new  cda2084   BUG: 1 ** NA issue in computing new fill value in SparseSeries. close #2220
       new  5fdec0d   ENH: Use __file__ to determine REPO_PATH in vb_suite/suite.py
       new  48df7c3   ENH: make vbench_suite/run_suite executable
       new  930a267   BUG: coerce ndarray dtype to object when comparing series
       new  4f982ac   TST: unit test for #2214
       new  bf538a9   BUG: icol duplicate columns with integer sequence failure. close #2228
       new  524cd3e   Panel4D is like a Panel object, but provides 4 dimensions: labels, items, major_axis, minor_axis
       new  77aa4f6   fixed file modes
       new  e374f0f   BUG: axes.color_cycle from mpl rcParams should not be joined as single string
       new  5753e12   Merge commit 'v0.9.1rc1-27-ge374f0f' into debian
       new  6516908   updated changelog
       new  1beda33   recythonized
       new  bd34795   BUG: fix tz-aware resampling issue. close #2245
       new  a97b9b5   BUG: SparseDataFrame.icol return SparseSeries. SparseSeries.from_array return SparseSeries. close #2227, #2229
       new  687424e   BUG: ExcelWriter raises exception on PeriodIndex #2240
       new  20529df   ENH: disable repr dependence on terminal width when running non-interactively. #1610
       new  60e69a3   BUG: issue constructing DataFrame from empty Series with name. close #2234
       new  3f4f285   BUG: parallel_coordinates bugfix with matplotlib 1.2.0. close #2237
       new  261a0c2   BUG: make Series.tz_localize work with length-0 non-DatetimeIndex. close #2248
       new  2266a9e   Reincarnated lost changelog entry for prev Debian release
       new  aed5896   BUG: override SparseDataFrame.icol to use __getitem__ instead of accessing _data internals. close #2251
       new  2335d10   TST: icol() should propegate fill_value for sparse data frames
       new  2267a65   BUG: icol() should propegate fill_value for sparse data frames #2249
       new  9867f8a   RLS: Version 0.9.1 final
       new  c36a2f0   update 0.9.1 whatsnew to add where/mask commentary
       new  6a14733   Merge tag 'v0.9.1' into debian
       new  9e871a0   releasing now
       new  fe81e61   updated version for cythonized sources
       new  a7f78b2   debian/watch -- adjusted to track ever changing url on github
       new  fed3861   Merge c-parser branch
       new  4519310   RLS: bump version to 0.9.2dev
       new  cb47484   Merge branch 'master' of git://github.com/pydata/pandas into panelnd
       new  25cc4e1   BUG: handle IO callback failure from read(...). close #2071
       new  da287b0   added tests file for panelnd in pandas/tests/test_panelnd.py
       new  a5bf01b   BUG: diff breaks for neg periods #2266
       new  8be92dc   BLD: get C parser working with MSVC. cleanup
       new  3fd8f36   ENH: integrate grouped histogram #2186
       new  4c65757   BUG: byte string on python 3
       new  f171d2e   BUG: skip offending test on python 3 altogether
       new  b496689   Added support for specifying colors to use with parallel_plot
       new  bdbca8e   BUG: fix borked data-copying iteritems performance affecting DataFrame and SparseDataFrame. close #2273
       new  61334b8   ENH: add encoding/decoding error handling
       new  33ef720   TST: pprint_thing should escape embedded tabs
       new  2cc0c16   ENH: pprint_thing will escape embedded tabs in returned string #2038
       new  d339d42   DOC: release notes
       new  75a8aa2   Clarified input for colors kwarg
       new  d36de58   TST: don't use assertRaises as context manager
       new  ddab99f   BLD: fix build after renaming files to tokenizer*
       new  54c81e2   TST: add unit test for skipinitialspace with na values. close #2208
       new  41c9844   TST: unit test on boolean parsing to close #2090
       new  66415ec   BUG: fix conflict between passed names, usecols, header options. note API breakage from <= 0.9.1. close #2270
       new  ee69e39   ENH: google analytics integration using oauth2
       new  8e5c985   Merge pull request #2048 from arsenovic/fix-io.sql.keyword_in_column_names-bug
       new  913d577   ENH: unicode tweaks to Block.repr
       new  a5435b8   DOC: update docstring of get_indexer
       new  0f9be49   CLN: frame._convert_object_array now uses com._default_index for uniformity
       new  008ecd3   TST: test case for Block.repr with unicode items #2256
       new  3c6f7b9   BUG: datetime64 boxing when retrieving DataFrame cross-section. close #2272
       new  85dc85e   DOC: clarify pd.concat docs regarding ignore_index parameter #2003
       new  1e6e197   Merge branch 'master' of https://github.com/pydata/pandas
       new  626b115   Added test case for parallel plots colors param; added support for specifying colors list as tuple or list
       new  6eda2c9   Added support for specifying colors to use with parallel_plot
       new  c4e7ba3   Clarified input for colors kwarg
       new  5aae622   Added test case for parallel plots colors param; added support for specifying colors list as tuple or list
       new  1076948   ENH: inplace for DataFrame.sortlevel #1873
       new  bda1f73   DOC: clarification on Series.apply #1910
       new  0c2f2d0   BUG: loses nano precision when converting Timestamp objects #2252
       new  785f0f7   CLN: use is_timestamp instead of isinstance
       new  2b36acd   BUG: use more platform-robust fp check. close #2280
       new  1320156   ENH: Enable DataFrame to accept scalar constructor values like Series #1856
       new  df7f185   Added use_columns kwargs to parallel_plot to enable use of columns as xticks (allows for non-uniform scaling)
       new  6a6684f   Added support for passing xticks into parallel_plot()
       new  686b5b4   Expanded on parallel_plot() docstring
       new  dde9d07   Added tests for parallel_plot() use_columns and xticks kwargs
       new  19dc284   BUG: fix concatenate bug causing #2057, but obscured by omitted asserts. close #2057
       new  35dd6ac   TST: validate #2257 fixed by 19dc284
       new  e2cbe76   ENH: pivot annual hourly #2183
       new  3082af0   TST: tweak test case for pivot_annual
       new  ade95fc   BUG: dtype=object should stop conversion from object in frame constructor #2255
       new  f2941c2   CLN: put new kwd at the end
       new  a28a5cc   BUG: groupby first/last datetime64 for Series #2133
       new  b8dae94   BUG: fix issues with \r-delimited files in C tokenization code. close #2296
       new  4a6e6d2   ENH: DataFrame.from_records takes iterator #1794
       new  c89e9bb   BUG: remove asserts from core #2288
       new  57753d5   BUG: reversed assert condition on a check in frame
       new  b5ea387   Get rid of newline. Triggering Travis
       new  61766ec   BUG: fix python3 issues
       new  b1e916e   excel format
       new  bce9118   excel format
       new  b178066   excel format
       new  2b1c191   CLN: remove next() shim for python 2.5
       new  45607c0   CLN: remove with_statment import for python 2.5
       new  2091db4   CLN: drop py25 from tox ini files
       new  afde3f2   adding na_repl, cols argument to excel formatter
       new  7288fa6   BLD: make xstrtod not inline
       new  8677ed8   TST: df.to_string() should respect self.col_space
       new  03a31cc   BUG: df.to_string() should respect self.col_space, #1000
       new  f187a3a   TST: df.to_html() should respect col_space argument
       new  875a0e9   BUG: df.to_html() should respect col_space argument. #1000
       new  efe48a5   DOC: change definition of col_space.
       new  ac0898f   TST: series tidy_repr with unicode data values
       new  007622d   ENH: Series tidy_repr should use pprint_thing and console_encode #2225
       new  2599741   ENH: to_string() and to_str_columns() should return unicode, deprecate force_unicode #2225
       new  a34ac81   ENH: convert more internal string processing to unicode, SeriesFormatter, Index.format, etc'
       new  695aa06   DOC: add note about formatters needing to return unicode (if returning strings)
       new  c22da50   TST: str(x)/unicode(x),bytes(x)/str(x) should always work if x is a df/series containing unicode
       new  b7cc302   ENH: py2/py3 support for str(x)/unicode(x) and bytes(x)/str(x) for series,df,panel
       new  f0deaa6   TST: str(x)/unicode(x),bytes(x)/str(x) should always work for Index,MultiIndex
       new  436bf36   ENH: py2/py3 support for str(x)/unicode(x) and bytes(x)/str(x) for Index,MultiIndex
       new  bc271d8   BUG: resolve memory use problems in unstack for potentially very large key spaces. close #2278
       new  a5fbf9b   TST: modify vbench test so it won't run out of memory
       new  d354267   adding float_format to ExcelFormatter
       new  5ecae6b   Merge remote branch 'y-p/cln_25'
       new  3a811dd   TST: Repr of large Index should print a summarized version
       new  9211fd5   BUG: Repr of large Index should print a summarized version #2319
       new  5971637   TST: unit test for #2329
       new  eb00827   BUG: PeriodIndex as DataFrame column should box to Periods #2243 #2281
       new  2b06aa2   VB: set PeriodIndex as DataFrame column
       new  4a200b8   ENH: micro perf tweaks to speed up DataFrame constructor, unit testing
       new  7a76656   BUG: raise exception when calling Series.reset_index with inplace=True. close #2277
       new  329c1bc   BUG: remove duplicate vbench test `series_align_int64_index_binop`
       new  2ca46c0   ENH: Add test_perf.sh, make vbench dead easy.
       new  5af2f95   ENH: accelerate label compression. accept >= 10 micros in test_perf
       new  9202540   VB: add test for iteritems performance
       new  5d6e7c8   ENH/BUG: setting multiple columns via hierarchical idnexing. close #2295
       new  633602e   TST: combining frame with empty frame still unions index
       new  9edd478   BUG: combining frame with empty frame still unions index. #2307
       new  bb8abd7   Merge remote branch 'chang/frame-dtype'
       new  f29106d   BUG: DatetimeIndex.join tz-aware issue with how='outer'. close #2317
       new  36fd857   add where and mask methods to Series. where returns a series evaluated for the cond with a shape like the original
       new  6876c17   ENH: tweaks to Series.where #2337
       new  930c140   BUG: Series.where always inplace
       new  c01d1bc   BUG: tz-awareness for DatetimeIndex.normalize #2338
       new  ed5a4e8   API: deprecate broadcasting TimeSeries across datetime indexed DataFrame index by default #2304
       new  5645be2   TST: better suppress deprecation warnings
       new  81169f9   BUG: allow integer dtypes in pivot_annual #2019
       new  01bc3e0   TST: df.pop() of non-unique column
       new  a2a045d   ENH: add com.split_ranges util function
       new  d95500e   TST: add tests for com.split_ranges()
       new  f64ccf0   BUG: support duplicate columns in DataFrame.from_records. close #2179
       new  1c0169d   updated docs for indexing to incorporate where and mask
       new  541c9a8   DOC tweaks and better deprecation message for DataFrame #2304 #2337
       new  94bd4e7   changes to HDFStore:
       new  8d277e3   ENH: min_periods for corr/cov #2002 and TST tweak to use better sys.stderr idiom 5645be2
       new  0e942cc   BUG: deletion of non-unique column. closes #2347
       new  e0f965c   TST: split_block_at() after changes
       new  2dcd5d4   DOC: docstring of Index.get_loc, clarify return type
       new  9dcb113   ENH: normalize for asfreq #2137
       new  fa0934f   Make sparse frame and series construction more efficient.
       new  ceffed3   ENH: small tweaks to sparse series/frame constructors #2322
       new  23d1e9d   DOC: resolve merge conflicts in RELEASE.rst
       new  0982ee6   BUG: fix segfault in boolean parsing. consistent upcasting in C/Python parser. close #2348
       new  5241cba   ENH: add command line arguments to test_perf
       new  94970fe   ENH: test_perf fixes to repo parsing
       new  2149c50   TST: reduce memory usage of vbenchmarks
       new  8a43815   BUG: Series footer formatting when name field is not 'True'
       new  46e75d9   BLD: make more tokenizer functions static
       new  2600432   BUG: fix pernicious memory usage problem in SparseDataFrame constructor. close #2350
       new  92c489e   BLD: remove offending overflowing constants. close #2341
       new  dce6f8b   Update doc/source/r_interface.rst
       new  20ffb69   testing for PyTables 2.3 was incorrect (for allowing indexing support); added test to catch
       new  b4f142a   BUG: default_index creates int64 even in i32-native platforms
       new  c1ec3c5   Merge remote branch 'y-p/fix_pop_with_dupe_columns'
       new  5702b2a   ENH: vectorize lib.date_normalize re: #2338
       new  1d78502   ENH: use Vector classes in hash tables. attempt to fix clang build issues #2188
       new  6dfa5fc   RLS: bump dev version to 0.10.0
       new  78547a9   BUG: series comp non-object dtype does not raise error on diff length
       new  bd54c9e   tweak Series comparison so type check doesn't have to be done more than once
       new  0b094b2   ENH: Make `pprint_nest_depth` settable via print_setoptions, update docstring.
       new  cd8c446   ENH: Add core.config module for managing package-wide configurables
       new  0167e24   ENH: Add new core.config API functions to the pandas top level module
       new  5719a5a   ENH: Migrate print_config usage to use core.config, register options on pkg load
       new  5e98eae   TST: Add tests/test_config.py for new core.config module
       new  3bf6a46   BUG: fix #2299?
       new  d4810f0   ENH: return DataFrame if Series.apply function returns Series. close #2316
       new  ae94f89   ENH: micro optimizations in Index.__new__
       new  ae1b8a8   BUG: fix cython bug in windows handling nanoseconds
       new  f3858fd   TST: vbench for Index.__new__
       new  3d4f1e6   ENH: streamline factorization, don't compute counts array. speed up groupby
       new  5568670   BUG: route warning messages from tokenizer to sys.stderr. close #2361
       new  6fca163   TST: make travis run all 'not slow' unit tests
       new  be238bc   CLN: remove endianess specifier in test_from_M8_structured. #2318
       new  ef04a60   BUG: fix array endianess in test_fperr_robustness if needed. #2318
       new  b76fe2a   BUG: tools.parse_time_string does not parse intraday strings correctly #2306
       new  d70910d   CLN: more test_perf cleanups
       new  cf11a3b   BLD: remove static declaration
       new  deb3676   added an example of boolean selection using OR
       new  e734755   BUG: don't use kvec because numpy may use private heap
       new  384f30b   BUG: 32-bit index array issue
       new  d5a8166   ENH: add py2.6 compatible OrderedDict shim in utilcompat
       new  f6d48ca   BUG: hash random. in 3.3 exposed reliance on dict traversal order. #2331
       new  a240b29   Merge y-p/unicode__ #2224
       new  abcc096   BLD: temporary workaround for travis numpy/py3 woes
       new  68c2def   Merge pull request #2365 from y-p/travis-fix
       new  fbd77d5   TST: test for #2225
       new  841c991   ENH: partial date slicing for day, hour, and minute resolutions #2306
       new  c99dc49   Merge branch 'master' into excelfancy
       new  a87194b   PERF: performance regression in unioning multiple DatetimeIndex objects. #2336
       new  3f6e316   Merge remote branch 'y-p/config_module'
       new  42932b5   Refactor of PyTables support to allow multiple table types.
       new  3075089   provide python3 packages
       new  92f5f35   doc updates:    added whatsnew for 0.10.0    added new apply functionality to whatsnew and flexible apply in groupby
       new  4b76509   minor doc changes to reflect v4
       new  cc86bd2   DOC: mention new options API in whatsnew 0.10.0
       new  400da7f   Merge pull request #2372 from y-p/doc_fix
       new  7f32698   ENH: be more careful about performance in list conversion when passed to _ensure_index. per #2336
       new  a4191c6   Merge branch 'master' of https://github.com/jreback/pandas into pytablesv4
       new  64c2eb6   Merge branch 'master' of git://github.com/pydata/pandas into pytablesv4
       new  1037fc0   TST: convert to array first before vbench
       new  a25ffc3   PERF: fix iteritems performance regression in unique case. #2336
       new  6a7c11c   ENH: more flexibility in parser dtype specification. close #1858
       new  808c30c   BUG: don't let dateutil do weird stuff with empty strings. close #2263
       new  238f522   ENH: handle comments in C tokenizer. add synthetic vbenchmark. close #1204
       new  bd726d3   update v0.10.0 whatsnew docs for PyTables Table features added additional test cases for Terms in test_pytables.py subtle change to parsing order in Terms (e.g. '<=' would only cause '<' to be picked up)
       new  ba4ce77   updated whatsnew with list of bugs/enhancements for pytablesv4
       new  6c6dae7   BUG: prevent uint64->int64 casting overflows. close #2355
       new  96545d0   BUG: enable joins to work between multiindex and non-multi. close #2024
       new  537e6a6   ENH: add duplicated/drop_duplicates functions to Series. close #1923
       new  6b5be05   BUG: fix time zone handling in union between non-overlapping DatetimeIndex. close #2367
       new  8316a1e   BUG: raise OverflowError on integer values exceeding int64 precision in parsers. close #2247
       new  ca5d49e   TST: make sort default to False in merge
       new  64a6f17   BLD: add travis 3.3 environment, allow fail for now
       new  6e92152   VB: add tool to measure per benchmark memory consumption (experimental)
       new  174f33d   BLD: add vbench based util for benchmarking the current head into a gist
       new  e80d24e   BLD: add a 2.7 vbench build to the travis build matrix
       new  e28903c   ENH: configurability of boolean value indicators. true_values/false_values arguments to read_csv/table. close #2360
       new  288905e   BUG: fix python 3.2 bytes issue
       new  f0992ef   update RELEAST.rst for v0.10.0 for HDFStore changes
       new  52fa3d2   BLD: fix travis.yml, print is a function in 3.x
       new  8ce2b04   Merge pull request #2375 from y-p/fix1
       new  9796924   BUG: figsize and title for plotting xy columns #2342
       new  08f8b57   BUG: intercept NumPy median in groupby #1989. Also some doc fixes
       new  f13d093   excelformatter handles multiindex, aliases
       new  9ae35f8   hadling all attributes
       new  5138bdc   reader bug fix (colnames was None.1,....), datetime hadling, period
       new  c1708b2   adding styling test
       new  09a8711   BLD: modify travis to install numpy 1.6.2+fixes on py3
       new  1faca16   Merge pull request #2378 from y-p/fix1
       new  7e59b5b   Merge PR #2371
       new  8829b25   BUG: fix pre-PyTables 2.3.1 issues
       new  ad1dd0e   DOC: pytables what's new tweaks.
       new  a6a733b   Merge pull request #2389 from y-p/doc_fix
       new  d0fce8e   added a min_itemsize example to the docs min_itemsize can be passed as a dict
       new  225e4d2   ENH: enhance useability of options API
       new  389da90   adding argument has index_labels  to excel reader to handle index_labels not in the same row as columnnames
       new  95500f0   ENH: density property for SparseSeries #2384
       new  13080c8   Merge remote branch 'locojay/excelfancy'
       new  749318f   ENH: rename index_labels to index_names. #2370
       new  447b15c   TST: "x in ix" fails for dupe keys in DatetimeIndex
       new  8781bf4   BUG: "x in ix" fails for dupe keys in DatetimeIndex
       new  e77aff9   CLN: remove random.seed() call
       new  6172fbc   BLD: add xlrd, openpyxl installation to travis build
       new  de3d0a1   Added test for specifying line terminators in frame
       new  b668c64   Another test for DataFrame.to_csv: the default line terminator should remain \n
       new  998b09a   In DataFrame.to_csv tests, added leading commas to test cases
       new  ed5a5c3   Added line_terminator parameter to DataFrame.to_csv
       new  ef7c55e   STY: pep8 line lengths
       new  f7143cb   Merge remote branch 'y-p/fix_col_space'
       new  2ebfae0   BUG: DatetimeIndex.to_period buggy with tz #2232
       new  daba6cc   subsume plib.pyx into datetime.pyx and got rid of _period extension
       new  504c7f1   RLS: release notes
       new  ea75b4b   BUG: optionally import xlwt
       new  428803a   Excel tweaks to handle PeriodIndex and split test cases #2370 #2294 #2395
       new  bda1452   ENH: centered moving window functions #1270
       new  5a8353f   BUG: fix some usecols use cases. better error handling
       new  915d261   ENH: centered moving windows for array input
       new  7b4492d   REF: reorganizing cython code. sharing ext types still not working
       new  45e478a   BLD: pandas imports. lot of stuff still broken though
       new  5c78ecb   TST: test suite passes\!
       new  11dcced   BLD: fix group_median
       new  21f7a6b   REF: more consolidation, cleanup
       new  c114adc   BUG: problems with qtconsole and _repr_html #2275
       new  4289479   TST: check whether a repr_html is based on max cols/rows faking a qtconsole
       new  747039b   TST: improve DataFrame.to_string perf. add vbenchmark. close #2399
       new  5740668   CLN: add deprecation warning to set_printoptions, reset_printoptions
       new  1db53cf   API: fillna method argument should be None by default and raise on both value and method #2027
       new  dcf9d6e   API: fillna defaults to no method. Also add ffill and bfill as convenience functions #2027
       new  42393e9   DOC: release notes
       new  fdf363a   BUG: py3.3 returns False, not TypeError datetime==datetime+tz #2331
       new  f7df89b   BLD: trim now missing pyx files from dependencies
       new  7306b65   ENH: handle fractional seconds when parsing multiple datetime components. close #2209
       new  8721059   ENH: dynamic docstrings for options API
       new  b90254c   DOC: document change of to_string() to return unicode
       new  6cf2a7e   DOC: add openpyxl, xlrd/xlwt as optional dependencies to README
       new  2f67650   CLN: rename "print_config.X" to "print.X"
       new  00caab3   TST: add multiprocessing for ga tests and also limit dates requested
       new  d0066ab   Merge pull request #2283 from changhiskhan/google-analytics
       new  ea7f032   TST: make httplib2 optional import for google analytics test case
       new  5d2bc24   TST: script for splitting test suite over processes
       new  19eeff8   BUG: indexing a DataFrame with MultiIndex through .ix[index, col] with unsorted index #2314
       new  35b7f6e   TST: multiprocessing tests
       new  a0bed85   TST: skip test if no xlwt or openpyxl
       new  55b3911   TST: move excel tests to one test module. speed up unit tests
       new  d65c5c0   TST: don't parallelize hdfstore tests
       new  5fdae30   BLD: fix setup.py on py3 and py3-compatible relative imports
       new  a313131   TST: fix python3.3 build issues (on linux at least) #2331
       new  37e7ef0   support hierarchial path-name like keys in stores (e.g. foo/bar/bah) support removal of sub-stores by a higer level key 	(e.g. store.remove('df') will remove everything in the '/df' namespace and below) access to namespaces is ABSOLUTE (and a '/' will be assumed if not provided), e.g. store.get('df') will get '/df')   thus is backwards compatible slight change to the __repr__ to show the paths
       new  06d55c0   store.keys() now returns the ABSOLUTE path-name of the sub-stores (e.g always has a leading '/') bug in __repr__ for tables - fixed
       new  35f37fa   support a non-none where that is empty in removals (e.g. where = [])
       new  ff21355   added test for trying to write to legacy_tables (which now fails correctly)
       new  3950684   ENH: Support conversions on datetime columns
       new  083227c   Merge remote branch 'y-p/deprec_print'
       new  f4b5cbb   DOC: release notes
       new  7faeaa7   add autopkgtests
       new  fe0d641   DOC: release notes
       new  6abbbc1   BUG: assigning multiple columns in a hierarchically indexed DataFrame. close #1803
       new  0f59d14   BUG: fix failing vbenchmarks #2404
       new  45f9e5e   Merge PR #2050
       new  afa6488   ENH: move cython code from PR #2050 to pandas/lib.pyx
       new  444a2e8   BUG: fix other vbench failures #2404
       new  4729abc   TST: ignore FutureWarning in core.format
       new  f33641a   TST: use unique filenames in tests for (test_multi)
       new  ba8ddaa   source/options: extend-diff-ignore="^[^/]+\.egg-info/"
       new  06cd46d   Picked up two patches from Julian: fix-endian-tests, relax-float-tests
       new  7ea7fb6   Dropping pysupport, reduction of code duplication between python 2 and 3, upload to unstable
       new  d5f10fa   TST: clear more FutureWarnings from test suite
       new  9deda9e   API: change resample to infer correct closed and label value by default #2363
       new  a7d5ac7   BUG: specify 'strict' parsing in csv.reader #2331
       new  b46c33e   BLD: add user-access-control option to setup.py. close #2345
       new  ef4ded1   Merge PR #2369
       new  4015e7c   BUG: use tslib instead of lib
       new  41bc4c4   Added per python-version specific unittests exclusion + trying to pass robustification flags
       new  d87e991   slight tune up of changelog entry
       new  86806fc   ENH: some cython type checking tweaks and a vbench
       new  7e2a47d   TST: unit test to try to replicate #2298
       new  90009f8   TST: test tabs, too
       new  9d4fc4f   BUG: pass StringIO to private dateutil method to satisfy dateutil 2.1
       new  e9f8fc4   Panel4D is like a Panel object, but provides 4 dimensions: labels, items, major_axis, minor_axis
       new  f0d0105   TST: fix file modes
       new  16becb0   BUG: skip scipy-depending test if not installed
       new  d9d59f6   tweaks
       new  6518231   BUG: failure if to_html gets index formatters
       new  25274a9   BUG: specify formatters for the index
       new  ce604af   TST: more tests for resample closed and label inference
       new  0adf784   BF: unstable doesn't have python3-matplotlib yet
       new  029d12d   Merge pull request #2409 from changhiskhan/index-format
       new  bb98b05   TST: py3compat for bom parser test case
       new  30a68819  Condition requirement of having python3-matplotlib
       new  bc0ef52   ENH: start working toward refactor for fast apply
       new  bf906bc   ENH: more refactoring. add consolidation checks to speed up concatenation
       new  ca6120f0  Additional cythonized files generated.c, period.c, plib.c missed in previous commit
       new  daac6a3   ENH: cythonize separately for python2 and python3
       new  4b02209   slight cleanup in debian/rules
       new  ef06ca2   BLD: remove breaking user-access-control
       new  4cc5aa5   DOC: cleanup ipython fragment in 0.10.0.txt
       new  0da7e34   DOC: Improve error message for pd.reset_option
       new  c93cb42   DOC: document new 'options API' functions.
       new  1b7ceed   DOC: update descriptions of print.X options
       new  03e0f31   DOC: update RELEASE.rst
       new  1985725   DOC: update RELEASE.rst
       new  8a9ad9c   DOC: update RELEASE.rst
       new  dc8e07c   TST: use integer division operator for 3.3
       new  d97766a   TST: fix bytes/text issue in py3 failing test
       new  1f41f01   TST: really fix bytes/text issue in py3 failing test
       new  c63d369   added docs for Panel4D/panelnd updated whatsnew/RELEASE removed old variable in panel creation (was for a previous version)
       new  ca8c735   minor refactor of panel4d to use factory methods from panelnd bug in _get_plane_axes definition in panelnd updated to docs of panel4d to list currenctly disabled methods
       new  91003d6   added back unicode printing in __str__ for panel
       new  b28f8b4   added boolean comparison methods to panel
       new  8a30a5d   add tests for align in comparison ops (we don't have align yet, so raise!)
       new  1909742   failing on __neg__ and __invert__ (only for a sparse panel); was wrapping array, now -1 * self
       new  2413f37   added p4d comparison tests
       new  66140d2   whitespace errors in docs fixed update RELEAST.rst about comparison ops in Panel
       new  032fbf8   ENH: better printing for wide DataFrames
       new  9e95ce2   ENH: reduce groupby.apply overhead by internal DataFrame manipulation. close #535
       new  8520df7   TST: init df attributes ._is_consolidated, ._known_consolidated after un-pickle #2431
       new  0b6b472   BUG: init df attributes ._is_consolidated, ._known_consolidated after un-pickle #2431
       new  100fb8f   BUG: handle non-existent files in parser. close #2428
       new  325a73a   TST/ENH: tweaks for wide frame repr
       new  82d198a   BLD: New build matrix for Travis
       new  2cefd24   TST: test cases for wide DataFrame repr
       new  85b4b11   CLN: remove "digits" option, introduced by mistake in move to core.config #2422
       new  67ef67f   DOC: remove note about future addition of DatetimeIndex
       new  f985aa1   BUG: fix utf-16 handling re: #2418, #2298
       new  4e49d29   BUG: move utf8 recoding elsewhere, add test case to deal with #2298
       new  f60ee96   Fix issue compiling with MSVC9
       new  d383990   BLD: add .txt data files in pandas.io.tests
       new  22c6fba   BUG: to_datetime on single string returns today month and day by defaultl
       new  1f2b346   BLD: user-access-control again in bdist_wininst
       new  a84c1d4   ENH: Add batteries-included index and DataFrame generators to tm
       new  76d6340   Update gotchas.rst with discussion of issue 2388
       new  e8cff23   Merge remote branch 'chang/resample-interval'
       new  8abd46c   DOC: release notes
       new  6376011   ENH: value_vars for melt
       new  dbb4552   Merge PR #2407
       new  2d9e25a   TST: remove some unused imports. add vbench for dataframe column insertion
       new  0a3fd63   ENH: args for strip/lstrip/rstrip #2411
       new  c3e75db   BUG: Series.tolist override for datetime64 #2447
       new  7461b45   BUG: dateutil.tz.tzoffset tzname formatting fails with dateutil 2.1. close #2443
       new  eb64630   DOC: update dependency lists. close #2406
       new  07318fa   BUG: fix python3 test failures
       new  ec86497   BUG: make GroupBy.apply work properly with TimeGrouper. close #2300
       new  d010899   BUG: get_level_values should return Index to avoid boxing issues. close #2449
       new  b0a19c8   BUG: don't convert object->datetime64 when calling DataFrame.apply. close #2374
       new  7859063   ENH: missing trailing fields become NA, and tested to verify that's the case. close #2430
       new  24133e8   BUG: don't allow to_panel to succeed if index is not unique. close #2441
       new  cde9690   Merge PR #2436, wide DataFrame repr
       new  cf91f46   ENH: make expand_frame_repr true by default, change max cols/rows default options per #2436
       new  9979464   BUG: user-access-control should be user_options and not options
       new  a1b8fe2   BLD: update setup.py numpy version deps for python3
       new  c03af9a   BUG: get rid of offending user-access-control specification in setup.py
       new  7e53266   TST: unit test to close #2453
       new  36043e8   REF: Series inplace methods return None. #1893
       new  61793b6   REF: DataFrame inplace methods return None also. #1893
       new  2688554   DOC: release note re: #1893
       new  d1549b7   BLD: allow numpy 1.7.0b2 for py3.3
       new  e8c6c56   TST: DataFrame ctor should respect col order when given OrderedDict
       new  ba4031e   BUG: DataFrame ctor should respect col order when given OrderedDict #2455
       new  fcde6f5   DOC: update RELEASE.rst
       new  d37821c   BUG: further hash randomization fixes in test_groupby
       new  9b0916e   REF: remove unnecessary int cast
       new  ceb175a   Merge remote branch 'y-p/2455'
       new  f5fb54b   BUG: fix 1D index in tm.makeCustomIndex
       new  7cc9779   ENH: try to detect encoding via sys.stdout first, then sys.stdin
       new  6c6f154   DOC: update RELEASE.rst
       new  40f3d7d   write index labels in same row as columns
       new  a0c6cd7   BUG: don't put backslash in DataFrame repr when only 1 group of columns
       new  fb560b8   DOC: release notes for C parser. close #2462
       new  be7490a   ENH: expose decimal option in new parser in read_* functions. close #2466
       new  f55dfed   BUG: mixed frequency alignment bug due to PeriodIndex.asfreq defaults #2448
       new  921c754   DOC: update parser docstrings and io.rst about  api change. close #2459
       new  f4108b7   typos in io.rst moved some api changes docs to the proper place
       new  5759093   large files
       new  bc3fcc6   test fix
       new  a7ff671   TST: unit test to verify #2396 fixed
       new  1e5c9d0   API: add prefix option to parsers for default column names. make default column names consistent with range(n) DataFrame constructor behavior. close #2034
       new  6a5b1f9   ENH: add tokenizer that can handle custom length-1 line terminators. close #2457
       new  bf0c904   TST: python 3 fixes
       new  7679eee   BUG: fix usecols case when passing names and usecols relative to passed names. close #2465
       new  36ef227   ENH: convert to TimeSeries when setting a DatetimeIndex. close #2139
       new  50f5277   TST: skip compression tests if either gzip/bz2 not built with user's python. close #2424
       new  bc8551e   TST/ENH: finish implementing centered moving window functions from scikits.timeseries
       new  1a41860   TST: tweak test case to not skip unnecessarily
       new  23bb3ca   TST: add scikits.timeseries to travis
       new  c0a5f74   TST: remove scikits.timeseries from Travis
       new  52aad44   More informative error message if no scipy
       new  7ba68a6   DOC: release notes
       new  0669f92   Merge PR #2398
       new  5f51c80   BUG: DatetimeIndex.append does not preserve timezone #2260
       new  8625aae   BUG: DataFrame.reset_index loses timezone information
       new  8228253   DOC: release notes
       new  f0aa065   hemstring Excel functionality until sorted out
       new  49c9226   BUG: DataFrame.filter(like=*) should treat non-string values as strings (issue #2464)
       new  aa8025f   TST: unicode columns in filter(like=...) #2467
       new  784ce1d   BUG: asobject if appending dti and non-dti or mixed naive and aware dti
       new  bb7eaff   BUG: empty frame.apply with func that fails on empty series #2476
       new  223a1fd   BUG: Timestamp.to_datetime fails with tzoffset objects #2471
       new  dd7218c   BUG: don't segfault in tokenizer cleanup if initializing file reader failed. close #2474
       new  648d581   ENH: index_col=False disables first column -> index. fixes FEC parsing problem. close #2442
       new  62cff78   BUG: create correctly named indexables in HDFStore Tables    indexable columns were created and named in a legacy format, now named like the indexable in the object,    e.g. 'index' for DataFrame, or 'major_axis'/'minor_axis' for Panel    fixes an issue if we want to support say a 'column' oriented Table (e.g. instead of storing the transpose,    store with a 'column' indexables) - not implemented yet, but supported now
       new  61f44ce   not cdefing an index variable!
       new  d2e30c2   BLD: include licenses directory
       new  a067a0f   CMP: backport Counter for Python 2.6 compat
       new  d1a1fa2   ENH: improve value_counts performance on non-integer data. close #2480
       new  16774b3   DOC: work on api changes in what's new page
       new  bb9ac9f   DOC: add remaining 0.10 issues to RELEASE.rst
       new  74ab638   DOC: fix ipython examples after  changes
       new  06a31ba   TST: more escaping in com.pprint_thing()
       new  f2208a7   TST: eliminate more random.seed calls
       new  83ea796   BLD: add statsmodels to travis FULL_DEPS build
       new  8f1eda1   DOC: parser improvements
       new  ed7f876   CLN: make sure test_excel cleans up files after test
       new  ce05bf1   ENH: more escaping in com.pprint_thing()
       new  4970248   BUG: fix long column wide repr formatting bug (final columns omitted)
       new  c03cd44   DOC: escape character / more parser docs
       new  13f7945   DOC: document frame - timeseries API change
       new  ea1bc47   Merge remote branch 'y-p/pprint_escaping'
       new  2abf2f5   ENH: pytables support for Panel4D Tables (AppendableNDimTable)      Term: only allow term querys that have matching axes      e.g. index/columns supported for DataFrames, items,major_axis,minor_axis for Panels
       new  6490859   merge tests for panel_4d - mixed_type is failing (others ok)
       new  c51c093   BUG: fix mixed-type concatenation panel4d test
       new  4cfa5bf   ENH: minor code refactoring to support sub-classes better      added generic docstrings for sub-classes      update/keys methods corrected for sub-classess      more tests
       new  287ddbf   Merge PR #2287
       new  6826609   BUG: more helpful error when sorting by duplicate column. close #2488
       new  a4d4d3c   DOC: wide repr example for release notes
       new  78ce0ce   RLS: 0.10.0 beta 1
       new  0568aa8   BLD: add statsmodels, scikit.timeseries, pytables(py2.x) to travis FULL_DEPS build
       new  6d858d3   BLD: setup.py 2.5 dateutil cruft, tweak numpy ver to be consistent
       new  f7a11d6   TST: use nose feature to allow rerunning only failed tests
       new  997b28a   DOC: more what's new
       new  dcc04bd   BUG: wide repr display problem when first column is greater than line width
       new  e7317cb   Merge pull request #2500 from y-p/stats
       new  1af30e1   BUG: fix type spec bug in roll_window
       new  d37d74f   BLD: cdef import Py_TYPE b/c older Cython doesn'thave it in cpython headers. re #2509, #2510
       new  c4daeb0   BLD: add numexpr, libhdf-dev to FULL_DEPS build for pytables
       new  860c56d   update .gitignore to ignore .ropeproject
       new  b15c61b   ENH: Support callback functions to be called on config.option set/reset
       new  d923c91   CLN: create mode.use_inf_as_null, mode.sim_interactive options
       new  7d14136   DOC: update docs to reflect new mode.use_inf_as_null option
       new  5931538   ENH: implement option_context context manager
       new  f5972bd   TST: convert tests to use option_context
       new  145d196   DOCS: make issues links live in RELEASE.RST, add script. #842
       new  8f4d2a4   CLN: remove new has_index_names argument from ExcelFile.parse() before release
       new  5a5747b   DOC: broken display in 2 places in Updated PyTables Support section
       new  5e4fbf6   duplicate density mention for SparseSeries
       new  4abc304   DOC: added compatibiliy warning in whatsnew and io for HDFStore
       new  3e3ebea   Fixed DataFrame.any() docstring
       new  709d8ad   Merge pull request #2519 from adamobeng/master
       new  baf54ed   BUG: Series.str.split bug if split on more than 1 char #2513
       new  f198721   BUG: let formatters be list in DataFrame.to_string, too. close #2520
       new  ae17462   ENH: ndim tables in HDFStore      changes axes_to_index keyword in table creation to axes      allow passing of numeric or named axes (e.g. 0 or 'minor_axis') in axes      create_axes now checks for current table scheme; raises if this indexing scheme is violated      added many p4d tests for appending/selection/partial selection/and axis permuation      added addition Term tests to include p4d      add __eq__ operators to IndexCol/DataCol/Table to comparisons      u [...]
       new  03011c1   BUG: removed table check in select if where is provided (convience really)      allow types in Term that are datetime-like (e.g. can provide a timetuple method)      added a warning if you try to select/remove with a where criteria on a legacy table (which isn't supported),        you must convert to new format      added versioning ability, 'pandas_version', can't detect future format changes (not a required attribute)
       new  3deb62d   ENH: added meta data attribute saving
       new  4d95fc9   BUG: better detection of legacy_frame tables (and ability to force certain typ's)
       new  9803030   BUG: fixed version checking for PyTables >= 2.3 (and put the correct tests in this time)
       new  0cd3db1   BUG: fixes most of the memory issues      bug in concat with single object      not sure about block2d_to_blocknd memory increase....
       new  9ddfb74   BUG: non-datetime indicies were not being handled correctly in searchings (via Terms)       added support for integer, float, date
       new  e1fcb1d   BUG: fixed string truncation in values by passing min_itemsize = { 'values' : 1024 }
       new  71a4420   DOC: small doc change w.r.t. min_itemsize
       new  9f6a2ed   BUG: fixed string appending when length of subsequent is longer/shorter that existing      removed meta data saving      disable memory tests (and put a try:except: around it)
       new  0419514   BUG: fixed versioning of the data, not reporting correct warnings
       new  93f75b3   ENH: allow index recreation by calling create_table_index with new parameters
       new  77db9aa   DOC: updated HDFStore docs for indexing support and better explanations on how to deal with strings in indexables/values
       new  1417cbd   Require 0.17.1 cython so it gets fetched from experimental
       new  ff6bd57   BUG: fix python 3 zip usage
       new  3700b70   BUG: more floating point error robustness in rolling mean. close #2527
       new  9cc228a   TST: refactoring to speed up test suite
       new  6f3cea3   ENH: vbench support for HDFStore      added benchmarchs to compare (100,000) rows:        read/write store        read/write store mixed        read/write table        read/write table wide (200 columns)        read/write table mixed        query wide/table
       new  3955ccf   start date -> 7/1/12
       new  8f784f1   Merge remote branch 'jreback/pytables_ndim2'
       new  8553fcc   BUG: df.from_dict should respect OrderedDict 2517
       new  12d8c3c   BUG: import OrderedDict from util.compat for 2.6
       new  9996e4e   BLD: document pytz as a hard dependency
       new  241e630   DOC: Emphazise that cython is needed when installing from the repo in install.rst
       new  88fa5b0   BUG: compat OrderedDict import for python 2.6
       new  b60f0c4   TST: unit test to assert behavior described in #2525
       new  25d522c   BUG: fix DataFrame.icol with list of integers when columns are integers with duplicates. close #2259
       new  bbe2fc1   BLD: add patsy, numexpr to ci/print_versions.py
       new  c81ac7b   Merge commit 'v0.10.0b1-51-gbbe2fc1' into debian
       new  6c1839e   BUG: diff should cast n to int #2523
       new  48284d4   DOC: add FAQ section on monkey-patching
       new  fb858a7   recythonizing, new changelog, dropping patches
       new  137664b   ENH: df.select uses bool(crit(x)) rather then crit(x)
       new  8d847fb   BUG: DataFrame.from_dict does not work with dict of sequence and orient=index #2496
       new  b2d9d35   BUG: allow users to set the max number of columns before per column info is hidden away #2524
       new  0a7ba6f   ENH: add max_cols as keyword in DataFrame.info #2524
       new  90cddee   BUG: use Series name attributes for colnames in concat with axis=1. close #2489
       new  c010904   REF: rename option key "print" to "display"
       new  cc2a22a   ENH: provide attribute style access to options via pd.options
       new  87126b9   BUG: make sure pd.options style access triggers warnings and callbacks as needed
       new  8177ee5   TST: option names must valid, non-keyword python identifiers
       new  4573146   ENH: option names must valid, non-keyword python identifiers
       new  d6cca0b   BUG: use "for" as keyword to test against
       new  6cadd6c   BUG: workaround numpy issue in 1.6.2 on certain distros
       new  2c91f67   Boosting minimal numpy required to 1.6.1 (upstream)
       new  4eb565b   added -dsc-patch'es for systems without cython3
       new  e7cff7d   Merge commit 'v0.10.0b1-65-g6cadd6c' into debian
       new  fe0c0b7   Updated revision
       new  3f1ce72   Do not exclude any tests for this build
       new  b843d1d   BF: fixing up paths in the nocython3 patch
       new  94fda23   TST: doc for inf_as_null. more testing to ensure inf not excluded by default. #2477
       new  9a98fb9   ENH: handle decompression in python-parser, e.g. for regular expression delimiting. close #2535
       new  2ef6c22   BF: adding lost conditional to not require cython3 on older systems
       new  7f8faf8   BUG: raise exception if passing start, end, AND periods to date_range. close #2538
       new  0e23096   BUG: removed debugging info      Term moved to top-level panas namespace (like HDFStore)      bug in writing a Panel4D in cython (lib.pyx)
       new  1572477   BUG: row removal was really slow if there were non-cosecutive groups,      implemented a group of consecutive row removals - quite fast now
       new  6697657   BUG/ENH: allow appending of different item orders if the items are still equal (will use the existing order)          better error message on rejection of append
       new  2b76426   BUG/DOC: ndim not currectly implementing axes that are non-default          updated docs relating to how best to orient your data for optimal deletion/appending
       new  e9be83d   Adding statsmodels as build/test dependencee for extended tests coverage
       new  bfa4d52   BUG: copy=False on reindex of non_index_axis BUG: incorrect permuting of data orientation on ndim with non-default axe      (e.g. store data in order ['major_axis','labels,'minor_axis']) TST: much more robust tests on ndim indexables different from default
       new  4f17782   condition dh_numpy* invocation on its presense on the system (needed for 12.04)
       new  d3d8d36   TST: unit test for groupby apply
       new  0c53f16   Fix compilation on MSVC, signbit not in math.h
       new  ba31dd0   BUG: handle bytes in regular expression parsing for python 3
       new  c6671c2   Merge remote branch 'jreback/pytables_update'
       new  e559e87   ENH: read_* function header inference. make backwards compatible again with 0.9.x. close #2539
       new  24394e1   BUG: fix panel bin-grouping aggregation with custom functions. close #2537
       new  ff22980   BUG: remove pdb
       new  96cc68a   CLN: remove argument and deprecation warning from internal function
       new  3281c6f   CLN: remove redundant assignment
       new  6c69270   CLN: modify test_perf to allow import as a module
       new  c85ee57   ENH: perf_HEAD cleanups and enhancements
       new  eb18494   BLD:  add pytables as dep in VBENCH travis build
       new  b33d1a9   BUG: allow perf_HEAD to run off travis
       new  54367c9   BUG: ordering in returned data on an index axis if had a selection filter      e.g. had > 61 fields that were specified in a Term (weird but true)
       new  09bde7d   BUG: more memory usage fixes
       new  2a56d41   BUG: don't fail in PeriodIndex.format when passing formatter. close #2549
       new  d2a61c3   DOC: add some licenses, remove b1 qualifier
       new  806da06   DOC: wide frame repr examples in dsintro #2477
       new  c3538c5   DOC: rolling window examples #2477
       new  1751bae   RLS: Version 0.10.0 final
       new  accf24b   Merge tag 'v0.10.0' into debian
       new  a55661c   New upstream release + dropping python 2.5 support
       new  88119b2   updated cythonized version -- no changes
       new  0aa5eea   Update default fillna method in the docstring
       new  f971840   BUG: fixed DataFrame.to_records() error with datetime64, #1908
       new  38333f4   BUG: tweak for DataFrame.to_records datetimeindex fix #1908
       new  f014b01   Merge pull request #2558 from herrfz/patch-2
       new  0e3f856   BLD: Accommodate changes in latest travis-ci image update
       new  d4d2273   Update doc/source/groupby.rst
       new  13f1f74   Merge pull request #2581 from parlarjb/patch-1
       new  127651b   BUG: except raised if plot parameters has both color and style with color #2588
       new  22e8bc7   BUG: label setting failure in xy plot #2543
       new  54d7503   BUG: groupby agg over PeriodIndex unboxes to ordinals #2569
       new  46b93ce   BUG: time converter bug computing the hour
       new  ad249df   BUG: DatetimeEngine does not handle pydatetime with tz #2575
       new  e963988   BUG: Series arithmetic operator cannot handle constant and ndarray #2574
       new  0f5dd3d   BUG: hierarchical indexing bug if more than 2 levels and top is empty #2596
       new  1a18ad5   ENH: add cleaned up pypi stats aggregation
       new  17473c5   RLS: bump to 0.10.1dev
       new  25de028   BUG: fix groupby regression introduced in 0.10 breaking book example. close #2605
       new  2c7e350   Update docstring to reflect deprecation of force_unicode
       new  15bcc0a   Add parameter deprecation warnings
       new  81bf29f   ENH: return DatetimeIndex with metadata from unique. close #2563
       new  016b320   ENH: better impl for na_map in string methods. close #2602
       new  7399f63   BUG: fix integer overflow possibility in python parser. close #2601
       new  9b0aac0   ENH/BUG/DOC: added support for data column queries (can construct searches on the actual columns of the data)              added nan_rep for supporting string columns with nan's in them              performance enhancements on string columns              more tests & docs for data columns
       new  9408d59   removed conf.py paths
       new  5c7e849   BUG: support multiple data columns that are in the same block (e.g. the same type)      e.g. self.store.select('df', [ Term('string', '=', 'foo'), Term('string2=foo'), Term('A>0'), Term('B<0') ])
       new  c749c18   ENH: correctly interpret data column dtypes and raise NotImplementedError (in cases of unicode/datetime64/date)
       new  2927768   ENH: automagically created indicies (controlled by kw index=True/False passed to append/put)
       new  97bdb5c   DOC: minor doc updates and use cases
       new  af43f71   ENH/DOC: updated docs for compression          added parameter chunksize to append, now writing occurs in chunks, significatnly reducing memory usage
       new  ce6a7a9   ENH: export of get_store context manager in __init__ for pandas      add expectedrows keyword to append to give pytables an estimate of the total rows in a new table      add start/stop keywords as selection criteria to limit searches to these rows      added multi-index support for dataframes      docs/tests for the above
       new  0180e79   DOC: doc updates for multi-index & start/stop
       new  c3e580e   DOC: added whatsnew 0.10.1
       new  3d75a3e   DOC: minor RELEAST.rst addition
       new  88a06e2   DOC: docstring updates
       new  91526a3   DOC: RELEASE notes updates
       new  2570a3b   DOC: io.rst example for multi-index frame was propgating, making next examples confusing
       new  a780c4c   BUG: reworked versioning to only act on specific version
       new  73d7554   BUG: more robust to whitespace in Terms
       new  dcbc020   BUG: make Term more robust to whitespace and syntax
       new  81aaa7c   BUG: versioning issue bug!
       new  04a1aa9   ENH: added column filtering via keyword 'columns' passed to select
       new  1c32ebf   ENH: allow multiple table selection. retrieve multiple tables based on the results from a selector table.      this allows one to potentially put the data you really want to index in a single table, and your actual (wide)      data in another to speed queries
       new  c314534   BUG: renamed method select_multiple -> select_as_multiple      renamed keyword 'columns' to 'data_columns' when passed to 'append' (to avoid confusion with 'columns' keyword in select)
       new  cbbae3d   ENH: added append_to_multiple, to support multiple table creation
       new  228df0b   removed paths from conf.py
       new  aafe311   DOC: minor doc updates/typos
       new  47b0ad4   DOC: minor doc updates 2
       new  3cdc0cd   BUG: added datetime64 support in columns
       new  6c2dd27   BUG: updated tests for datetim64 detection in columns
       new  a130c62   removed paths from conf.py
       new  1a3301c   BUG/TST:    min_itemsize not working on data_columns, added more tests
       new  2e3a3c6   BUG: performance issue with reconsituting string arrays      changed to use simpler cython routine to avoid copying
       new  a602839   ENH: allow index=list of columns or True/False/None to guide index creation at append time
       new  6bac894   BUG: minor change in way expectedrows works (better defaults)
       new  e078ead   ENH: added unique method to store, for selectin unique values in an indexable or data column w/o selecting the entire table
       new  6c58bf7   CLN: removed keywork 'compression' from put (replaced by complib), to make nomenclature consistent      for compression.      doc updates for compression
       new  4883dd7   Update doc/source/groupby.rst
       new  29685d2   BUG: except raised if plot parameters has both color and style with color #2588
       new  9ae0be1   BUG: label setting failure in xy plot #2543
       new  af29c2e   BUG: groupby agg over PeriodIndex unboxes to ordinals #2569
       new  7b275ec   BUG: time converter bug computing the hour
       new  b1da6d9   BUG: DatetimeEngine does not handle pydatetime with tz #2575
       new  ffe4030   BUG: Series arithmetic operator cannot handle constant and ndarray #2574
       new  f8c776a   BUG: hierarchical indexing bug if more than 2 levels and top is empty #2596
       new  f2651b9   ENH: can ungzip data from file handle in parsers. close #2593
       new  2b216af   Add some default parameters to TextParser in _parse_options_data()
       new  098cbfb   BUG: updated with smaller legacy_0.10.h5 file
       new  48434d2   Merge PR #2561
       new  85c57be   STY: line break
       new  fe68b6b   CLN: Remove a useless parameter in Series.iteritem method.
       new  a207b6d   added logx for DataFrame.plot() and Series.plot()
       new  639c25a   DOC: release notes
       new  4baa88f   remove unused kh_del, pack kh_hash flag bits
       new  d62d56a   CLN: was accidently writing to the legacy_table.h5 file....here is update
       new  f35c78f   TST: unit test for #2603
       new  ed0e399   BUG: DataFrame.info bug with utf8 columns. close #2576
       new  9f7d93a   BUG: xy-plot default label shows y on x-axis
       new  70559aa   ENH: IO World Bank WDI
       new  8affb0d   ENH: wdi->wb
       new  e67a844   ENH: more informative error msg
       new  0421b60a  ENH: wb country query
       new  592dd0a   split search function
       new  3cf14ae   TST: skip world bank unit test #2592
       new  d5b7907   BUG: common.in_interactive_session() returns False after IPython %run magic #2585
       new  e06334a   BUG: provide for automatic conversion of object -> datetime64[ns] types upon creation (in make_block)      this obviates the need to convert_objects (mostly)      in addition, enabled setting of NaT in datetime64[ns] columns via np.nan (on-the-fly-conversion)
       new  531b802   TST: fixed up a failing test
       new  155975e   BUG/ENH: explicity support Series construction with a datetime64 dtype (and allow np.nan) to be passed          e.g. Series(np.nan,index=range(5),dtype='M8[ns]')          bugfix in core/frame for applymap, handle dtype=M8[ns] series explicity (needed to cast datetim64 to Timestamp)
       new  f32269e   cleaner Timestamp boxing in frame/applymap
       new  9976e2b   DOC: release notes
       new  63103c4   BUG: fix for com.in_interactive_session #2585
       new  009186c   BUG: Index created from FixedOffset tz without a name loses tz awareness #2604
       new  13eeb2f   BUG: trivial fix in vb_bench/timeseries.py (failing on argument to vbench)
       new  0cdc89e   Merge pull request #2614 from jreback/vbench_fix
       new  9eb2ad0   DOC: remove non-existent parameter from ExcelFile docstring #2613
       new  2e05e5c   BUG: nanmin/nanmax fails for empty int dtype #2610
       new  dcd9df7   BUG: fix unit test on linux where too many slashes in file://. close #2564
       new  4f3472d   BUG: fix groupby bug/segfault with NAs in hierarchical level. fix MultiIndex tuple with NA issue. close #2616
       new  c934e02   BUG: unstacking int64 overflow with many levels. re #2616
       new  66fc98f   Using autopep8 (https://github.com/hhatto/autopep8) on all py files. Some lines were changed manually (those which may change the logic).
       new  b5e0682   Reverted 4 test failures from autopep8 commit: 66fc98f0b7316331b505c4c4d4929fcbdc668d86
       new  5f4ae2a   shortened lines over 140 chars where appropriate
       new  8d02903   BUG: exclude non-numeric data from DataFrame.quantile #2625
       new  0771865   DOC: release notes
       new  5f42b95   ENH: enable pivot_table with more complex aggregation function and hack multiple level column unstacking into existing hierarchical columns. close #2643
       new  4fc78a4   DOC: release notes
       new  bb3231e   Merge PR #2632
       new  ab62d91   Use np.iinfo to figure out int min/max values
       new  02b57a8   TST: unit test to reproduce #2599 on some platforms
       new  164eb2b   TST: couple small test fixes
       new  c03eb07   TST: randomize HDF5 file name to tease out #2645 issue
       new  4367336   BUG: fixed old version compatibility warnings      added copy_to method to allow file upgrades to new version
       new  0dd7cb4   didn't include the test file (in _static of docs dir)
       new  956aa3c   DOC: minor doc updates to conform with new datetime64 behavior
       new  bda1cbe   DOC: release notes formatting fixup
       new  395203f   BUG: updated the copy method to work with supplied options
       new  4a1510d   ENH: added overwrite parameter to copy (defaults to True)
       new  375248e   ENH/BUG: refactor of non-table HDFStore to put in object form (Storer class), for future enhancements          added shape to non-table display          closes GH2637
       new  38debb7   TST: more tests, added ncols to table output in printing
       new  97f96d7   BLD: rebased - for some reason was not up to date
       new  7964cd5   BLD: merged in #2632 locally, resolved a couple of issues
       new  a6b7585   TST: ignore remove file errors
       new  f469a91   TST: skip failure to remove file in HDFStore tests. close #2645
       new  4a45512   BLD: fixes error in tests on amd64 (because of open file handle)
       new  e7f2a4e   DOC: release notes
       new  a52df7d   Merge PR #2607
       new  f7f7e13   BUG: hack aroudn multiple level unstacking into hierarchical columns bug
       new  7a9d77b   TST: accept timezone info when parsing string slice GH2658
       new  d6acdb9   BUG: accept timezone info when parsing string slice GH2658
       new  f73128e   CLN: correct stdin override idiom
       new  fa7ebb8   DOC: Fix grammar typo in dsintro, "a series is alike" -> "a series is like"
       new  254190c   Added missing escape for a backslash
       new  b4091c0   Merge pull request #2674 from elpres/patch-1
       new  dcd0c9f   Merge pull request #2673 from aisipos/fixdoctypos
       new  e1929f7   BLD: add a travis build with non utf8 locale, catch encoding issues
       new  d6dd40d   TST: fix test to rely on display.encoding rather then utf8, GH2666
       new  a8abf1f   Merge pull request #2677 from y-p/GH2666
       new  6e2b6ea   Merge pull request #2661 from y-p/gh2658
       new  bcda1c6   BUG: shape attribute on GenericStorer returns tuple correctly now (not string)      data_orientation was potentitally returning non-ints in a tuple (fixed downstream)
       new  50eb561   BUG: fix for GH #2694 (natural naming issue on __contains__)
       new  314b574   ENH: added ability to read in generic PyTables flavor tables to allow compatiblity between other HDF5 systems
       new  e3ae189   ENH: allow tables to be specified w/o using 'table' under the group node (only for GenericTable)
       new  71d5151   DOC: doc updates for external compatibility
       new  6211936   BUG: reading non-well formed generic_tables not working (e.g. detector/readout), where readout is a table      added pytables_native2.h5 for testing
       new  8b28862   BUG: hopefully fixed factor_indexer in reshape.py; failed on 32-bit platformsx
       new  4cfc8cd   ENH/DOC: added PerformanceWarning which will trigger on putting a non-endemic type          fixed legacy_0.10.h5 issues with docs (finding file)
       new  8b4a874   BUG: correctly store float32 dtypes (that are not-mixed with float64 dtypes)
       new  cadca37   CLN: removed convert_objects step in create_axes (no longer needed)
       new  bb6d9b9   Fix DataFrame.resample bug for empty DataFrame #2640
       new  b5b04e0   BUG: boolean groupby performance issue. close #2692
       new  5163bc2   DOC: correct default merge suffixes: _x,_y
       new  78d090a   BUG: implement 64-bit int overflowing case in merge. close #2690
       new  d19c205   DOC: Add docstring to the 'io.sql.has_table' function.
       new  03bee8d   BUG: fix data borking in to_datetime called on Series with datetime64 values already. close #2699
       new  dd439c9   BUG: DataFrame.from_records bug with index column and empty record list. close #2633
       new  5da8df7   ENH: raise exc if find NA values when explicit integer dtype passed to read_* functions. close #2631
       new  e05a3d0   BUG: parser-tokenizer incorrect state in trailing field handling logic. stupid goto. close #2668
       new  dda2363   BUG: don't exclude non-numeric data in groupby.max/min. close #2700
       new  dc03f59   DOC: Write a section about SQL query wrappers to I/O part. close 2541
       new  fe54b7b   DOC: Complete IO/SQL part.
       new  1ae309d   BUG: escaping <> in pandas HTML tables #2617
       new  923d311   ENH: attempt iso8601 date parsing in read_csv and friends. close #2698
       new  cb93c24   BUG: Series op with datetime64 values misbehaves in numpy 1.6
       new  f3a02a4   BUG: don't lose time zone in DatetimeIndex.drop. close #2621
       new  e6e7c0f   Merge PR #2675
       new  1456ac6   DOC: remove merge conflict
       new  928d431   BUG: series assignment with a boolean indexer AND a series as a value would give incorrect results
       new  b74b2dd   ENH: added neg/inv operators to series      fixed setitem with boolean indexer to accept an object needing alignment (e.g. a partial series)
       new  ad9bba3   DOC: update release notes
       new  61f7320   ENH: kind option for Excel file. close #2613
       new  cd3dffd   BUG: Fixed offset tz causing ints_to_pydatetime to fail #2683
       new  0325f49   BUG: BDay for n>5 bug if starting not on offset #2680
       new  1206c56   py3 fix for HTML escaping
       new  fca2d9f   BUG: Series.combine_first bug in the presence of timestamped data #2626
       new  7e52020   TST: skip tests if no xlrd or openpyxl #2613
       new  5851640   BUG: sort date index first before plotting #2609
       new  abb4f2b   ENH: function to reset Google Analytics token store #2687
       new  b90ede0   BUG: fixed incorrect prefix in query construction for segment in Google Analytics integration #2713
       new  6ffef16   BUG: box datetime64 values in Series.map/apply. close #2627
       new  3803a5a   DOC: add docstring for dtype arg to read_* functions. close #2619
       new  39026a7   DOC: add note about na_filter in read_* docstrings. #2619
       new  ee9b2b6   TST: fix failing vbenchmarks. close #2548
       new  ec0e61a   BUG: upconvert datetime64 to datetime.datetime when necessary in concat steps. close #2624
       new  e68e7b8   ENH: raise a more helpful error message when merging frames with duplicate columns. close #2649
       new  4a3da96   BUG: when parsing partial date, use sane defaults for missing fields GH2618
       new  7f00843   TST: unit test for possibly buggy .ix assignment with list of values #2707
       new  4022a03   BUG: fix groupby segfault on MultiIndex issue #2706
       new  6d18781   BUG: perf_HEAD reports wrong vbench name when an exception is raised
       new  d738b64   STY: CRLF
       new  2842ad1   BUG: fix memory error in sortlevel when many multiindex levels. close #2684
       new  7c6e30a   BUG: period resampling bug when all values fall into a single bin. close #2070
       new  e430ac4   BUG: plotting bug when base is nonzero #2571
       new  bbfb95d   BUG: usecols bug with implicit first index column. close #2654
       new  a05ee0e   BUG: fix C parser thread safety. verify gil release close #2608
       new  497b2e1   DOC: fix what's new 0.10 doc bug re #2651
       new  4a4a19b   BUG: fix python 3 dtype issue
       new  cccbe7c   Merging in MySQL support #2482
       new  b904029   API: restore inplace=TRue returns self, add FutureWarnings. re #1893
       new  47fb22c   RLS: some what's new for 0.10.1
       new  143a8b0   RLS: more what's new for 0.10.1
       new  825bb0c   RLS: note changed return type in DatetimeIndex.unique
       new  2d028a4   BUG: don't let np.prod overflow int64
       new  3718bc3   Revert "Merging in MySQL support #2482"
       new  a835118   Merging in MySQL support #2482
       new  05a737d   TST: skip problematic xlrd test
       new  8a79d0d   RLS: Version 0.10.1
       new  31ecaa9   RLS: set released to true
       new  9201e79   Merge tag 'v0.10.1' into debian
       new  106967e   changelog entry
       new  0167bf9   Recythonized using cython 0.17.3
       new  27e56e3   Updated options data file
       new  223b2a8   DataFrame.from_items clean-up
       new  868c73a   Update doc/source/install.rst
       new  0f2af13   BUG: Small bug in helper functions _unpack and _parse_options_data
       new  e526684   BUG: Small bug in helper functions _unpack and _parse_options_data
       new  1fc5301   Restored the options to TextParser. They got removed on a copy/paste from my local test file and I just caught it
       new  f2e7152   Moved line to be pep8 compliant
       new  128e956   BLD: also clean pyo files
       new  23a2985   DOC: put contribution guidelines in CONTRIBUTING.md
       new  cadc7a9   DOC: show travis build status on github page
       new  dcf7b0c   Update doc/source/io.rst
       new  336da6f   Merge pull request #2774 from y-p/fix_guidelines
       new  3c0d3f1   DOC: update CONTRIBUTING.md
       new  6a6b864   BLD: Travis - only install numpy when we have to, and use 1.7rc1 for 3.3
       new  3ba3119   BLD: Travis workaround for latest breakage
       new  179de43   BUG: DataFrame.clip arguments were inconsistent to numpy and Series.clip, closes GH #2747
       new  132d90d   BUG: various bug fixes for DataFrame/Series construction related to:         0 and 1 len ndarrays         datetimes that are single objects         mixed datetimes and objects (GH #2751)         astype now converts correctly with a datetime64 type to object, NaT are converted to np.nan         _get_numeric_data with empty mixed-type returning empty, but index was missing DOC: release notes updated, added missing_data section to docs, whatsnew 0.10.2
       new  27e8dea   BUG: issue in PyTables with too many selectors in a where
       new  89f2cd1   DOC: Fix syntax so bug listing renders properly
       new  50a57bd   DOC: improving docstring for swaplevel method #2648
       new  18a4b24   Merge pull request #2757 from dandavison/dataframe_from_items_cleanup
       new  d73e9a4   ENH: add link to travis build status image
       new  1dbe01d   TST: use ensure_clean contextmanager to avoid spewing temporary files if      testing is interrupted
       new  eb2c048   DOC: added DataTypes section to HDFStore
       new  7065ff0   ENH: provide dotted (attribute) access in stores (e.g. store.df == store['df'])
       new  feaaa1b   Fix typo in performance_doc
       new  dc5290c   DOC: fix typo in CONTRIBUTING.md
       new  3a677da   Merge pull request #2820 from stephenwlin/patch-1
       new  cc0b59b   Merge pull request #2812 from rgieseke/patch-2
       new  3fbb7bd   Merge pull request #2762 from jamescasbon/patch-1
       new  bd7fdc3   DOC: fix corr() docstring
       new  8b77ace   BUG: provide backwards compatibility to DataFrame.clip if arguments are reversed
       new  166a80d   ENH: allow propgation and coexistance of numeric dtypes (closes GH #622)      construction of multi numeric dtypes with other types in a dict      validated get_numeric_data returns correct dtypes      added blocks attribute (and as_blocks()) method that returns a dict of dtype -> homogeneous Frame to DataFrame      added keyword 'raise_on_error' to astype, which can be set to false to exluded non-numeric columns      fixed merging to correctly merge on multiple dtyp [...]
       new  a2e55aa   DOC: Fix typos
       new  7c51d54   Merge pull request #2822 from rgieseke/patch-3
       new  ddbfb3c   BUG: Series.apply fails on empty Series #2815
       new  bf543f7   BUG: DataFrame.plot does not respect integer index as x-ticks #2726
       new  1e2d8ec   ENH: don't make unnecessary data copy in groupby
       new  6ba858c   BUG: Period slicing with period_range returns error
       new  892634a   BUG: Slicing and setitem inconsistent with getitem using DateTimeIndex with timezone
       new  b99f075   BUG: Timestamp constructor not handling timezone conversions correctly
       new  9d58bbe   BUG: naive datetime keys not localized to DateTimeIndex tz
       new  eb505fd   Small tweaks to PR #2785
       new  8ad9598   Merge remote branch 'jreback/dtypes'
       new  119c2e1   TST: add vb_suite test for reindex with upcasting
       new  c871050   ENH: Optimize take_*; improve non-NA fill_value support
       new  fc53067   Merge PR #2752
       new  600943e   TST: changed rows to test in hdfstore vbench to 25k from 100k      added data_columns test
       new  72b71c2   ENH: Add title string method
       new  528afb2   Merge remote branch 'stephenwlin/opt-take'
       new  db7c234   RLS: bump dev version to 0.11
       new  1de6536   Add documentation for the classes parameter of the to_html method
       new  0329d96   BUG: Creating DatetimeIndex from empty array with datetime64 dtype raises IndexError
       new  b13a1cc   TST: handle #2804 bug in cython
       new  db05f9a   EHN: Expand Yahoo finance features, idx components
       new  6bc8a6b   TST: Expanded test coverage of yahoo finance funcs
       new  b921d1a   BUG: Fix backwards compatibility in get_data_yahoo
       new  c907622   Merge remote branch 'spencerlyon2/options'
       new  ac9f5bc   RLS: add release note about #2795
       new  ccaa428   Merge PR #2750
       new  d57c17c   BUG: Various inconsistencies in DataFrame __getitem__ and __setitem__ behavior
       new  f25516a   lag_plot() accepts variable lags
       new  19d15a3   RLS: add some release notes
       new  c6b2cff   ENH: provide squeeze method for removing 1-len dimensions, close (GH #2544)
       new  bb13ff4   DOC: fix up whats new stuff
       new  e356f98   ENH: add option chop_threshold to control display of small numerical values as zero GH2735
       new  28e2a38   removed the requirement of pandas to have numpy already installed on the target before it can be installed
       new  4434310   BUG: Add test to read_csv with usecols and regexp separator. #2733
       new  86a3cb2   Replace the regexp separator by a whitespace delimiter with the same data text.
       new  0033f0a   TST: tweak #2733 test and raise exception when usecols + python engine
       new  1511d3f   Merge PR #2755
       new  6cae445   TST: added addtl datetimes test in construction (ref GH #2809/2810)
       new  9be0c8a   DOC: Paragraph line-length in HDFStore section limited to 79 (PEP8).
       new  9f3a0d2   DOC: Apply PEP8 to code chunks in HDFStore doc (except Term lists, for readability).
       new  68c0f34   DOC: Typos + little PEP8 spacing instances and reverted inadvertent add at doc/source/conf.py
       new  c834758   ENH: time slicing on datetime indicies
       new  af26db7   TST: improve at_time/between_time test
       new  9faec82   BUG: don't show [] for empty series. close #2775
       new  71b9ea3   BUG: Mismatch between get and set behavior for slices of floating indices
       new  a45055a   TST: fix failing #2752 tests for 32-bit builds
       new  d3b9999   pycharm gitignore
       new  992a530   DOC: added section for to_pydatetime method
       new  1230689   ENH: create array core module
       new  9d71343   DOC: migrated 0.10.2 remaining changes to 0.11.0
       new  b0ee363   Merge pull request #2840 from jreback/pytables_doc
       new  0491971   BUG: Various issues with maybe_convert_objects (GH #2845)
       new  13c5d72   BUG: Another issue with maybe_convert_objects (GH #2845)
       new  a3bfa7f   TST: Corner case tests for maybe_convert_objects (GH #2845)
       new  66385a8   Typo fix: propgate -> propagate.
       new  739950a   BUG: HDFStore - missing implementation of bool columns in selection
       new  891047b   docs refernce 0.10.2 -> 0.11.0
       new  dad367e   Merge pull request #2849 from jreback/pytables_bug
       new  37a611b   DOC: prepend missing >>> to docstring Examples in set_index.
       new  6ca4405   BUG: proper conversion of string to bool HDFStore selection
       new  96d674c   Merge pull request #2855 from jreback/pytables_bug
       new  16f791b   Merge pull request #2848 from lexual/typofix_propgate
       new  91c7787   TST: avoid platform dependency, close #2854
       new  01b4667   ENH: update describe_option to report default and current value
       new  ac7208e   Merge pull request #2857 from lodagro/issue_2854
       new  8d11c11   TST: update describe_option to report default and current value
       new  1289aa9   BLD: bring back build_ext warning message cython is missing #2439
       new  fc8de6d   BLD: use 1.7.0 final in travis py3.3 environment
       new  3c345a1   BUG: fixup GH #2751; make sure that we cast to platform numeric      when a list is specified; use the Series codepath      for initial list conversion (change from using DataFrame) TST: added test for overflow in df creation
       new  37bb22a   DOC: RELEASE and whatsnew updated for DataFrame from lists change
       new  6cdea33   CLN: cleaned up _possibly_convert_platform
       new  43a0102   CLN: moved some functionality from series._sanitize to com._dtype_from_scalar
       new  ac3cdab   DOC: whatsnew updates
       new  0e7c20e   CLN: in common.py merged _dtype_from_scalar and _infer_dtype      yield _infer_dtype_from_scalar
       new  3cb91f0   CLN: in common.py - revised _maybe_upcast to use _maybe_promote      in rehashpe.py - removed block2d_to_block3d in favor of block2d_to_blocknd
       new  c6b9f19   ENH: provide boolean indexing with dtype preservation if possible
       new  bddfffa   ENH: return dtype on invalid function in where is now float64
       new  9fc888f   BUG: fixed bug in IntBlock splitting      bug in internals.Block.putmask ; coercing unecessarily
       new  2ce3b56   TST: force rebuild
       new  cb56c98   CLN: change call signature of _maybe_promote (from stephenwlin branch)      and _infer_dtype_from_scalar to match (both return dtype, fill_value)
       new  d44e9c7   Merge pull request #2846 from stephenwlin/fix-maybe-convert-objects
       new  9faa8de   Merge branch 'dtypes_bug' of https://github.com/jreback/pandas into jreback-dtypes_bug
       new  f2cd3ba   CLN: add fill_value return value to common._maybe_promote
       new  759b0db   ENH: Consolidate and further improve performance of take functions
       new  10f65e0   ENH: optimize Cython take functions with memmove where possible
       new  f9dfa81   RLS: add release notes for 'opt-take-2' and 'fix-maybe-convert-objects'
       new  5b5e532   Merge pull request #2867 from stephenwlin/opt-take-2
       new  cb5e7dd   Merge pull request #2871 from jreback/dtypes1
       new  3134cb2   BUG: fix sparse_frame printing (bug introduced in dtypes)      MockBlockManager didn't support blocks method
       new  cb6dba0   TST: added tests for GH #2837
       new  a74ec93   Merge pull request #2875 from jreback/sparse
       new  7bc6649   BUG: util.testing.makeCustomIndex results were not sorted properly
       new  ed89690   BUG:  test_yahoo provider results may change. disabled test_vector tests.  GH2853
       new  49e123f   RLS: fixup RELEASE.rst links
       new  be533f6   CLN: tweaks in io.data (yahoo)
       new  44b2495   BUG: Fixed decode issue in get_data_yahoo() GH2847
       new  c123680   TST: Better tests for yahoo finance features.
       new  8ab4541   Merge pull request #2879 from stephenwlin/release-fixup
       new  4e49363   BUG: in data.io.options.get_forward_data for puts
       new  76ed23b   DOC: Added note about changes in Options class to v0.11.0.txt
       new  38ff9d5   BUG: util.testing.makeCustomIndex dies when nlevels > nentries
       new  015447a   ENH: adapt stdlib _strptime module to Cython for 2.5x speedup
       new  3bcc6b5   DOC: release notes
       new  a9719fa   STY: remove unneeded cruft
       new  a8c18fd   BUG: initialize other fields of datetimestruct to 0
       new  14a04dd   BLD: fix python 3 build
       new  3cb6961   BUG: get_dtype_counts() works too hard to count column dtypes, GH2807
       new  73f9f1a   VB: add vbench for df.get_dtype_counts(), df.repr() for wide frame
       new  605f87e   DOC:  update RELEASE.rst
       new  f84c9c6   BUG: missing () on method call in io.data _calc_return_index
       new  d54bda2   BUG: fix vbench command
       new  15f89ce   BUG: incorrect default in df.convert_objects was converting object types in applymap (#2909)
       new  62bc073   Merge pull request #2910 from pydata/applymap
       new  369be6e   BUG: support data column indexers that have a large numbers of values      'in' the columns/index (and are not in the index/column) and      not simple criteria
       new  6f231c2   Merge pull request #2914 from jreback/pytables_bug1
       new  d88d76e   DOC: correct docstring to reflect default value in df.plot GH2863
       new  a27ba81   DOC: update docstring of ts.resample with missing arguments GH2861
       new  fa1736d   BUG: Series construction from MaskedArray fails for non-floating, non-object types
       new  5d8eb29   Merge pull request #2880 from stephenwlin/sanitize-masked-array
       new  542d668   BUG: Series ops with a rhs of a Timestamp was throwing an exception      unique of a Series now returns a Series      _index.convert_scalar now will ignore a ndarray object if the lhs is timelike         (eg a non-scalar that is a series/ndarray is passed)
       new  377acd8   BUG: nanops.var produces incorrect results due to int64 overflow
       new  6dec888   Merge pull request #2889 from stephenwlin/nanops-int64
       new  008ece5   ENH: add script for locating undocumented arguments in docstrings
       new  d7ab5be   DOC: docstring fixes
       new  e9b9ca5   Merge pull request #2899 from jreback/timedelta_issue
       new  57347c0   DOC: add "kde" and "density" to plot kind docstring
       new  0f6e8a3   Merge pull request #2917 from gdraps/plot-doc-kde
       new  082030f   BLD: fixed file modes
       new  8ad9516   Merge pull request #2920 from pydata/modes
       new  3a0e838   CLN: replace np.flatten() with np.ravel() if copy is not necessary
       new  815358d   ENH: update find_undoc_args to generate github task lists ftw
       new  1af52c1   DOC: update CONTRIBUTING.MD
       new  80ee11e   ENH: find_undoc_args.py, sort by filename
       new  eb3134f   Merge pull request #2921 from jreback/ravel
       new  a78c1a0   BUG: formatting for Series printing was multiple Dtype lines
       new  65f2882   BUG: pathological case on SparseSeries with 0-len array and compression (GH 2931)
       new  d94ff14   Merge pull request #2933 from jreback/pytables_2931
       new  e038845   Merge pull request #2930 from jreback/series_format
       new  acc3f40   BUG: timezone offset double counted using date_range
       new  f46a952   BUG: fixes handling of the 'kind' argument in Series.order (GH #2811)
       new  862e5ea   Merge pull request #2937 from wj/master
       new  af60d93   CLN: clarify series.order() logic
       new  b0cc8b0   BUG: DateTimeIndex.append broken with tz-aware indices
       new  63240d7   DOC: updated dtypes docs
       new  13ae597   Merge pull request #2947 from jreback/dtypes_doc
       new  e2a07cb   BUG: in-place conversion of integer series to float (on putmasking), GH #2746
       new  e2cb8a2   CLN: argument order and dtype formatting to be consistent with standard
       new  274ceea   BUG: negative timedeltas not printing correctly ENH: timedelta ops with other timedelta fixed to produce timedeltas
       new  ad7a399   BUG: issue with timedelta64 and numpy 1.6.1 (used on travis), fixed by using views
       new  325d119   Merge pull request #2950 from jreback/intna_2746
       new  10dd532   Merge pull request #2951 from jreback/series_dtype
       new  819e0ad   Merge pull request #2955 from jreback/timedelta_issues
       new  bd7750a   BUG: fixed .abs on Series with a timedelta (partial fix for 2957)
       new  b13a2cf   BUG: changed Dtype to dtype on series displays
       new  3790f16   Merge pull request #2959 from jreback/series_dtype2
       new  153077f   keep name after DataFrame drop, add check_name to assert_dataframe_equal
       new  be3d55d   default check_names to True, and fix calls where this is problematic
       new  f500d5e   BUG: handle single column frame in DataFrame.cov
       new  197b3c7   BUG: HDFStore didn't implement != correctly for string columns, GH 2973
       new  afba0d0   Merge pull request #2976 from jreback/pytables_select
       new  1c1e9a8   TST: pathological objects cause infinite loop when passed to pprint_thing
       new  50a3c96   BUG: pathological objects cause infinite loop when passed to pprint_thing
       new  a711db0   BUG: Series.argsort failing on datetime64[ns] when NaT present, GH #2967
       new  e108107   Merge pull request #2977 from jreback/argsort
       new  6fe19fd   Merge pull request #2958 from jreback/timedelta_2957_new
       new  78b6659   TST: fix test on python3
       new  1926b29   ENH: add display.max_seq_items to limit len of pprinted long sequences
       new  dd7e3cc   TST: add test for com.is_sequence
       new  6a30753   BUG join with missing values on right (GH_2843)
       new  b241bde   Merge pull request #2965 from hayd/iss2843-left-join-on-na
       new  501ba37   Merge pull request #2962 from hayd/issue2939_drop_loses_name_2
       new  a7cab81   BUG: Bug in idxmin/idxmax of ``datetime64[ns]`` Series with ``NaT`` (GH2982_)      refactor in core/nanops.py to generically handle ops with        datetime64[ns]/timedelta64[ns]      Series.argsort to always return int64 dtype (and ignore numpy dtype on ints)      minor doc update in io.rst (pytables)
       new  5932190   add comparisons operator to the Period object and fixes issue 2781
       new  7b5fae9   Merge pull request #2985 from jreback/idxmin
       new  cb96f77   ENH: add .loc attribute to provide location-based indexing
       new  02ed791   TST: new test suite for indexing
       new  7cc64d6   ENH: added loc/at/iat indexers ....almost done
       new  28c3d9a   DOC/TST: revised indexing section in docs          updated whatsnew          all tests work
       new  fbf1977   DOC: added 10min newbie intro to pandas      changes in indexing suggested by Jan Schulz, and nehalecky
       new  643e1cb   DOC: revamped dtypes section in basics.rst      fixed removal of foo temp files in 10min
       new  41793ea   DOC: added sorting examples to 10min BUG: fixed multi-index selection via loc, back to using some      of ix code (but still do validation if not mi)
       new  0e17518   Merge pull request #2922 from jreback/by_loc
       new  9a6810d   Merge pull request #2964 from hayd/assert_frame_equal_check_names
       new  42073a8   ENH: support min/max on timedelta64[ns] Series GH #2989
       new  1a70843   ENH: optimization on possibily_convert_datetime to only try conversion in certain cases
       new  9429c03   Merge pull request #2990 from jreback/timedelta_fixes
       new  2e5953b   DOC: doc updates/formatting in basics,indexing,10min
       new  80945b6   Merge pull request #2992 from jreback/docs
       new  b3e696c   Merge pull request #2975 from dieterv77/FixCovIssue
       new  fbebe4f   Merge pull request #2851 from meteore/fix-set_index-docstring
       new  a8dde5a   ENH: numexpr on boolean frames
       new  385ff82   ENH: added ability to use single or multi-threads in numexp testing
       new  e273828   CLN: remove setup.py changes
       new  13f54e5   Merge pull request #2925 from jreback/compare
       new  a16e560   DOC: added recommended dependencies section in install.rst, linking from v0.11.0.rst, and basics.rst
       new  2a6ee46   Merge pull request #2999 from jreback/doc2
       new  4291857   Merge remote branch 'y-p/feature/limit_printing_long_seq'
       new  3f7a643   DOC: update release.txt with display.max_seq_items option
       new  e13306a   BLD: update tox.ini, replace py3.1 with py3.3
       new  6a283f4   move the Period tests in test_period.py and add assertRaises tests for comparisons
       new  d2624b5   use a function factory for comparisons of Period objects
       new  338a721   BUG: fixed value_counts with datetime64[ns], GH 3002
       new  c9a7245   Merge pull request #3003 from jreback/value_counts_3002
       new  5df24dd   DOC: mention new option display.chop_threshold in v0.11.0.txt
       new  be35684   BUG: pytables not writing rows where all-nan in a part of a block
       new  2998540   Bug: Fixed Issue 2993, Incorrect Timestamp Construction by datetime.date and tz. Added the test case in pandas/tseries/test/test_timezones.py
       new  156e03c   Merge pull request #3013 from jreback/pytables_3012
       new  bd2ffc1   BUG: Bug in DataFrame column insertion when the column creation fails, existing frame is left in      an irrecoverable state (GH3010_)
       new  95a5326   Merge pull request #3018 from jreback/insert_3010
       new  78c9bcf   BUG: Bug in DataFrame update where non-specified values could cause dtype changes (GH3016_)
       new  7b03ff2   DOC: fix IPython snippet
       new  b59bf6c   BUG: Bug in user-facing take with negative indicies was incorrect producing incorrect  return values/failing (GH2892_)
       new  2f7b0e4   Merge pull request #3021 from jreback/update_3016
       new  a79f08c   Merge pull request #3027 from jreback/take
       new  aae6213   BUG: Formatting of an index that has ``nan`` was inconsistent or wrong (would fill from      other values), (GH2850_)
       new  ba9c83e   DOC: added cookbook.rst to main docs
       new  9a55ff2   DOC: more recipes
       new  43d9f56   Merge pull request #3034 from jreback/set_index
       new  8313870   Merge pull request #3036 from jreback/cook
       new  32dbd95   BUG: Unstack of a frame with no nans would always cause dtype upcasting (GH2929_)
       new  fc2d3cb   Merge pull request #2935 from stephenwlin/daterange_tz
       new  899c147   BUG: Bug in DataFrame combine_first where non-specified values could cause dtype changes (GH3041_)
       new  1fe657a   Merge pull request #3040 from jreback/unstack
       new  4b22372   Merge pull request #3043 from jreback/combine_3016
       new  5bc2973   BUG: Bug in groupby with first/last where dtypes could change (GH3041_) DOC: docstring updates in core/common.py for _possibily_cast_to_timedelta
       new  465f054   Merge pull request #3044 from jreback/groupby_3016
       new  1c0ed4a   TST: str.contains respects na parameter, GH2806
       new  024c97c   BUG: str.contains ignored na argument GH2806
       new  80e2cb8   Merge pull request #3048 from y-p/GH2806
       new  b143a21   ENH: value_counts() can now compute relative frequencies.
       new  7996a8c   DOC: update RELEASE.txt
       new  ded5b1b   ENH: add display.max_info_rows option
       new  0fdad7e   remove inconsistent validator
       new  c341820   add a test for setting display.max_info_rows to None
       new  41317cc   add validator for max_info_rows option
       new  09e6a21   DOC: Update v0.11.0.txt
       new  9ca50a3   DOC: remove stale note GH2981
       new  c682aa6   VB: fix intermittent vbtest `unstack_sparse_keyspace` failure
       new  9754f4d   TST:  Don't segfault when categorical groupby differs in length from series, GH3011
       new  69b6d60   BUG: add length check on categorical grouper, GH3011
       new  1572735   TST: df.from_records should accept values deriving from ABC collection.Mapping
       new  a4ca1db   ENH: df.from_records should accept values deriving from ABC collection.Mapping, GH3000
       new  7491a4f   TST: add tests for Period().to_timestamp(tz=foo), GH2877
       new  662e427   ENH/BUG: add tz argument to to_timestamp of Period, GH2877
       new  d7d30b5   TST: add bounds-checking preamble to groupby_X cython code
       new  36a15ef   ENH: add bounds-checking preamble to groupby_X cython code
       new  23e8f9e   TST: Enforce grouper=f() result has len(labels) == len(data) GH3035
       new  5582646   BUG: Enforce grouper=f() result has len(labels) == len(data) GH3035
       new  4d92994   DOC: Update v0.11.0.txt
       new  5a54195   DOC: more cook examples
       new  0395dd0   Merge pull request #3049 from jreback/cook3
       new  e6fac57   DOC: more examples
       new  aefcd68   Merge pull request #3051 from jreback/cook4
       new  e70aec5   ENH: Allow setitem in a frame where only mixed numerics are present (e.g. int and float) GH 3037
       new  8260acf   DOC: more examples
       new  3e55bd7   Merge pull request #3052 from jreback/cook5
       new  5592aaf   BUG: loc was failing on integer slices (incorrect implementation), GH 3053
       new  e9b2c02   Merge pull request #3055 from jreback/loc
       new  ca83d5e   ENH: improve performance of df.to_csv GH3054
       new  57660e8   BUG: Handle concat of series with same name, GH2972
       new  7f02585   Merge pull request #3050 from jreback/numerics_3037
       new  b513215   Merge pull request #2860 from y-p/GH2439
       new  15847d6   Merge pull request #3005 from y-p/GH3000
       new  2d69034   Merge pull request #2991 from y-p/GH2877
       new  d46fa22   ENH: to_csv using masking to simplify dtype processing
       new  7c67776   ENH: more perf tweaks in df.to_csv
       new  828f9f9   Merge pull request #3058 from dieterv77/FixGH2972
       new  dde093e   ylabels for secondary_y axis
       new  9349681   PERF: cythonized parts of to_csv for increased perf
       new  10857b0   PERF: more cython tweaks
       new  6d4e0bb   PERF: cythonize improved python version
       new  7ac83eb   PERF: cythonized parts of to_csv for increased perf
       new  d78f4f6   PERF: more speedups
       new  55adfb7   ENH: add chunksize parameter to DataFrame.to_csv to enable constant memory usage      by writing in chunks
       new  dcc45a7   CLN: move repeated cast out of loop
       new  5a7c28d   CLN: make guard more defensive
       new  ba62066   REF: add com._ndarray_to_native_types
       new  6c6f6cf   REF: apply native type conv to ix, cols before write_csv
       new  9e09328   BUG/ENH: guarantee blocks will upcast as needed, and split as needed          e.g. a replace on an IntBlock with a float will upcast, it may          yield multiple blocks if the original IntBlock didn't fully replace
       new  fbfd16a   Merge pull request #3065 from jreback/replace
       new  f180369   cython dependency and a pip tip
       new  1cae798   ENH: _maybe_upcast_putmask now has the keyword, change to provide inline        putmask changes to an object (series)      apply in BlockManager now has a keyword, filter to allow acting        on only those items contained in the filter (if supplied) CLN: consolidated all replace subs to main replace in DataFrame        (which calls replace in BlockManager) TST: now passed test in GH 3064
       new  51793db   PERF: added frame_to_csv2 vbench, revised frame_to_csv_mixed
       new  32ad737   Merge pull request #3068 from jreback/replace2
       new  6e7b37b   Merge pull request #3017 from y-p/GH3011
       new  e20199f   BUG: add sanity check to groupby agg function, outside main loop
       new  9e99a5e   BUG: fix scalar date_parser issue in read_csv. close #3071
       new  c466341   BUG: replace with a dict misbehaving (GH 3064), due to incorrect filtering
       new  4c8a762   Merge pull request #3072 from jreback/replace3
       new  625d0bb   Handle figsize= correctly in plot_series
       new  bb7d1da   TST: test for to_csv on failing vbench
       new  71cb70d   ENH: refactor series from dict to list, eliminate one level of indirection
       new  7dc5f92   ENH: replace variable lookup by constant .
       new  66e38f9   ENH: make chunks process constant element count
       new  20d3247   PERF: avoid iteritems->iloc panelty for data conversion, use blocks
       new  67ca8ae   TST: test for to_csv on failing vbench      duplicate column names across dtypes is a problem, and      not-easy to fix, so letting test fail
       new  e6aa3a8   BUG: Fix broken YearBegin offset. Closes #2844.
       new  b0b845a   BUG: Fix corner case in YearBegin
       new  d9c90b3   STY: Remove unnecessary old code.
       new  5b662d8   pip/pypi clarification
       new  e7436ae   Merge pull request #3067 from kermit666/patch-1
       new  b80c334   BLD: force numpy 1.6.1 most everywhere on travis
       new  4c5461e   Merge pull request #3031 from y-p/groupby_bounds
       new  516c99e   VB: add regex filtering to test_perf.py
       new  0995208   CLN: csv refactor
       new  129e8dd   DOC/CLN: cookbook addition, minor cleaning in internals.py
       new  f8cb40e   TST: SparseSeries.density shouldn't die
       new  279329b   BUG: SparseSeries.density shouldn't die GH2803
       new  9075452   Merge branch 'GH2803'
       new  024fb36   DOC: RELEASE.rst is a full changelog, v0.x.y.txt is what's new/changed
       new  4ed5d0d   DOC: RELEASE.rst is a full changelog, v0.x.y.txt is what's new/changed
       new  4a114d2   Merge pull request #3079 from jreback/minor
       new  78a3edb   ENH: New keywords ``iterator=boolean``, and ``chunksize=number_in_a_chunk`` are      provided to support iteration on ``select`` and ``select_as_multiple`` (GH3076_)
       new  a632362   Merge pull request #3078 from jreback/pytables_iter
       new  7776128   ENH: add (undocumented) legacy kwd to df.to_csv, just in case
       new  0098856   BUG: fix closed='left' erroneous resampling logic regression. close #3020
       new  e1ea3f1   BUG: fix scatter matrix axis labels for odd number of columns
       new  d386470   CLN: revert matrix plot ticks to traditional arrangement
       new  73591e7   Merge branch 'scatter_matrix_labels_fix'
       new  308beb1   DOC: update RELEASE.rst
       new  a914bbe   Added count of columns when DataFrame is printed out
       new  362a992   Resample docstring default values changed
       new  0e42e46   TST: fail early on duplicate columns
       new  f8fbc08   Merge pull request #3084 from ilblackdragon/master
       new  616347c   CLN: preallocate data array only once
       new  87a391e   TST: test the hell out of the new df.to_csv()
       new  22f258f   BUG: MultiIndex to_native_types did not obey slicer
       new  4d9a3d3   DOC: update what's new, RELEASE.rst
       new  8614498   TST: mark csv test @slow
       new  4a04fae   Merge branch 'GH3054/to_csv_perf'
       new  57c2c93   TST/ENH: more helpful exceptions on trying to store invalid data
       new  cd17fd3   DOC: more examples in cookbook.rst
       new  f6ac8c0   Merge pull request #3088 from jreback/hdf_error
       new  99c74cb   DOC: fix typos in RELEASE.rst
       new  9363377   PERF: added convert=boolean to take routines to enable negative index conversion       mainly for user facing routines (defaults to True)
       new  441e442   Merge pull request #3093 from jreback/perf_indexing
       new  ad082bc   TST: fix test to test dupe columns, instead of null op
       new  1f138a4   BUG: to_csv should allow writing of dupe cols if within same block GH3095
       new  4c4dc33   BLD: fix time module import conflict
       new  4e0465d   Merge pull request #3098 from cpcloud/time-import-fix
       new  5b5973f   Remove confusing default val hints from docstrings
       new  7735405   TST: added ensure_clean file cleanup context manager for file based tests
       new  a6db105   Merge pull request #3103 from jreback/ensure_clean
       new  4e8857c   BUG: GH 3106, adding timedelta64[ns] objs to a frame, then consolidating didnt' correctly combine the blocks
       new  64f35e8c  BLD: fix cython artifact caching, for fast testing with tox
       new  94098a9   Merge pull request #3107 from jreback/timedelta
       new  59a1222   BLD: check for BUILD_CACHE_DIR envar in setup.py
       new  d0586a1   BLD: improve test_perf messages
       new  383aa2d   CLN: eliminate py2.5 workaround from setup.py (cython caching)
       new  9167213   BLD: more test_perf messages cleanup
       new  8a3a94d   Merge pull request #3014 from waitingkuo/fix-timestamp
       new  ac3b83e   DOC: update RELEASE.rst
       new  3aff3aa   BUG: series.plot(kind='bar') should respect pylab color scheme GH3115
       new  fcf9c81   DOC: update RELEASE.rst
       new  81802ca   BUG: incorrect ensure_clean (was ensure_path)
       new  ff3e6ed   Merge pull request #3116 from jreback/ensure_clean_fix
       new  6790d7a   TST: less likelihood of random failing tests
       new  2349915   Merge pull request #3120 from jreback/hdf_travis
       new  4288d0f   TST: test for GH2623, object in frame upconverting a datetime64[ns] in another column
       new  1b2337b   BUG: GH2817, raise the correct KeyError that the multi-index is not sorted
       new  c82d7e2   BUG: HDFStore bug when appending to a table, .typ not recreated on 2nd appends       when min_itemsize is specified it caused an Exception
       new  61a704f   BUG: GH2719, fixed reshape on a Series with invalid input
       new  8fc9d7d   Merge pull request #3126 from jreback/hdf_bug
       new  4d3e34e   Merge pull request #3127 from jreback/reshape
       new  f2fa98a   DOC: add example and warning on fallback indexing for float indexes.
       new  0bd888b   BUG: fix cython caching in setup.py
       new  bfbe15f   BUG: fix NameError issue in GH2787
       new  d5f1686   Merge pull request #3135 from jreback/GH2787
       new  3a173f1   ENH: added selection to an unordered timeseries the same semantics as an ordered timeseries (GH2437)
       new  271fc95   Merge pull request #3136 from jreback/GH2437_2
       new  d3d24fa   ENH: GH3070, extend slicing semantics for datelike indexed DataFrames with a string to work like      TimeSeries (e.g. df['2001'] works)
       new  914625c   DOC: cookbook examples
       new  4411a29   CLN: cleanup arguments in generate_code.py
       new  bef52df   PERF: Limit memmove to >= 256 bytes, relax contiguity requirements
       new  b9bb1b5   Merge pull request #3137 from jreback/GH3070
       new  3ae98f5   Merge pull request #3124 from jreback/GH2817
       new  63eb4e8   Merge branch 'stephenwlin-memmove-limit'
       new  ff1ca84   DOC: update RELEASE.rst
       new  6b5b6b9   BUG: GH2903, implemented xs for axis=1 with a level specified
       new  ad6661b   Merge pull request #3125 from jreback/GH2903
       new  1cfa6d3   BUG: GH3042 Timestamp now supports classmethod fromordinal similar to datetimes
       new  d31e05f   Merge pull request #3138 from jreback/GH3042
       new  12167d1   BUG: GH2745 Fix issue with indexing a series with a boolean key and specifiying a 1-len list on the rhs (GH2745_)
       new  5816d0e   Merge pull request #3139 from jreback/GH2745
       new  8653bc7   DOC: cross reference cookbook and docs
       new  fadfd90   Merge pull request #3140 from jreback/cooker
       new  f15b176   Merge pull request #3128 from adamgreenhall/doc_fallback_index
       new  1bd9cc7   Merge pull request #3142 from jreback/GH2623
       new  60a8575   BLD: shove the plotting tests into the LOCALE_OVERRIDE build
       new  a21cdb4   ENH: add is_one_of_factory option validator factory
       new  f6edd17   ENH: add option display.with_mpl_style GH3075
       new  9df4af5   TST: fix test_bar_colors tests
       new  f1128dd   TST: groupby.apply assumed list of np.arrays had elements of equal len GH1738
       new  6626a7a   BUG: groupby.apply assumed list of np.arrays had elements of equal len GH1735
       new  b8220b8   Merge branch 'GH1738'
       new  220561f   DOC: update RELEASE.rst
       new  bf42405   VB: add random seed option, and default value to test_perf.sh
       new  e04a239   BUG: fix failing test TestSeriesPlots.test_bar_colors
       new  bab9148   TST: putmasking changing dtype when not necessary
       new  a9f4db4   ENH: allow Int64Index to have a platform int dtype
       new  24044d9   Merge pull request #3144 from jreback/dtypes
       new  008d435   DOC: cookbook examples
       new  eb07c5a   DOC: fix file modes
       new  70974fb   BLD: make LOCALE_OVERRIDE travis build use numpy 1.7 for some extra testing
       new  29fe395   BUG: GH3094, timedelta64 failing on numpy 1.7.0 (on 2.7) as np.array(td series) converts to int64 dtype
       new  19c35d7   DOC: Added error_bad_lines to the summary options
       new  7a1e61a   Merge pull request #3148 from jreback/timedelta_170
       new  4f9e260   Merge pull request #3147 from davidjameshumphreys/error_bad_lines
       new  2eda888   BUG: GH2763 fixed downcasting of groupby results on SeriesGroupBy       e.g. was returning float64 on int64 input when possible to preserve       in first/last
       new  531d32a   DOC: more cookbook examples
       new  b41dc91   Merge pull request #3153 from jreback/cook6
       new  8bde194   ENH: added numexpr support for where operations      implemented internals/where in numexpr
       new  78eb2b9   Merge pull request #3152 from jreback/GH2763
       new  da54321   SCR: format tweaks to test_perf
       new  7d11531   BLD: speed up test_perf.sh
       new  8fba5eb   ENH: Pass **kwargs through to matplotlib .scatter()
       new  9ceffb8   Merge pull request #3159 from danbirken/kwargs_to_scatter_plot
       new  39be803   DOC: Add more detailed description of commit prefixes
       new  4b65859   Merge pull request #3160 from danbirken/commit_prefix_explain
       new  fefdcd8   BUG: GH3163 fixed to_csv with a boundry condition issue at the chunksize break
       new  85e7db7   BUG/CLN: Exception in HDFStore are now ValueError or TypeError          A table will now raise if min_itemsize contains fields which are not queryables
       new  b8d7b8f   Merge pull request #3166 from jreback/GH3163
       new  26ce98f   Merge pull request #3167 from jreback/hdf_error2
       new  bb68945   Merge pull request #3085 from kermit666/patch-3
       new  660ec9c   DOC: minor edits in io.rst
       new  a12d480   SCR: test_perf can save results frame to pickle file, -d
       new  51d00fd   ENH: assert_X_equal with check_less_precise should apply to index/columns too
       new  cc9ad4e   BUG: Fix the rename for Series and DataFrame, #3165
       new  886c3c7   TST: Test to_csv in more cases and faster
       new  9f17a9a   TST: add test for test in test_testing
       new  4391dfd   BUG: check_less_precise in assert_almost_equal with val=float throws exception
       new  bda88ed   DOC release notes add assert_frame_equal checks index and column names
       new  c84ff80   Merge pull request #3172 from jreback/docs
       new  fe438e9   Merge pull request #3174 from hayd/assert-frame-equal-doc
       new  e1e14a4   Merge pull request #3175 from waitingkuo/fix-rename
       new  50a6ef7   DOC: better error message on ndarray construction, GH3105
       new  e6140e9   Merge pull request #3131 from jreback/GH3105
       new  a26f199   TST: resample test custom_grouper haveing dtype comp error on 32-bit       from GH2763 changes
       new  fe9d526   Merge pull request #3176 from jreback/resample_dtype
       new  7898ec2   PERF: groupby transform
       new  2d81b64   PERF: added vb_suite test for groupby_transform       added to RELEASE.rst, issue GH2121
       new  08672e3   Merge pull request #3154 from jreback/ne2
       new  1b7f070   Merge pull request #3145 from jreback/transform
       new  71c250c   DOC: provide an axis alises example in the cookbook.rst
       new  079f7bc   BLD: fix path handling, and possible import surprises in test_perf
       new  87db308   TST: add test for mom._flex_binary_moment blowing the stack GH3155
       new  b6b6023   BUG: _flex_binary_moment should validate it's arguments' type
       new  a626014   TST: added rolling_corr test with cener=True GH3155
       new  cd07f4b   BUG: rolling_corr should pass center=True to it's delegates
       new  8988c65   DOC: update RELEASE.rst
       new  acca735   BUG: fixed issues where passing an axis of 'index' would fail (as its expecting an axis number)
       new  94ea0b2   CLN: change to_csv 'legacy' keyword to engine=='python', consistent with c_parser
       new  9eb4689   Merge pull request #3110 from jreback/aliases
       new  6cda5dc   Merge pull request #3177 from jreback/alias_cook
       new  a8ed983   BLD: move perf_HEAD functionality into test_perf. -H arg
       new  9807def   BLD: fix path handling in test_perf
       new  97db5db   BLD: test_perf will read BUILD_CACHE_DIR from .build_cache_dir if it exists
       new  4dddf21   BUG: Append the empty frame with columns, #3121
       new  522c112   BLD: test_perf, add -n, number of vb runs to average results over
       new  3844347   BLD: test_perf, add -N, run HEAD vbenchmarks multiple times seperately
       new  91ad389   BUG: PeriodIndex.tolist boxes to list of Periods #3178
       new  30fba73   BUG: PeriodIndex.get_loc KeyError now reports Period instead of ordinal #3179
       new  4a7dbbe   CLN: pass in Period instead of Period repr to remove extra double quotes #3179
       new  f5c50f3   TST: DataFrame.to_records(index=True) doesn't work with MultiIndex GH3189
       new  9974e63   Merge pull request #3173 from y-p/less_precise
       new  4c1ca12   TST: bring back disabled tests in test_to_csv_moar after GH3173
       new  72eb647   BUG: DataFrame.to_records(index=True) doesn't work with MultiIndex GH3189
       new  50b185f   Merge branch 'GH3189'
       new  b931f16   DOC: update RELEASE.rst
       new  193beb3   DOC: various editing
       new  77e2455   TST: fix broken test case on py3 and add assertRaises #3179
       new  3c2f56a   BUG: guard against i < -len(series) in get_value_box fast code path. re: #3168
       new  ed9f522   DOC: release notes
       new  3e78edb   ENH: replace some usages of DataFrame to more generic self._constructor. #2865
       new  8a18af8   ENH: better error message when discretization might create an ambiguity. close #1978
       new  94893ff   BUG: fix parser case using Timestamp as a date parser. close #2932
       new  2b8db26   fix issue 2926
       new  20e56db   add tests for issue 2926
       new  f70e482   DOC: release notes
       new  af2a720   Merge remote-tracking branch 'Moisan/period_bug'
       new  ea6fdc3   DOC: release notes
       new  250c8e0   BUG: fix bug when concatenating series with axis=1 and they have the same name. close #2797
       new  4b61349   TST fix broken tests (which were using fancy asserts, broke travis py2.6 and py3)
       new  f9e533a   TST: Use correct expectations for AS in tests
       new  5f6f7cc   Merge pull request #3200 from hayd/fancy_asserts
       new  498cc4c   BUG MultiIndex sometimes tupled on apply, 2902
       new  99de491   Merge pull request #3199 from hayd/GH2902
       new  89599c1   TST: fix for tseries/test_period for py3k
       new  3ea0dd9   Merge pull request #3204 from jreback/period_py3
       new  b15655b   ENH: add __ne__ method to period comparisons
       new  8db7b4d   Merge pull request #3205 from jreback/tests_fix
       new  a80fe98   CLN: refactor core/index and tseries/index,period to have their formats and to_native_types be consistent      in naming / operation ENH: add support for Period formatting (as a native type) TST: add period support to makeCustomDataFrame for testing purposes
       new  7f85480   BUG/TST: format multi-index nan correctly
       new  1a976d8   Merge pull request #3193 from jreback/index_fmt
       new  2b7bcee   BUG: automatic color cycling when plotting Series without style or color argument
       new  5b16e78   Share color cycle between left and right axes
       new  2dd5f7b   Add note in RELEASE.rst
       new  184f2db   Merge pull request #3207 from hayd/GH2836-resolve-merge-conflict
       new  8bdcb38   API: return None when inplace=True. re #1893
       new  343323a   BUG: take into account adjoin width, closes #3201
       new  1957796   CLN: clarify message for deprecated  #2918 df._verbose_info_
       new  2cab493   DOC: minor cookbook/io doc corrections
       new  900a552   ENH: handle ragged CSV files nicely when specifying explicit list of column names. close #2981
       new  be58573   BUG: stacking with MultiIndex column with some unused level uniques fails #3170
       new  49390b9   BUG: remove unused columns from final result
       new  793a5c9   TST: PeriodIndex pickle roundtrip does not recreate freq GH2891
       new  a25fcba   BUG: PeriodIndex pickle roundtrip does not recreate freq GH2891
       new  3108604   Merge pull request #3224 from y-p/GH2891
       new  5f80802   ENH index diff respects names
       new  929c15c   DOC: update RELEASE.rst
       new  455ab71   BLD: Compact builds to fit into travis's 5-job concurrency limit
       new  c15b902   DOC: update CONTRIBUTING.md
       new  749d911   BUG: GH3216 Upcast when needed to DataFrame when setitem with indexer ENH: On a mixed DataFrame, allow setting with indexers with ndarray/DataFrame on rhs
       new  d09fff8   Merge pull request #3219 from jreback/GH3216
       new  18d3893   BLD: Travis revamped their log widget, be verbose and fold furiously
       new  09cc554   TST: mom._center_window should validate axis value against data dims
       new  f969e30   BUG: mom._center_window should validate axis value against data dims
       new  c34c4f0   Merge pull request #3225 from hayd/index_sub_names
       new  65adecf   BUG: week of year incorrect at year boundaries #2768
       new  378adfb   Revert "BLD: Travis revamped their log widget, be verbose and fold furiously"
       new  2614da3   BLD: tox, don't clean up build dir, permissions often get in the way
       new  9ec54ca   TST: check and raise on df.applymap with df having dupe columns
       new  7916e76   BUG: check and raise on df.applymap with df having dupe columns
       new  d212666   Merge pull request #3212 from wesm/inplace-not-return-self
       new  da836e9   TST: more robust tests in HDFStore
       new  460f50d   Merge pull request #3226 from jreback/hdf_test
       new  809b238   BUG: KDE plot fails with color kwarg #3187
       new  de2df52   TST add regression test for GH2753
       new  b8e61d4   Merge pull request #3227 from hayd/GH2753
       new  ac7dd25   DOC: update RELEASE.rst
       new  bc46b49   ENH: Declare a BoolBlock as a NumericBlock BUG: GH2641 fixes "df.decribe() with boolean column"
       new  84c1b41   DOC: update CONTRIBUTING.MD
       new  fbcec5b   BUG: GH3235 fix setitem on Series with boolean indexing and rhs of list
       new  b2039e0   BUG: GH2808 Apply with invalid returned indices raise correct Exception
       new  a3f9280   Merge pull request #3228 from jreback/GH2808
       new  206f025   Merge pull request #3236 from jreback/GH3235
       new  ed1618e   Merge pull request #3162 from danbirken/bool_as_numeric_type
       new  8975170   BLD: in test_perf, canonize file paths passes on command_line
       new  29764d0   BLD: test_perf -H shouldn't die if a vbench raises
       new  c173cbc   ENH: support top-level read/write API for HDFStore using read_hdf/to_hdf (GH3222)
       new  09d640e   BLD: test_perf -H shouldn't die if the benchmark list is empty
       new  aafc2a3   Merge pull request #3244 from jreback/read_hdf
       new  aa6c078   BLD: test_perf, be careful about initializing vars
       new  977d581   VB: rename duplicate-named vbench join_dataframe_index_single_key_bigger/_sort
       new  fb09e60   BUG: GH3243 accept list of DataFrames as constructor input
       new  484d44b   BUG: week of year fix around leap years #2768
       new  a9dd7ae   BUG: setitem with list elements in the indexer broken      e.g. df.iloc[[0,1],[1,2]] += 100
       new  01213e9   Merge pull request #3246 from jreback/iloc_set
       new  0478480   VB: cut down worst runtime offenders in vb suite
       new  10fd061   BLD: test_perf, progress indicator, catch kb interrupts
       new  4b1869c   BLD: test_perf, progress indicator, catch kb interrupts
       new  fa6654c   BLD: add --ncalls to test_perf, to override excessive runtimes in vbench
       new  6696d9c   BLD: test_perf, adjust column widths
       new  337d063   BLD: test_perf, print pickle filename if specified
       new  40a07ba   BLD: test_perf, supress Futurewarnings, DeprecationWarning
       new  95c23a5   Remove the duplicated test cases
       new  f6e84c5   Merge pull request #3184 from waitingkuo/fix-append-empty-frame
       new  682b39e   TST: Log scale on bar chart hides bars GH3247
       new  d82e5aa   BUG: Log scale on bar chart hides bars GH3247
       new  54d177b   DOC: update RELEASE.rst
       new  f021e07   DOC: cookbook examples courtesy of @timmie
       new  6e1c95e   DOC: cleanups
       new  b846abf   Merge pull request #3248 from y-p/doc_io_cleanups
       new  bdabec4   Merge pull request #3245 from jreback/GH3243
       new  5b3656c   BUG: df.plot(grid=None) (was False), obey mpl's default style GH3223
       new  bdc3183   BOOK: keep code examples in wes's book current, until the 2nd ed.
       new  72fd1ef   Merge pull request #3250 from y-p/book
       new  fc355b1   Revert "TST: Log scale on bar chart hides bars GH3247" mpl 1.2.1 regression
       new  332795e   ENH: In HDFStore, add select_column method, deprecate unique method
       new  6e67862   DOC: cookbook example
       new  3e4665e   Merge pull request #3256 from jreback/hdf_column
       new  b5840b3   BLD: test_perf, set cpu affinity and do a gc collect between vbs, in --head mode
       new  07163ac   BLD: test_perf, add burn-in, warn if 'affinity' missing, transpose running order in --head
       new  f132748   BLD: test_perf, explicitly disable gc for runs, correct help message
       new  78764f0   BLD: numpy 1.7.0 is on pypi, no need to get it from GH anymore
       new  bc696a7   BUG: Series diff(0) fails #3257
       new  a7b5deb   BLD: more travis.yml cleanup
       new  be556dc   BLD: test_perf, do a collect once per --repeats, after each b.run()
       new  bd1ba21   DOC: update scipy.py #2916
       new  16027f9   Merge pull request #3262 from chappers/docstring
       new  8e144c7   TST: refurbished to_csv ignores file mode GH3263
       new  1df192d   BUG: refurbished to_csv ignores file mode GH3263
       new  24588f7   modified to_latex method of DataFrameFormatter to make nicer typeset tables
       new  0e2caed   CLN: docstring fixes
       new  ab81b4f   fix docstring for date_parser option
       new  ac12c19   BLD: setup.py, proper init of arg in cython cache code
       new  fca68ca   CLN: remove stale TODO.rst
       new  37040a3   DOC: modify conf to remove extra modules link in header GH(pandas-website/20)
       new  13877ea   DOC: too mani typos
       new  de55824   DOC: switch sphinx to 'nature' theme
       new  ad5ad3a   CLN: delete sandbox/stats, that's all statsmodels now
       new  95b4a4b   BUG: DatetimeIndex bug adding offsets to tz-aware indices #3210
       new  e5e21af   DOC: add brief note to gotchas about threadsafety. close #2729
       new  4d2aaf3   ENH add time to DatetimeIndex
       new  49735db   DOC: release notes
       new  59bbc36   Merge pull request #3271 from y-p/bye_TODO
       new  87691f0   Merge pull request #3273 from y-p/clean_sandbox
       new  80ac773   API: raise TypeError out of GroupBy.agg
       new  21f2b38   DOC: release noets
       new  600047e   BUG: anchored week to_timestamp conversion run #2742
       new  0c0231f   Merge remote-tracking branch 'jseabold/fix-2844'
       new  421d492   BUG: fix segfault introduced by prior #2981 fix
       new  ee4f3b4   Raise more specific exceptions when parsing fails
       new  43558a4   DOC: modify sphinx theme to use global TOC
       new  4192599   DOC: remove OLS docs, it's in statsmodels now
       new  0a112da   DOC: css tweaks to sphinx theme
       new  87e08c6   DOC: css tweaks to sphinx theme
       new  d505970   DOC: rephrase paragraph
       new  9b72fe8   DOC: uniform image width in docs
       new  0328706   DOC: use display.mpl_style='default' in figures
       new  25ff267   BUG: fix legend in andrew_figures GH3278
       new  58a48bf   DOC: out with numpydoc, back in with use_modindex
       new  004a25b   ENH: add to_series() method to Index and subclasses GH3275
       new  bd6defd   TST: Series ctor should respect ordering in OrderedDict GH3283
       new  695c9ef   BUG: Series ctor should respect ordering in OrderedDict GH3283
       new  9dcac7e   DOC: update RELEASE.rst
       new  5c29a6e   ENH: Allow read_frame to use parameterized queries
       new  f5fb624   ENH/BUG: allow pivot tables to downcast the output (e.g. float -> int)          if possible
       new  54f1fc1   Merge pull request #3286 from jreback/GH3283
       new  d635f38   BUG: suppress error raise by nonnumeric columns when plotting DataFrame #3108
       new  981036d   Merge pull request #3073 from qwhelan/series_figsize
       new  ac9901d   BUG: GH2893 Produce a series on apply if we only generate a singular      series and have a simple index
       new  dc62479   Merge pull request #3285 from bburan-galenea/bburan-galenea/sql-cursor-to-dataframe
       new  b00df5e   BUG: add raise_on_error to plot when handling errors raised by attempting to plot non-numeric columns #3287
       new  6b5ee26   BUG: fix engine='python' integer outside fp rep range issue. close #3258
       new  a625fbd   DOC: modify theme css to keep navigation fixed on screen
       new  3e618c8   DOC: Spihnx theme, don't sticky nav on api ref page, toc too long to fit on screen
       new  e288f25   Revert "DOC: Spihnx theme, don't sticky nav on api ref page, toc too long to fit on screen"
       new  9466451   Revert "DOC: modify theme css to keep navigation fixed on screen"
       new  8879c85   Merge pull request #3266 from cjw296/doc_fix
       new  2c81846   ENH: silently return NA in String.str.get when values are too short. close #3223
       new  154252a   BUG: test case showing why assigning to dtype is unsafe
       new  2d0a840   BUG: fix pprinting of singleton tuples GH3291
       new  b5c6e1c   DOC: minor changes in 10min.rst
       new  02445f4   BUG: pprint_thing mishandles sets GH3294
       new  698d881   ENH: add escape parameter to to_html()
       new  f3d01cb   DOC: mention new to_html() escape argument and & escaping
       new  b379772   BUG: fix unsafe dtype changes in putmasking on series      allow boolean indexing of series w/o changing the dtype      with a list of the rhs if we can preserver the dtype      of the input, if we can't upcast, but can only do this      in cases where we won't change the itemsize
       new  1569838   Merge pull request #3292 from jreback/unsafe
       new  922c610   Override Matplotlib's Axes.format_coord method for tseries plots
       new  24eee44   ENH: Enabled display of cursor coordinate info in t-series plots
       new  456669b   tests if plotting.hist passes kwargs to matplotlib.hist
       new  45dc3dc   pass kwargs of grouped_hist to matplotlib.hist
       new  6e74f8a   Revert "Revert "TST: Log scale on bar chart hides bars GH3247" mpl 1.2.1 regression"
       new  c8728e2   Merge pull request #3280 from y-p/GH3275
       new  7358b5b   BUG: work around mpl 1.2.1 regression, bar(log=True,bottom=None)) GH3254
       new  cf55a91   BUG: work around mpl 1.2.1 regression,  ax.axhline(0) with log=true GH3298
       new  e264115   Merge pull request #3300 from y-p/log_bar
       new  9ff3266   Merge branch 'master' of github.com:pydata/pandas
       new  26ca139   ENH: add OrderedDefaultdict to util.compat
       new  ea513d5   TST: Panel ctor and from_dict should respect ordering when given OrderedDict GH3303
       new  c7e8ea4   BUG: Panel ctor and from_dict should respect ordering when given OrderedDict GH3303
       new  8acb690   DOC: update RELEASE.rst
       new  d7bec6c   Merge pull request #3304 from y-p/panel_od
       new  d64a30e   VB: correct start_date for vbs importing core.expressions
       new  9496c4a   Merge branch 'master' of github.com:pydata/pandas
       new  3b7f635   Merge pull request #3208 from lodagro/issue_3201
       new  bd996c5   Merge branch 'master' of github.com:pydata/pandas
       new  62d249d   Merge remote-tracking branch 'orbitfold/rplot'
       new  293f46c   STY: untabify
       new  d4eb529   Merge remote-tracking branch 'pprett/hist-kwargs'
       new  dbefe89   BUG: remove scipy top level import
       new  8c2c6d2   BUG: also remove pyplot top level import
       new  5b99939   BUG: long->int on 32-bit platforms for exception checking purposes
       new  76c23b4   BUG: another pesky mpl import
       new  6ec2467   Merge remote-tracking branch 'gdraps/to-html-escape-parm'
       new  d749b91   BUG: fix log bar plot again #3309
       new  fc8a679   TST: test fix on GH3235 (failing because of system dtype on different systems)
       new  91f9a6d   BUG: GH3311 Dataframe where with a datetimelike was not correctly selecting
       new  745408f   BUG: fix max_columns=0, close #2856
       new  0da44db   TST: add test for diplay options max_rows and max_columns
       new  e479948   BUG: fix expand_frame_repr
       new  35b002a   TST: add test for display option expand_frame_repr
       new  6124e13   Merge pull request #3313 from jreback/GH3235_test
       new  5ea9d01   Merge pull request #3312 from jreback/GH3311
       new  7db1af4   WIP: rework full/info/expand repr decision tree.
       new  987e0df   SCR: add a script for tracking down all commits touching a named method
       new  71e0f8b   Merge pull request #3316 from y-p/tooling_find_touchy
       new  5deb20f   BUG: fix to_html double escaping
       new  3f5916b   BUG: fix integer division operator under py3 in rplot
       new  1052f47   DOC: Try and clarify tz_localize docstring, always found it confusing
       new  ea6d721   CLN: moved all data for tests to /data sub-dir of the tests
       new  f600e20   ENH: added legacy pickel generation/testing suppport
       new  76b0c54   BLD: fix setup.py to load correctly data files
       new  e71b09d   BUG: reading py2 pickles in py3 ok now
       new  e7a1a6b   ENH: added py3 pickles, revsied to include SparseSeries/SparseDataFrame/Index/MultiIndex
       new  f97e36a   BUG: ensure index casting works even in Int64Index
       new  1c081e3   Merge pull request #3264 from anomrake/latex-tables
       new  d8070fa   Merge pull request #3287 from changhiskhan/nonnumeric-plot
       new  7b58f1d   Merge pull request #3322 from jreback/index_astype
       new  859d260   BUG: segfault when set_index with MultiIndex. close #3308
       new  ba774f5   Merge PR #3310
       new  8f92d9a   Merge PR #2881 and fix unit test
       new  4618675   BLD: travis make nose test selection clear via env_var
       new  5c2be67   DOC: add docstring
       new  dfcf746   WIP: finish on #2856
       new  6e32e25   DOC: fix typo
       new  0933ba3   PERF: fixed int64 indexing perf issue when conversion to int64
       new  cd3c25b   TST: run benchmark for repr wide frame with/without interactive mode
       new  57d9fad   Merge pull request #3331 from jreback/index_perf
       new  97d37d9   PERF/CLN: infer Period in infer_dtype, later index inference is faster
       new  9764ea6   Merge pull request #3332 from jreback/period_perf2
       new  c54848f   PERF: series construction perf enhancements, use a fast path based on dtype
       new  174196d   Merge pull request #3333 from jreback/series_perf
       new  0f192ea   DOC add missing arguments to to_datetime docstring
       new  af5eb53   Merge pull request #3314 from hayd/DOC_dayfirst_to_to_datetime
       new  f23a9eb   BUG: fix raw path to github raw data file
       new  c42fd34   TST: properly raise the quoted exception when trying to unpickle on py2
       new  cddde22   Merge pull request #3336 from jreback/fixes
       new  ee83d74   TST: py3 compat on test_pickle.py
       new  258c7e3   RLS: version 0.11 release candidate 1
       new  8761da7   Merge tag 'v0.11.0rc1' into debian
       new  34dd7bd   changelog entry
       new  d0de0ac   RF: because .pyx files could be in different subdirs -- redo cythonization
       new  bd4e6b5   recythonized
       new  bc6f54d   adjusted copyright
       new  3875acc   DOC: update options section, not new anymore
       new  8ce4ef9   TST: remove slow test duplicating an even slower test to reduce test time
       new  7cc19c0   TST: speed up long test (Yahoo IO)
       new  f20c051   TST: speed up long test (csv_moar)
       new  7e79dbe   TST: speed up long test (test_scatter)
       new  902b386   ENH: boxplot color scheme respects MPL style
       new  d7617d3   TST: use python 2.6-compatible testing statements
       new  33f1d13   BF: install all *.rst as docs (no TODO any longer)
       new  935c613   Merge commit 'v0.11.0rc1-7-gd7617d3' into debian
       new  6473dee   update revision
       new  f2ff2f7   updated cythonization
       new  6e86975   BLD: test_perf.py gc disable can exhaust memory (where are the cycles?)
       new  d2b2d13   ENH: HDFStore now auto creates data_columns if they are specified in min_itemisize on appends
       new  c45e769   Merge pull request #3357 from jreback/hdf_fix
       new  e505101   BLD: Add 2to3 caching, move the build cache logic into use_build_cache.py
       new  a012bd5   DOC: update CONTRIBUTING.md
       new  42a3f49   Merge pull request #3358 from y-p/build_cache_v2
       new  e71db13   CLN: DataFrame move doc from __init__ to cls
       new  a1f4d7b   CLN: treat missing cases of __doc__ under __init__
       new  d6c3ae5   DOC: add class docstrings in various places
       new  ff6501e   PERF: get_numeric_data now a bit faster
       new  268e433   Merge pull request #3359 from jreback/perf_numeric
       new  ab274ed   BUG: MultiIndex summary now inserts an ellipsis GH3348
       new  07ef5b4   BLD: test_perf learned --stats and --quiet
       new  b28aab9   BUG: pivot_table bug when rows is unspecified #3361
       new  68a0995   BLD: add system info line to ci/print_versions.py
       new  d4a685d   TST: add a warning about required sm version in testWLS.
       new  67b76c0   BLD: ci/print_versions reports  LC_ALL, LANG
       new  17266ff   BLD: test_perf, print stats as table
       new  e358f46   TST: convert unintended test description into comment
       new  9c05da7   BLD: test_perf don't print stats twice
       new  a45e0eb   DOC: Moved note about cursor position in time series plots out of changes to pd.data.io.Options in v0.11.0
       new  1e3b3cc   Merge pull request #3365 from spencerlyon2/DOCwhatsnew
       new  30f1814   BLD: use_build_cache.sh learned --force-overwrite and --debug
       new  b9ca0ed   BLD: ci/print_versions.py, LC_ALL/LANG should default None
       new  1494b2b   DOC: tweak deprecations message for display.line_width
       new  8aa1c64   Revert "BLD: ci/print_versions.py, LC_ALL/LANG should default None"
       new  a9f3f6d   BLD: ci/print_versions.py, LC_ALL/LANG should default to None
       new  acd465f   DOC: show the rplot import at the top level of the trellis plotting section
       new  b0a8ba0   DOC: tweak docstring
       new  1fdabbc   CLN: elminate testing warning on 2.6, deprecated exception idiom
       new  205bd59   fix multiindex xs slicing bug
       new  73f5f9a   VB: add vbench for df.xs across row/col
       new  3880b2a   BLD: travis network cache
       new  725b6a9   BLD: use_build_cache.py - fix 2to3 caching and messages
       new  e90f69c   Merge branch 'travis_make_it_faster'
       new  2ce26cd   PLEASE_TRAVIS_FASTER
       new  7b1e3ce   Merge pull request #3383 from y-p/travis_make_it_faster
       new  bffda7d   BUG: fix travis net cache
       new  b3472d4   BLD/BUG: travis scripts should appreciate politeness in body as well as subject
       new  4bb5f6d   BUG: GH3380 groupby will handle mutation on a DataFrame group's columns and fallback
       new  57327e2   Merge pull request #3378 from cpcloud/multiindex-bug
       new  729d333   BUG: encoding detection should accept variations on 'ascii' GH3360
       new  d4eef33   DOC: ref / val caveat, point at pandas methods
       new  c301433   Merge pull request #3399 from dengemann/ref_value_data_access_doc
       new  1380bb8   Merge pull request #3384 from jreback/groupby_mutate
       new  332c4ba   DOC: cookbook updates      updates in indexing.rst for view vs copy
       new  de3492f   DOC: indexing.rst updates
       new  23dca4a   TST: added testing and error messages for passing datetimes with timezones
       new  cbd6613   Merge pull request #3405 from jreback/hdf_dates
       new  6978d0f   BUG: try harder to avoid ascii encoding GH3360
       new  2202d4c   DOC: link to travis setup instructions in CONTRIBUTING.md
       new  9a06f03   DOC: Its a bad idea to PEP8 documentation!
       new  5bf8adb   DOC: de-pep8ified indexing.rst and cleaned up the docs a bit
       new  439316f   BUG: don't rely on sys.getdefaultencoding if we don't need to GH3360
       new  44a400d   ENH: save initial sys.getdefaultencoding() value aside for debugging
       new  df6c492   TST: ensure Period.strftime returns Unicode
       new  58d4c58   BUG: Period.strftime should return unicode strings always GH3363
       new  80549c4   BUG: sort out unicode/str/repr and py2/3 for Period Objects GH3363
       new  95ad4ef   Merge pull request #3409 from y-p/GH3360c
       new  9dccc21   DOC: update RELEASE.rst
       new  31e34c6   Merge pull request #3410 from y-p/GH3363
       new  0ea3965   DOC: update RELEASE.rst
       new  119e2e3   BUG: fix df repr troubles GH3337
       new  7ed8271   ENH: add internal get_default_val() function to core.config
       new  1ab8586   ENH: add helper for detecting any IPython zmq frontend, make in_qtconsole robuster
       new  40b9b38   BUG: Always Ignore auto-detect terminal size for qtc/+ipnb
       new  098c21a   DOC: Add comments, tweak option descriptions.
       new  0d53d12   CLN: convert test utilizing disp.line_width to disp.width
       new  a71c815   ENH: Adjust height/width/max_rows defaults to match informal survey results
       new  f3aac7e   TST: adjust tests to accommodate new defaults for display options
       new  0555768   TST: fix test_repr_non_interactive passing by accident
       new  fffd92f   BUG: for numerical option, sentry should be another Type, not 0
       new  f48a954   ENH: optimize _repr_fits_horizontal_, to_string only on slice of interest
       new  d477b09   BUG: rework get_console_size to handle cases properly
       new  7c59e57   ENH: fix df.repr() for scripts (keep GH1611 away), accept None for max_cols/rows
       new  49f1bf7   ENH: let display.notebook_repr_html control HTML repr in qtconsole again.
       new  49141e9   ENH: default dimensions for ip zmq frontends derive from disp.height/width defaults
       new  546f00a   BUG: fix validators for config options
       new  61ed771   DOC: RELEASE.rst mention new options disp.height/width and deprecated line_width
       new  f551252   TST: add test for config.is_one_of_factory
       new  8b782c2   BUG: config.is_one_of_factory is broken
       new  b9fa04a   Merge branch 'repr_fixes'
       new  a31486a   DOC: minor indexing.rst doc updates
       new  53687c5   Revert "BUG: config.is_one_of_factory is broken"
       new  c21706c   BUG: fix broken validators again
       new  d385d25   DOC: Adding parameters to frequencies, offsets (issue #2916)
       new  5adcceb   Merge pull request #3420 from karmel/master
       new  f24b923   BUG: respect passed chunksize in read_csv when using get_chunk function. close #3406
       new  f9eea30   RLS: Version 0.11
       new  6bdcd22   CLN: eliminate assert in favor of AssertionError GH2057
       new  e562979   CLN: remove some unicode hair from pre-pprint_thing days GH3360
       new  3a41406   CLN: remove some unicode hair from pre-pprint_thing days GH3360
       new  48f2587   Merge pull request #3364 from y-p/unicode_fixes
       new  98f65b1   ENH: Use xlrd >=0.9.0 for both xls/xlsx, sidesteps GH1629
       new  f4e218c   Merge pull request #3164 from y-p/excel_xlrd_only
       new  464dd3d   Merge pull request #3023 from y-p/no_asserts
       new  88c9471   Merge pull request #3038 from y-p/pprint_warts
       new  e5e4f6b   BUG: pprint_thing should pprint and limit nested sequences when formatting dicts GH3251
       new  3396dca   Merge pull request #3252 from y-p/GH3251A
       new  334b4db   TST: Timestamp repr is valid python code
       new  b7b36b1   ENH/CLN: make Timestamp repr executable, like datetime
       new  c28d2cd   Merge pull request #3379 from y-p/timestamp_repr
       new  783a209   DOC: update RELEASE.rst
       new  43273f4   BLD: no rest for the wicked
       new  9663777   DOC: stubs for 0.12 what's new
       new  e6aaca5   DOC: bring back numpydoc
       new  dfaf365   DOC: mention numpydoc docstrings in CONTRIBUTING.md
       new  388411e   Merge tag 'v0.11.0' into debian
       new  f3711cf   DOC: Adding parameters address issue sub-points 8 and 10 - 24 (issue #2916)
       new  ff2c287   recythonized
       new  78a1a28   updated the changelog
       new  b072b84   it should have been changelog first, recythonize 2nd
       new  0c784e6   Merge pull request #3422 from karmel/master
       new  1ba48e9   TST: add df.to_csv multiple dt cols with NaT GH3437
       new  13111ad   BUG: GH3437 to_csv issue with large number of rows and some NaT in multiple
       new  5c3ccdb   Merge branch 'more_csv_moar'
       new  366592d   DOC: Adding Panel docs to API, and shortening line length in panel.py
       new  05a6f8e   Merge branch 'panel_docs'
       new  9243d2f   Recommends numexpr
       new  120abe9   BUG: index.map fast path raises recursion warnings on index.time GH3419
       new  5bf1525   Merge pull request #3450 from y-p/GH3419
       new  26e3fc8   DOC: update comment
       new  91370ea   BUG: GH3449 .loc was not raising when passed an integer list
       new  1e2b447   Merge pull request #3451 from jreback/GH3449
       new  4aea3f2   ENH/CLN: redo pprint_warts merge, rebased PR lost the show
       new  0884323   BUG: GH3448  Unordered time series selection was misbehaving when using label slicing
       new  637a518   Merge pull request #3452 from jreback/GH3448
       new  d101f45   BUG: Removing a nonexistent store raises a KeyError
       new  99c1f15   BUG: GH3455 Duplicate indexes with getitem will return items in the correct order
       new  3c728a7   Merge pull request #3447 from danielballan/remove-raises-keyerror
       new  67ad556   Merge pull request #3459 from jreback/GH3455
       new  79fa5e2   TST: to_csv respects cols= reordering GH3454/7
       new  e56cde6   BUG: to_csv handles cols= reordering,dupe cols GH3454/7
       new  d5d9534   DOC: update RELEASE.rst
       new  0bd5e77   Merge pull request #3458 from y-p/GH3454
       new  2842383   BUG: GH3461 Fix sorting in a frame with a list of columns which contains datetime64[ns] dtypes
       new  f8e73d3   Merge pull request #3464 from jreback/GH3461
       new  bbe4306   BUG/ENH: (Multi)Index pprint items by type correctly, obeys display.max_seq_items GH3465
       new  8870475   TST: adjust test_repr_summary to set display.max_seq_items
       new  69059a3   DOC: update RELEASE.rst
       new  5afb0eb   Merge pull request #3466 from y-p/more_pprint
       new  63190f5   BUG: adjust to_latex column format when no index
       new  d898901   DOC: explain travis-ci in CONTRIBUTING.md for the non-cognisanti
       new  897cabb   DOC: explain travis-ci in CONTRIBUTING.md for the non-cognisanti
       new  ea40325   ENH: Adding '.' as an na_value for FRED.
       new  d97ec8e   Adding some tests to cover the FRED data fetching code.
       new  51d2f7b   ENH: Better error message if a bad series name is passed to the get_data_fred function.
       new  5bad67e   DOC: Updated RELEASE.rst with change notes.
       new  a254d35   Merge pull request #3469 from TomAugspurger/fred_na
       new  8a39682   ENH: Bring Series.dot up to par with DataFrame.dot
       new  023f6c3   Merge pull request #3467 from kyleam/tolatex-index
       new  6e7c4d6   DOC: tweak indexing.rst
       new  77618f0   Merge pull request #3470 from dieterv77/SeriesDot
       new  abde6ff   DOC: add note on pickle being unsafe to docs and pd.load docstring
       new  286f474   DOC: Arrange things for 0.11.1
       new  b64e81e   BUG: GH3493 Fix cannot append DataFrames with uint dtypes to HDFStore
       new  da8be66   DOC: Inject small measure of sanity to line width on wide screen
       new  75b5a8e   DOC: Adds GH3493 bugfix note
       new  0bb4820   BUG: GH3480 Fix regression in a DataFrame apply with axis=1
       new  008580d   Merge pull request #3502 from jreback/GH3480
       new  15bca1c   Merge branch 'master' of https://github.com/jmellen/pandas into jmellen-master
       new  432c672   BUG: GH3468 Fix assigning a new index to a duplicate index in a DataFrame would fail
       new  4c756e2   ENH: support for having duplicative indices across blocks (dtypes)
       new  b4677c1   BUG: enabled applymap to work (and updated internals/convert to use iget) when
       new  b8382a3   BUG: GH3495 change core/format/CSVFormatter.save to allow generic way of dealing
       new  71d6b37   Add mangle_dupe_cols option to read_csv/table GH3468
       new  a5373ea   DOC: add RELEASE.rst note anticipating breaking change in 0.12.0
       new  8c08aca   PERF: allow a cache_readonly to be 'set' if allow_settings is passed on the decoration
       new  c03f0ca   Merge pull request #3509 from jreback/dup_columns2
       new  ac88929   TST: skip tests needing xlrd
       new  ee4a740   Merge pull request #3517 from lodagro/test_excel
       new  b30c37a   Fixed Unbound Variable `edge` access when BinGrouper is empty
       new  99137af   Merge branch 'PR3510'
       new  b31c033   ENH: add ability to read html tables directly into DataFrames
       new  a6fed22   DOC: CONTRIBUTING.md, add link to discussion on plotting code conventions
       new  702dbf8   DOC: update RELEASE.rst
       new  6518c79   Merge branch 'cpcloud_read_html'
       new  942d873   BUG: fix qt console repr
       new  cc282d8   Merge pull request #3527 from cpcloud/qt-repr-bug
       new  4ecb04e   Merge pull request #3511 from y-p/PR_mangle_dupe_cols_option
       new  2eae64d   Added failing test case for union of two timezone-aware indexes with month end frequencies.
       new  ce8a15d   Included timezone information when applying month-end offset to ensure timezone information is preserved on index unions.
       new  d2e2abf   DOC: update RELEASE.rst
       new  3db0994   DOC: Fix header
       new  95fbde1   Merge pull request #3530 from jseabold/docs-cleanup
       new  22e35c8   DOC: cookbook update
       new  2c3a74e   DOC: more cookbook.rst
       new  c5c3da7   BUG: Fixed bug in mixed frame assignment with aligned series (GH3492)
       new  d16c631   Support for s3 file handling
       new  e938386   Update README and RELEASE for new S3 support
       new  d925966   Merge pull request #3533 from jreback/GH3492
       new  ef5cdfa   Update io.rst
       new  d461d41   ENH: HDFStore will retain index attributes (freq,tz,name) on recreation (GH3499_)
       new  9120b05   ENH: support timezone data_columns in HDFStore (GH2852)
       new  a23db0c   BUG: Fixed bug in selecting month/quarter/year from a series would not select the time element
       new  17e1f21   Merge pull request #3548 from jreback/GH3546
       new  8b8b714   Merge pull request #3531 from jreback/hdf_bug
       new  c3bc685   BUG: GH3416 properly convert np.datetime64 objects in the _possibily_convert_datetimes
       new  6c3a89d   CLN: _possibily_convert_datetimes now uses to_datetimes internally
       new  d54c6a7   BUG: fixes GH3425, raising on passed invalid dtypes for datetimelike
       new  21bce6c   PERF: HDFStore append optimize
       new  dc84742   Merge pull request #3537 from jreback/hdf_optimize
       new  ba19ff9   Merge pull request #3516 from jreback/GH3416
       new  acfbc37   BUG/TST: fixed up retaining of index names in the table .info (like freq/tz)
       new  be25266   Merge pull request #3549 from jreback/hdf_bug2
       new  50ddc3f   BUG: raise on invalid operations for timedelta/datetime
       new  23f6058   Merge pull request #3550 from jreback/ts_bug
       new  435a7a3   BUG: Fix ``.diff`` on datelike and timedelta operations (GH3100_)
       new  a025546   Merge pull request #3554 from jreback/GH3100
       new  59d47b1   BUG: ``combine_first`` not returning the same dtype in cases where it can (GH3552_)
       new  4670e9f   Merge pull request #3555 from jreback/GH3552
       new  85a7ebd   BUG: fix typeerror caused by spurious call to len on frame multiindex
       new  3614233   ENH: raise useful error message on invalid concat arguments
       new  ae50103   unicode of PeriodIndex returns valid Python code
       new  9512c1a   fix for 3.2 which does not accept unicode literal prefix
       new  46aac95   Merge pull request #3557 from cpcloud/html-typeerror-bug-fix
       new  fff30a3   TST: to_html regards empty string labels as repeated labels GH3547
       new  261839e   BUG: to_html regards empty string labels as repeated labels GH3547
       new  bb4b640   Merge branch 'GH3547'
       new  04b5eb0   DOC: update RELEASE.rst
       new  6b6712b   Merge pull request #3560 from cpcloud/period-index-unicode-evaling-3460
       new  9cf2a5b   DOC: update RELEASE.rst
       new  ca78e4a   DOC: tweak
       new  6059f86   Merge branch 'PR3536'
       new  3dc2bc2   DOC: remove v0.12.0.txt from whats new
       new  bf627b1   DOC: cleanup line endings
       new  2bd9f84   DOC: Added some decriptions to the Selection subsection of the Cookbook
       new  bf667e3   Merge pull request #3559 from cpcloud/concat-invalid-args-exception-3481
       new  f06b43c   Update docs noting handling of s3 locations.
       new  1381c39   Merge pull request #3504 from pjob/s3-support
       new  25ffa14   BUG: Duplicate indexes with and empty DataFrame.from_records will return a correct frame (GH3562_)
       new  df79d05   BUG: fix panel.transpose arguments API bug
       new  eb8b240   DOC: add bs4/lxml install note to README.rst
       new  2f250dd   Merge pull request #3564 from jreback/GH3562
       new  2d28acb   Merge pull request #3558 from cpcloud/panel-transpose-args-fix-3556
       new  a0b05dd   DOC: minor release.rst changes
       new  f175ab4   Merge pull request #3565 from cpcloud/read-html-readme
       new  00e90dc   DOC: readme.rst edits
       new  39a523d   DOC: more readme.rst edits
       new  c7f21ff   DOC: readme.rst edits
       new  60e8e51   DOC: readme.rst
       new  fe208a6   DOC: document non-preservation of dtypes across rows with iterrows
       new  d9dc1cb   Merge pull request #3569 from cpcloud/iterrows-doc-3566
       new  2f075c3   DOC: add mention of idx* methods in max/min methods of Series/DataFrame
       new  625ee94   BUG:  Fixed bug in reset_index with ``NaN`` in a multi-index (GH3586_)
       new  6e8e4a0   DOC: add mention of argminmax in basics.rst
       new  293b16d   Merge pull request #3580 from cpcloud/argminmax-doc-3574
       new  56da2b2   Merge pull request #3587 from jreback/set_index_nan
       new  bc3e432   TST: GH3579, period index misbehaving in groupby
       new  5e9db38   Merge pull request #3591 from jreback/groupby_period_index
       new  f294eae   ENH: raise on fillna passed a list or tuple
       new  6b5ca31   BUG: (GH3593) fixed a bug in the incorrect conversion of datetime64[ns] in combine_first
       new  e6cdd46   Merge pull request #3595 from jreback/combine_first_timestamp
       new  8897021   Merge pull request #3585 from cpcloud/fillna-raise-on-value-is-list-3435
       new  5adf2c8   BUG: Fixed bug where a time-series was being selected in preference to an actual column name
       new  6d2c57f   Merge pull request #3597 from jreback/table_bug
       new  555af4c   BUG:  Fix integer modulo and division to work in a similar manner on integer dtypes as float dtypes (GH3590_).
       new  96ce0fc   DOC: Clarify what Categorical takes.
       new  3ad3386   REF: Deprecate Factor for Categorical.
       new  d090dc1   ENH/DOC: Allow levels=None for Categorical
       new  67a1968   TST: Test Categorical constructor with levels=None
       new  4b45f7a   DOC: Coherent english in docstring
       new  18e6155   TST: Test describe method of Categorical
       new  6a09b94   ENH: Add a describe method to Categorical.
       new  1858a26   REF: Remove Factor alias left by mistake.
       new  d72a2d9   ENH: Add levels=None in deprecated class too.
       new  4ab3a1f   DOC: Factor -> Categorical.
       new  ffc90d6   BUG: non-unique indexers with a list-like now return in the same order as the passed values
       new  b84d649   BUG: handle missing indexers in duplicate indices similary to how unique handles (e.g. by reindexing)
       new  9ae47f9   Merge pull request #3563 from jreback/GH3561
       new  a14cbd0   Merge pull request #3600 from jreback/modulo
       new  6a4d675   REF: Factor -> Categorical.
       new  f61d7e3   DOC: basics.rst fix tiny error
       new  a6d3127   BUG: Fix incorrect dtype on groupby with ``as_index=False`` (GH3610_)
       new  f34de9e   Merge pull request #3613 from jreback/groupby_dtype
       new  65abb6b   BUG: Add reduce_if_possible keyword to ``groupby`` to allow reduction from
       new  e82003f   Merge pull request #3599 from jreback/groupby_output
       new  7cf458f   ENH add date to DatetimeIndex
       new  bd4c7d9   document read_csv's usecols argument.
       new  0a34464   Merge pull request #3544 from lexual/read_csv_doc_usecols
       new  4bf6727   BUG: (GH3611) Fix read_csv to correctly encode identical na_values, e.g. na_values=[-999.0,-999] was failing
       new  2c6f4c6   Merge pull request #3615 from jreback/read_csv_na_values
       new  c6c0b8e   BUG: (GH3617) Fix indexing issue with ndim >= 3 with iloc
       new  9a71737   ENH: Added StataReader and StataWriter (#1512)
       new  703834c   [ENH] Added support for reading Stata formats 104, 105 and 108
       new  a5961bd   Improvements to StataParser: - Moved unit test data to tests/data - Added unit testing for old Stata formats (SKIP per default) - Use py3compat.PY3 instead of own implementation
       new  119ee97   Moved StataParser into new module pandas.io.stata
       new  70fed82   Fixed several problems in StataParser with Travis and Python2. - Don't call encode/decode on python2 - Added .dta type to setup.py - Fixed null byte
       new  4f60da9   Added StataParser to release notes and updated io.rst
       new  c0181d1   Merge branch 'master' of https://github.com/PKEuS/pandas into PKEuS-master
       new  4090a85   Merge pull request #3618 from jreback/iloc_broken
       new  388604a   BUG: fixed platform int issues on 32-bit
       new  fe72b3d   Merge pull request #3620 from jreback/tests_fail_fix
       new  c9e3372   BUG: (GH3062) Correctly parse date columns with embedded (nan/NaT) into datetime64[ns] dtype in ``read_csv``
       new  90b252a   Merge pull request #3621 from jreback/nat
       new  7177edd   DOC: more informative PerformanceWarning
       new  a026561   Merge pull request #3623 from jreback/hdf_perf_warn
       new  b91da38   BUG: Fix not consolidating before to_csv (GH3624_)
       new  f354548   Merge pull request #3625 from jreback/to_csv
       new  8abd501   TST: Test Series.sort with ascending
       new  2ebc13d   ENH: Allow sorting of Series in ascending order
       new  74fee3d   BUG: (GH3626) issue with alignment of a DataFrame setitem with a piece of another DataFrame
       new  eff9032   BUG: validate ndarray size correctly with assigning pieces to a DataFrame
       new  c91c44b   Merge pull request #3614 from hayd/add_date_to_datetimeindex
       new  5f22794   Merge pull request #3632 from jreback/assign_df
       new  064445f   ENH: add regex functionality to DataFrame.replace
       new  bae62ea   DOC: minor edits in missing_data.rst and io/stata edits
       new  3b37088   BUG: (GH3601) Reindex data if reordering time/period index
       new  b1a5591   ENH: examples for release notes and fix up nested dict example and test
       new  22d9141   Merge pull request #3619 from dieterv77/FixGH3601
       new  b801858   DOC: correct mpl_style option name in whatsnew.html GH3640
       new  83a6e09   DOC: CONTRIBUTING.md
       new  0c1f471   TST: issue (#3628) when writing a dataframe column of integers to sqlite
       new  08397df   BUG : issue (#3628) when writing a dataframe column of integers to sqlite
       new  f02ac25   API: Raise on ``iloc`` indexing with a mask boolean that is not an ndarray (GH3631_)
       new  d2a80a8   CLN: added NotImplementedError when trying to iloc with a mask that has an integer index
       new  8250e36   TST: Add failing str.replace test with flags
       new  32d1323   ENH: Allow passing of flags in replace
       new  8eaf19a   Merge pull request #3635 from jreback/iloc_mask
       new  de27eef   ENH: to_csv write multi-index columns similar to how they are displayed in to_string
       new  cc93d61   ENH: Allow read_csv to handle multi-index in columns
       new  c64555b   TST: more test cases
       new  d6573f5   ENH/CLN: refactor to support PythonParser as well as CParser
       new  b0dadc5   BUG: unnamed columns in a multi-index will be named like: Unamed 2_level_0, so they are not duplicated
       new  a9a89f8   DOC: updated releasenotes, v0.11.1 whatsnew, io.rst
       new  faf4d53   TST: test for tupleize_cols=True,index=False
       new  860b05d   Merge pull request #3575 from jreback/mi_csv
       new  5b8a05d   BUG: Concat to produce a non-unique columns when duplicates are across dtypes is fixed (GH3602_)
       new  9d0a26a   DOC: cookbook.rst adds and release notes merge fix
       new  bd163c3   ENH: add Series.str iterator
       new  17e49e5   Merge pull request #3647 from jreback/concat_issue
       new  2e11ad3   DOC: minor v0.11.1 editing
       new  cbbdf60   Merge branch 'series-str-iter-3638' of https://github.com/cpcloud/pandas into cpcloud-series-str-iter-3638
       new  88d2cb7   DOC: v0.11.1 doc update
       new  50d2c13   Merge branch 'io_sql_one_column' of https://github.com/stonebig/pandas into stonebig-io_sql_one_column
       new  7bc7c82   TST: added full frame test
       new  c468d2f   Merge pull request #3639 from cpcloud/replace-with-regex-2285
       new  1892a60   BUG: pivot fixing
       new  a993a03   Merge pull request #3627 from jreback/multi_nan
       new  68953ed   TST: fixup 32-bit failing tests
       new  3bf8269   Merge pull request #3648 from jreback/test_32bit
       new  23cf48d   ENH, CLN: When melt()'ing, allow for specification of custom variable and value names of the resulting DataFrame. Also fix indentation in melt() example to reflect actual output.
       new  76644bf   DOC: Added Categorical improvements to release notes
       new  0a21448   Merge branch 'categorical-cleanup' of https://github.com/jseabold/pandas into jseabold-categorical-cleanup
       new  1d2ffab   TST: changed test_factor -> test_categorical
       new  d177e79   Merge pull request #3646 from jseabold/fix-replace-kwds
       new  ce30ed0   Merge pull request #3630 from jseabold/series-sort-ascending
       new  5d739c1   TST: fix unicdoe errors test_strings
       new  381a690   Merge pull request #3652 from jreback/py3_fixes
       new  a8723a4   ENH: read-html fixes
       new  08b7240   DOC: release notes/v0.11.1 updates
       new  31a962a   TST: added html5lib,bs4 to ALL DEPS installs on travis
       new  7441af9   TST: revert html5lib testing until fixed
       new  66cbdc0   BUG: tests should use almost_equal for comparing float equal
       new  734d3ae   DOC: update RELEASE.rst
       new  88d892a   DOC: add FAQ section on dataframe repr display options GH3541
       new  8f3ed7f   BUG: Non-unique indexing via ``loc`` and friends fixed (GH3659_)
       new  c47bc50   CLN: did not need to convert to index array/slicer as the only
       new  89ada20   Merge pull request #3661 from jreback/loc_non_unique
       new  9209345   DOC: correct iterator/chunksize docs in regards to return value (is TextFileReader), not TextParser
       new  26e5e30   ENH/CLN: add helpers for ipnb detection
       new  9219433   ENH: special case HTML repr behaviour on ipnb GH3573
       new  94b7b94   ENH: disable qtconsole HTML output again. add explanation why.
       new  e554cfb   DOC: update RELEASE.rst
       new  5c3fdc3   CLN: pandas stata reader should clean up after itself
       new  0ed4549   DOC: add scalar results for timedeltas docs to timeseries.rst
       new  a14bdcf   TST: add html5lib to travis
       new  0c509fb   note bs4 install weirdness
       new  b036a7e   BUG: rework display logic again. deprecate display.height
       new  33f6c6f   DOC: Update Faq section on repr display options
       new  0c0180f   DOC: update RELEASE.rst
       new  359cc3c   ENH: Add actual test assertions for melt().
       new  f36d7a8   DOC: Add documentation for new melt() functionality.
       new  79cda50   Merge pull request #3655 from cpcloud/read-html-travis-fix-3654
       new  4c12848   Merge pull request #3649 from hoechenberger/master
       new  4ccba4d   DOC: release notes for melt
       new  7d73077   ENH: do not coerce dates
       new  6706e93   BUG: Fix alignment issue when setitem in a mixed-DataFrame with a Series (GH3668_)
       new  3216798   DOC: html-doc example
       new  b7bd114   debian/tests/unittests3: use nosetests3 instead of nosetests-3.x.
       new  5fb09bf   Merge pull request #3670 from jreback/set_with_series
       new  0c81bbb   BUG:  convert_objects with convert_dates=coerce was parsing some single-letter strings
       new  9985ace   Merge pull request #3656 from cpcloud/read-html-to-html-doc
       new  c40e0ce   Separated keyword sets for different subplot types of scatter_matrix.
       new  5693de4   Merge pull request #3671 from jreback/convert_objects
       new  fcf947d   TST: dtype issue on 32-bit with melt
       new  44ab793   TST: turn off sometimes failing test in test_pytables.py
       new  2f4cd4b   ENH: plot only numeric data
       new  1c8891e   ENH/API: remove raise_on_error in plotting functions
       new  03d2d30   Merge pull request #3572 from cpcloud/plot-nonnumeric-data-exc-1818
       new  ca752ff   API: deprecate DataFrame.interpolate
       new  2bd1cf8   Merge pull request #3675 from cpcloud/remove-interpolate-3582
       new  1b0bc8b   Updated RELEASE.rst to note modifications closing #3267
       new  84fb0e0   Merge PR #3663
       new  f6e4bbd   TST: unit test for #3503
       new  28d74d8   DOC: use na_rep not nanRep in .to_csv()
       new  cec9401   BUG: allow DataFrame.from_records to accept empty recarrays
       new  df44969   improve error message when xlrd import fails
       new  d4560fb   DOC: cookbook/v0.11.1 updates
       new  6ec026c   Merge branch 'from-records-fix-3682' of https://github.com/cpcloud/pandas into cpcloud-from-records-fix-3682
       new  0bac57f   BUG: inserting dups into blocks ok
       new  8bcf581   BUG: non-unique column index was failing in construction if from an ndarray
       new  1c0b105   BUG: not setting placement on reindex_with_indexers
       new  586a878   Merge pull request #3683 from jreback/dup_insert
       new  ddd1b46   Merge pull request #3700 from tdsmith/patch-1
       new  16b28f1   BUG: Deprecation error should not be fatal
       new  2ca929b   TST: test for to_csv to succeed with deprecated options (GH3701)
       new  6d08f1e   BLD: setup.py should state 0.11.1 not 0.12
       new  0c6b794   BUG: restore 10.1 expand_repr behaviour, only for < max_cols, if wider then term GH3706
       new  24c5b78   Merge pull request #3713 from y-p/PR_ode_to_joy
       new  a17b5cb   BUG: fix float equal assert with almost_equals
       new  0a4411b   DOC: clarify option string for expand_repr
       new  09e47bc   BUG/TST: fix tests for expand_repr behaviour
       new  d155623   CLN: added io.api for i/o importing functions
       new  9d839fd   BLD: switch MAJOR and MICRO
       new  ed7af5c   Merge pull request #3716 from cpcloud/version-fix
       new  03adc86   TST: provide warning when using ExcelWriter/ExcelObject if from deprecated path
       new  5d38201   ENH: allow to_html and to_latex to take a file name as their first argument
       new  b8942c9   Merge pull request #3693 from jreback/io_api
       new  6c7e32b   Merge pull request #3702 from cpcloud/read-and-friends-path-or-buf
       new  c331f2b   DOC: document read_html and to_html
       new  e326b6e   DOC: fix reference to read_html
       new  7413da1   Merge pull request #3704 from cpcloud/read-write-html-docs
       new  7192496   API: deprecate unused DataFrame.replace arguments
       new  e4b91e1   DOC: clean up io docs and fix up links
       new  daac10b   Merge pull request #3720 from cpcloud/null-funcs-api-doc-generate
       new  22ef2bb   Merge pull request #3712 from cpcloud/deprecate-unused-replace-args
       new  86743b3   ENH/API: implemenet __nonzero__ for NDFrame
       new  8002b71   DOC: add release notes
       new  bf6f018   Merge pull request #3696 from cpcloud/nonzero-3691
       new  31512a2   DOC: doc building fixes
       new  0cb981c   ENH: add new option syntax
       new  09df295   Merge pull request #3677 from cpcloud/option-syntax-enh-3667
       new  9f853d2   DOC: api.rst updates
       new  eb25047   DOC: v0.11.1 editing
       new  fbb9601   DOC/BLD: fix annoying sphinx bugs
       new  2f4db47   DOC: io/v0.11.1 changes
       new  ce5979a   DOC: older version of bs4 for 64bit as well
       new  4123737   Merge pull request #3724 from changhiskhan/PR_bs4-doc
       new  ae8a41e   DOC: v0.11.1 cross-links to other parts of the docs
       new  9768581   DOC/BLD: squash deprecation warnings
       new  383c5ba   DOC: squash even moar warnings
       new  58517a1   Merge pull request #3725 from cpcloud/sphinx-doc-fixes-3721
       new  37abd3b   DOC: readme.rst to reflect changes in install.rst
       new  94b1921   DOC: fix read_html attribute reading example
       new  1ba1874   Merge pull request #3732 from cpcloud/read-html-docs-fix
       new  4d4c2e0   BLD: refactoring in test_perf
       new  81a9603   BLD: make affinity optional, and reduce user message drama
       new  336d9b5   BUG/BLD: pytables version checking was incorrect
       new  0e0f838   BLD: test_perf.py, add --base-pickle --target-pickle options to test_perf
       new  63d8998   Merge pull request #3734 from y-p/PR_test_perf_pickle_compare
       new  3eacc9f   CLN: remove spurious print
       new  dff5e28   Merge pull request #3735 from cpcloud/fix-travis-bug
       new  5fe6526   PERF: (GH3733) where block splitting now done in at most 2 blocks rather than
       new  8e2d490   BUG: _interleave now returns an lcd of int64 or 2 x the intsize if
       new  bcec983   Merge pull request #3736 from jreback/mask_slow
       new  fd80ddf   TST: Fix assert_almost_equal error message
       new  3db8947   Merge pull request #3694 from pydata/PR-test-3503
       new  f89b491   REF: promote parser.pyx into top level
       new  fb8eb23   CLN: remove sandbox cruft
       new  ebcdaa7   BUG: fix _parser->parser import (sorry)
       new  c549299   BUG: fix tokenizer bug with \r line terminator and quoted fields. closes #3453
       new  424e9bb   Merge PR #3673
       new  18b1e9d   BUG: fix failing scatter matrix test
       new  bed7ced   BUG: (GH3740) Groupby transform with item-by-item not upcasting correctly
       new  2f00564   Merge pull request #2 from mitya57/debian
       new  ad9aeba   Merge remote-tracking branch 'gh-neurodebian/debian' into debian
       new  c8c4875   Re-cythonized using Cython 0.19
       new  af77e0e   BUG: ensure float into function of series transform when item-by-item
       new  42dad63   Merge pull request #3743 from jreback/groupby_int
       new  162e255   Merge pull request #3737 from jtratner/fix-assert-almost-equal
       new  dd511c3   Upload 0.11 to unstable (and close associated bug)
       new  518b849   BUG: (GH3748) Incorrectly read a HDFStore multi-index Frame witha column specification
       new  e9783f3   Merge pull request #3749 from jreback/hdf_mi
       new  3dffbb2   DOC: warning that PyTables not yet supported on python >= 3.0
       new  0d7014f   BUG/TST: tests should be skipped if bs4 and the corresponding library is not installed
       new  1421122   TST: fix html5lib tests and update data to more recent version
       new  a88dde0   DOC: add release notes and whatsnew
       new  2787d08   Merge pull request #3741 from cpcloud/read-html
       new  9d08187   DOC: update io.rst for PyTables 3.0.0 compat
       new  52af030   DOC: fix typo in core.series.__new__ docstring
       new  d38ecc3   DOC: document the various pitfalls of reading html
       new  6653bc0   Merge pull request #3751 from cpcloud/read-html-bs4-install-docs
       new  cf47a42   DOC: minor issue with the description of the names attribute of multiindexes
       new  3416180   BUG: (GH3611) revisited; read_excel not passing thru options to ExcelFile.parse
       new  eef04cc   Merge pull request #3758 from jreback/parse_na
       new  c278ca6   TST: failing test on py3k in test_expressions, trying to use 'div' operator
       new  d39d5e7   TST: travis to build numexpr/tables on py3k
       new  870c648   DOC: docstring/release notes updates for py3k
       new  aef9516   ENH: provide py3k string decoding and compat
       new  8bbfb2e   ENH: added TermValue, and do readWhere with condvars
       new  cd7b115   TST: fixed do_copy testing BUG: more encoding/decoding issues
       new  2f7f9bd   DOC: release notes update
       new  fb25ac1   BUG: fix numpy 1.6.1 issues; remove need for condvars and use literals in
       new  1111fa1   Merge pull request #3762 from jreback/hdf_py3k
       new  1b94cfb   API: disallow dates in reduction operations
       new  eb48540   TST: install numexpr always on travis, bottleneck on full-deps
       new  7a219e7   Merge pull request #3768 from jreback/travis
       new  6dbcc83   Merge pull request #3731 from cpcloud/raise-on-datetime-ufuncs-3726
       new  98b69ae   TST: let tox run more tests
       new  198a0e1   Added link to epoch handling in read_csv
       new  649cbfd   Added correct link to cookbook for CSV read with epoch timestamps
       new  6cd4adc   Merge pull request #3771 from nipunreddevil/cookbook-epoch-handling
       new  eaec953   BUG: (GH3481) revised, fix concat to allow a passed generator as the single arg
       new  0fdcf98   Merge pull request #3770 from cpcloud/tox-let-more-tests-run
       new  7097368   ENH: allow fallback when lxml fails to parse
       new  921bbff   TST/BLD: uninstalling lxml in the wrong place
       new  a70ce43   TST: use a for loop and break
       new  fc5cfe3   CLN: raise in a for else suite since if we did not break then nothing succeeded
       new  987c18d   TST/BUG: hack around the weird scoping of exception catching in python3
       new  90e515f   DOC: document the pitfalls of different byte orders
       new  9bf78b8   Merge pull request #3780 from cpcloud/doc-the-endian-stuff
       new  aee2088   Merge pull request #3766 from cpcloud/read-html-lxml-failed-parse
       new  2a2cfb8   ENH: Add filter method to SeriesGroupBy, DataFrameGroupBy
       new  f485176   DOC: add google-api-python-client copyright and license to LICENSES directory
       new  419d5a1   DOC: reference LICENSES directory from auth.py #3747
       new  3ebfef9   Merge branch 'filter' of https://github.com/danielballan/pandas into danielballan-filter
       new  a7ed24f   DOC: make compatible with numpy v1.6.1
       new  4ec4058   Merge pull request #3786 from cpcloud/read-html-lxml-failed-parse
       new  b4a63a4   Added examples to CSV section in cookbook
       new  f47dded   link to a numerical integration recipe
       new  deccc7a   Merge pull request #3790 from kermit666/patch-1
       new  e9d0875   Merge pull request #3789 from nipunreddevil/cookbook-csv
       new  e1710c9   BUG: (GH3795) better error messages for invalid dtype specifications in read_csv
       new  0a854d1   Merge pull request #3797 from jreback/GH3795
       new  fb41d68   DOC: fix groupby.rst building
       new  caddebe   DOC: coookbook.rst
       new  0bfef8a   CLN: refactored url accessing and filepath conversion from urls to io.common
       new  52ffd9a   Merge pull request #3808 from jreback/iocom
       new  c535168   DOC: turn off the ipython cache
       new  3eac8e7   DOC: add link to tips data set in rplot docs
       new  ce9feb7   DOC: replace totbill with total_bill
       new  04ee6a1   DOC: make tips.csv consistent
       new  780795e   Merge pull request #3809 from cpcloud/ipython-cache-fix
       new  e9a00c4   Merge pull request #3802 from cpcloud/tips-dataset-link
       new  510d350   correct FRED test (GDP changed ...)
       new  877d8bb   remove unused import in test_yahoo
       new  8196db9   Use google finance as datasource (test only, still pointing to yahoo finance)
       new  58e8676   Merge pull request #3812 from gliptak/patch-1
       new  24102ae   Merge pull request #3813 from gliptak/patch-2
       new  ad89365   Remove unneeded import from test_google
       new  ee10caa   Implement _get_hist_google
       new  f43d245   No current finance data from Google
       new  9403b11   DOC: filter the correct warning for unique(key, column)
       new  359c736   DOC/BUG: fix overwriting of 'df' variable in doc build
       new  fdcaf13   DOC: give deprecation warning about future timeseries broadcasting behavior
       new  c052957   Corrected typo in data
       new  0aadb11   Change google finance tests to @network only
       new  b8eee75   Tag yahoo data tests as @network only
       new  4f482d5   Merge pull request #3815 from cpcloud/doc-build-fix
       new  9ed14cf   CLN: conform read_clipboard / to_clipboard to new io standards
       new  241db0d   Merge pull request #3824 from jreback/clipboard
       new  5496613   Merge pull request #3814 from gliptak/googledata
       new  e8a5318   DOC: release note for #3814
       new  9713e45   Merge pull request #3816 from gliptak/patch-1
       new  044daae   BUG: missing imports for clipboard
       new  58642a6   BUG: missing imports from clipboard 2
       new  6b5c2a0   TST regression tests for GH3836
       new  4047e9f   BUG: fix Series.interpolate() corner cases, close #3674
       new  5bf1d9c   Merge pull request #3839 from hayd/GH_3836
       new  4c50b71   CLN: remove relative imports
       new  3129fb3   Merge pull request #3827 from cpcloud/remove-relative-imports
       new  dc19380   DOC: speedup io.rst doc build
       new  ab273f6   Added documentation for to_clipboard()
       new  ccac771   Added a line about same retrieved content
       new  4d06037   CLN: add banklist.html to _static
       new  03d5325   BUG: GH3611 fix again, float na_values were not stringified correctly
       new  c840591   BUG: add na_fvalues to parsers to enable matching of float values w/o relying on string matching
       new  e31f839   ENH: pull pandasjson back into pandas
       new  8327c5b   DOC: add ultrajson license
       new  ade5d0f   TST: json manip test script. and trigger travis
       new  9633880   BLD: fix setup.py to work on current pandas
       new  7dd12cc   CLN: revised json support to use the to_json/read_json in pandas.io.json
       new  a9dafe3   DOC: io.rst doc updates
       new  6422041   API: to_json now writes to a file by default (if None is provided it will return a StringIO object)      read_json will read from a string-like or filebuf or url (consistent with other parsers)
       new  8e673cf   ENH: removed json argument, now path_or_buf can be a path,buffer,url,or JSON string
       new  2697b49   ENH: added date_format parm to to_josn to allow epoch or iso formats (which both can be
       new  8e4314d   BUG: patch in weird nested decoding issue, courtesy of @Komnomnomnom
       new  a7d069d   ENH use pyperclip for read and to_clipboard
       new  d00f109   Merge pull request #3841 from jreback/GH3611_2
       new  e958833   DOC: cooking.rst update
       new  a7f37d4   Merge pull request #3804 from jreback/ujson
       new  408651c   DOC: Clarify quote behavior parameters
       new  c3d20cb   TST: Fix missing import in io/tests/test_json …
       new  7a0adba   Merge pull request #3855 from jtratner/patch-1
       new  5e2d66d   TST slicing regression test
       new  45d298d   Merge pull request #3858 from hayd/TSTassign_subset
       new  f3b70e0   CLN: avoid Unboundlocal error in tools/merge/_get_concatenaged_data (GH3833)
       new  0538c43   Merge pull request #3864 from jreback/concat_single_item
       new  9854fdf   BLD: remove after_script since it does not exist anymore
       new  94f1d22   ENH/CLN: add figsize kwargs to hist method
       new  c2e12b4   Merge pull request #3868 from cpcloud/remove-after-script
       new  51cc9d9   Merge pull request #3842 from cpcloud/hist-figsize-3834
       new  188399f   FIX: change initObjToJSON return type
       new  06a154f   BUG: allow itertuples to work with duplicate columns
       new  e7addae   DOC: add release notes and bug fix notes
       new  b204e14   Merge pull request #3879 from cpcloud/itertuples-bug-3873
       new  0b16a3a   ENH: do not convert mixed-integer type indexes to datetimeindex
       new  bd811dc   DOC/TST: add test and release notes
       new  4b13264   Modified to reflect usage of pypaperclip and put all code in one block
       new  be1931c   fixed typo
       new  98ecede   FIX hash of NDFrame raises TypeError
       new  8f8b177   BUG: not processing TypeError on reading some json (so was failing rather than trying not-numpy for dtypes)
       new  186a4f8   ENH: added convert_axes argument to control whether to coerce axes
       new  cbaf1ae   TST: tests for numpy=True/False differeing in parsing
       new  6701ed3   FIX PandasObjects unhashable
       new  740b10f   PERF: changed default to numpy=False to have correct parsing using unordered JSON
       new  89e62c0   Merge pull request #3878 from cpcloud/index-join-date-casting-fix-3877
       new  73d58a9   ENH: Add unit keyword to Timestamp and to_datetime to enable passing of
       new  7e4ccbe   TST: disallow slicing a timeseries with floats
       new  fbcd5ab   BUG: make sure that nan/none like values to Timestamp are returned as NaT
       new  a469d33   DOC updated to reflect using pyperclip for clipboard
       new  863478c   Merge pull request #3848 from hayd/GH3837_use_paperclip
       new  e7488f1   Merge pull request #3845 from nipunreddevil/io-to-clipboard
       new  333ead6   Merge pull request #3840 from lodagro/issue_3674
       new  7327d69   Merge pull request #3884 from hayd/df_unhashable
       new  3ca3222   BUG: (GH3880) index names are now propogated with loc/ix
       new  cf0db6f   Merge pull request #3818 from jreback/epoch
       new  3d98544   Merge pull request #3876 from jreback/json_rt
       new  111ff2b   Merge pull request #3887 from jreback/loc_name
       new  77b4205   BLD: install older versions of numexpr/pytables on fulldeps/2 build
       new  34b55ce   Merge pull request #3891 from jreback/hdf_bld
       new  71fcdb4   Skip tests on network error
       new  3349ea7   DOC: minor io.rst edits
       new  c69e3aa   BLD: add setup_requires in setup.py so numpy can be used with buildout
       new  d52e699   TST: json tests to int64 to avoid dtype issues
       new  37fce3c   TST: skip tests if xlrd has lower than needed version
       new  95dfba4   TST: skip pickle tests on not-little endianess
       new  33922f8   TST: skip test_encoding on non-little endian in test_pytables
       new  f6949a8   TST: skip some stata tests on non-little endian
       new  265fabf   TST: convered skips on knownfailures to knownfailures (test_pickle/test_stata)
       new  cca1b7e   Merge pull request #3898 from jreback/test_fixes
       new  6173863   debian/control - dedented last "paragraph" to break it away from the 2nd one.     Thanks Beatrice Torracca for the detailed report (Closes: #712260)
       new  4be46c3   TST: convert knowntestfailures to skip tests
       new  5c3ca01   Merge pull request #3906 from jreback/test_fix2
       new  2cfabee   BUG: fix unicode -> str cast in tslib
       new  bd4b69f   Merge pull request #3900 from cpcloud/tslib-fix
       new  e591d02   CLN depreciate save&load in favour of to_pickle&read_pickle
       new  2011da2   FIX not mention save/load being removed
       new  4e02cae   Merge pull request #3787 from hayd/read_pickle_and_to_pickle
       new  9f218eb   BUG/CLN: remove infer_types
       new  2f63055   BUG: fix bug with replace when a compiled regex was passed but regex=False
       new  4cd2f48   TST: add tests for new com functions
       new  7b59332   DOC: add release notes, whatsnew and consolidate replace API changes
       new  fd6be3d   BUG: (GH3911) groupby appying with custom function resulting in frame did not convert dtypes
       new  b9ff59c   Merge pull request #3913 from jreback/groupby_apply
       new  aed9996   Merge pull request #3874 from cpcloud/c-ujson-fix
       new  e4b8ed4   Merge branch 'replace-convert-dtypes-3907' of https://github.com/cpcloud/pandas into cpcloud-replace-convert-dtypes-3907
       new  0a83a1f   FIX/ENH: attempt soft conversion of object series before raising a TypeError when plotting
       new  6eeff1a   DOC: add release notes/whatsnew
       new  7e4b27f   CLN: move PerformanceWarning to io.common and clean up
       new  cc94708   ENH/CLN: use @jtratner's decorator to check for raised warnings
       new  6cedd92   Split tests into multiple
       new  b3f16da   Merge pull request #3912 from cpcloud/try-convert-when-plotting
       new  39171ca   TST: Fix error in assert_produces_warning.
       new  70fe0a2   Merge pull request #3927 from jtratner/fix-indentation-error-in-assert-produces-warning
       new  244d567   CLN: remove unused travis network build cache, simplify ci/
       new  f475eef   DOC: fix to_json docstring nesting issue
       new  d7fd7ca   Merge pull request #3930 from cpcloud/json-docstring-fix
       new  c4a218c   Merge pull request #3929 from y-p/PR_PTF_no_more
       new  f5f92bd   ENH: DataFrame.corr(method='spearman') is cythonized.
       new  0a42ae3   ENH: DataFrame.corr(method=spearman) related minor improvements.
       new  8ffa9b2   CLN: cleaned up _try_cast in core/groupby.py to eliminate cruft
       new  010f7a4   DOC: cookbook updates - added idiom section
       new  fe03b01   Merge pull request #3934 from jreback/GH3920
       new  f1ff315   Merge branch 'correlations' of https://github.com/jniznan/pandas into jniznan-correlations
       new  a70b48a   PERF: stats_corr a smaller vbsuite
       new  fcced51   DOC: update release notes
       new  be373b9   BUG: fix python3/2 numpy import_array macro build issue with clang
       new  964516a   Merge pull request #3936 from cpcloud/json-fix-round-2
       new  ffebe97   CLN: Add .gitattribtes to fix crlf issues.
       new  51c6799   CLN: Change CRLF --> LF
       new  9bb9f57   BLD: Add binary files to gitattributes too
       new  697fe62   DOC: timeseries.rst/timedelta not building properly
       new  6361687   DOC: partial string indexing docs in timeseries.rst (GH3938)
       new  7ea6bdc   Merge pull request #3915 from jtratner/fix-crlf-in-repo
       new  fad50af   Merge pull request #3939 from jreback/partial_string
       new  2f26ff8   CLN: Remove unused Exceptions throughout CLN: Remove 'DateConversionError' that is never raised anywhere
       new  273946a   TST: Add numexpr arithmetic tests.
       new  ae8b7ab   ENH: Allow evaluate to pass kwargs to numexpr
       new  5d69a4d   BUG: Fix __truediv__ numexpr error
       new  f927fed   BUG: Remove broken frame mod and floordiv str_rep
       new  0e7781c   TST: Make test_expressions cover more arithmetic operators
       new  2595a01   BLD: Add useful shortcuts to Makefile
       new  da14c6e   Merge pull request #3764 from jtratner/fix_division_with_numexpr
       new  a8d15bd   ENH: update bundled ujson to latest v1.33
       new  1ecac47   BUG: ujson fix for VC++
       new  8402674   FIX: Bug in stata parser causing failure when reading dataset with string data
       new  5758cc8   ENH: enable support for iterator with read_hdf in HDFStore (GH3937)
       new  95ca455   Merge pull request #3803 from jtratner/makefile-updates
       new  57f103a   Merge pull request #3949 from jreback/hdf_iterator
       new  028c9ed   Merge pull request #3903 from ejnens/master
       new  e9db5f2   API: more consistency in the to_datetime return types (give string/array of string inputs) (GH3888)
       new  e97b3a6   BUG: truncate will only try to convert to dates for an all_dates index
       new  b03df73   Merge pull request #3890 from jreback/to_datetime
       new  ca215ae   BUG: (GH3925) Indexing with a string with seconds resolution not selecting from a time index
       new  fc589c6   Merge pull request #3931 from jreback/time_indexing
       new  734d018   DOC add to_datetime to api.rst
       new  0870ad3   WIP some to_datetime docs additions
       new  fcfe3f3   WIP to_datetime docs more rewriting
       new  50a95c2   Merge pull request #3921 from jtratner/remove-unused-exceptions
       new  a2a7a5f   Merge pull request #3946 from Komnomnomnom/ujson-update
       new  e5078a6   FIX final tweaks
       new  db614eb   BLD: Tweak to Makefile
       new  abaf838   ENH/TST: Add assertRaisesRegexp to util/testing
       new  d4ac2bc   CLN: Change merge to raise ValueError on overlapping indices
       new  fa9d7c9   CLN: Change internal error from Exception to PandasError
       new  ee99036   CLN: stats/common: replace bare exceptions
       new  c653db2   CLN: cleaner window check in ols + add error message
       new  e86c03d   CLN: Cleanup stats/common and change exception type
       new  9dc63de   CLN: pandas/sparse: replace bare exceptions
       new  4e0745e   CLN: tools/tile: replace bare exceptions
       new  2e1bd5b   CLN: pandas/tseries: replace bare exceptions
       new  ddab2bc   CLN: Use timezone natively supported by pytz
       new  be9e2c9   CLN: Make aware vs. naive always a TypeError
       new  9e013e1   CLN: Clean up the _cached_range exceptions and checks
       new  a45e6c3   Merge branch 'googlenetwork' of https://github.com/gliptak/pandas into gliptak-googlenetwork
       new  45f36f6   DOC: edit release notes
       new  4515995   Merge pull request #3955 from jtratner/makefile-updates
       new  0cc01c7   BUG/BLD: add compiler flag for older compilers
       new  9db9d2a   Merge pull request #3959 from cpcloud/ujson-cmplr-flag-fix
       new  3406a54   Merge pull request #3956 from jtratner/change-bare-exceptions-1
       new  466939f   CLN/DOC: convert GH* issue mentions to the extlinks version
       new  2d64fb5   ENH add cython tutorial
       new  69330fa   FIX add cython to toctree
       new  732d716   CLN/DOC: move release notes to docs
       new  02736a0   CLN: remove ability to refer to pull requests by sphinx roles
       new  b46223a   CLN/DOC: change links to release notes in CONTRIBUTING and whatnews
       new  cbfc595   CLN: remove :hidden: and change release to markdown
       new  8be501f   Merge pull request #3961 from cpcloud/github-issue-sphinxext
       new  b5e44c7   CLN: fix grammar in extract_index error message
       new  85ac59f   TST: update test to reflect error message change
       new  e9a5e01   Merge pull request #3972 from cpcloud/fix-error-msg
       new  936760b   DOC: put release notes link to dev until 0.11.1 is released
       new  700d8fb   FIX remove todos
       new  f5a2b35   Merge pull request #3859 from hayd/DOC_add_to_datetime
       new  9c68809   GH3969 Implement unit='D' in to_datetime
       new  c6a9f2e   DOC: release notes
       new  4618e70   Merge pull request #3935 from PKEuS/master
       new  3aafd6a   Merge pull request #3965 from hayd/cython_doc
       new  2295ce6   TST: Change network decorator to auto-check for network errors
       new  68fc014   TST: Remove explicit connectivity checks in test cases.
       new  2ea4583   ENH: Add test decorator 'with_connectivity_check'.
       new  7ddb586   DOC: Update docs with changes
       new  40064ec   Merge pull request #3975 from cpcloud/release-notes-link-fix
       new  8def938   FIX py3ing some print statements
       new  79e81a0   BUG  (GH3967) csv parsers would loop infinitely if ``iterator=True`` but no ``chunksize`` was
       new  78a71b1   Merge pull request #3978 from jreback/parser_iterator
       new  36c1263   Merge pull request #3914 from jtratner/fix-network-using-tests
       new  7e53089   CLN remove py3 note on print >>s
       new  fd34eab   Merge pull request #3821 from hayd/FIX_some_prints
       new  11ce405   ENH: Experimental CustomBusinessDay DateOffset class. Fixes GH2301. ENH: Added check for required version of Numpy. ENH: Added holidays and weekmask arguments to cdate_range as suggested by @jreback. Also improved docstrings.
       new  db7cd2e   TST: Copied existing tests for BusinessDay for CustomBusinessDay to test that the CustomBusinessDay class can be used as a drop-in replacement of the BusinessDay class.
       new  94d41a8   DOC: Added notes on the CustomBusinessDay class to the release notes as well as the TimeSeries documentation.
       new  f6b40dd   DOC: release notes
       new  8d7d4c2   DOC: datetime example in timeseries.rst
       new  ff4f313   DOC: default for clipboard parsing is to parse whitespace
       new  f1a3226   Index.shift() drops index name
       new  5123da8   Merge pull request #3986 from mtkni/index_shift_drops_name
       new  60222d7   TST/BUG: fix MANIFEST.in to reflect the change of file type of RELEASE
       new  517ec82   Merge pull request #3987 from cpcloud/manifest-fix
       new  19c5812   Deprecated month/year, use expiry instead
       new  f597732   Added tests for Options
       new  ae388a2   @network now catches connectivity problems
       new  62e4168   Remove superfluous parentheses
       new  04c0c14   Doc for pandas.io.data
       new  26fc381   Examples for all datasources
       new  4c3cf70   DOC: reformat io.rst/data reader
       new  2b4fd7c   Merge pull request #3822 from gliptak/googleoptions
       new  ff57979   ENH: raise a more a useful exception on empty files
       new  3b39e11   Merge pull request #3989 from cpcloud/empty-csv-fix
       new  6a14fbf   BUG: (GH3997) Fix for dropna=False in stack
       new  e054057   CLN: fix invalid python26 exception specification
       new  01a8648   Merge pull request #4000 from cpcloud/fix-invalid-exception-spec
       new  42bd3f5   Merge pull request #3999 from mtkni/stack_dropna
       new  d9da841   Fix rename for MultiIndex columns DataFrame
       new  ac3c686   Add a release note for #4004
       new  d7fe745   Merge pull request #4004 from ogiaquino/Fix_rename_for_MultiIndex_columns_DataFrame
       new  5e3cef7   FIX groupby name without multiindex GH4014
       new  06cd915   Merge pull request #4015 from hayd/GH4104_groupby_index_name
       new  82cc90d   TST: mark test_yahoo/test_options as failing (and skip)
       new  2f56a09   TST: correctly mark test_options in test_yahoo to skip
       new  7ea35c8   BUG: Removed import nose on top of testing.py script
       new  b96c2c2   BUG: Use Series.where rather than np.where in clip
       new  e12d6f7   Merge pull request #3998 from mtkni/series_clip_timestamp
       new  7dee8e6   BUG: Make secondary_y work properly for bar plots GH3598
       new  77ae62f   Add release notes for #3598
       new  37b3e61   BUG: modulo should not be commutative in general
       new  4d3cd0d   ENH: add support for rmod
       new  462b10f   Merge pull request #4030 from ogiaquino/Remove_import_nose_in_testing.py
       new  6f51f20   CLN: Added *.dta to the .gitignore. Fixed typo in comment. CLN: Removed import after flake8 said it wasn't needed.
       new  bc038e7   Merge pull request #4010 from snth/typos
       new  65227c1   BUG: (GH4032) Fixed insertion issue into DataFrame, after rename
       new  b5c5442   Merge pull request #4024 from danbirken/secondary_y_for_bar_plot
       new  1aa8a76   Merge pull request #4043 from jreback/GH4032
       new  2f64c18   Merge pull request #4035 from cpcloud/fix-rmod
       new  4177d85   Merge branch 'parser-docs' of https://github.com/jseabold/pandas into jseabold-parser-docs
       new  d64c9c6   DOC: updated io.rst with quoting options in docstring
       new  529e8fa   CLN/DOC: remove all remnants of the 0.11.1 version number
       new  add11f3   CLN/DOC: move all 0.12s to 0.13
       new  73de5de   Merge pull request #4038 from cpcloud/rls-whatsnew-version-number-update
       new  21486a6   BUG: use context manager for urlopen
       new  8fffb1b   DOC: add rls/whatsnew
       new  0890d07   BUG: GH4017, efficiently support non-unique indicies with iloc
       new  3b28ece   Merge pull request #4018 from jreback/iloc_bug
       new  f09a03c   Merge pull request #3985 from cpcloud/network-socket-errno-thing
       new  31e6798   TST: remove test_yahoo options test skipping
       new  c9d48b5   Merge pull request #4048 from jreback/test_options
       new  b5265a5   ENH Add colormap= keyword to DataFrame plots
       new  60bb880   Merge pull request #3860 from qwhelan/plotting_colormap
       new  ae44192   PERF: perf regressions on insertion of columns into frame (related to 4032)
       new  1585aa4   Merge pull request #4057 from jreback/insert_columns
       new  2bde9e0   DOC: cookbook examples
       new  1fc1ba8    * added doc for parameter 'coerce_float' in io.sql.read_frame
       new  27cc657   adjusted the indentation of doc of io.sql.read_frame
       new  fa9ce29   TST: add test for DataReader class and fix failing network tests for good
       new  1a67a8f   Merge pull request #4054 from cpcloud/fix-failing-data-py-tests
       new  d189704   TST/BUG: do not call regular density tests when testing kde color
       new  0977398   BUG: deal with gcf-style figures in hist_series
       new  d4e8cb2   PERF: optimize iloc for unique case
       new  f3a301d   Merge pull request #4021 from cpcloud/hist-figure-arg-fix
       new  99acda4   Merge pull request #4070 from jreback/iloc_perf
       new  2866a92   PERF: optimize insert_columns
       new  2ee1b31   BUG: fix 1xN mask on 1xN frame
       new  3bac181   TST: use DataFrame in the test
       new  b4daad1   Merge pull request #4075 from jreback/insert_col_perf
       new  2041d72   BUG: fix item cache invalidation bug in #3970 caused by is_mixed_type silently consolidating (hurf). also fix stable sorting bug presenting on my machine
       new  856c364   Merge branch 'fix-consolidate-cache-invalidation-gh3970' of https://github.com/wesm/pandas into wesm-fix-consolidate-cache-invalidation-gh3970
       new  0875770   CLN: have _consolidate_inplace invalidate the cache when needed
       new  5abe1a2   Merge pull request #4073 from cpcloud/internals-mask-edge-case
       new  5b0d78b   TST/BUG: fix 2to3 import rewrite of import pickle
       new  858da94   TST: make tox block when running in parallel
       new  f418a0e   Merge pull request #4063 from cpcloud/tox-pkl-import-fix
       new  0c4e215   CLN: clean up data.py
       new  3b08632   Merge pull request #4002 from cpcloud/data-dot-py-cleanup
       new  d7109e1   ENH: Add ``layout`` keyword to DataFrame.hist() for customizable format
       new  54074e4   Add release notes for new ``layout`` keyword - GH4050
       new  07403ca   Merge pull request #4031 from danbirken/add_layout_to_frame_histogram
       new  ac89b71   TST: more data.py cleanup
       new  40be825   Merge pull request #4085 from cpcloud/data-dot-py-cleanup
       new  51d30cf   BUG: pass sharex and sharey in grouped_hist
       new  cdb3b2c   Merge pull request #4091 from cpcloud/fix-share-params-grouped-hist
       new  635b895   fixed conflict in sql.py
       new  134daed   BUG: GH4098, HDFStore not recreating a datetime index properly when has a timezone
       new  b8c5c67   Merge pull request #4099 from jreback/hdf_tz
       new  3c5d6cb   BUG: (GH 4096) block ordering is somewhat non-deterministic in HDFStore, so reorder to the existing store
       new  a16f243   Merge pull request #4100 from jreback/hdf_buglet
       new  411d13f   CLN: Refactor string methods and add PandasObject
       new  0cf93aa   CLN: Make more core objects inherit PandasObject CLN: Make Categorical inherit from PandasObject
       new  7222e5a   CLN: Have PyTables, stats, & Stata use StringMixin
       new  8468b13   DOC: New class hierarchy + StringMixin
       new  a558314   CLN: Move _constructor checks to PandasObject base
       new  030f613   Merge pull request #4092 from jtratner/refactor_string_special_methods
       new  d98dfe8   ENH: (GH3863) Timestamp.min and Timestamp.max return a valid Timestamp
       new  76272e4   Merge branch 'timestamp_min_max' of https://github.com/SleepingPills/pandas into SleepingPills-timestamp_min_max
       new  67c10cc   ERROR: better error message reporting on inserting incompatible column to frame (GH4107)
       new  6bc060b   TST: Change test_html to use stored data.
       new  795004d   Merge pull request #4108 from jreback/GH4107
       new  0523dc6   Merge pull request #4009 from jtratner/add-network-label-to-test-html
       new  04cc377   CLN: use how="all" so that things that are not nan in other columns are kept
       new  fd87e4f   Merge pull request #4111 from cpcloud/data-dot-py-cleanup
       new  c544677   CLN/TST: cleanup exception message testing by replacing with assertRaisesRegexp
       new  536f55d   BUG: fix replace bug when a nested dict was passed
       new  380bd25   Merge pull request #4114 from jreback/error_msgs
       new  e529ee8   Merge pull request #4117 from cpcloud/replace-nested-dict-fix
       new  269e5a3   BUG: GH4119 Fixed bug in ``convert_objects(convert_numeric=True)`` where a mixed numeric and
       new  af85719   Merge pull request #4120 from jreback/convert_objects
       new  54c7de2   BUG/TST: test fixes for windows compat
       new  af12b96   CLN: Small fix to clean_pyc task
       new  5b3241b   Merge pull request #4123 from jreback/win_bug
       new  1d58bf1   Merge pull request #4124 from jtratner/small_Makefile_fix
       new  1b580f6   fix typo - change conn to con
       new  d50f20b   BLD: use binary packages to reduce travis-ci build times.
       new  17bf704   Merge pull request #4128 from y-p/PR_travis_speedups
       new  6a0b9ec   Merge pull request #4127 from tshauck/fix-io-typo
       new  b179099   BLD: install pip serially
       new  9044fe7   Merge pull request #4141 from cpcloud/travis-install-pip-serially
       new  2b44e8f   ENH melt uses column name if available
       new  0e94aca   CLN test_reshape
       new  920ef81   DOC add release note about melt columns.name default behaviour
       new  4f20883   BLD: readd missing envar in ci/install.sh
       new  1101391   BLD: add lxml back in
       new  f8c370c   BUG: Make ExcelFile.parse pass kwds to TextParser
       new  3fd7a7a   BUG: (GH4145/4146) Fixed bugs in multi-index selection with column multi-index and duplicates
       new  1bd8f57   Merge pull request #4139 from jtratner/excel_fix
       new  565ee0c   Merge pull request #4148 from jreback/mi2
       new  59f8a52   TST: additional test case for GH4146
       new  0378de5   Merge pull request #4144 from hayd/melt_name
       new  a488478   Merge pull request #4149 from jreback/mi2.2
       new  164b1ce   ENH col_level argument to melt
       new  02f2c42   ENH MultiIndex columns with melt
       new  2d63a71   ENH add drop_na argument to pivot_table
       new  fefa2bf   CLN make cartesian product faster
       new  99ae9ce   BLD: Disable binary packages while fixes are under way
       new  5146329   DOC: Update excel read dependency on ``xlrd``
       new  1c6440e   DOC: Update docstrings to reflect benefit from resolving #4131
       new  5f4be91   BLD: add requirements files and update install.sh
       new  f5d673f   Merge pull request #4153 from cpcloud/req-files
       new  06a87f4   BUG: fix failing usage of self.assertRaisesRegexp for python 2.6
       new  e5b3dfc   BLD: use the wheel url for scikits timeseries
       new  b96ab6b   RLS: first release candidate for v0.12.0
       new  1cea6bb   BUG/TST: wrong parsing of microseconds with format arg (#4152)
       new  1a6b967   Merge pull request #4166 from jorisvandenbossche/bug-microsecond-parsing
       new  1e4f8c1   DOC: minor io/whatsnew doc edits
       new  f73e38d   TST: to_datetime format fixes
       new  9be629e   Merge pull request #4168 from cpcloud/sktimeseries-dl-fix
       new  b56db29   Merge pull request #4167 from jreback/dt_format
       new  178a091   DOC to_datetime warning about dayfirst strictness
       new  1f7e519   TST: remove double call to yahoo finance
       new  b50bff9   Merge pull request #4175 from hayd/datetime_dayfirst_warning
       new  4b18372   Merge pull request #4176 from cpcloud/remove-yahoo-test
       new  519476e   CLN: write the attributes in a HDFStore as strings
       new  b3e5338   Merge pull request #4178 from jreback/hdf_3k
       new  4db1800   TST: Create a MySQL database and run MySQL tests on Travis.
       new  a511dcb   TST: raise when no data are found when trying to dld multiple symbols
       new  015e926   Merge pull request #4184 from cpcloud/fix-network-tests
       new  d74be3c   TST: fix ujson tests failures on 32-bit
       new  998e636   DOC: increased width of text area
       new  8d834fd   DOC: update ipython_directive with changes from ipython to restart prompt number at 1 each page
       new  583754f   FIX disallow MultiIndex in Series constructor GH4187
       new  11742fb   Merge pull request #4154 from davidshinn/improve_excel_docs
       new  89b2f83   Merge pull request #4106 from hayd/cartesian_crosstab
       new  ad3a64f   DOC: more cookbook recipies
       new  f26b210   CLN: Ignore warnings generated by 'DROP TABLE IF EXISTS' when table does not exist.
       new  d5094df   Merge pull request #4068 from simomo/read_sql_enhencement
       new  affc8b0   BUG: (GH4192) Fixed buglet in the broadcasting logic in Series.where
       new  fdbba96   BUG: (GH4192) fixed broken unit test
       new  6f3cb9e   BUG: invert_xaxis (negative tot_sec) triggers MilliSecondLocator (#3990)
       new  cb10923   Merge pull request #4177 from danielballan/mysql-on-travis
       new  098de41   Merge pull request #3991 from jorisvandenbossche/bug_invert_xaxis
       new  52837c1   Merge branch 'where_bool_broadcast' of https://github.com/SleepingPills/pandas into SleepingPills-where_bool_broadcast
       new  a2f323f   Merge pull request #4165 from jorisvandenbossche/doc-width
       new  cb84398   Merge pull request #4186 from Komnomnomnom/ujson-32-bit-tests
       new  02f32cc   DOC: more prominent HDFStore store docs about storer/table formats
       new  386d192   Merge pull request #4206 from jreback/hdf_doc
       new  1bb9425   PERF: add ix scalar get benchmark
       new  7b2eaa4   Merge pull request #4207 from jreback/indexing_perf
       new  3275685   Merge commit 'v0.12.0rc1-43-g7b2eaa4' into debian
       new  83ddf9b   adjusted changelog
       new  9cc6dd9   recythonized
       new  36b68a0   BLD: pip 1.4 is coming, preempt issues
       new  f4bd142   Merge pull request #4210 from y-p/PR_pip14
       new  0178df9   DOC: remove savefig width parameter (#4203)
       new  8c96ef2   fixing up the version
       new  75a136b   ENH: added the call to ci/print_versions.py to ease bug reporting upstream happen the build fails
       new  de1b535   DOC: minor io.rst edits
       new  56009bd   BLD: Turn off the ISRELEASED flag in setup.py
       new  92fdeff   CLN/ENH: clean up docstrings remove some cruft and generalize
       new  f4246fb   Merge pull request #4150 from hayd/melt_multi
       new  68f6815   TST: little endian failure, GH4222
       new  e2638e0   Merge pull request #4228 from jreback/stata_bug
       new  0e80039   Merge pull request #4190 from hayd/disallow_multi
       new  d5b2ccb   BUG: raise on invalid colormap for older mpl
       new  04b2f7b   DOC: release notes
       new  4e48e52   CLN: correct format string
       new  8a0c2cc   Merge pull request #4231 from cpcloud/matplotlib-invalid-colomap-test
       new  70da8c3   BLD: test_perf tweaks
       new  357cde3   TST/BUG: disallow bs4==4.2.0 and skip assoc tests
       new  a7ed93e   BUG: Display the legend when calling plot with kind='density'. GH4216
       new  67c2cf7   Check if a plotting DataFrame with kind='kde' has a legend. GH4216
       new  3163cd8   Updated release note about GH4216.
       new  382e857   Merge pull request #4232 from cpcloud/read-html-warnings
       new  a7e5592   Merge pull request #4221 from garaud/plot_density_legend
       new  7395b09   BUG: set name attr in DatetimeIndex and PeriodIndex
       new  2b4a477   Merge pull request #4233 from cpcloud/fix-index-slicing
       new  a5f4a67   Merge pull request #4217 from jorisvandenbossche/doc-plots
       new  46ba51f   BUG: initialize DatetimeIndex with array of strings (#4229)
       new  35312e4   Merge pull request #4234 from jorisvandenbossche/bug-datetimeindex-list-array
       new  3f8854e   TST: remove fudgy ujson test #4223
       new  78a6031   Merge pull request #4238 from Komnomnomnom/ujson-fudgy-test
       new  a457fd5   TST: force rebuild
       new  7e94753   BLD: use wheels and newer scipy bc of 33 scipy issue
       new  1204bbb   Merge pull request #4240 from cpcloud/scipy-wheels
       new  ec152a8   CLN: replace __repr__ with __unicode__ for string printing (to use StringMixIn)
       new  50eff60   Merge pull request #4241 from jreback/hdf_print
       new  d7d3283   debian/{,tests/}control - added python{,3}-bs4, python-html5lib to Build-Depends for more thorough testing
       new  0dfc597   Merge commit 'v0.12.0rc1-79-g50eff60' into debian
       new  e1b526a   updating the debian changelog version
       new  56e6b17   DOC: Fix typos in CONTRIBUTING.md
       new  bbcfd92   ENH: implement non-unique indexing in series (GH4246)
       new  53b7a74   Merge pull request #4247 from jreback/series_dups
       new  5b908a5   BLD: use mpl 1.1.1 in python 2.7 production travis build
       new  5be1e5a   Merge pull request #4243 from kjordahl/master
       new  1e69dad   Merge pull request #4248 from cpcloud/mpl-1.1.1-build
       new  d8785c8   BUG: remove six import
       new  0309899   ENH: Add `isin` method to DataFrame.
       new  09d13a9   depends on python-six now (+added recommends on bs4 to binary packages)
       new  ab1b17e   ENH tweak DataFrame isin method
       new  404dfab   Merge pull request #4250 from cpcloud/six-fix
       new  140e162   TST: no need for flavor testing in skip
       new  c30618f   DOC: add v0.13.0.txt release notes file (but not to the index yet)
       new  4c2d050   Merge pull request #4257 from cpcloud/read-html-flavor-attr
       new  60b623f   ENH add iloc argument to DataFrame isin
       new  4bc4e80   Merge commit 'v0.12.0rc1-90-g4c2d050' into debian
       new  e69b013   updated changelog version
       new  ccda286   BLD/TST/CI: add script to show skipped tests at the end of a build
       new  a310890   Merge pull request #4262 from cpcloud/print-skipped-tests
       new  0795d45   TST/BLD: add testing for bad bs4 version
       new  2af7e67   TST: add message to nose.SkipTest
       new  df5af03   Merge pull request #4259 from cpcloud/add-bad-bs4-version-to-travis
       new  dca0fcd   CLN: define __hash__ directly for _NaT; needed for some builds on py3k
       new  56e57e5   TST: skip if no html5lib since bs4 needs it
       new  2cabf8d   TST/CI: add scikits.timeseries wheel back
       new  191bc89   Merge pull request #4267 from cpcloud/html5lib-fix
       new  47eed0c   Merge pull request #4269 from jreback/nat_py3
       new  d070a1f   Merge pull request #4270 from cpcloud/scikits-wheel
       new  6b953d6   Merge commit 'v0.12.0rc1-101-gd070a1f' into debian
       new  9121871   updated version and recythonized
       new  c6b36e3   TST: properly skip html5lib
       new  4c10ebf   Merge pull request #4276 from cpcloud/html5lib-skip-fix
       new  6575049   TST/CI: remove html5lib from 3.2 build
       new  db486f2   Merge pull request #4278 from cpcloud/remove-html5lib-from-3.2-build
       new  f445088   DOC: cookbook example
       new  d3391eb   BUG: fix data.py regression
       new  1b91f4f   BUG: Fixed non-unique indexing memory allocation issue with .ix/.loc (GH4280)
       new  673931d   Merge pull request #4283 from jreback/index_mem
       new  b7dfe9f   Merge pull request #4281 from cpcloud/data-py-regression-fix
       new  441fc31   TST: ujson dont force endianness #4274
       new  b79996c   Merge pull request #4284 from Komnomnomnom/ujson-tst-endianness
       new  f08745d   Update CONTRIBUTING.md with note on attribution in PRs
       new  6a3bfca   DOC: Fix typo.
       new  5ffb6c0   Merge commit 'v0.12.0rc1-112-gb79996c' into debian
       new  b13d540   updated cythonized and version
       new  02941aa   Merge pull request #4285 from y-p/PR_CONTRIBUTING
       new  7007e99   Merge pull request #4286 from jseabold/fix-typo
       new  2f44c19   TST: print out byteorder in ci/print_versions.py
       new  98c65ac   ENH: test_perf.py - use psutil to set affinity (if absent functionality - then affinity module)
       new  d30e404   minor: some trailing spaces and a pylint "pragma" to stop complaining about Series._ix defined elsewhere
       new  1871002   ENH: ujson better handling of very large and very small numbers, throw ValueError for bad double_precision arg #4042
       new  d8dc8ee   ENH: expose ujson precise_float argument on decode
       new  89eabba   BUG: explicity change nan -> NaT when assigning to datelike dtypes
       new  0d6c0f0   Merge pull request #4296 from neurodebian/master
       new  4e72d46   DOC: docs for precise_float option in read_json
       new  78e453e   Merge branch 'Komnomnomnom-ujson-precise-float'
       new  639696e   Merge pull request #4302 from jreback/nat_convert
       new  ec8920a   Merge pull request #4299 from Komnomnomnom/ujson-small-floats
       new  bfd2e19   Merge commit 'v0.12.0rc1-127-gec8920a' into debian
       new  65f9328   new changelog and recythonized
       new  eec6884   TST: change a small float comparison to np.allclose
       new  6630b43   DOC: cookbook addition
       new  c1e15cc   Merge pull request #4307 from jreback/ujson_small_fix
       new  fe47bf0   CLN: remove try suite in _read
       new  54243c7   DOC: add 0.13 to release notes
       new  a73c2f1   TST: make sure test passes even if componnents link isn't present
       new  424e187   Merge pull request #4310 from cpcloud/network-failure-hack
       new  d7c6eb1   DOC: cookbook example
       new  2cad879   TST: skip some tests if scikits is installed but not scipy GH3376
       new  8c0a34f   RLS: set released to True, edit release dates
       new  4d5e124   RLS: edit windows note about numpy build version
       new  0df80fb   Merge pull request #4258 from hayd/dataframe_isin2
       new  61a7696   DOC/CLN move isin to 0.13 release note
       new  e21ccad   DOC: add v0.13.0.txt to the index.rst (closes GH4288)
       new  12cec97   Merge tag 'v0.12.0' into debian
       new  508a752   new changelog and recythonization
       new  c722914   Merge pull request #4305 from cpcloud/add-urlerror-info
       new  6e8594f   DOC: correct release notes version
       new  5c88771   Merge pull request #4349 from cpcloud/add-urlerror-info
       new  e231da4   Merge pull request #4320 from y-p/GH3376
       new  b335459   BLD: Use git describe to generate the version string for dev versions
       new  142432a   BLD: Strip leading v in git describe version string
       new  c2d1bd9   DOC/BUG: fix doc build error because a frame was being redefined
       new  c95cddc   BLD: remove ISRELEASED flag
       new  a0854b0   Merge pull request #4218 from y-p/PR_dev_version_string
       new  1412f66   Merge pull request #4350 from cpcloud/fixup-indexing-doc-failures
       new  d28fed8   debian/patches - neurodebian: allow to build for jessie with outdated cython
       new  02db606   debian/control - build for Python2 >= 2.7 due to some (probably temporary) incompatibilities in tests with 2.6
       new  e76258f   ER:  HDFStore raising an invalid ``TypeError`` rather than ValueError when appending with      different block ordering (GH4096) related
       new  558492d   Merge pull request #4355 from jreback/hdf_order
       new  ebf9147   DOC: add #4096 issue to v0.13.0.txt
       new  d80d945   ENH: allow layout for grouped DataFrame histograms
       new  121c4dc   ENH: add integer sheetname support
       new  2f88dca   Merge pull request #4104 from cpcloud/layout-with-by
       new  4fddb29   BUG: period idx str map correctly returns an array of str with object dtype
       new  7b47d31   Merge pull request #4136 from cpcloud/period-index-repr
       new  5d2b85f   Merge pull request #4308 from cpcloud/read-excel-page-number-sheet-name
       new  c98e099   TST/BUG/CLN: make stata IO tests use temporary files for writing
       new  29a709c   Merge pull request #4356 from cpcloud/fix-stata-testing
       new  9209224   DOC: io.wb example
       new  de9f3c1   BUG: fix sum over integer frames
       new  689d491   DOC: move data reader docs to Remote Data Access top-level section
       new  4d589e8   TST: add basic clipboard test
       new  6c8fca9   Merge pull request #4282 from cpcloud/add-clipboard-test
       new  d605b5f   TST: Make network tests run twice
       new  3080721   ENH: Use case-insensitive checks for 'inf' in parser.
       new  ba035e2   DEP-8 tests improvements
       new  562b4bd   Merge pull request #4220 from jtratner/expand-inf-comparisons
       new  149b922   Merge pull request #4366 from cpcloud/frame-sum-int-perf-reg
       new  19c8874   DOC: revised code-blocks in remote_data.rst
       new  dfa1773   Add options to xvfb-run as requested by @yarikoptic
       new  6d9fa7f   Merge pull request #4369 from jtratner/make-network-tests-run-twice
       new  5c9aae2   TST/BUG: make sure read_html tests work on python 2.6
       new  7a15bdd   BUG: fix compilation with MSVC for strcasecmp
       new  a8f52f9   Merge pull request #4352 from cpcloud/html-testing-assertions-fix
       new  f735141   BUG: to_json should raise exception for non-unique index / columns (#4359)
       new  322957a   Fix typo.
       new  c10fce1   TST/BUG: fix NameError in network decorator
       new  96db736   DOC: release notes
       new  6bb024e   CLN: remove some space
       new  c066ada   Merge pull request #4380 from daydreamt/patch-2
       new  e07dc19   Merge pull request #4381 from cpcloud/undefined-runs-in-network-decorator
       new  7cad1bb   Merge branch 'ujson-unique-keys' of https://github.com/Komnomnomnom/pandas into Komnomnomnom-ujson-unique-keys
       new  d14f864   DOC: release notes on GH4359 to_json change
       new  39da82d   ENH: suppress display.height DeprecationWarning
       new  7800fd4   ENH: add git names to test_perf.py
       new  8d87958   Merge pull request #4391 from y-p/PR_supress_disp_height_warning
       new  0d80c79   DOC: update RELEASE.rst
       new  5577c0c   Merge pull request #4392 from cpcloud/test_perf-rev-parse
       new  6c304c7   CLN: Newer syntax, unicode, iterator range, zip, etc
       new  434f26b   TST/ENH: Add assert_isinstance util to util/testing + better type checking
       new  a038653   CLN/ENH: Refactor url methods to be Py2/3 compatible
       new  0802d1c   CLN: Py2/3-compatible dict keys/items/values.
       new  b83784f   CLN/ENH: Add list versions of iterator methods.
       new  0c0cfbc   CLN: Add __bool__ alias for __nonzero__
       new  e957fbc   CLN/ENH: Merge compat with py3compat and six
       new  e73c54d   DOC/ENH: Deprecate iterkv + add docs
       new  27b601e   CLN: pandas.util.compat --> pandas.compat
       new  98e25fc   CLN: Add unicode compatibility wrapper for dateutil.
       new  fa16b95   TST: Make 2.6 require dateutil==1.5 in Travis
       new  7e896ea   DOC: cookbook entries
       new  338f340   DOC: typo fix
       new  49fecad   Add xauth to list of tests dependencies
       new  8ac0e11   Merge pull request #4384 from jtratner/better-python3-compat
       new  6ea8e1b   BUG: Fixed passing keep_default_na=False when na_values=None (GH4318)
       new  1663fde   DOC: add new sections na_values, infinity to read_csv docs
       new  7d68422   Merge pull request #4374 from jreback/GH4318
       new  40d08df   BUG:  Fixed bug with values raising an error on a DataFrame with duplicate columns and mixed       dtypes, surfaced in (GH4377)
       new  8f387f6   Merge pull request #4399 from certik/docs
       new  03b4997   Merge pull request #4388 from jreback/GH4377
       new  8930519   BUG: Fix .iat indexing with a PeriodIndex GH4390      Series.get with negative indexers returns the same as []
       new  fcaf9a6   Merge pull request #4394 from jreback/pi_iat
       new  e546e53   BUG: fix period index object instantiation when joining with self
       new  6ae36e4   Merge pull request #4379 from cpcloud/self-join-index-is-same
       new  fac519b   Fixed issue #4345.
       new  cc9bff6   Merge pull request #4360 from nfoti/master
       new  d05f3b1   Fix an issue with the csv cparser when usecols is used
       new  b89c88a   Merge pull request #4406 from tr11/fix_csv_parser_dtypes
       new  36031da   BUG: Fix an issue in merging blocks where the resulting DataFrame had partially set _ref_locs (GH4403)
       new  aeabda1   Merge pull request #4410 from jreback/df_rename
       new  5ab4f2e   BUG/VIS: fix Series.hist so that users can create hist subplots without the mpl API
       new  06cf4fa   ENH: add more informative error message when dupe style and color args are given
       new  9563141   Merge pull request #4414 from cpcloud/fix-hist-subplots
       new  ff52cbb   FIX: revert docs and fix for py3 compat
       new  ee0d3e4   Merge pull request #4419 from cpcloud/fix-doc-imports
       new  a256eff   TST: better assertion messages on test failures
       new  f1bac6f   Merge pull request #4430 from jreback/testing
       new  71efb43   API: GH4409 HDFStore addes an is_open property to indicate if the underlying file handle is_open;     a closed store will now report 'CLOSED' when viewing the store (rather than raising an error)
       new  527db38   DOC: 10min import fixes
       new  5544b89   Merge pull request #4417 from jreback/hdf_close
       new  625e588   DOC: Fix typo
       new  575f6ce   Merge pull request #4436 from kyleam/groupby-doc-typo
       new  453ca77   TST: test updates for testing
       new  23fe024   Merge pull request #4445 from jreback/hdf_fix
       new  6b8d849   DOC: change lzip,lrange in 10min.rst to list(zip(..)) and list(range(..))
       new  f18378d   DOC: minor 10min.rst import fixes
       new  fb4f6a1   DOC: lrange, lzip --> list(range and list(zip
       new  b700f58   TST: util/testing improvements
       new  6bbfe46   Merge pull request #4450 from jtratner/change-range-zip-in-docs
       new  58f1137   Merge pull request #4451 from jtratner/better-assert-tests
       new  f0c1bd2   BUG: fix truncation for astype(str)
       new  aca1a42   Merge pull request #4437 from cpcloud/fix-astype-calls
       new  218ba11   DOC: fix tz doc bug
       new  02cb4da   BUG/OFMT: fix spurious tuple repring of bytes types in python 3
       new  76299b5   CLN: clean up _is_sequence
       new  65a131c   Merge pull request #3 from mitya57/debian
       new  0862f02   ENH/CLN: add string and binary types compat object
       new  6c2197d   PERF: enhance HDFStore Table writing performance
       new  52712e2   Merge pull request #4456 from cpcloud/fix-py3-bytes-repr
       new  141b831   BUG: Fix Panel instance variable namespace issue GH3440
       new  5d922b7   Merge pull request #4459 from danbirken/panel-instance-name-fix
       new  c73909e   BUG: values array for non-unique, interleaved cols incorrect
       new  442b7ee   Merge pull request #4460 from Komnomnomnom/frame-dupe-cols
       new  8915ce6   Merge pull request #4457 from jreback/hdf_opt
       new  3a979ac   BUG: bug when using chunksize and writing ndim > 2
       new  113e7d8   Merge pull request #4462 from jreback/hdf_opt2
       new  9a56c7e   ENH: allow where to be a list/array or a boolean mask of locations (GH4467)
       new  93158c5   Merge pull request #4470 from jreback/hdf_coord
       new  8832a60   TST: test for breaking test in pytables on travis
       new  38f0f0a   CLN/BUG: Revert 2/3 compat changes to vb_suite
       new  1fbce08   Merge pull request #4478 from jtratner/revert-vb-suite
       new  f08fb89   Merge pull request #4489 from jreback/hdf_fix
       new  0036036   TST: reverse hdf_fix
       new  b23995f   Merge pull request #4490 from jreback/hdf_fix2
       new  5c23b42   BLD/TST: correct pytz version for tox
       new  400fd2d   BUG: fix plotting of dup indexed objects
       new  a9fe00b   Merge pull request #4495 from Komnomnomnom/tox-pytz
       new  c51a0db   Merge pull request #4492 from cpcloud/plotting-length-fix
       new  9da899b   BUG: allow cummethods to work with bool dtypes
       new  3841ae6   Merge pull request #4440 from cpcloud/fix-cumsum-bool
       new  e8a528d   BUG: (GH4016) fix panel slicing issue that was returning an object that should not      have be a reduction in ndim
       new  0f72731   BUG: (GH3830), panel assignment using loc with a transpose frame did not work
       new  f1aee70   ER: GH3777, raise a NotImplementedError for Panel -> Panel setting with alignment
       new  2e09fcc   Merge pull request #4507 from jreback/panel_index
       new  3030c4d   TST: tests for GH4502, consistency in ix assignments, but ok in master
       new  515074a   Merge pull request #4509 from jreback/ix_consist
       new  e78cae7   CLN: do not allow frozenset
       new  5a2daa4   Merge pull request #4482 from cpcloud/set-construct
       new  7f344fb   BUG: read_hdf was not respecting as passed mode (GH4504)
       new  9cba0de   DOC: cookbook example
       new  b628534   DOC: added google finance as a data source to the DataReader doc
       new  0106fd0   DOC: corrected cookbook.rst example on reversing timeseries
       new  a12da2c   BUG: GH4516 Fixed issue with sorting a duplicate multi-index that has multiple dtypes
       new  7261d43   Merge pull request #4518 from mehyar/doc_datareader
       new  874714d   Merge pull request #4522 from jreback/mi_dups
       new  e9db624   DOC: add more docs to CONTRIBUTING
       new  1a0610b   DOC/BLD: Update version support in docs and setup.py.
       new  7fd6b20   Merge pull request #4530 from jtratner/update-version-support-in-docs
       new  bdf270c   ENH: Make core/index exceptions more descriptive
       new  285622f   ENH: Index inherits from FrozenNDArray + add FrozenList
       new  033a932   BUG/ENH: Make names, levels and labels properties.
       new  5cad4d2   ENH: Additional keyword arguments for Index.copy()
       new  429e9f3   Merge pull request #4039 from jtratner/fix-multiindex-naming
       new  46587a9   ENH: Make core/index exceptions more descriptive
       new  dc3bef2   ENH: Index inherits from FrozenNDArray + add FrozenList
       new  a19ab47   BUG/ENH: Make names, levels and labels properties.
       new  ee53c1a   ENH: Additional keyword arguments for Index.copy()
       new  856a88b   BUG: Fixes issue #3334: brittle margin computation in pivot_table
       new  69f5594   Merge branch 'guyrt-fix-brittle-pivot-margins'
       new  b2845a1   Merge pull request #4513 from jreback/hdf_per
       new  1e494e0   DOC: PyTables 3.0.0 and Python 3 compatibility note
       new  b2ad044   DOC: add cookbook example
       new  6f8550a   BUG: (GH4532) Fix bug in having a rhs of np.timedelta64 or np.offsets.DateOffset when operating      with datetimes
       new  4d2d571   BUG: (GH4134) Fix arithmetic with series/datetimeindex and np.timedelta64 not working the same
       new  18bb625   ENH: GH4521 A Series of dtype timedelta64[ns] can now be divided/multipled by an integer series
       new  b7e80a5   DOC/ENH: timedelta conversions & docs
       new  9fc8636   Merge pull request #4534 from jreback/td
       new  146ee99   DOC: bigger badder warnings on chained assignment
       new  e86bb1a   BUG: Fix bug in pd.read_clipboard on windows with PY3 (GH4561); not decoding properly
       new  6a04c2c   BUG: Fix incorrect urlparse in _is_s3_url
       new  359017f   Merge pull request #4573 from jtratner/fix-url-parse-call
       new  68ba602   ENH: ujson native datetime serialisation
       new  4c839a5   CLN: pep8-ify json.py
       new  dbd724c   DOC: update json docs for new date behaviour
       new  5958013   Merge pull request #4498 from Komnomnomnom/ujson-datetime
       new  b5ff81d   TST: skip buggy io/tests/test_json/test_ujson/test_datetime_units
       new  b5ee28b   Merge pull request #4571 from jreback/clip
       new  0ee4d93   BUG: Fix Segfault with pd.tslib.get_period_field (GH4520)
       new  e52ff84   Merge pull request #4562 from prossahl/AHLRAP-3065-01
       new  8ee0a89   ENH/CLN: refactor of common code from frame/panel to generic.py          axis creation routines now commonized under _setup_axes
       new  4493bf3   CLN: rebase to 0.12
       new  03158a1   BLD: pep8 major changes
       new  217bec2   BUG:  Bug in Series update where the parent frame is not updating its cache based on       changes (GH4080)
       new  7b09a3c   ENH: 'replaced' series.replace with generic.replace !
       new  370f8c8   CLN: Add abstract base classes for certain objects
       new  7f31567   BLD: py3 compat
       new  9129dc1   DOC: updated v0.13.0/release.rst for Internal Refactoring changes
       new  0327add   Merge pull request #3482 from jreback/series2
       new  17e5def   BUG: fix erroneous call to prrint_thing -> pprint_thing
       new  68dfe52   Merge pull request #4586 from cpcloud/fix-tony-the-tiger-pprint-call
       new  71b763b   TST: fix ujson's intermittently failing date unit test
       new  2886ff1   DOC: fix conflicting ewma documentation
       new  240d76e   BUG: ujson labels are encoded twice
       new  4c8ad82   Merge pull request #4592 from Komnomnomnom/ujson-date-explosion
       new  491e3c3   TST: GH4604, reindexing with a method of 'ffill' gives incorrect results
       new  3644370   Merge pull request #4593 from Komnomnomnom/ujson-slash-happy
       new  dc73315   BUG: GH3317 Fix frequency inference to be automatic in a DatetimeIndex if freq is not specified during _ensure_index
       new  ecca28d   Merge pull request #4610 from jreback/series_reindex
       new  e05d508   ENH: Keep original traceback in DataFrame.apply
       new  da85a3c   Merge pull request #4549 from bburan-galenea/bburan-galenea/apply_exception_traceback
       new  d9db022   BUG: Fix selection with ``ix/loc`` and non_unique selectors (GH4619)
       new  9ea0d44   Merge pull request #4622 from jreback/ix_issue
       new  3d14746   TST: GH4312, assignment with iloc/loc and an dtype change
       new  3b5d06e   BUG: Fix assignment with iloc/loc involving a dtype change in an existing column (GH4312)
       new  031cf19   TST: add tests/test_generic.py
       new  284df6f   Merge pull request #4624 from jreback/astype_iloc2
       new  dc3ead3   Merge pull request #4627 from jreback/rename_consist
       new  b364f91   Merge pull request #4499 from Komnomnomnom/moments-doc-
       new  c48db2f   BLD: test_perf, bring back pickle-compare code clobbered in 244d56751
       new  d9cc058   BLD: test_perf, revert s/save/to_pickle change, warn the unwary
       new  a45206d   Merge pull request #4644 from y-p/PR_test_perf_fixes
       new  25cfcaf   BUG: Test and fix for subclasses of CacheableOffset (GH4609)
       new  205b5cb   PERF: optimize __getitem__ in DataFrame for columns lookup
       new  0958d5f   Merge pull request #4639 from jreback/gi_perf
       new  0990a75   ENH: (GH4629) Support for using a DatetimeIndex/PeriodsIndex directly in a datelike calculation      e.g. s-s.index
       new  991ca29   BUG: Boolean indexing on an empty series loses index names
       new  a4624f1   DOC add fix status for 4235
       new  5cdad82   DOC: revised 0.13 internal refactoring to add np.where
       new  bf169ed   Merge pull request #4658 from hayd/rebase4236
       new  7df8149   Fix issue #4496: tslib.tz_convert(vals, tz1, tz2) may raise an IndexError exception.
       new  f41e929   Merge pull request #4497 from stenri/tslib_tz_convert_trans_pos_plus_1__bugfix
       new  62ca5f7   BUG: GH4273, appending a 0-len table to HDFStore was raising
       new  cba88ed   Merge pull request #4660 from jreback/hdf_empty
       new  0922599   BUG: fixes issue #4322
       new  51c72fc   TST: Removed double import in test io.tests.parser_tests.
       new  93ea765   ENH: avoid branch in thousands check. Thanks to @cancan101
       new  25fd443   DOC: update attribute access docs for Series/Panel access
       new  223d0a5   DOC: indexing.rst edits
       new  d536ff6   Merge pull request #4598 from guyrt/csv-import-arg-conflict
       new  d53e4fd   BLD: test_perf, retrieve short form hash from git directly GH4654
       new  c910b2e   ENH: In HDFStore, handle a passed Series in table format (GH4330)
       new  1aa4fce   Merge branch 'offset_cache' of https://github.com/cancan101/pandas into cancan101-offset_cache
       new  209e248   Merge pull request #4664 from jreback/hdf_series
       new  7d636b0   BUG/API: (GH4584) to_hdf was raising when passing both arguments append and table
       new  a3abf80   CLN: pep8 pandas/io/pytables
       new  952a342   API: the ``fmt`` keyword now replaces the table keyword; allowed values are ``s|t``      the same defaults as prior < 0.13.0 remain, e.g. ``put`` implies 's' (Storer) format      and ``append`` imples 't' (Table) format
       new  f2a7b9c   Merge pull request #4641 from jreback/arthops
       new  824e9dd   FIX groupby apply ignores as_index
       new  e8530df   TST another groupby as_index test
       new  9fcd30b   ENH Factored out excel_value_to_python_value from ExcelFile::_parse_excel (GH4589)
       new  85f191c   ENH add bins argument to value_counts
       new  516f802   Merge branch 'excel_parse_utils' of https://github.com/cancan101/pandas into cancan101-excel_parse_utils
       new  49a21db   Merge pull request #4645 from jreback/hdf_api
       new  9d1ab40   BUG: Fix boolean comparison with a DataFrame on the lhs, and a list/tuple on the rhs GH4576
       new  e25976a   Merge pull request #4585 from jreback/boolean_comp
       new  f75200f   CLN/API: Refactor of _get_numeric_data/_get_bool_data to core/generic.py, allowing Series/Panel functionaility
       new  06c2d5b   CLN: cleaned up numeric dtype tests in tools/plotting.py
       new  ae2e3a4   Merge pull request #4675 from jreback/numeric
       new  bd7c7e8   BUG: GH 4667 setitem error/dtype wrong with Series/Frame when setting with None
       new  920512c   Merge pull request #4676 from jreback/where_none
       new  f58fb0c   BUG: (GH4626) Fix decoding based on a passed in non-default encoding in pd.read_stata
       new  4cf2030   Merge pull request #4643 from jreback/stata_encode
       new  aec85d0   Added ind and bw_method kwargs to KdePlot
       new  48658fb   Merge pull request #4316 from khgitting/kde_kwargs
       new  7444384   BUG: preserve empty dtype if possible when creating an empty BlockManager
       new  9e2eee7   Merge pull request #4677 from jreback/numeric2
       new  4f46814   Revert "ENH Factored out excel_value_to_python_value from ExcelFile::_parse_excel (GH4589)"
       new  6bf01ae   DOC add get_dummies to rst, example to docstring
       new  8765288   DOC add get_dummies NaN to whatsnew
       new  c467051   Merge pull request #4458 from hayd/get_dummies
       new  4226afe   Merge pull request #4502 from hayd/value_count_bins
       new  c320a15   Merge pull request #4670 from hayd/groupby_as_index
       new  e3c71f2   FIX bad get_dummies test in py3
       new  28f479e   Move time operations for Series into class _TimeOp
       new  44c82df   ENH drop_level argument for xs
       new  66c4a05   Merge pull request #4180 from hayd/xs_drop_selected_level
       new  c472099   Merge pull request #4613 from jtratner/refactor-datetimes
       new  e47e981   TST: test for GH4633, bool(obj) behavior
       new  e06d7a8   DOC: docs to add detail on gotchas for true value testing
       new  59d55fe   API:  for HDFStore, add the keyword dropna=True to append to change whether ALL nan rows are not written       to the store (default is True, ALL nan rows are NOT written), also settable       via the option io.hdf.dropna_table (GH4625)
       new  3073835   Merge pull request #4714 from jreback/hdf_nan
       new  3a52e0a   API/DOC: in HDFStore, change fmt -> format, change Storer format to Fixed format (just a name change);          option for format is now fixed(f) or table(t)
       new  e6b4e60   API: add io.hdf.default_format option to enable an override to default storage formats in HDFStore
       new  03aa067   Merge pull request #4715 from jreback/hdf_format
       new  5148e90   Merge pull request #4657 from jreback/bool
       new  e8de373   API/BUG: a column multi-index will be recreated properly (GH4710)
       new  285b917   Merge pull request #4716 from jreback/hdf_column_mi
       new  002a4ad   DOC: Updates to CONTRIBUTING.md
       new  c95fc72   ENH: Better rename/set_names handling for Index
       new  3479c27   Merge pull request #4718 from jtratner/multiindex-rename
       new  54a19c7   DOC: small clarification in DataFrame docstring
       new  958f214   Merge pull request #4723 from jorisvandenbossche/patch-1
       new  2868a09   CLN: Remove unused and undocumented kind keyword from read_excel
       new  41d10b5   Merge pull request #4719 from jtratner/contributing-update
       new  d312a37   BUG: Fix DataFrame.from_records w/ normal ndarray.
       new  4532fe4   Merge pull request #4713 from jtratner/remove-kind-parameter-read-excel
       new  8f9adb7   Merge pull request #4727 from jtratner/fix-from-records-unstructured-ndarray
       new  56c73a4   CLN:Better exceptions in common, io/excel & format
       new  be2a65c   Merge pull request #4721 from jtratner/change-bare-exceptions-pt-2
       new  48e8fed   BUG: (GH4726) bug in getting a cross-sectional using iloc/loc with a duplicate items index
       new  ec3fb68   Merge pull request #4729 from jreback/dups_iloc
       new  e317087   BUG: HDFStore.append_to_multiple - ensures rows are synchronized before writing
       new  6ffed43   Merge pull request #4698 from adgaudio/master
       new  74e4544   ENH ohlc resample for DataFrame
       new  e85ef7d   CLN refactor with _apply_to_column_groupbys
       new  c6e8541   BUG: Fix wrong str.format() calls in Index.summary
       new  dbb3a3d   Merge pull request #4751 from jtratner/fix-summary-GH3869
       new  5e73865   BUG: Fix crash using to_csv with QUOTE_NONE
       new  f373864   Merge pull request #4752 from jtratner/fix-to_csv_QUOTE_NONE-GH4328
       new  5b45bf4   CLN: Remove redundant call to get_splitter
       new  ea6408c   ENH:  GH2578, allow ix and friends to partially set when the key is not contained       in the object
       new  00b6c89   API: iat/iloc will raise if enlargement is specified as its ambiguous
       new  3a2fe0b   Merge pull request #4515 from jreback/partial_setting
       new  c236076   CLN: Remove unused assignment
       new  3c2e71d   ENH:Add raise_with_traceback & use in assertRaises
       new  db74b2a   CLN: Better exceptions and tests for core/frame
       new  caa3703   BUG:  (GH2702) Bug with Series indexing not raising an error when the right-hand-side has an incorrect length
       new  0d2ef67   Merge pull request #4732 from jtratner/change-bare-exceptions-pt-3
       new  a29d70c   CLN: Move print_versions into pandas proper.
       new  7577489   Merge pull request #4760 from jtratner/add-versions-method
       new  67229f0   Merge pull request #4756 from jreback/nested
       new  ced8c76   TST/CLN: moved the legacy tests out of tseries/test_timeseries.py to tseries/test_timeseries_legacy.py
       new  ebee2f8   BUG: (GH4758) Bug in multi-indexing with a partial string selection as one part of a MultIndex
       new  a99b3be   Gotachas -> Gotchas
       new  d6633ad   Merge pull request #4762 from rgbkrk/patch-1
       new  b15a376   Merge pull request #4761 from jreback/dt_multi
       new  500fad8   API: raise a TypeError when isin is passed a string
       new  0436809   BUG: TimeSeries not properly deserializing for < 0.13 (deprecations); additional tests
       new  24c7c7f   Merge pull request #4765 from cpcloud/series-isin-fix
       new  2267fe4   Merge pull request #4753 from kjordahl/cleanup/redundant-splitter
       new  725b195   Merge pull request #4755 from jreback/pickle_compat
       new  3f76205   BUG: Bug with reindexing where a non-unique index will now raise ValueError (GH4746)
       new  407e904   CLN: refactored out take from core/frame.py to use core/generic.py version
       new  e5b196d   Merge pull request #4757 from jreback/reindex_er
       new  b057202   BUG: Bug in setting with loc/ix a single indexer and a numpy array, related to (GH3777)
       new  530f2a8   BUG: allow replacement with a single list
       new  84ca068   Merge pull request #4748 from cpcloud/series-replace-with-list
       new  bbb54fd   BUG: reading from a store with duplicate columns across dtypes would raise (GH4767)
       new  22f04f7   Merge pull request #4766 from jreback/ix_assign
       new  57b0184   Merge pull request #4768 from jreback/hdf_dups
       new  27b8470   BUG: ensure column ordering in HDFStore with dup columns and column where specified
       new  b07e020   TST: more robust testing for HDFStore dups
       new  c1ab38e   Merge pull request #4769 from jreback/hdf_dups2
       new  ecf0847   BUG: Bug in concatenation with duplicate columns across dtypes not merging with axis=0 (GH4771) TST: Bug in iloc with a slice index failing (GH4771)
       new  75d378b   TST: add append/join tests for merging dup columns BUG: join on dup columns (internally) failing
       new  f8a092a   PERF: faster plotting of PeriodIndex (#4705)
       new  ca9f1a4   PERF: add plotting to vbench
       new  38a87b6   Merge pull request #4772 from jreback/concat_dups
       new  cec109b   TST: add dups on both index tests for HDFStore
       new  36d49a9   INT: add TimeDeltaBlock support in internals
       new  df791a7   BUG/ENH: add bfill/ffill support for datetime64[ns]
       new  472b93a   Merge pull request #4773 from jreback/hdf_dups3
       new  a8e367b   Merge pull request #4722 from jorisvandenbossche/slow-plotting
       new  08c191c   DOC: add resample + groupby to cookbook
       new  3c95f7e   BUG: read_fwf: incorrect error message with no colspecs or widths
       new  1055eae   Merge pull request #4774 from jtratner/fix_fwf_error_msg
       new  b3f2444   API: provide automatic dtype conversions on _reduce operations API: exclude non-numerics if mixed types in _reduce operations
       new  eaa2e26   Merge pull request #4684 from jreback/timedelta_fill
       new  525eb4d   DOC: updated release.rst to conform headings
       new  7beb06c   BLD: make test_perf.sh work on OSX too
       new  4b6eefb   TST: (GH4550) where with a dup index in Series
       new  a9e5419   BUG: (GH4548) inplace updating of a duplicate Series with a boolean aligning incorrectly
       new  e461793   Merge pull request #4779 from jreback/dups_ops
       new  8633d23   BUG: Fix read_fwf with compressed files.
       new  c3dae26   Use passed encoding to decode bytes
       new  53eec08   Merge pull request #4784 from jtratner/fix-read-fwf-with-compression
       new  558a594   ENH: Add axis and level keywords to where, so that the other argument      can now be an alignable pandas object.
       new  25ce649   debian/control - place python3-matplotlib ahead of elderly python-matplotlib without python3 support since now we have python3-matplotlib in sid
       new  db44d65   debian/copyright - go through reported missing copyright/license statements (Closes: #700564) Thanks Luca Falavigna for the report.
       new  859aada   Merge pull request #4740 from hayd/ohlc_dataframe
       new  13210b7   Merge pull request #4781 from jreback/where
       new  71615a4   CLN: add Timestamp reference in core/common.py
       new  e19e7f0   CLN: default for tupleize_cols is now False for both `to_csv and read_csv. Fair warning in 0.12 (GH3604)
       new  22193f4   BUG: pickle failing on FrozenList, when using MultiIndex (GH4788)
       new  04314e6   Merge pull request #4791 from jreback/pickle_fix
       new  1434776   Merge pull request #4797 from jreback/clean_csv
       new  1b99813   CLN: move clip to core/generic (adds to Panel as well), related to (GH2747)
       new  66c7aec   Merge pull request #4798 from jreback/clip
       new  be3630d   CLN: move align out of series consolidating into core/generic.py
       new  db8f257   Merge pull request #4800 from jreback/series_align
       new  b4771d4   BUG: Fixed an issue with a duplicate index and assignment with a dtype change (GH4686)
       new  cab7df0   Merge pull request #4806 from jreback/mi_assign
       new  f4705f6   DOC: some stylistic improvements to docstring rendering in documentation
       new  c66014b   CLN: removed need for Coordinates in HDFStore tables, instead return an Index of the coordinates DOC: added section on select_as_coordinates
       new  ce6ff2a   DOC: fix typos in missing_data.rst
       new  16b3166   Merge pull request #4809 from jreback/coordinates
       new  15d5f0a   DOC: added .item() to __nonzero__ error message
       new  a7b3ca4   DOC: correction of example in unstack docstring
       new  d54b53f   DOC: add panelnd section to cookbook.rst
       new  c4279e7   API: Complex compat for Series with ndarray. (GH4819)
       new  1f6f178   Merge pull request #4820 from jreback/complex
       new  b620ee9   ENH: Allow abs to work with PandasObjects
       new  165a94c   Merge pull request #4821 from jtratner/add-__abs__-method
       new  5e806bf   DOC: doc build fixes
       new  4577064   DOC: expand gotchas/basics on boolean reductions
       new  bd0369f   ENH: support timedelta64[ns] as a serialization type in HDFStore for query and append (GH3577)
       new  d8280c1   CLN: refactored locations of timedeltas to core/tseries/timedeltas (from a series of functions in core/common)
       new  30d91c7   TST: add pandas/tseries/tests/test_timedeltas.py API: add full timedelta parsing and conversion to np.timedelta64[ns]
       new  ef2cfb1   ENH: add top-level to_timedelta to convert string/integer based to timedeltas
       new  2f24d6e   Merge pull request #4822 from jreback/timedelta_hdf
       new  2c4356e   PERF: much faster to_datetime performance with a format of '%Y%m%d'
       new  41dbca6   Merge pull request #4826 from jreback/dunit
       new  13a7ebc   BUG: enhanced to_datetime with format '%Y%m%d' to handle NaT/nan and NaT-like better
       new  6d3fb3f   Merge pull request #4828 from jreback/dunit2
       new  0b8f7de   TST: tests for GH4812 (already fixed in master)
       new  1409049   Merge pull request #4813 from jreback/dup_resample
       new  c0198b4   ENH: Add 'add_metaclass' class decorator.
       new  42e06a7   CLN: Make ExcelWriter more pluggable
       new  d20d9bf   Merge pull request #4750 from jtratner/refactor-excel-writer
       new  b134121   BUG: allow DataFrame constructor to accept more list-like objects, e.g. list of     `ollections.Sequence and array.Array objects (GH3783 and GH42971)
       new  3a9c177   TST: explicity tests for iterator/generator types in DataFrame/Series construction
       new  8b69209   Merge pull request #4829 from jreback/seq
       new  a623e3e   BUG: Fix compressed files in Py3 to return str
       new  d702de0   Merge pull request #4783 from jtratner/wrap-compressed-fileobjects-in-py3
       new  952c5f0   BUG/VIS: correctly test for yaxis ticklocs across different versions of MPL
       new  c46ad7e   CI: use mpl 1.3.0 in LOCALE build
       new  62c882e   Merge pull request #4832 from cpcloud/fix-bar-log
       new  3b0b184   ENH: DataFrame constructor now accepts a numpy masked record array (GH3478)
       new  78e3ba7   Merge pull request #4836 from jreback/mra
       new  a2d8b3d   BUG: store datetime.date objects in HDFStore as ordinals rather then timetuples to avoid timezone issues (GH2852),      thanks @tavistmorph and @numpand
       new  d273893   Merge pull request #4841 from jreback/hdf_tz
       new  9c51f7b   add the fix for bar_plot + mpl 1.3.0 and disable the original unpatched test for now
       new  445bc89   ENH: Better Exception when trying to set on Series with tuple-index.
       new  b0d7859   Merge pull request #4837 from jtratner/fix-tuple-index-series-exception
       new  5f34827   CLN: replace rwproperty with regular property
       new  2aa52c9   Merge pull request #4843 from jtratner/remove-rwproperty
       new  58a0fc3   BUG/ER: Stricter testing of 'monotocity' when reindexing with ffill or bfill (GH4483).
       new  95ff747   Merge pull-request #4642 from prossahl/AHLRAP-3063-01
       new  e8a5538   TST: Cleanup Excel tests to make it easier to add and test additional writers
       new  1736b7c   DOC: v0.13.0.txt cleanup
       new  8a06d22   Merge pull request #4844 from jtratner/cleanup-excel-tests
       new  a0abef8   BUG: Fixed an issue with a duplicate index and duplicate selector with .loc (GH4825)
       new  3653994   Merge pull request #4833 from jreback/series_loc
       new  9042339   ENH: add new computation module and toplevel eval function
       new  e10a550   ENH: rewrite assignment operator as equal comparison for PyTables
       new  0b1b2fc   ENH: add Expr based terms for pytables
       new  b35406a   ENH: add automatic query via frame.__getitem__
       new  9012e5e   ENH: add boolean operators
       new  4093cd9   ENH: add chained comparisons
       new  4cbfdc2   ENH: add subscripting to eval expressions
       new  3ad3c16   ENH: added interpretation of 'in' in pytables Term syntax
       new  0160225   ENH: add local scoping with @lcl_variable syntax
       new  cca0173   ENH: add DataFrame.eval method
       new  0d8997a   ENH: add in, not in, and string/list query support
       new  0469fe4   BUG: parsing of timedelta selection syntax needed correction
       new  b8a3ba3   CLN: correct in and not in
       new  e55fa07   CLN: remove __getitem__ queries
       new  1d1317d   DOC: string columns update in io.rst/HDFStrore
       new  969238d   BUG: (GH4851) path for 0-dim arrays in DataFrame construction were incorrect
       new  ba9c143   Merge pull request #4852 from jreback/seq2
       new  50502fb   CLN/DOC: remove __getitem__ from docs
       new  ab60f4b   CLN: remove expr maybe_expression
       new  bf1b8ca   Merge pull request #4164 from pydata/eval-3393
       new  ced66b4   DOC: add eval/query v0.13.0 fixes
       new  fe0c4e4   DOC: v0.13.0.txt typos
       new  d77f6ba   CLN: _axis_len checking cleanup and better message
       new  f5cbb71   COMPAT: unicode compat issue fix
       new  9e9d134   Merge pull request #4855 from jreback/axis_len
       new  56b0eee   Merge pull request #4856 from jreback/hdf_unicode
       new  575dd04   TST: reproducing tests for subtle PyTables bug (disabled for now), see:      https://github.com/PyTables/PyTables/issues/282
       new  2097f2d   DOC: show a more informative query performance plot
       new  b6a178c   Merge pull request #4858 from jreback/hdf_where
       new  d7ed4c1   DOC: added bitwise op disallow clarification in eval docs
       new  9557ebf   ENH: Better read_json error when handling bad keys
       new  ec28c9d   Merge pull request #4838 from jtratner/better-error-message-with-bad-json-key
       new  1fb1bab   BUG: fix sort_index with one col and ascending list
       new  2f0cc87   Merge pull request #4846 from jtratner/GH4839_sort_index_ascending_bug
       new  f8666c2   DOC: v0.13.0 HDFStore corrections
       new  7b81ca6   BLD: fix json to build on windows, @Komnomnomnom
       new  107ff43   TST: dtypes tests fix for 32-bit
       new  477b13c   Merge pull request #4860 from jreback/dtypes_fix
       new  2b8dd1b   BLD: json mingw doesnt have sprintf_s
       new  70fdc25   Merge pull request #4778 from Komnomnomnom/json-win-build-oops
       new  2da1a99   TST: windows dtype 32-bit fixes
       new  808850f   FIX: iso date encoding year overflow
       new  908007b   Merge pull request #4870 from Komnomnomnom/win-dtype-32-bit-fixes
       new  2f1a6c4   Merge pull request #4871 from Komnomnomnom/iso-date-overflow
       new  695fcd5   ENH: Add makePeriodPanel
       new  00827fb   BUG: (GH4853) Fixed Panel.shift/tshift to use freq. TST: Added Panel.tshift test case RST: Added to release notes CLN: on top of dale-jung 4863, remove shift from series.py, move to generic.py
       new  a1f62d1   DOC: v0.13.0 adds
       new  b039c1d   Merge pull request #4864 from dalejung/panel-tshift-4853
       new  7e426f6   CLN: clean up test_graphics.py
       new  2752aee   CLN: clean up tseries/tests/test_plotting.py
       new  b889fda   Merge pull request #4876 from cpcloud/plotting-test-cleanup
       new  0c0f962   BUG: Fix for issue with PythonParser::_check_thousands. (GH4596)
       new  d957ad7   Merge pull request #4602 from cancan101/number_parsing
       new  0583191   BUG: bug in getitem with a duplicate index when using where (GH4879)
       new  ef5ca56   Merge pull request #4881 from jreback/boolean_dup
       new  0bc568f   CLN: move README.rst to markdown
       new  cdfae81   Merge pull request #4888 from cpcloud/readme-fixup
       new  3e9fc9c   BUG: off-by-one when doing network test repeats
       new  b8426b9   BUG/TST: fix (and skip) tests that have been failing unnoticed all along
       new  02612c3   Merge pull request #4485 'PR_fix_of-by-one-in-network-repeats'
       new  3b45594   BUG/TST: Fix failing FRED comparison tests and remove skips.
       new  42c4bef   Merge pull request #4891 from TomAugspurger/fixfred3
       new  49eb724   ENH: Series.str.extract returns regex matches more conveniently
       new  351ba92   Merge pull request #4696 from danielballan/str_extract
       new  12e80ca   CI: allow print_versions to work without pandas install
       new  f80a666   DOC: warning about using numexpr > 2.1 as it has a backward incompatible change      that affects PyTables < 3.0
       new  f738712   BUG: Constrain date parsing from strings a little bit more #4601
       new  0cb6a0f   Merge pull request #4776 from jorisvandenbossche/doc-unstack
       new  9d552d7   Merge pull request #4901 from cpcloud/print-versions-without-pandas
       new  c133763   Merge pull request #4775 from jorisvandenbossche/docstring-rendering
       new  30a3d82   Merge branch 'fix-float-into-datetime' of https://github.com/danbirken/pandas into danbirken-fix-float-into-datetime
       new  b037b0e   CLN: just call print_versions via subprocess
       new  75a916a   Fixed issue #4902.
       new  1675c2a   Merge branch 'iss4902' of https://github.com/alefnula/pandas into alefnula-iss4902
       new  7b7474e   CLN: more plotting test cleanups
       new  ea63f36   Merge pull request #4912 from cpcloud/plotting-test-cleanup
       new  78c76d9   CLN: Remove py3 next method from FixedWidthReader
       new  87d41f3   Implementation of Stata 13 (format 117) support
       new  63de213   Updated docs Fixed docstring of read_stata Removed unused imports Fixed some bugs in Stata format 117 parsing Added unit testing for Stata 13 format
       new  f5c8db5   BUG: prevent double plot in Series.hist
       new  26f807c   Merge pull request #4923 from jtratner/simplify-next-in-fwf
       new  a7eb339   Merge pull request #4662 from PKEuS/master
       new  b790b36   DOC: v0.13.0 for stata enhancement
       new  626ba40   DOC: issue reference for 4298
       new  94e3fd4   DOC: expand the documentation on the xs method
       new  ab9f436   DOC: fix read_stata formatting typo
       new  5b0db94   Merge pull request #4921 from cpcloud/mi-doc-blurb
       new  cdba224   Merge pull request #4113 from cpcloud/double-fig-series-hist-by-fix
       new  3fca158   DOC: show disallowed/allowed eval syntax
       new  16e2f63   Merge pull request #4922 from cpcloud/eval-syntax-docs
       new  59fd29f   BUG: Fixed a bug in convert_objects for > 2 ndims GH4937
       new  0eab187   Merge pull request #4938 from jreback/panel_convert
       new  0ea6de5   ENH: Add 'is_' method to Index for identity checks
       new  ebfb4c8   Merge pull request #4909 from jtratner/add-is_-method-to-index
       new  b0c290f   ENH: Added xlsxwriter as an ExcelWriter option.
       new  a6f814e   Merge pull request #4857 from jmcnamara/enh_xlsxwriter2
       new  9f7dbdd   BUG: Fixed a bug in DataFrame/Panel cache insertion and subsequent indexing GH4939
       new  4cabd91   Merge pull request #4942 from jreback/index_cache
       new  cde7d28   BUG: Fix FrozenNDArray & FrozenList string methods
       new  1aa4ed4   Merge pull request #4929 from jtratner/fix-repr-on-FrozenNDArray-and-FrozenList
       new  ca6475d   Add 'records' outtype to to_dict method.
       new  278f726   ENH: Make ExcelWriter & ExcelFile contextmanagers
       new  dd79597   Added to docstrings in factorize function
       new  e88da53   DOC: add HTML bad-request cookbook example
       new  30e2c6b   Merge pull request #4933 from jtratner/make-ExcelWriter-contextmanager
       new  627c59a   BUG: Fixed a bug with setting invalid or out-of-range values in indexing      enlargement scenarios (GH4940)
       new  b5a1a18   Merge pull request #4943 from jreback/e_dtype
       new  6e82392   CLN: removed Panel.fillna, replacing within core/generic.py/fillna
       new  74fb42f   Merge pull request #4951 from jreback/fillna
       new  c6bf2eb   BUG: Conflict between thousands sep and date parser.
       new  fedb26d   BUG: fix issue #4678 for Python parser
       new  cef13db   TST: Tests for fillna on empty Series (GH4346), thanks @immerrr
       new  c9847ad   BUG: fix incorrect TypeError raise
       new  54349d1   Merge pull request #4957 from cpcloud/hdfstore-append-error-fix
       new  7f7b1ae   BUG: Fix copy s.t. it always copies index/columns.
       new  8de0778   ENH: enable deep copy for sparse Series/Panel
       new  42d1d74   CLN: PEP8 tests/test_index.py and core/index
       new  d7d9a6c   Merge pull request #4830 from jtratner/copy-index-and-columns
       new  ce1d441   DOC: remote_data.rst: Fama/French punctuation
       new  275a42c   Merge pull request #4965 from westurner/patch-1
       new  079f3f1   BUG: fix skiprows option for python parser in read_csv
       new  d76e988   API: raise a TypeError on invalid comparison ops on Series (e.g. integer/datetime) (GH4968)
       new  e7fc7e5   CLN: do not use mutable default arguments
       new  230cbc4   Fixes issue #4967
       new  b3cb072   Merge pull request #4970 from jreback/invalid_compare
       new  b51d54e   Merge pull request #4966 from cpcloud/scatter-matrix-kwargs
       new  151ba51   Merge pull request #4972 from alefnula/iss4967
       new  efb7b0d   Merge pull request #4969 from guyrt/issue-4382
       new  3bed383   General print statement cleanup.
       new  c7b578c   Merge pull request #4973 from alefnula/print-cleanup
       new  f6f15d3   TST/CLN: pare down the eval test suite
       new  211ea71   Merge pull request #4974 from cpcloud/eval-test-paredown
       new  edefe98   FIX: JSON support non C locales
       new  832ebbe   FIX: resample to single group with custom function
       new  86f81b4   Merge pull request #4494 from Komnomnomnom/resample-sing-grp-bug
       new  a11e143   Merge pull request #4976 from Komnomnomnom/json-locale-fix
       new  166f907   Fixed _format_labels in tile.py for np.inf.
       new  3584e50   Fixes wrong overlapping check in _can_fast_union.
       new  fac7d1d   Merge pull request #4954 from filmor/format-labels-fix
       new  c583493   ENH: add statsmodels wheel
       new  cd45ff6   CLN: proper version checking for statsmodels testWLS
       new  60efe85   BUG/ENH: provide better .loc based semantics for float based indicies, continuing not to fallback (related to GH236)
       new  edbd512   Merge pull request #4981 from cpcloud/statsmodels-ci-addition
       new  31a7742   API: properly box numeric timedelta ops on Series (GH4984)
       new  d2f95f2   Merge pull request #4985 from jreback/timedelta1
       new  0fa4d06   Merge pull request #4850 from jreback/loc_float
       new  e338862   BUG: Bug in concatenation with duplicate columns across dtypes not merging with axis=0 (originally GH4771),      fixed again is (GH4975)
       new  b891d1b   Merge pull request #4989 from jreback/merge_er
       new  7c76086   ENH: Make categorical repr nicer.
       new  46bf933   Merge branch 'dt_index_fix' of https://github.com/filmor/pandas into filmor-dt_index_fix
       new  7c48613   Merge pull request #4944 from engstrom/master
       new  f61d7d8   Merge branch 'issue-4678-thousands-date-conflict' of https://github.com/guyrt/pandas into guyrt-issue-4678-thousands-date-conflict
       new  0dad6f6   CLN: fix py2to3 issues in categorical.py
       new  d72b2ad   Merge pull request #4990 from jreback/cat_fix
       new  d64bac4   TST: fix indexing test for windows failure
       new  7828922   Merge pull request #4992 from Komnomnomnom/indexing-dtype-test-fix
       new  cac7981   BUG: Fix appending when dtypes are not the same (error showing mixing float/np.datetime64) (GH4993)
       new  350febf   Merge pull request #4995 from jreback/nat_append
       new  5aa4897   API: Remove deprecated Factor (GH3650)
       new  ed81ed0   Merge pull request #5000 from jreback/remove_factor
       new  9ae8499   API: Remove set_printoptions/reset_printoptions (:issue:3046)
       new  ba00973   API: remove deprecated _verbose_info (GH3215)
       new  8fe542b   ENH: Better string representation for MultiIndex
       new  6260e29   Merge pull request #4935 from jtratner/multiindex-smart-repr
       new  2b5e525   Merge pull request #5001 from jreback/remove_set_printoptions
       new  3b2f75e   BUG: Fix for DateOffset's reprs. (GH4638)
       new  4bef0e0   BUG: wrong index name during read_csv if using usecols
       new  ed030e9   Merge pull request #4868 from cancan101/offset_repr
       new  9103322   ENH Change ExcelFile and read_excel to accept a workbook for the io (formerly path_or_buf) argument; this requires engine to be set. (GH4961)
       new  0fbd347   Merge pull request #4962 from cancan101/excel_take_workbook
       new  8e5a94f   BLD: numexpr 2.2.2 fixes incompatiblity in PyTables 2.4 (GH4908)
       new  21364c7   Merge branch 'issue-4201-index-name-wrong' of https://github.com/guyrt/pandas into guyrt-issue-4201-index-name-wrong
       new  3f509ac   BUG: allow Timestamp comparisons on the left
       new  a8f68f9   BUG: Fix Timestamp compares to NaT
       new  ebbe7bc   PERF: add vbench for DatetimeIndex unions/intersetions
       new  d591a80   PERF: add Timestamp <-> Series comparison vbench
       new  8a9a4f2   Merge pull request #4983 from cpcloud/series-timestamp-compare
       new  b709389   API: add whitelist for methods that make sense GroupBy objects
       new  03ac0bf   Merge pull request #4887 from cpcloud/groupby-blacklist
       new  a9dfc50   ENH: evaluate datetime ops in python space with eval
       new  2e6e261   TST: test nondate vs. date comparisons in query
       new  ea7be22   TST: add test for multiindex resolver naming
       new  d12ae36   ENH: convert all datetime-like objects to Timestamp
       new  a178546   CLN: move resolvers getter to generic.py
       new  1375c51   PERF: add vbench for datetime comparisons
       new  855d3d7   Merge pull request #4924 from cpcloud/eval-datetime-in-python
       new  96dd0b8   API: Remove deprecated read_clipboard/to_clipboard/ExcelFile/ExcelWriter from pandas.io.parsers (GH3717)
       new  d3b48a8   Merge pull request #5009 from jreback/remove_io_deprecate
       new  bb913be   ER: give concat a better error message for incompatible types
       new  609d6a6   Merge pull request #5011 from cpcloud/concat-err-msg
       new  1f00335   DOC: prior version section in v0.13.0
       new  96e1bbc   BUG: Fix a bug when indexing np.nan via loc/iloc (GH5016)
       new  5c853fc   ENH/CLN: Give AssertionErrors and nose.SkipTest raises a message
       new  c2ed35a   Merge pull request #5018 from jreback/column_nan
       new  b67268a   ER: give a better error message for hashing indices
       new  63ec809   Merge pull request #3730 from cpcloud/parse-exceptions
       new  60d7fce   Merge pull request #5019 from cpcloud/raise-on-index-hash
       new  89a65d2   FIX #4554 and other issues with Series.reshape()
       new  452d827   added halflife to exponentially weighted moving functions
       new  676bb36   DOC: make experimental functionality more visible in release notes
       new  998ee30   Merge pull request #5037 from cpcloud/exp-rls-notes
       new  f2776f1   TST: added null conversions for TimeDeltaBlock in core/internals related (GH4396)
       new  e3201ff   TST: chmod -x on pandas/computation/tests/test_eval.py
       new  1ec308d   CLN: Refactor arithmetic operations to core/ops
       new  9a1b2b4   BUG: Fix DateOffsets to return NotImplemented when types do not match
       new  a58bc6a   Merge pull request #5022 from jtratner/arithmetic-refactor2
       new  0bbae3b   Merge pull request #5040 from jreback/sparc_fix
       new  c420953   COMPAT: provide numpy compat with 1.7 for numeric methods when calling like: np.prod(obj)         as numpy is now passing extra args to the pandas methods!
       new  8fa5b03   CLN: refactor all numeric type stats methods to core/generic.py      from the object level modules (e.g. mean/sum/min/max....)
       new  e944d01   CLN: refactor cum methods to core/generic.py
       new  cf57d64   CLN: make_stat_function for numeric methods in core/generic.py
       new  166d857   Merge pull request #4998 from mortada/halflife
       new  c1836fa   BUG: Warn when dtypes differ in between chunks in csv parser
       new  b3fee7c   Merge pull request #5034 from jreback/numpy_compat
       new  15d8535   Merge branch 'issue-3866-column-conversion' of https://github.com/guyrt/pandas into guyrt-issue-3866-column-conversion
       new  1c720f5   API: copy Index when creating in a Series to avoid aliasing
       new  a9626d2   TST: fix failing unicode comparison test on sparc (with non-standard encoding)
       new  0e47ab6   Merge pull request #5043 from jreback/sparc_fix2
       new  f7b330a   BUG: Fix unbound local in exception handling in core/index
       new  9f5e5ff   ENH: Added automatic colspecs detection to read_fwf (GH4488)
       new  bd8daed   CLN: pytables cleanup added functiones (previously deleted/moved to computation/pytables.py)
       new  2f3672e   Merge pull request #5047 from jreback/pytables_cln
       new  1d11d8a   Merge branch 'master' of https://github.com/goyodiaz/pandas into goyodiaz-master
       new  5168a57   Merge pull request #5046 from jtratner/fix-unbound-local
       new  563c55d   ENH/DOC: Cleanup docstrings on NDFrame
       new  c8ab2dd   Merge pull request #4955 from alefnula/iss4488
       new  2e79864   micro + nanosecond time support
       new  b97a99e   Merge branch 'to_dict_records' of https://github.com/tshauck/pandas into tshauck-to_dict_records
       new  cd1bea8   DOC: release notes fixup related to GH4936
       new  a88aa01   DOC:  Add isin example to .13 release notes
       new  c72d978   Merge pull request #4848 from TomAugspurger/isin_notes2
       new  2c40d15   Update period.py
       new  8f62b94   DOC: added "Must be a singlular rule-code (e.g. 5T is not allowed)."
       new  2414fe4   TST: allow to check for specific xlrd version and skip reader test if xlrd < 0.9
       new  f79a25e   BF: import isnull
       new  5caf660   Merge pull request #5059 from neurodebian/bf-isnull
       new  3d03e91   VIS: let scatter plots obey mpl color scheme (#3338)
       new  ec77315   Merge pull request #3060 from wuan/nanosecond_time
       new  5afd4b4   API: allow single element boolean Series to mimic numpy behavior( related GH4657)
       new  fe97e1a   CLN: add .bool() method for single length evaluation
       new  c7f6560   API: provide __dir__ method (and local context) for tab completion / remove ipython completers code (GH4501)
       new  dce05cf   Merge pull request #4738 from jreback/bool_single
       new  09b3c0a   Merge pull request #5050 from jreback/dir
       new  34404be   BUG: Bug in setting with ix/loc and a mixed int/string index (GH4544)
       new  219a22a   Merge pull request #5064 from jreback/ix_edge
       new  d24bd9f   Merge pull request #5052 from jtratner/update-docstrings-as-appropriate
       new  c66a5fd   BUG: Fix Index.__iadd__ bug by setting equal to __add__
       new  02158e6   CLN: clean up tslib.pyx a bit
       new  9e35bd6   CLN: skip without np 1.7
       new  6f96d7d   Merge pull request #5067 from cpcloud/tslib-unreachable-fixups
       new  fb2bb58   BUG: Make sure series-series boolean comparions are label based (GH4947)
       new  0de0459   ENH: Series lhs, scalar rhs bool comparison support
       new  1501356   ENH: ship msgpack as pandas submodule to enable customization for pandas use cases, per #3814 and others
       new  d9225fb   ENH: support for msgpack serialization/deserialization
       new  bac7817   BLD: py3 compat TST: removed pytest in favor of nosetest for tests/test_msgpack
       new  80651ca   CLN: autopep8 packers.py/test_packers.py
       new  a653af4   Merge pull request #4953 from jreback/bool_intersect
       new  16d03b7   Merge pull request #3831 from jreback/msgpack3
       new  aa92a10   CI: use nose-show-skipped plugin to show skipped tests
       new  2c1e5ba   CLN: remove print_skipped.py
       new  d1d8bea   CI: freeze the showskipped commit
       new  33516bb   DOC: minor release/v0.13 corrections
       new  406e43b   Merge pull request #5072 from cpcloud/travis-nose-skipped
       new  354f10a   Add DatetimeIndex and Index documentation.
       new  e5ea6c8    ENH: Ability to tz localize when index is implicility in tz
       new  17d6496   Fix order of index methods
       new  6857482   Merge pull request #5081 from jtratner/fix-order-of-index-methods
       new  926991d   ENH: Added PySide support for qtpandas.
       new  c7ff72a   API: Enable changing the DataFrame in the DataFrameWidget.
       new  048fb0d   DOC: Adding an example of using the DataFrameWidget.
       new  96033e0   EHN: Allow load_data to load the "Titanic" and other problematic R datasets TST: Move tests from rpy/common.py to rpy/tests/test_common.py TST: Add tests to demonstrate the enhancements made to rpy/common.py. DOC: Add explanation to doc/source/release.rst and doc/source/v0.13.0.txt
       new  ffe4919   BUG: fixed a bug in multi-level indexing with a Timestamp partial indexer (GH4294)
       new  8dbbf56   Merge pull request #5088 from jreback/mi_timestamp
       new  6418d2f   TST: Tests for multi-index construction of an all-nan frame (GH4078)
       new  33fbcbb   Merge pull request #5089 from jreback/mi_constructor
       new  702e3bb   Merge pull request #4706 from rockg/tz-localize-aware
       new  d7e4fd3   Merge pull request #5013 from alefnula/qtpandas
       new  40ff9bc   Merge branch 'iadd' of https://github.com/d10genes/pandas into d10genes-iadd
       new  ec54354   Merge branch 'r-dataset' of https://github.com/unutbu/pandas into unutbu-r-dataset
       new  fd3acfd   Merge pull request #5058 from neurodebian/master
       new  58516b3   CLN: Remove internal classes from MultiIndex pickle.
       new  8e784e7   Merge pull request #5084 from jtratner/fix-mi-pickle
       new  ac0ce3c   CI/CLN: remove print_skipped.py line
       new  d63ac05   CLN/ENH: add parse_dates arg and use TextReader
       new  92aa277   ENH: add tupleize_cols, thousands args
       new  584fbf8   TST: add test case for GH5048
       new  e22fe1b   TST: add nyse wsj test
       new  bea34eb   CLN: proper parse_dates support
       new  97b7e7f   Merge pull request #4770 from cpcloud/read-html-refactor
       new  eb2b8bc   Revert "Merge pull request #5058 from neurodebian/master"
       new  922553c   TST: Add skip test to excelwriter contextmanager
       new  420fae8   BUG: non-unique indexing in a Panel (GH4960)
       new  84a9e2a   DOC: str.match should (obviously) be str.extract.
       new  bc6787a   Merge pull request #5099 from danielballan/minor-doc-edit-extract
       new  3efb86e   BUG/TST: Allow generators in DataFrame.from_record.
       new  4790b93   ENH: add functional (but pretty slow) json_normalize function for flattening nested records per #1067
       new  e796c27   DOC: io/v0.13/release notes CLN: py3 updates
       new  a2c8f44   Merge pull request #4007 from pydata/PR_json-normalize-proto
       new  2cc49b7   Merge pull request #5097 from jreback/panel_dup
       new  772ff01   Merge pull request #5095 from jtratner/add-skip-test-excel
       new  76b2bf8   BUG: fix DatetimeIndex join with PeriodIndex stack overflow
       new  cbe2366   TST: add test for joining PeriodIndex with DatetimeIndex
       new  e5936eb   CLN: remove unused imports
       new  cc4b130   CLN: remove copying of PeriodIndex values on astype(int)
       new  3722487   Merge pull request #5101 from cpcloud/fix-period-datetime-join-stack-overflow
       new  372226c   DOC: CONTRIBUTING.md: Gold plating: syntax, punctuation, Markdown
       new  29425b3   Merge pull request #5057 from JackKelly/master
       new  6d6f392   BUG: Fix bound checking for Timestamp() with dt64 #4065
       new  bb61f23   CLN: tiny typo from GH5057: Period() docstring
       new  20a8441   BUG: allow plot, boxplot, hist and completion on GroupBy objects
       new  9737f27   BUG: catch attribute error for raw ndarrays to avoid duplicate plots
       new  bc2fa2f   DOC: add frame tab completion example in 10min.rst
       new  4f040a3   DOC: doc fixups
       new  a931f60   Merge pull request #5111 from cpcloud/infer-dist-doc-build-failure
       new  7a886b5   Merge pull request #5105 from cpcloud/enable-groupby-plot-and-completion
       new  51573ef   API: convert objects on fillna when object result dtype, related (GH5103)
       new  11d6e95   Merge pull request #5112 from jreback/dtype_conv
       new  9d3fdfd   Merge branch 'master' of https://github.com/tinproject/pandas into tinproject-master
       new  bcdc98f   Merge pull request #5060 from jorisvandenbossche/scatter-color
       new  1b4f134   CLN: Remove leftover test.py file
       new  126c100   Merge pull request #5119 from jtratner/remove-test_py
       new  c508814   CLN: Cleanup Int64Index and Float64Index __new__
       new  0a71f7a   Merge pull request #5117 from jtratner/cleanup-int64index-constructor
       new  4881213   CLN: clean up parser options
       new  1f82496   CLN: remove factorize argument
       new  bea5051   Merge pull request #5121 from cpcloud/parser-options-mania
       new  c111790   TST: Tests and fix for unhandled data types in Excel writers.
       new  b581956   BUG: set_names should not change is_ relationship
       new  52021f4   Merge pull request #5132 from jtratner/fix-set-names-error
       new  3d90ad4   BUG: Treat a list/ndarray identically for iloc indexing with list-like (GH5006)
       new  e6b99f4   Merge pull request #5134 from jreback/list_index
       new  6348e6e   ENH: Json support for datetime.time
       new  a3997c3   ENH: json default_handler param
       new  dd710b5   Merge pull request #5137 from Komnomnomnom/json-time-suport
       new  42f42c4   Merge branch 'json-default-handler' of https://github.com/Komnomnomnom/pandas into Komnomnomnom-json-default-handler
       new  2097dc2   TST: fillna(values) equiv of replace(np.nan,values)
       new  aa9d9b9   Merge pull request #5139 from jreback/fillna_string
       new  1b3f381   BUG: MultiIndex.get_level_values() replaces NA by another value (#5074)
       new  573fee6   Make _na_value a class attribute.
       new  504e69b   Merge pull request #5090 from goyodiaz/multiindex-nan
       new  20aba0f   DOC: revised io.rst
       new  d52ee75   Merge branch 'timestamp-object-bounds' of https://github.com/danbirken/pandas into danbirken-timestamp-object-bounds
       new  d73fa1a   DOC: timeseries.rst updates
       new  00815cb   TST: use default utf8 encoding when passing encoding to parser as Bytes (GH5141)
       new  265d4cf   Merge pull request #5149 from jreback/sparc_fix3
       new  c1831e7   TST/CI/BUG: fix borked call to read_html testing code
       new  f189263   Merge pull request #5151 from cpcloud/read-html-lxml-skips
       new  8669c61   DOC: 5143 (read_html testing bug) release notes
       new  bc3a3bb   DOC: minor doc correction (issue number) from the previous commit
       new  239d1be   Merge pull request #5086 from westurner/patch-2
       new  ba6c088   BUG: convert replacement tuples to lists
       new  c9d004f   Merge pull request #5145 from cpcloud/replace-exact-fix
       new  47ffef3   BUG: Fix to_datetime() uncaught error with unparseable inputs #4928
       new  54db6a6   API/CLN: provide isnull/notnull on NDFrame objects PERF: remove auto-boxing on isnull/notnull
       new  35b0b0e   Merge pull request #5154 from jreback/perf
       new  a57d59d   Merge pull request #5157 from danbirken/gh4928
       new  eb49283   DOC: Added filtering example to groupby doc
       new  a4d587d   API/PERF: restore auto-boxing on isnull/notnull for Series (w/o copy) preservers perf gains
       new  54fbeaf   Merge pull request #5159 from jreback/isnull_box
       new  6f484a7   DOC:  Move qt interface instructions to faq.rst from visualization.rst
       new  390a2d6   Added pandas.io.gbq module To Connect To Google BigQuery
       new  2c60400   Updated All Documentation and CI Requirements
       new  6ee748e   BLD: updated print_versions for bigquery & google apiclient
       new  4490249   TST/BUG: Make sure locales are properly tested
       new  c4b83b7   TST/ENH: add locale testing utils
       new  4d4b3a0   TST: only test Google Finance if there is at least one US English locale
       new  b0cd607   Merge pull request #5073 from cpcloud/travis-locale
       new  38e4d46   BUG: apply Timestamp to resultant datetimes when operating on offsets
       new  27e4fb1   DOC: pytables natural name docs
       new  aff7346   ENH/REF: Additional methods for interpolate
       new  314dbed   DOC: Fix name in interpolate plot.
       new  2ea5be7   Merge pull request #5165 from TomAugspurger/interp_docfix
       new  844bcff   ENH: add to_dataframe method to Series
       new  0e29d5f   RVT: revert 4912 change of 4030 nose import bug
       new  cf14a8c   Merge pull request #5170 from cpcloud/remove-debug-and-move-nose
       new  7db6b7f   DOC: whatsnew.rst,missing_data.rst,io.rst updates
       new  55f8737   DOC: update readme.md for bq/excel deps
       new  2dca975   DOC: readme.md updates
       new  d147881   Merge branch 'series_to_dataframe' of https://github.com/drasch/pandas into drasch-series_to_dataframe
       new  ff93c3a   API: make allclose comparison on dtype downcasting (GH5174) TST: update interpolate tests to account for correct dtype inferernce
       new  2d1a6ea   Merge pull request #5177 from jreback/infer
       new  03be3a5   PERF: calling get_indexer twice when a specialized indexer (e.g. pad) could be called instead
       new  e3632f8   Merge pull request #5178 from jreback/perf_reindex
       new  b6222d4   BUG: Fix segfault on isnull(MultiIndex)
       new  abc5461   Merge pull request #5125 from jtratner/fix-segfault-mi-isnull
       new  885bf17   TST: addtl pytables tests
       new  c55ee43   Merge pull request #5180 from jreback/pytables_clean
       new  f9e0b7d   DOC: multi-index update on cookbook.rst
       new  c7a3e47   fix replacement key for deprecated option `display.height`
       new  ee00276   DOC/CLN: fix a few typos that were causing Sphinx warnings
       new  10ca4f0   Merge pull request #5169 from cpcloud/doc-build-fixes
       new  159d1b7   BUG: Allow duplicate indices when performing operations that align (GH5185)
       new  63fc8af   CLN/BUG/ENH: Raise AttributeError with pd.options
       new  bd1dbe7   DOC: cleanups
       new  58c3ece   Revert "DOC: cleanups"
       new  53f76f3   DOC: cleanups
       new  bdb43eb   Merge pull request #5188 from jtratner/fix-hasattr-on-options-object
       new  ce669d6   ENH: Add date_format keyword to to_csv()
       new  38b717d   DOC: minor whatsnew changes
       new  dd4eb99   Merge pull request #5187 from jreback/dup_ops
       new  b7de580   DOC: whatsnew changes
       new  24774a1   Merge branch 'to_csv_date_format' of https://github.com/qwhelan/pandas into qwhelan-to_csv_date_format
       new  763abbd   BUG: Make Index, Int64Index and MI repr evalable
       new  282bf26   Merge pull request #5077 from jtratner/fix-mi-repr
       new  1398ad6   BUG: raise NotImplementedError on passing of compound dtypes in constructors (GH5191)
       new  1e51c27   Merge pull request #5192 from jreback/compound_dtypes
       new  29a524c   BUG: Bug in comparing duplicate frames (GH4421) related BUG: Bug in describe on duplicate frames
       new  f8e0109   Merge pull request #5194 from jreback/dup_eq
       new  917c98f   BUG: Bug in to_datetime with a format and coerce=True not raising (GH5195)
       new  04dbd55   Merge pull request #5197 from jreback/to_datetime
       new  86c7e48   inlined some functions and avoid repeated conversion factor calculation when using period_asfreq_arr in period.c
       new  889b9f2   BUG/TST: Test filter corner cases, and treat NaN as False.
       new  02f040c   DOC: Note -> Notes (numpydoc docstring section)
       new  02fb47a   DOC: make api docs reflect api usage (#4539)
       new  270dd26   BUG: Bug in loc setting with multiple indexers and a rhs of a Series that needs      broadcasting (GH5206)
       new  3d1762b   Merge pull request #5210 from jreback/loc_index
       new  1aa55d8   Merge branch 'c_inline' of https://github.com/wuan/pandas into wuan-c_inline
       new  9ec30ad   Merge pull request #5096 from danielballan/filter-len-test
       new  87fb073   CLN/BUG: Better validation of levels/labels/names
       new  4559e32   Merge pull request #5122 from jmcnamara/tst_excel_types
       new  e686c5f   Merge pull request #5209 from jtratner/validate-everything-on-mi
       new  8be33c5   Merge pull request #5181 from pierre-haessig/patch-1
       new  5ea3f4a   Merge pull request #5207 from jorisvandenbossche/docs-note
       new  a0cdec1   BUG/CLN: Clear _tuples on setting MI levels/labels
       new  6060e5a   Merge pull request #5215 from jtratner/mi-clear-tuples-on-mutate
       new  9c1bae4   CLN/ENH: Stop instantiating all offsets on load.
       new  b76b265   Merge pull request #5208 from jorisvandenbossche/doc-currentmodule
       new  4da4434   BUG: don't try to deal with a dead cache refereant (GH5216)
       new  de63e00   Merge pull request #5217 from jreback/cacher
       new  f50a991   DOC: add DataFrame et al class docstring to api docs
       new  d686154   Merge pull request #5160 from jorisvandenbossche/api-docs-template
       new  7fe3d02   API: rename _prop_attributes to __finalize__ (in NDFrame)      rename _propogate_attributes to _metadata (in NDFrame)      change methods which directly pass metadata to use __finalize__
       new  688834a   fixed business day calculation
       new  0b927c0   Updated Documentation for Google BigQuery Module, and Added to_gbq to frame.py
       new  62b7816   BUG: Groupby filter maintains ordering, closes #4621
       new  61d7e14   Merge pull request #5222 from danielballan/filter-maintains-ordering
       new  247af41   Merge pull request #5179 from jacobschaer/master
       new  0a3dbf7   Merge pull request #5205 from jreback/meta
       new  4db583d   Merge pull request #5189 from jtratner/stop-instantiating-offsets-on-load
       new  d6dcbb4   Added closed parameter to the DatetimeIndex constructor.
       new  45417bb   BUG: (GH4708) A zero length series written to HDF cannot be read back.
       new  6c2485d   Merge branch 'date_range' of https://github.com/filmor/pandas into filmor-date_range
       new  0fb94ba   Merge branch 'AHLRAP-3081' of https://github.com/prossahl/pandas into prossahl-AHLRAP-3081
       new  7bbeb79   BUG: allow enlargement to work with empty objects (GH5226)
       new  20e7d89   Merge pull request #5227 from jreback/enlarge_empty
       new  724a1f3   Merge branch 'bdays_fix' of https://github.com/wuan/pandas into wuan-bdays_fix
       new  fb4e69e   Add a convenience function to compile pandas ready for doc-building
       new  ea1a2d5   Add some new entries to API doc
       new  0aa1800   Merge pull request #5124 from JanSchulz/API_additions
       new  cdfb299   BUG/CLN: MI now checks level & label compatibility
       new  f70a6e2   Merge pull request #5214 from jtratner/mi-validate-level-label-compat
       new  74d42a5   CLN: Add _reset_cache method to PandasObject
       new  a5a797c   CLN/ENH: Make names getattr'able in core/ops +PEP8.
       new  2e814b3   Fixed assertion error message
       new  7145503   DOC: fix building of gbq docs
       new  d731229   Merge pull request #5242 from ojh/master
       new  f58a438   Merge pull request #5241 from jorisvandenbossche/docs-gbq-fixes2
       new  35b71be   API: default export for to_clipboard is now csv (GH3368)
       new  4038cfb   ENH: Add usecols option to python parser.
       new  eba6001   Merge pull request #5070 from jreback/clip
       new  362e898   TST: Added test for Excel writers with duplicated column names.
       new  bb6f3a8   Merge branch 'tst_excel_duplicated_cols' of https://github.com/jmcnamara/pandas into jmcnamara-tst_excel_duplicated_cols
       new  e4e57d9   API: add excel kw to to_clipboard to preserve compat behavior (related GH5070)
       new  791d545   Merge pull request #5243 from jreback/clip2
       new  dfd92c7   add ScatterPlot class to allow df.plot(kind=scatter)
       new  152277a   API/CLN: consolidate truncate into NDFrame (panel had a separate method) API: truncate error if before > after is now a ValueError (rather than AssertionError)
       new  15555fd   Merge pull request #5240 from jtratner/cleanup-core_ops
       new  6830600   Merge pull request #5238 from jtratner/add-_reset_cache-to-PandasObject
       new  300a895   Merge pull request #5244 from jreback/truncate
       new  aa38199   BUG: fixed issue with drop on a non-unique index with Series (GH5248)
       new  ea4a09e   CLN: remove reindex_like from core/frame.py (use core/generic.py version)
       new  d80894c   Merge pull request #5249 from jreback/drop_dup
       new  79607c5   Merge branch 'scatterplot' of https://github.com/zachcp/pandas into zachcp-scatterplot
       new  2cdda0c   API: allow Series/Panel dropna to accept other args for compat with DataFrame (GH5233/GH5250)
       new  1b82d0f   DOC: core/generic/drop docs from array-like to list-like
       new  b7e8b6f   Merge pull request #5251 from jreback/dropna
       new  de04269   Merge pull request #5252 from jreback/drop_dup2
       new  0a4b2da   DOC/TST: core/generic/drop doc-string and tests
       new  d0438a2   Merge pull request #5211 from guyrt/issue-4355-usecols-python-engine
       new  9aba992   Merge pull request #5253 from jreback/drop3
       new  38b8fca   ENH/API: Accept DataFrame for isin
       new  97f5878   DOC: core/generic/drop doc-string change
       new  b538892   Merge pull request #5199 from TomAugspurger/isin_dfs
       new  501fd11   TST: test_fast.sh and test_multi.sh should skip network tests
       new  8dbaafe   Merge pull request #5265 from cpcloud/update-test-fast-script-no-network
       new  7fd6eab   BUG: Fixed issue #5156: segfault on read_csv
       new  8c502a2   Issue #5269: Fix unhelpful "length mismatch" error message on set_axis
       new  6f6b0df   Merge pull request #5268 from guyrt/issue-5156-segfault
       new  070a3dd   CLN: Remove unused ValuesProperty class.
       new  92a7aec   changed the term "Vern" to "Versions" to be clearer
       new  b015be6   DOC: Added versionadded for "Setting index metadata"
       new  5c6116c   Merge pull request #5281 from cancan101/index_meta_data_doc
       new  ef2fc7e   DOC: add some missing entries to api docs
       new  52c240a   Merge pull request #5282 from jorisvandenbossche/docs-api-add1b
       new  2e391bb   Merge pull request #5276 from jtratner/remove-unused-ValuesProperty
       new  684cf76   DOC: expand JSON docs
       new  ac1609e   Merge pull request #5287 from Komnomnomnom/json-docs
       new  b9eed84   Fixed pandas.io.gbq Paging Bug
       new  67146bc   Merge pull request #5262 from jacobschaer/master
       new  7e3585d   DOC: cookbook.rst
       new  3b50b52   TST/PERF: Re-write assert_almost_equal() in cython #4398
       new  81ef690   TST: Fix edge cases in assert_almost_equal() + tests #4398
       new  850220f   CLN: Make the name of the test file more accurate
       new  19cc3a9   DOC add get_dummies to reshaping.rst
       new  1023b79   Merge pull request #5219 from danbirken/c_assert_almost_equal_simple
       new  3776c84   Merge pull request #5293 from hayd/get_dummies_docs
       new  89b7026   BLD: add 0.13.0 pickles support
       new  a1028ba   Added handling for v3 advanced segment ids which aren't just ints
       new  a9778f1   Merge pull request #5271 from jcbozonier/master
       new  de05636   ENH: Support for "52–53-week fiscal year" / "4–4–5 calendar" and LastWeekOfMonth DateOffset. - Added ``LastWeekOfMonth`` DateOffset - Added ``FY5253 and ``FY5253Quarter`` DateOffsets
       new  8b8ce49   DOC: Remove iloc example.
       new  d25aaff   Merge pull request #5296 from TomAugspurger/iloc-docs
       new  8d34f78   BLD: 2.7 64-bit AMD, 2.7, 3.3 linux-64 0.13.0 pickles
       new  b55c790   Merge pull request #5004 from cancan101/retail
       new  d9240c3   Merge pull request #5295 from jreback/0_13_pickles
       new  b8aa22a   Merge branch 'master' of https://github.com/akloster/pandas into akloster-master
       new  aef5061   BUG: fix typo from b8aa22aa9915710f3120c60e5d4a187844aeb0fe
       new  9b3622a   BUG: setting on a frame without an index silenty was failing, related (GH5226)
       new  d6378c4   Merge pull request #5301 from jreback/partial_setting_bug
       new  def22c4   ENH: allow astype conversions for timedeltas to other timedelta freqs (still returns a float), related to GH4521
       new  ee0c92c   Merge pull request #5305 from jreback/astype_td
       new  94e44e7   BUG:  Fix Series.isin with date/time-like dtypes (GH5021)
       new  006f522   Revert print_skipped.py changes for now
       new  db8df37   ENH: Make 'rows' an axis alias for 'index'
       new  f48e659   Merge pull request #5303 from jreback/isin
       new  1d411b9   Merge pull request #5308 from jtratner/temporarily-revert-print-skipped
       new  c028b97   TST: changes AssertionErrors in core/generic/_construct_axes_from_arguments to Type/Value Errors
       new  3edc336   BUG: parser can handle a common_format multi-column index (no row index cols), (GH4702)
       new  e067b61   Merge pull request #5298 from jreback/mi_csv
       new  a96cd66   Merge pull request #5311 from jreback/panel_exceptions
       new  673dc62   TST: Fixed int32/int64 problem in csv parser tests
       new  8941429   Merge pull request #5309 from jtratner/add-rows-to-axis-alias
       new  f36cc17   PERF: vbench for time-series index assignment in frame (GH5320)
       new  a222499   Merge pull request #5321 from jreback/assign_index_perf
       new  fa8735d   Merge pull request #5318 from guyrt/fix-csv-32bit-test
       new  ea22a22   BUG: when trying to use an out-of-bounds date as an object dtype (GH5312)
       new  383010f   Merge pull request #5322 from jreback/datetime_bounds
       new  900fab9   BUG: bug when trying to display an embedded PandasObject (GH5324)
       new  df05e3d   BUG: repr/str of storers in HDFStore was calling an incorrect method
       new  fe533e9   Merge pull request #5328 from jreback/hdf_repr
       new  caefbf7   Merge pull request #5325 from jreback/df_display
       new  2cda959   TST/BUG: allow invalid Timestamps to pass thru as datetimes when operating with offsets          related (GH5312)
       new  edfdf82   DOC: squash doc typos in indexing/reshaping
       new  142d184   Merge pull request #5327 from jreback/timestamp_offset
       new  d53ba13   Docs for error_bad_lines, and warn_bad_lines options to pd.read_*
       new  6ec26a1   CLN: Fix return type for initObjToJSON()
       new  be7c4c0   Merge pull request #5334 from jtratner/try-fix-for-initobjtojson
       new  82bfbe8   API: provide compat for Timestamp  now/today/utcnow class methods (GH5339)
       new  44c37b9   ENH: allow in-line expression assignment with df.eval
       new  bd088ec   BUG/CLN: Refactor sanitize_column broadcasting
       new  e96df8e   Merge pull request #5341 from jtratner/tweak-sanitize-column
       new  640d4c9   DOC: update docs in enhancedperf.rst TST: addtional tests for multiple assignment, targets ENH: add target to Scope, use instead of resolvers
       new  5ac7078   BUG: Bug when renaming then set_index on a DataFrame (GH5344)
       new  f59f6e4   Merge pull request #5345 from jreback/rename_bug
       new  41e100b   DOC: default is copy=True but docstring said False
       new  f41c102   Merge pull request #5342 from jreback/timestamp
       new  f6f06aa   Merge pull request #5343 from jreback/assign_eval
       new  a859e3a   CLN: Add axis kwarg to Series wrapper for compat
       new  5c2411d   Merge pull request #5352 from jtratner/add-axis-kwarg-to-series-flex
       new  aba8bd7   BUG/ENH: Allow drop to accept axis name
       new  93c12d2   Merge pull request #5354 from jtratner/allow-drop-to-accept-names
       new  7bed410   DOC: Added/fixed some docstrings, esp Panel flex
       new  6f31fd1   Merge pull request #5336 from jtratner/minor-doc-cleanups
       new  4e0d29a   ENH: Add inplace option to drop and dropna
       new  71e2f5d   Merge pull request #5247 from jtratner/inplace-drop
       new  c67fbb8   TST: Make sure files are removed in test_graphics
       new  d0342aa   Merge pull request #5359 from jtratner/always-cleanup-graphics-files
       new  30fa136   TST/CLN: Only print on test failure.
       new  da89834   Merge pull request #5360 from jtratner/only-print-conditionally-in-tests
       new  0a5026f   TST: Precision issues with infer on OSX
       new  1695320   Merge pull request #5362 from TomAugspurger/interp_dtype_infer
       new  d20961a   win32 paths cannot be turned into URLs by prefixing them with "file://"
       new  3fc7eb6   Revert "TST: Precision issues with infer on OSX"
       new  1f2cb49   Merge pull request #5100 from mindw/win32_tests_fix_master
       new  9bac34d   ENH: HDFStore.flush() to optionally perform fsync (GH5364)
       new  e164b33   BUG: downcasting via com._possibly_downcast_to_dtype now rounds before casting      to avoid precision issues on platform; dtype conversion to int is not more robust      related GH5174
       new  ea97682   Merge pull request #5368 from jreback/dtype_conv
       new  8b771a8   DOC: Modifications to documentation following PR 5369 review. TST: Modifications to unit test following PR 5369 review.
       new  7368860   TST: Better handle np.array_equal() edge cases
       new  c6d07a8   BUG: Make sure that head/tail are iloc based, (GH5370)
       new  4edd862   Merge pull request #5373 from jreback/float_index
       new  caee121   Merge pull request #5369 from benalexau/master
       new  6eba2e4   Merge pull request #5371 from jtratner/catch-errors-array-equal
       new  2210bca   ER/API: unicode indices not supported on table formats in py2 (GH5386)
       new  78a5112   Merge pull request #5387 from jreback/hdf_index_tests
       new  fb43123   Display the correct error message when calling a binary moment without appropriate parameters.
       new  b481b92   DOC: minor io.rst updates / cookbook.rst
       new  582d154   fixing https://github.com/pydata/pandas/issues/5372
       new  75dd0f2   ENH/CLN: Redefine str.match, and issue a warning on deprecated default behavior.
       new  082068b   BUG: groupby with a Float like index misbehaving when the index is non-monotonic (related GH5375)
       new  e428ff8   Merge pull request #5393 from jreback/groupby_iloc
       new  3b832d0   DOC: Expanded section on string methods in wake of extract/match change.
       new  30dcacf   Merge pull request #5376 from RomanPekar/periodIndex-repr
       new  8e2f3a2   BUG: Fix color selection in andrews curve"
       new  266a2e3   CLN: Minor touchups to docstrings + use assert_produces_warning
       new  3ebd769   Merge pull request #5224 from daniel-ballan/redefine-match
       new  f5b3f8a   Merge pull request #5378 from tacaswell/fix_andrews_colors
       new  4431101   BUG/TST: fix downcasting of float-like object array
       new  1a47ee4   BUG/TST: transform and filter on non-unique index, closes #4620
       new  ec34165   Merge pull request #5397 from jreback/infer
       new  b4920d2   CLN: Remove unnecessary ExcelWriterMeta metaclass
       new  e893f43   Merge pull request #5403 from jtratner/remove-excel-metaclass
       new  f490600   ENH: read_excel: try converting numeric to int
       new  1ea301e   TST: Test for float --> int in the middle of object dtype
       new  fd2d7c2   Merge pull request #5394 from jtratner/fix-int-handling-excel
       new  7df68f6   Merge pull request #5375 from danielballan/filter-nonunique
       new  6168892   BLD: dateutil-2.2 patch
       new  6b868b1   Merge pull request #5411 from jreback/dateutil_fix
       new  81739d9   BLD: numpy 1.8 on the 3.3 build
       new  8671625   BUG: empty series not printing name in repr (#4651)
       new  48156af   Merge pull request #5335 from goyodiaz/repr_empty
       new  8828dbf   Merge pull request #5413 from jreback/numpy_1.8
       new  d07ae98   TST: Use tempfiles in all tests.
       new  70d2882   BUG: not clearing the cache when reindexing issue when partial setting (GH5424)
       new  9058d50   TST: provide temporary file creation inside of io/pytables.py directly w/o      opening a named temporary file TST: named temporary file creation back to mkstemp in utils/testing.py/ensure_clean
       new  caf3d66   Merge pull request #5426 from jreback/indexing_cache
       new  c435e72   Merge pull request #5425 from jreback/temp_file
       new  ac620c7   BUG: to_timedelta of a scalar returns a scalar, closes #5410.
       new  371dde4   Merge pull request #5415 from danielballan/to-timedelta-scalar
       new  de697ce   BUG/TST: bug in the test apparatus when dtypes are equal in a Series but the          values are not equal
       new  4d8cd16   Merge pull request #5434 from jreback/test_fix
       new  5baca43   Fix Issues with FY5253 and variation=nearest w/ year end in Dec
       new  253869c   Reordered DateOffset classes after merge
       new  7841d9a   ENH: Add mode method to Series and DataFrame
       new  0d1e383   CLN: Mode result needs to be sorted, otherwise hit weirdness with hashing
       new  2d2e8b5   Merge pull request #5380 from jtratner/add-mode-to-series-and-frame
       new  2302973   Added failing test case for resampling TimeSeries by period with a local timezone.
       new  57f4c03   ENH: Always do true division on Python 2.X
       new  98857c1   DOC: Add notes about truedivision
       new  05cb960   Merge pull request #5439 from jtratner/make-div-do-truediv
       new  ae37d22   ENH: Better handling of MultiIndex with Excel
       new  7aa7880   API: raise SettingWithCopy when chained assignment is detected
       new  e50942f   Merge pull request #5432 from kevinastone/master
       new  b139288   Merge pull request #5423 from jmcnamara/enh_excel_multi_index
       new  e4b352c   PERF: Use xlsxwriter by default (if available)
       new  c2f9601   DOC: fix build error in to_latex and release notes
       new  1a6939f   PERF: Fixed decoding perf issue on pyt3 (GH5441)
       new  90bbd6a   Merge pull request #5447 from jorisvandenbossche/docs-to_latex-error
       new  764b444   Merge pull request #5448 from jreback/hdf_decode
       new  3fd9c29   DOC: remove docstring of flags attribute during doc building process (#5331)
       new  039de68   Merge pull request #5450 from jorisvandenbossche/docs-flags-remove-docstring
       new  b2b80fd   DOC: small error in cookbook (doc build warning)
       new  3c57949   Merge pull request #5454 from jorisvandenbossche/patch-1
       new  96134ba   BUG: Excel writer doesn't handle "cols" option correctly
       new  80d8a7a   Merge pull request #5429 from jmcnamara/bug_excel_cols_option
       new  0d5c06f   Merge pull request #5390 from jreback/chained
       new  4e1cb58   BUG: pd.to-timedelta handles missing data
       new  72a0c43   Merge pull request #5438 from danielballan/to-timedelta-missing-data
       new  b89f02d   Merge pull request #5446 from jtratner/default-imports-for-excel-writers
       new  6e68a8f   PERF: performance improvements on isnull/notnull for large pandas objects
       new  650ae77   Merge pull request #5462 from jreback/perf_isnull
       new  5ca923d   Merge pull request #5405 from cancan101/fy5253_fix
       new  28e32f1   DatetimeIndex.normalize now accounts for nanoseconds (#5461).
       new  a27c6ec   TST: Fix test case to use int64 and explicit float
       new  2deb471   Merge pull request #5469 from jtratner/series-mode-test-error
       new  f4b8e70   Merge pull request #5472 from rockg/date-normalize
       new  b6c96c5   TST: test_indexing dtype comps (GH5466)
       new  e684bdc   Merge pull request #5474 from jreback/win32_fix
       new  1194775   API: make sure _is_copy on NDFrame is always available (GH5475)
       new  9e2c3d6   Merge pull request #5477 from jreback/is_copy_bug
       new  c4f8c54   PERF: perf regression with mixed-type ops using numexpr (GH5481) BUG: non-unique ops not aligning correctly
       new  1804bc3   Merge pull request #5482 from jreback/infer_fix
       new  5b38f39   BUG: fix path reolution in print_versions.py
       new  3dff453   BUG: print_versions uses path python rather then the invoking python
       new  5f84c40   Merge pull request #5486 from y-p/PR_pr_ver_fixes
       new  3737372   BUG: print_versions return outside function
       new  46008ec   DOC: add cookbook entry
       new  70d55cd   API/ENH: pass thru store creation arguments for HDFStore; can be used to support in-memory stores
       new  da07446   Merge pull request #5499 from jreback/hdf_args
       new  cad683b   PERF: msgpack encoding changnes to use to/from string for speed boosts API: disable sparse structure encodings and unicode indexes
       new  9bcdbd9   ENH: allow msgpack to accept and return string-like objects in addition to files
       new  3239b29   Merge pull request #5498 from jreback/msgpack_perf
       new  693a957   BUG: bug in to_msgpack for timezone aware datetime index BUG: bug in to_msgpack for no freqstr datetime index (GH5506)
       new  6a54af8   Merge pull request #5507 from jreback/msgpack_bug
       new  705b677   DOC: doc corrections basics.rst / io.rst
       new  9e70c10   BUG: Fixed various setitem with iterable that does not have a matching      length to the indexer (GH5508)
       new  0c30665   Merge pull request #5512 from jreback/indexing_bug
       new  83386d8   ENH add cumcount groupby method
       new  b564798   DOC add cumcount example to groupby.rst
       new  c70882a   Merge pull request #5510 from hayd/groupby_cumcount
       new  2d7514f   Ensure that we can get a commit number from git
       new  34c0db8   Merge pull request #5520 from invisibleroads/patch-2
       new  d0c7832   BUG: Bug in getitem with a multi-index and iloc (GH5528)
       new  4718ffe   Merge pull request #5529 from jreback/iloc_mi
       new  a4a71f8   CLN: PEP8 cleanup
       new  822178e   Merge pull request #5038 from alefnula/pep8
       new  d250d64   CLN: More autopep8
       new  e8e7735   PERF faster head, tail and size groupby methods
       new  c38258b   TST: correctly predict locale setability
       new  2e009d7   Merge pull request #5538 from neirbowj/fbsd_failing_tests
       new  0be76b0   TST: fix cumcount test on 32-bit env
       new  4d0632b   Merge pull request #5540 from gdraps/cumcount-test-fix
       new  9e4765f   BUG: Bug in delitem on a Series (GH5542)
       new  2a14ed7   Merge pull request #5544 from jreback/series_del
       new  d5f5881   DOC: Fixing a good number of spelling mistakes in 0.13 release notes
       new  4ccd37e   DOC: replace _prop_attributes with __finalize__()
       new  db8f26c   DOC: mention new to_clipboard/paste into excel capability
       new  5a3cf7a   Merge pull request #5548 from y-p/doc_toclipboard
       new  b3e3bf1   Merge pull request #5547 from aldanor/patch-1
       new  ef38319   TST more coverage for groupby head and tail
       new  e5e53ba   Merge pull request #5533 from hayd/groupby_head_tail
       new  4d45e3f   BUG: Bug fix in apply when using custom function and objects are not mutated (GH5545)
       new  312f777   Merge pull request #5554 from jreback/apply_bug
       new  d4ad3a5   BUG: Bug in selecting from a non-unique index with loc (GH5553)
       new  e6aaf5e   Merge pull request #5555 from jreback/loc_bug
       new  c4a8281   BUG: repr of series fails in the presence of a Float64Index that is not monotonic (GH5557)
       new  13e6a61   DOC add cumcount ascending kwarg
       new  794d359   Merge pull request #5558 from jreback/series_index
       new  87fe6b9   DOC version added 0.13 to cumcount
       new  87d8ded   Merge pull request #5559 from hayd/cumcountversionadded
       new  ad1bd44   ENH: short-circuit config lookup when exact key given GH5147
       new  eb6ef91   Merge pull request #5565 from y-p/PR_GH5147_fast_config_lookup
       new  2b79656   Merge pull request #5399 from tr11/fix_flex_binary_moment_type_check
       new  a0afa9d   Merge pull request #5350 from TomAugspurger/panel_xs_doc
       new  e82c1f7   CLN: fix Exception type and tweak message GH5399
       new  8bdf093   TST/API/BUG: resolve scoping issues in pytables query where rhs is a              compound selection or scoped variables
       new  7379833   Merge pull request #5566 from jreback/hdf_select
       new  b05cbe6   CLN: remove config._get_option_fast. get_option faster now GH5147
       new  45495902  PERF: slow conversion of single series to data frame
       new  31681d2   Merge pull request #5568 from jreback/df_perf
       new  29eede9   DOC: add basic documentation to some of the GroupBy properties and methods DOC: add GroupBy class to api.rst DOC: add import for GroupBy object to api.rst DOC: add GroupBy.aggregate and GroupBy.transform to api.rst DOC: add meta comment to api.rst about when GroupBy objects are created DOC: add links to api.rst
       new  dbd8416   BUG: format label for inf in cut with a str directly
       new  39ad4cb   Merge pull request #5574 from pydata/win32_fix2
       new  a34b278   DOC: styling clean-up of docstrings (part 1, frame.py)
       new  141e93a   Merge pull request #5560 from jorisvandenbossche/docstring-numpydoc-cleanup
       new  9b8707c   BUG: Add separate import for numpy.ma.mrecords (GH5577)
       new  595f483   Merge pull request #5579 from dieterv77/FixGH5577
       new  4e61636   DOC: Series/Frame.reorder_level() can take names
       new  476b6e3   Merge pull request #5573 from TomAugspurger/reorder_docstring
       new  33433e0   ENH: mutliple series for FRED
       new  a9627c4   Set basic stacklevel for SettingWithCopy warning
       new  044ee06   Merge pull request #5581 from jtratner/fix-stacklevel-for-basic-setting
       new  be80898   Truncate repr by default rather than changing to info view.
       new  b6400e0   Add repr footer showing total number of rows and columns
       new  ba61b8f   Use to_string() to format DataFrames for clipboard.
       new  c42b797   Update FAQ entry on controlling repr
       new  0f9fe39   Fix typo
       new  6705b1e   Merge pull request #5587 from Bklyn/master
       new  03a81c5   Explain repr changes more prominently in release notes
       new  2e4ca43   Merge pull request #5550 from takluyver/long-repr-html
       new  f95a7bf   BUG: to_html doesn't slice index to max_rows before formatting
       new  76eb112   VB: add to_html vbench
       new  66980c6   Merge pull request #5589 from y-p/PR_fix_slow_truncated_large_repr_html_5588
       new  f109738   PERF: perf enhancements in indexing/query/eval
       new  b1485a3   Merge pull request #5590 from jreback/indexing_perf
       new  9aae1a8   BUG: Bug in groupby returning non-consistent types when user function returns a None, (GH5592)
       new  d5ef4eb   Merge pull request #5593 from jreback/groupby_apply
       new  42c5098   Add image for whatsnew docs
       new  88f22da   TST: dtype issue in test_groupby.py on windows
       new  4264e99   Merge pull request #5598 from pydata/winfix3
       new  313bd50   DOC: limit code snippet output to max_rows=15
       new  d3be761   Merge pull request #5599 from y-p/PR_doc_set_max_rows
       new  b74c420   BUG: reset setitem_copy on object enlargement TST: eliminate SettingWithCopyWarnings in tests (catch them)
       new  713a105   TST: add testing base TestCase to provide global testing config
       new  e640d0f   TST: changed refs to use testing/TestCase where setUpClass/tearDownClass are defined
       new  b922189   TST: change from using unittest.TestCase directly to using pandas.util.testing.TestCase
       new  0477cd1   BUG: replace with a scalar works like a list of to_replace for compat with 0.12 (GH5319)
       new  70e008a   Merge pull request #5492 from TomAugspurger/fred_multi_series
       new  d057fc9   Merge pull request #5594 from takluyver/repr-whatsnew-img
       new  3989060   TST/API: test the list of NA values in the csv parser. add N/A, #NA as independent default          na values (GH5521)
       new  53e61c6   Merge pull request #5601 from jreback/na_values
       new  6e86c2c   Merge pull request #5459 from dwiel/groupby_comments
       new  53c3181   BUG: repr formating to use iloc rather than getitem for element access (GH5605)
       new  c73b957   Merge pull request #5606 from jreback/fix_repr
       new  d9b3340   Merge pull request #5584 from jreback/copy_warn
       new  16052e5   RLS: first release candidate for v0.13
       new  628952a   Merge pull request #5617 from changhiskhan/master
       new  734ea4b   CLN: Trim includes of absent files
       new  0a656ff   Merge pull request #5624 from neirbowj/trim-manifest
       new  91e604c   TST: Always try to close file descriptors of tempfiles
       new  59963e3   Merge pull request #5626 from jtratner/always-close-tempfiles
       new  7486ea4   BUG/TST: importing util.clipboard shouldnt print to stdout (nosetests)
       new  f11dc08   Merge pull request #5627 from y-p/PR_no_noise_clipboard
       new  c239b06   Merge pull request #5600 from jreback/replace_api
       new  bfdf22d   BUG: core/generic/_update_inplace not resetting item_cache (GH5628)
       new  6b2c5fd   Merge pull request #5631 from jreback/inplace_bug
       new  8da0378   BUG: make sure partial setting with a Series like works with a completly empty frame  (GH5632)
       new  1200d9a   Merge pull request #5633 from jreback/setitem_empty
       new  8e59546   BUG: Validate levels in a multi-index before storing in a HDFStore (GH5527)
       new  68946db   Merge pull request #5634 from jreback/hdf_mi
       new  798cf28   ENH: Add wide_to_long helper function.
       new  2c5939b   ENH: Allow non-int j vals
       new  42a8e97   DOC: Add wide_to_long to release notes.
       new  b5a07bc   CLN: expand groupby dispatch whitelist (GH5480)
       new  c573630   StataWriter: Replace non-isalnum characters in variable names by _ instead of integral represantation of replaced character. Eliminate duplicates created by replacement.
       new  62aa9ec   Merge pull request #5525 from PKEuS/master
       new  9bb8348   BUG: mixed column selection with dups is buggy (GH5639)
       new  5a750ce   Merge pull request #5640 from jreback/dups_bool
       new  a5a2c92   Revert "StataWriter: Replace non-isalnum characters in variable names by _ instead of integral represantation of replaced character. Eliminate duplicates created by replacement."
       new  515cfd0   TST: prevent stderr from leaking to console in util.testing
       new  dd29bcf   Merge pull request #5644 from y-p/PR_popen_noise_on_error
       new  286811a   BLD: remove ISRELEASED tag from setup.py
       new  d613b9d   BUG: repr_html, fix GH5588 for the MultiIndex case
       new  2f344c1   VB: add vbench for truncated repr_html
       new  5109712   Merge pull request #5649 from y-p/PR_GH5588_again
       new  4d5ca5c   DOC: minor changes in .apply section
       new  8986592   DOC: SQL to pandas comparison (#4524)
       new  0730cd0   TST: Always define fd in util/testing
       new  a0a527b   DOC: cookbook update
       new  5dde943   DOC: Series.rename picking up the wrong docstring
       new  efb091e   PERF: performance regression in frame/apply (GH5654)
       new  81053f9   Merge pull request #5656 from jreback/apply_perf
       new  8909fd0   API: change _is_copy to is_copy attribute on pandas objects GH(5650)
       new  ffca57a   Merge pull request #5658 from jreback/is_copy
       new  55e624d   Merge pull request #5615 from gjreda/master
       new  b8c6756   Merge branch 'wide-to-long' of https://github.com/jseabold/pandas into jseabold-wide-to-long
       new  05c9a74   Merge pull request #5604 from gdraps/groupby-dispatch-part-2
       new  4f9fefc   BUG: GH5398 Underscore support added for Google Analytics's new segments. Added enhancement description for new segment support to v0.13 announcements. Found one last wrinkle in the format. Any of the valid characters can be anywhere in the string. I was too specific.
       new  9c1630d   BUG: Fix for MultiIndex to_excel() with index=False.
       new  fc05ab9   BUG: compat_pickle should not modify global namespace
       new  afbde4d   CLN: PEP8 cleanup of the io module
       new  98e48ca   Merge pull request #5661 from jreback/pickle_fix
       new  2bcb163   BUG: Work-around a numpy regression
       new  a47bb58   DOC: add pickle compat warning to docs
       new  9ac008c   Merge pull request #5667 from jreback/docs
       new  91cad62   Merge pull request #5663 from alefnula/pep8
       new  ba3fbb8   DOC: Mention #5666 in 0.13.0 release notes
       new  b3e25a0   Merge pull request #5666 from neirbowj/numpy_regression
       new  fb4415e   Merge pull request #5659 from jmcnamara/bug_to_excel_index_false
       new  dffc21f   BUG: HDFStore improperly inferring a freq on datetimeindexes
       new  f8fc64e   Merge pull request #5674 from jreback/hdf_doc
       new  1530ed7   DOC: cookbook.rst update
       new  5829195   BUG: properly handle a user function ingroupby that returns all scalars when      grouping on a dataframe (GH5592) revisited BUG: handle coercion of None for date/time like dtypes in a groupby result
       new  90990db   Merge pull request #5675 from jreback/groupby_none
       new  844a4ff   BUG: Bug in repeated indexing of object with resultant non-unique index (GH5678)
       new  ed5726e   Merge pull request #5680 from jreback/dup_series
       new  507ffb5   API/ENH: Detect trying to set inplace on copies in a nicer way, related (GH5597)
       new  222bc9d   CLN: remove core/generic/_setitem_copy in favor of obj.is_copy
       new  ceec8bf   Merge pull request #5679 from jreback/inplace
       new  25b50b3   DISP: show column dtype in DataFrame.info() output
       new  8514688   TST: add test for lack of Series.info
       new  4bc7843   BUG: loc assignment with astype buggy, (GH5702)
       new  08f0609   Merge pull request #5704 from jreback/loc_astype
       new  64017f6   Correct "sentinel" spelling.
       new  97cf3fd   TST add additional test from 2850
       new  6d78d52   Merge pull request #5707 from dsm054/fix_sentinel_spelling
       new  c738317   BUG: Bug in fillna with Series and a passed series/dict (GH5703)
       new  e426844   CLN: clean up block validation for empty blocks
       new  986bda2   Merge pull request #5705 from jreback/series_fillna
       new  9aaf67c   BUG: Bug in groupby transform with a datetime-like grouper (GH5712)
       new  aec8c76   Add test for DataFrame.corrwith and np.corrcoef compatibility; apparently failed once in 0.10.0.
       new  76f98b6   BUG: correctly handle py2.6 datetime64 in groupers
       new  033863f   Merge pull request #5713 from jreback/transform_bug
       new  7fd33e3   Merge pull request #5714 from dsm054/more_corrwith_tests
       new  2792e2d   DOC: fillna doc-string updated
       new  ea52fc3   TST: win32 test fixes (GH5711)
       new  b4a166d   Merge pull request #5716 from pydata/winfix4
       new  e6079bf   BUG: In a HDFStore, correctly handle data_columns with a Panel (GH5717)
       new  66934c2   Merge pull request #5718 from jreback/panel_hdf
       new  c47c043   CLN: add diff to series/dataframe groupby dispatch whitelist
       new  7d0a6ed   StataWriter: Replace non-isalnum characters in variable names by _ instead of integral represantation of replaced character. Eliminate duplicates created by replacement.
       new  4b1cfbb   Merge pull request #5719 from gdraps/groupby-dispatch-2
       new  fde69e4   DOC: trim CONTRIBUTING.MD
       new  5d6bbe8   Merge pull request #5721 from y-p/PR_contributing
       new  6816dd8   DOC: DatetimeIndex accepts name param
       new  39a12ef   Merge pull request #5722 from TomAugspurger/datetimeIndex-name-doc
       new  404eae0   BUG: don't use partial setting with scalars (GH5720)
       new  8a91b22   Merge pull request #5723 from jreback/empty_frame
       new  f6fd509   Merge pull request #5709 from PKEuS/master
       new  4a09586   DOC: small doc build warning: Note -> Notes
       new  2d86b05   DOC: add demo of factorize
       new  ff90fb4   Merge pull request #5726 from jorisvandenbossche/patch-1
       new  e89ebae   Merge pull request #5731 from unutbu/factorize-doc
       new  d91dd19   Fix prefix argument for read_csv/read_table
       new  48ee1ec   BUG: add tests for read_table/read_csv `prefix` argument
       new  1a68b73   CLN: cache indexers in internal_names_set (reported GH5727)
       new  3574a4a   BUG: Bug in multi-index selection in PY3 when using certain keys (GH5725)
       new  bac7c6e   Merge pull request #5730 from jreback/repr_fix
       new  00af0de   TST: Cleanup temp files in Excel test.
       new  1c1f9b4   Merge pull request #5736 from jmcnamara/bug_excel_test_cleanup
       new  29b7168   BUG: raise KeyError if missing value in py3 on multi-index (GH5725), revisited
       new  cfcade2   Merge pull request #5737 from jreback/mi_index2
       new  fe9c0ae   BLD: Handle git describe failure more cleanly in setup.py GH5495
       new  c24f2d0   BUG: don't allow an empty dataframe to have scalar assignment succeed (GH5744)
       new  f8b6208   Merge pull request #5745 from jreback/empty_frame2
       new  858d114   API/REGRESS: partial revert of f8b6208675b5b10d73a74f50478fa5e37b43fc02      allow assignment of a column in a frame with a scalar with no index (so adds to the columns),      instead of raising; this preservers 0.12 behavior
       new  8ce7687   Merge pull request #5747 from jreback/empty_frame3
       new  18b488d   DOC: added missing argument in Series.apply
       new  e5a49ff   DOC: io.rst top-level can now click on read/write methods to acess the appropriate sections
       new  b319d24   Merge pull request #5750 from mortada/series_apply
       new  600cb57   ENH: set display.max_seq_items default != None
       new  c34d634   BUG: construction of DataFrame from empty Series regression (GH5756)
       new  4f5994e   BUG: Row-wise concat of differeing dtypes failing in certain cases (GH5754)
       new  8129afc   Merge pull request #5757 from jreback/fixes
       new  bd16b61   API: Series.ravel compat with ndarray
       new  b722ecb   Merge pull request #5759 from jreback/ravel
       new  dd859d1   Merge pull request #5753 from y-p/PR_max_seq_items
       new  b0c2aa4   DOC: remove travis mentions in CONTRIBUTING.md. It just works now.
       new  2485e09   DOC: more CONTRIBUTING.md guidance
       new  8e59f1e   Added plyr and reshape comparisons
       new  eb9fb82   fixed indentation and import
       new  1509a22   TST: corner_case for read_csv with usecols GH5766
       new  5e6e590   BUG: regression in read_csv parser handling of usecols GH5766
       new  62c4153   Merge pull request #5770 from y-p/GH5766
       new  52f91f8   BUG: setitem for iloc/loc with a slice on a Series (GH5771)
       new  8cd34c6   Merge pull request #5772 from jreback/series_loc
       new  4952858   DOC: Mention rpy2 breakage in release notes
       new  e18da0e   TST: closes (GH5778), failing tests on non-little endian for stata (sparc)
       new  9ed4f7d   BUG: big endian timedelta fix (GH5779)
       new  375a66e   Merge pull request #5780 from jreback/sparc_fix
       new  75d010e   Update comparison_with_r.rst
       new  7043784   TST: ensure_clean skips test when fs doesn't support unicode (sparc)
       new  7385049   Merge pull request #5783 from y-p/PR_ensure_clean_fs_unicode
       new  c2adf99   BLD: print_versions get uname() via cross-platform API
       new  bb261f2   Merge pull request #5784 from y-p/PR_print_versions_uname
       new  8552b6a   TST: ensure_clean needs to import nose to skipTest()
       new  12eb775   Merge pull request #5761 from chappers/r-compare
       new  28a4e1a   Add idxmax/idxmin to groupby dispatch whitelist (#5786)
       new  b6ec4e2   Merge pull request #5787 from jorisvandenbossche/groupby-idxmax
       new  dae37ed   BUG: dont' coerce reductions in a groupby always to datetimes; only when we have      actual Timestamps in the data (GH5788,GH5789)
       new  2a3dc24   INT: allow internal errors in block construction to bubble up
       new  dc1ca7b   BUG: resolved GH5788 under numpy < 1.7 because vstack is odd with M8[ns]
       new  e375550   BUG: remove convert_numeric=True from groupbys      perform soft-conversion of numeric dtypes instead
       new  14bc445   Merge pull request #5790 from jreback/apply_bugs
       new  7b25572   DOC: minor doc updates
       new  521d20c   TST: aggregate_item_by_item test failure (GH5782)
       new  d76655d   Merge pull request #5791 from jreback/sparc_fix2
       new  5624ab1   DOC: fix minor doc build warnings
       new  5b69a0c   Merge pull request #5792 from jorisvandenbossche/doc-build-warnings
       new  7e6e1d9   COMPAT: back compat for HDFStore with a Term
       new  1777c89   Merge pull request #5794 from jreback/hdf_compat
       new  a5410ed   RLS: 0.13.0 final
       new  af9c025   BLD: set ISRELEASED=False
       new  1dfe6b1   DOC: 0.14 whatsnew template
       new  7c6e5f6   Merge pull request #5739 from y-p/PR_git_describe_mischief
       new  2a9245e   DOC: update release notes for 0.14
       new  dfa808d   PERF: fix infer_dtype to properly infer a Series (GH5801)
       new  07405b4   Merge pull request #5802 from jreback/td_perf
       new  fab3326   BLD: version strings should be updated only when tagging new release
       new  b3f6972   Merge pull request #5803 from y-p/PR_fix_version
       new  011e2c5   CLN: Use correct exception types in config.py machinery
       new  36130c0   CLN: simplify code in config.py
       new  1628bfb   ENH: expose option_context as a top-level API GH5618
       new  1ebb31e   Merge pull request #5752 from y-p/PR_expose_option_context
       new  ffa3bea   BLD: ci/print_versions.py learned to output json
       new  5e176a9   Merge pull request #5738 from y-p/PR_json_pr_ver
       new  a929de9   BUG: Yahoo finance changed ichart url. Fixed here
       new  3246267   Merge pull request #5682 from cpcloud/display-column-dtypes
       new  74df101   DOC: update release notes on df.info() dtype display
       new  67857a1   Merge pull request #5337 from lexual/read_csv_docs_add_error_bad_lines
       new  6b31a56   Merge pull request #5277 from bmu/doc-fix
       new  25511c0   DOC: add way to document DatetimeIndex field attributes + doc for month and dayofweek
       new  4bb199c   Merge pull request #5812 from spencerlyon2/yahooFinFix
       new  2a8ccd4   PERF: perf issue with dropna on frame
       new  f7aeaeb   Merge pull request #5815 from jreback/dropna_perf
       new  aee0954   Merge tag 'v0.13.0' into debian
       new  09ccec1   changelog entry + dropping picked up patch
       new  d046b12   recythonized
       new  3053e78   debian/{control,rules} - use xvfb (added to build-depends together with xauth, and xclip) for tests
       new  4c23b7a   define http*_proxy
       new  c62c8e2   install .md files not .rst for docs -- were renamed upstream
       new  c45db0e   CLN: Make io/data urls easier to monkey-patch
       new  4d6d6b9   BUG: dropna dtype comp issue related (GH5815)
       new  97860a1   Merge pull request #5820 from jreback/perf_dropna_fix
       new  0bd6c64   bug fix for issue 5797
       new  10927a3   Merge pull request #5814 from jorisvandenbossche/doc-dtindex-attribute
       new  aa1eed0   include .cpp Cython generated files into debian/cythonized-files*
       new  ad1b215   Merge pull request #5806 from MichaelWS/master
       new  230a899   Merge pull request #5817 from jtratner/make-urls-globals
       new  7dbaff7   Merge pull request #5733 from nmichaud/read_table_prefix_fix
       new  f0992d6   DOC: update release notes for GH5733
       new  8010917   DOC: add pandas-xlsxwriter-charts ipnb to cookbook
       new  9f9475d   DOC: add 'pandas ecosystem' section to docs
       new  5e940a5   Merge pull request #5829 from y-p/PR_ecosystem
       new  f1b20e6   Merge pull request #5828 from y-p/PR_excel_plots_cookbook
       new  77f5232   DOC: grammer
       new  d5e614f   DOC: change doc refs to 0.13.1
       new  b23563a   DOC: Add example to extract docstring, and explain change to match more clearly
       new  1dda3fb   Merge pull request #5826 from danielballan/extract-docstring
       new  2173680   BUG: Fix DatetimeIndex.insert() with non-datetimes.
       new  3204652   COMPAT: allow string concats to datetimeindex only (int/float are invalid)
       new  55e8ce8   Merge pull request #5833 from jreback/release
       new  61ad572   DOC: added tutorials.rst template
       new  80d1273   DOC: whatsnew entries for ecosystem and tutorials
       new  33b18af   DOC: minor fix in extract docstring
       new  fede3c0   DOC: tweaks
       new  c8884db   DOC: tweak ecosystem section
       new  749c7ca   DOC: tweak ecosystem section
       new  758fb73   DOC: tweak ecosystem section
       new  3881f03   DOC: tweak ecosystem section
       new  3312fe8   debian/patches/0001-BLD-fix-cythonized-msgpack-extension-in-setup.py-GH5.patch to resolve issue with building C++ Cython extension using pre-generated sources
       new  88010ab   BLD: fix cythonized msgpack extension in setup.py GH5831
       new  f7bdd34   Merge pull request #5838 from danielballan/extract-docstring
       new  32766d6   ENH: Improve error message for PeriodIndex to infer_freq. Closes #5841.
       new  3adb0d0   Add pandas cookbook to tutorials (for #5837)
       new  10c0943   BUG: Bug in selection with missing values via .ix from a duplicate indexed DataFrame failing (GH5835)
       new  96b1cad   Merge pull request #5847 from jseabold/fix-5841
       new  cc1a791   Merge pull request #5849 from jreback/dup_selection
       new  5729f5e   more patches (upload to Debian proper as well if works ok)
       new  b529d62   deb_skip_sequencelike_on_armel to prevent FTBFS on armel due to failing test: https://github.com/pydata/pandas/issues/4473
       new  635dbdd   BUG: fix issue of boolean comparison on empty DataFrames (GH5808)
       new  ee92c75   Merge pull request #5810 from jreback/bool_ops
       new  71bb9ba   ENH: Refactor code to add is_view method for Series.
       new  ce0f0f7   DOC: Add is_view to release notes
       new  91d6f1b   Merge pull request #5853 from jseabold/add-is-view-series
       new  2a8cd09   DOC: release notes
       new  8788aff   DOC: release notes
       new  53ff00d   Revert "DOC: release notes"
       new  35fbd5d   Revert "DOC: release notes"
       new  b3fea8f   Revert "Merge pull request #5853 from jseabold/add-is-view-series"
       new  986d7d1   BUG: Series.sort will raise a ValueError (rather than a TypeError) on sorting an      object that is a view of another (GH5856`, GH5853)
       new  675c823   COMPAT: add different numexpr versions for testing         skip encoding tests on too low tables versions
       new  c57df68   Merge pull request #5860 from jreback/tables_fix
       new  7d9e9fa   Merge pull request #5859 from jreback/series_view
       new  f216c74   BUG/TST: Fixes isnull behavior on NaT in array. Closes #5443
       new  e611e21   Merge branch 'master' of https://github.com/commonlisp/pandas into commonlisp-master
       new  8eede6a   DOC: release notes (GH5443)
       new  4c9983c   BUG: bug in `o_datetime when passed a np.nan or integer datelike and a format string (GH5863)
       new  d75c29d   Merge pull request #5864 from jreback/to_datetime
       new  fe84e8a   BLD: enhancements to print_versions.py
       new  0533c70   DOC: updated compare w r
       new  ef787b4   BLD: make util/print_versions.py standlone as well
       new  fc9d021   Merge pull request #5866 from chappers/r-compare
       new  58ee1fb   Merge pull request #5842 from jvns/patch-1
       new  b586ad6   BLD/DOC: explain how to print_versions() sans repo in CONTRIBUTING.md
       new  52a82ef   DOC: tweaks to CONTRIBUTING.md
       new  cec1752   DOC: show the Panel.reindex API change in v0.13.0.txt (GH5867)
       new  a5d361f   BLD: fixup setup.py, initialize pipe variable to None
       new  e23bd2c   Merge pull request #5868 from y-p/PR_setup_pipe
       new  6e015ee   BUG: Bug in groupby dtype conversion with datetimelike (GH5869)
       new  cbe3e20   Merge pull request #5870 from jreback/groupby_ts
       new  0bab303   BLD: python3 unicode issue in print_versions
       new  4c76f89   DOC: r match function
       new  3bc7762   Update comparison_with_r.rst
       new  7fc2a21   Update comparison_with_r.rst
       new  e73dd9c   BUG: Regresssion in handling of empty Series as indexers to Series  (GH5877)
       new  9747029   Merge pull request #5880 from jreback/series_empty
       new  d7f2d1d   DOC: Add two examples to to_datetime
       new  20dace8   Merge pull request #5887 from jseabold/to-datetime-example
       new  cc74d63   BLD: Send Travi-CI results to ScatterCI
       new  e3fb2f6   BUG: Bug in internal caching, related to (GH5727)
       new  640ba00   Merge pull request #5892 from jreback/mi_setitem
       new  aff887f   Merge pull request #5893 from y-p/PR_ScatterCI
       new  caec432   BLD: fix travis.yml
       new  2b422d2   TST: Testing bug in reading json/msgpack from a non-filepath on windows under py3 (GH5874)
       new  045e93a   Merge pull request #5894 from jreback/json_file
       new  5a69710   Fix bug where use of .ix[tuple(...)]=x fails to correctly check out of bounds index for columns. This is a regression as it used to work in pandas 0.12.0. The code incorrectly checks the column index against the len() of the dataframe to see if it is in bounds not against the number of columns. Have added 2 tests with non-square dataframes to test that the fix works.
       new  cbc1465   BUG when assigning to .ix[tuple(...)
       new  06d9d06   Merge pull request #5896 from ahlmss/AHLRAP-3152
       new  aed1774   Merge pull request #5844 from y-p/PR_msgpack_setup
       new  e29c8e8   DOC: rolling apply additions to cookbook.rst
       new  2d23cce   DOC: fix headers to avoid warnings
       new  c2c7aee   DOC: remove usage of code-block in docstrings (#3430)
       new  336cc2a   BUG: Bug in fully reindexing a Panel (GH5905)
       new  c608406   Merge pull request #5906 from jreback/panel_reindex
       new  95afdc0   DOC: Add "How to reduce a sequence (e.g. of Series) using a binary operator" MAINT: Fixed some typos
       new  acd6207   Merge pull request #5907 from unutbu/cookbook
       new  1983981   docstring grammar.
       new  f4fc029   Merge pull request #5910 from andrewkittredge/master
       new  dd89ce4   Merge pull request #5903 from jorisvandenbossche/docs-code-snippets
       new  0a5e328   BLD: match version tags when using git-describe to gen version string
       new  1e5f94a   Merge pull request #5916 from y-p/PR_setup_git_describe_match_tags
       new  30a007d   BUG: Bug in idxmin/max with object dtypes (GH5914)
       new  252aa6c   Merge pull request #5918 from jreback/index_float
       new  391fa86   BUG/TST: dt+BDay(n) wrong if n>5, n%5==0 and dt not on offset (GH5890)
       new  4b791d4   DOC: updated release.rst (GH5890)
       new  19583a1   BLD: remove local autosummary copy
       new  dd8be69   DOC: remove scikits.timeseries dep from faq.rst and docs in general
       new  923a156   DOC: update copyright string years
       new  c4b3f0c   BLD: conf.py fixes
       new  9a67dbc   Merge pull request #5911 from dorandeluz/bday-addition
       new  80610f8   Merge pull request #5921 from y-p/PR_doc_fixes
       new  89ba31b   Revert "BLD: remove local autosummary copy" GH5921
       new  ff17872   BUG: bug in chained assignment with ix and another chained series (GH5928)
       new  451dce4   Merge pull request #5930 from jreback/indexer
       new  8eb2b46   BUG: Bug in creating an empty DataFrame, copying, then assigning (GH5932)
       new  a60887d   Merge pull request #5935 from jreback/empty_frame_copy
       new  825c33f   BLD: Explicitly request utf-8 encoding in docs conf.py (is default)
       new  332a70e   DOC: suppress warning during doc building
       new  66b9e8c   Fix bug 5846
       new  7427288   ENH: Add regex=True flag to str_contains Using regex=False can be faster when full regex searching is not needed. See http://stackoverflow.com/q/20951840/190597
       new  9d9b6dd   Merge pull request #5879 from unutbu/str-contains
       new  b12de52   Merge branch 'master' of https://github.com/MichaelWS/pandas into MichaelWS-master
       new  3749e9a   API: Raise/Warn SettingWithCopyError (according to the option chained_assignment in more cases,     when detecting chained assignment, related (GH5938)
       new  1a0eb84   Merge pull request #5939 from jreback/chained
       new  d97f49d   BUG: Bug in propogating metadata on resample (GH5862)
       new  ebd1db4   Merge pull request #5942 from jreback/finalize
       new  3153a3b   API: add read_gbq to top-level api, closes (GH5843)
       new  f1a7f2a   ENH: enhance apply() on Panel for arbitrary functions (rather than just ufuncs) (GH1148) ENH: add property dtypes on Panel objects
       new  1d7c9e5   ENH: allow multiple axes to be passed to axis on a Panel to process slabs
       new  fad258a   DOC: Panel.apply whatsnew docs
       new  e91f383   Merge pull request #5941 from jreback/gbq
       new  78465c0   Merge pull request #5850 from jreback/panel_apply
       new  cfb9c98   ENH Datetime64Formatter and Timedelta64Formatter now limit precision. For Datetime this means that only the date is shown when for all values there is no timezone and time is midnight and for Timedelta this means that the deltas are all whole days (GH3401). str(NaT) fixed to be "NaT" (GH5708).
       new  7d0c26e   Merge pull request #5701 from cancan101/dt_formatting
       new  a88a208   BUG: pd.match not returning passed sentinel
       new  2d571e6   Merge pull request #5943 from jreback/match
       new  5c35dec   Update comparison_with_r.rst
       new  8a8a02e   BUG/API: autocorrelation_plot should accept kwargs
       new  77a88a8   BUG: Panel.to_frame() with MultiIndex major axis
       new  5c043b9   Merge pull request #5623 from TomAugspurger/autocorr_kwds
       new  b15ba30   Merge pull request #5417 from TomAugspurger/to-frame-multi
       new  14f4a78   Merge pull request #5875 from chappers/r-isin
       new  cd30262   BUG: Bug in pd.read_msgpack with inferring a DateTimeIndex frequencey      incorrectly (GH5947)
       new  1797b47   CLN: repr_html raises NotImplementedError rather then ValueError in qtconsole GH5922
       new  6d9d67c   ENH: Improve perf of str_extract
       new  c5429fb   Merge pull request #5948 from jreback/msgpack_bug
       new  a771e85   DOC: move _templates out of source/ files to avoid warning
       new  6f8fed6   DOC: disable running monkey patch example through ipython_directive
       new  d2fea66   Merge pull request #5953 from y-p/PR_doc_fixes
       new  201eaee   BLD: erase local ipython_directive
       new  f799be9   BLD: pull in latest ipython_directive from ipython 0355d3d
       new  4fed03a   BLD: ipython_directive, add back okexcept
       new  bdceb19   BLD: ipython_directive, enforce tight layout for mpl plots
       new  ce44442   BLD: ipython_directive, cython magic fix
       new  3dbb9ea   BLD: make io.rst utf8-safe GH5142 GH5926
       new  0543a21   BLD: ipython_directive, decode ipython output as utf8+replace
       new  2081fcc   Merge pull request #5951 from y-p/PR_latest_ipython_rep_fixes
       new  99910a3   Merge pull request #5944 from unutbu/str-extract
       new  ea9e848   BUG: use the "join" string in Appender decorator
       new  f2a8996   PERF: add np.max and np.min to _cython_table (GH5927)
       new  31537d1   BUG: Fixed ``to_datetime`` for array with both Tz-aware datetimes and ``NaT``s  (GH5961)
       new  87ecf9f   BLD: travis ensures tarball can be installed without cython
       new  20b0f4e   BLD: pip wheel support is stable, travis can use the provided version
       new  4dd4e22   Merge pull request #5966 from y-p/PR_travis_cython_check
       new  9e21718   Merge pull request #5962 from cancan101/fix_nat_tz
       new  b123ece   Update rolling skew & kurtosis to handle cases where they aren't defined
       new  6641c83   Merge pull request #5760 from yieldsfalsehood/master
       new  a1fff60   Merge pull request #5960 from dsm054/more_resample_fast_paths
       new  408ae42   -a for xvfb-run for autoserver number
       new  c1a2efa   PERF: perf improvments in dtypes/ftypes methods (GH5968)
       new  c323daf   Merge pull request #5970 from jreback/dtypes_perf
       new  a7d8227   ENH: revamp null count supression for large frames in df.info()
       new  63ca307   Merge pull request #5974 from y-p/PR_info_max_info_rows
       new  a1a0a93   ENH: make show_versions available in the top_level api
       new  bf1f870   Merge pull request #5976 from y-p/PR_show_versions_to_the_top
       new  46e1f14   TST: fix broken test test_info_wide
       new  8aa4c09   BUG: Allow DatetimeIndex for scipy interpoalte
       new  037b8aa   VBENCH: rename parser.py to parser_vb.py
       new  d07e99b   BUG: fix broken df.info() test_info_duplicate_columns
       new  611bab3   BUG: fix broken df.info() test_info_duplicate_columns
       new  cc2c70b   Merge pull request #5977 from TomAugspurger/interpolate-datetime
       new  0564aac   PERF: perf improvments in indexing with object dtypes (GH5968)
       new  6a9619f   BUG: Bug in NaT comparison if a mixed datetime/np.datetime64 with NaT were passed (5968) CLN: cleanup nat comparisons in tslib.pyx
       new  52a139e   Merge pull request #5973 from jreback/format_perf
       new  3f5bf06   DOC: add a couple plt.close('all') to avoid warning
       new  2638ab4   DOC: fix warning + some stylistic corrections
       new  99922b9   Modified test_pow function in computation/tests/test_eval.py to use assert_allclose rather than assert_all_equal to avoid machine precision failures in TestEvalNumexprPandas/Numpy.  Fixes issue #5981.
       new  8d8a44b   Merge pull request #5979 from y-p/PR_VB_parser_rename
       new  4518630   Merge pull request #5980 from jorisvandenbossche/doc-plot-warning
       new  36f35b8   DOC: correction of docstring dtypes/ftypes
       new  ccd26bb   Merge pull request #5982 from drudd/master
       new  54a548f   Merge pull request #5984 from jorisvandenbossche/doc-dtypes
       new  e4e5a71   API: Panel.dtypes to use generic method; add tests for Panel4D for same
       new  690e069   DOC: in ReST, a sublabel defines it's parent. latex complains of dupe
       new  d54f77a   Merge pull request #5985 from y-p/PR_doc_latex_fix
       new  dc3175e   Merge pull request #5983 from jreback/panel_dtypes
       new  65b9815   DOC: add 0.13.1 whatsnew to the index
       new  e44d52d   DOC: tutorials
       new  f1e24db   DOC: whitespace fixes for tutorials update GH5929
       new  bdb9c8f   Change "methdo" to "method" in asfreq's docstring.
       new  779e57c   Merge pull request #5989 from  adeodatus/master
       new  0cd0c68   Merge pull request #5959 from gandalf013/master
       new  3db6d3a   BUG: don't lose dtypes when concatenating empty array-likes
       new  a37900e   Merge pull request #5742 from immerrr/dont-lose-dtype-concatenating-empty-arraylikes
       new  8c71949   Merge pull request #5925 from y-p/PR_rebase_ipython_directive
       new  aaf5fb9   DOC: document read_csv fastpath for iso8601 datetime strings
       new  e2a612a   Merge pull request #5993 from y-p/PR_doc_iso8601_fast_path
       new  433ddc3   DOC: Document fast path in to_datetime GH4826
       new  38e3b90   DOC: typos
       new  fe00dbc   Only recast if datetime; use astype instead of view
       new  998e030   BUG: Fix to_datetime to properly deal with tz offsets #3944
       new  086c3e0   Merge pull request #5998 from TomAugspurger/interpolate-datetime-fix
       new  1182347   TST: add regression test for interpolate #5977
       new  31850c6   BLD: make scatter_ci after_script.sh standalone
       new  de5424a   TST: add skip_scipy
       new  3f62988   TST: add skip_pchip
       new  8423dac   DOC: moved numpydoc sphinx extension to subdirectory
       new  129b3b4   DOC: add sklearn-pandas to pandas ecosystem section
       new  bf2ca40   Merge pull request #6001 from y-p/PR_doc_ecosystem
       new  9a4e932   DOC: update numpydoc to current master (commit 223df02530)
       new  a1a1647   BUG: possible fsync error when filno is negative (GH5999)
       new  51de3c6   Merge pull request #6004 from jreback/pytables_fsync
       new  e95a1f0   TST: pytables test changes to work in 3.1rc1
       new  0f2a7d2   Merge pull request #6005 from jreback/pytables_3.1
       new  f803199   DOC: Clarified documentation for MultiIndexes
       new  1e1907c   Merge pull request #5964 from felixlawrence/improve-multiindex-docs
       new  82bcbb8   DOC: release.rst mention IPython warnings in qtconsole fix and workaround GH5922
       new  a76b575   CLN: remove util.counter, duplicates compat
       new  f5bcd25   BLD: travis, Install apt-get deps first
       new  fa7eeed   BLD: travis, future-proof pip args
       new  e86e99c   Merge pull request #6017 from y-p/PR_cln_counter
       new  724c688   ENH: improved inference of timedelta64[ns] and datetime64[ns] in the prescence NaT/None/NaN      from object dtypes (GH5689) CLN: refactor of timedelta routines to cython for inclusion in maybe_convert_objects
       new  58ed629   BUG: apply to a Series with a timedelta (GH5458) ENH: improved timedelta inference for non-ns dtypes
       new  9f0094f   BUG: timedelta64 merge/join issues (GH5695)
       new  e447c33   DOC: release note for timedelta changes
       new  bbb9e52   Merge pull request #5995 from jreback/timedelta_fixes
       new  78b5431   DOC: make zipped HTML docs available GH1876
       new  8497e0b   Merge pull request #6020 from y-p/PR_GH1876
       new  d5851be   DOC: update mailing list
       new  ae2dd93   TST: remove test.py (accidently added)
       new  2ee7398   DOC: fix parser docstring for 'quotechar', 'quoting' params; closes #5408
       new  0b9570a   BLD: add zip_html command to docs make.py
       new  cabe9b1   Merge pull request #5408 from patricktokeeffe/fix-parser-docstring
       new  fc2d167   BUG: scatter_plot ranges are unaligned among subframes GH5497
       new  2f24ff2   Merge pull request #5665 from acorbe/scatter_matrix_off_diagonal_aligned
       new  77a8136   BUG: Regression in Series with a multi-index via ix (GH6018) CLN: Remove references to _SeriesIndexer (vestigial)
       new  71719a9   BUG/CLN: make xs a generic method
       new  08c1302   Merge pull request #6022 from jreback/series_mi
       new  409906e   BUG: Bug in Series construction of mixed type with datelike and an integer (which should result in      object type and not automatic conversion)
       new  d7c6801   Merge pull request #6028 from jreback/series_infer
       new  2a84de2   Escape special characters in to_latex()
       new  98c8146   Merge pull request #5374 from bjornarneson/patch-1
       new  26d66c1   PERF: vbenches for DataFrame.apply
       new  9e37a7d   PERF: perf enhancements for DataFrame.apply (GH6013)
       new  a1bd69c   TST: check appropriate tests for apply PERF: allow apply to use the fast-path in mixed type frames except where datelike       are present
       new  2258efd   Merge pull request #6024 from jreback/apply_perf
       new  7acbbd4   BUG: Possible segfault when chained indexing with an object array under numpy 1.7.1 (GH6026)
       new  e97e2be   Merge pull request #6031 from jreback/index_segfault
       new  eacc354   DOC: be more vague in enhancingperf.rst GH6013
       new  1af3779   TST: fix test that repr returns str
       new  9b90af7   BUG: less false positives with SettingWithCopy (GH6025)
       new  b4968c2   Merge pull request #6040 from dsm054/fix-test-that-repr-returns-str
       new  1fa5b87   BUG: Bug in setting using fancy indexing a single element with a non-scalar (e.g. a list),     (GH6043)
       new  6044e92   Merge pull request #6044 from jreback/ix_list
       new  fcfaa7d   Merge pull request #6042 from jreback/setting_with_copy
       new  91acca8   DOC: add guidelines for building the docs
       new  972c209   DOC: add section contributing to pandas
       new  9c64409   CLN: ipython expects None from _repr_html_ to signal no html repr GH5922
       new  54f15e6   Merge pull request #6045 from y-p/PR_ipython_repr_html
       new  c6ecf5a   DOC: minor doc edits
       new  5c83923   Add -NaN and -nan to default NA values
       new  12c8793   Merge pull request #6038 from Bklyn/master
       new  cbbf004   BUG: Regression in .get(None) from 0.12 (GH5652)
       new  bfa8eff   DOC: Clarify that DataFrame string formatters must return strings
       new  4dcecb0   Merge pull request #6053 from jreback/get
       new  78bb467   PERF: Speed up pd.to_datetime() by optionally inferring dt format #5490
       new  879f270   PERF: Add infer_datetime_format to read_csv() #5490
       new  4724629   TST/DOC: addtl tests and docs for (GH6056)
       new  77f1672   Merge pull request #6058 from jreback/iloc_segfault
       new  689e353   BLD: add IPython and sphinx to show_versions #6059
       new  c44143f   Merge pull request #6064 from y-p/PR_add_deps_show_versions
       new  c9013b8   Merge pull request #6003 from jorisvandenbossche/numpydoc
       new  9f26fbc   API: Add equals method to NDFrames. (Implemented with `array_equivalent`, which is similar to `np.array_equal` except that it handles object arrays and treats NaNs in corresponding locations as equal.
       new  17a7fa6   BUG: suble iloc indexing bug with single block and multi-axis indexing
       new  c96f31c   DOC: pytables iterator update
       new  929fd1c   Merge pull request #5283 from unutbu/array-equivalent
       new  622218e   Merge pull request #6065 from jreback/iloc_bug
       new  4bfb38b   Merge pull request #6021 from danbirken/infer-datetime-format
       new  3d10a2b   DOC: update release notes
       new  b5535b9   API: added 'p' code into _parse_code_table (GH5361)
       new  984aa8e   Merge branch 'datetime-index-insert-non-datetimes' of https://github.com/jtratner/pandas into jtratner-datetime-index-insert-non-datetimes
       new  3f2b58c   CLN: add clarifying comment to ipython_directive.py
       new  174ecf8   DOC: Explain the use of NDFrame.equals
       new  bd81dd1   BLD/DOC: add context info on exception during sphinx run
       new  afed652   Merge pull request #6075 from y-p/PR_ipython_directive_context
       new  e330a07   Merge pull request #6072 from unutbu/doc-equals
       new  24f4eda   TST: fix test_eval typos
       new  8a02e68   Merge pull request #6074 from dsm054/fix-test_eval
       new  987741c   DOC/BUG: Fix documentation for `infer_datetime_format` #6073
       new  2ccd74d   Merge pull request #6078 from danbirken/infer-dt-doc-fix
       new  9efcb03   Merge pull request #5996 from jorisvandenbossche/doc-guide
       new  1c72784   BLD/DOC: report context on warnings and add :okwarning: to ipython_directive
       new  fe8fe38   Merge pull request #6082 from y-p/PR_ipython_directive
       new  e60ddfe   DOC/BLD: ipython_directive cleanups
       new  cf19d71   DOC: minor doc changes
       new  3f22279   Added 'Experimental' to Docstrings
       new  ea8fba4   Merge pull request #6084 from jacobschaer/master
       new  e02acb7   DOC: supress warnings with okwarning in whatsnew
       new  8f18ffc   BUG: array_equivalent was not passing its own doctest. The examples showed lists being passed to array_equivalent. array_equivalent expects ndarrays only.
       new  f357588   Merge pull request #6088 from unutbu/fix-equivalent
       new  95c7af9   Merge pull request #6086 from jorisvandenbossche/doc-warnings
       new  cbf715e   DOC/BLD: ipython_directive cleanups
       new  46e36cc   BUG: ensure plt is imported before it's used in hist_frame
       new  ecb91d4   Merge pull request #6094 from dsm054/reorder-hist_frame-import
       new  fed589e   DOC: remove warnings in panel.apply docs (GH6087)
       new  12142b6   TST: disable get_components_yahoo tests as unreliable
       new  fbe65f9   DOC: beef up tutorial section. GH5837
       new  07e9e20   Merge pull request #6095 from y-p/PR_tuts
       new  d6667b1   TST: don't compare inferred index freq on some tests as it may not be preserved      (which is correct), (GH6093)
       new  039c57d   Merge pull request #6089 from jreback/apply_warn
       new  b537df5   Merge pull request #6097 from jreback/hdf_fix
       new  02cc76b   BUG: not converting scalars properly to M8/m8 on assignment (GH6079)
       new  4880813   CLN: removed need for SNDArray ; simplied SeriesGroupber / SeriesBinGrouper
       new  71d4f32   TST: skip read_dta2 on non-little endian
       new  bbae6c1   Added test for wb.get_countries
       new  d2fce8b   changed get_countries URL
       new  70b1ad4   Merge pull request #6008 from clarkfitzg/master (reworked)
       new  4392ae3   BUG: rework object inferernce with NaN as the first element in an array BUG: convert datetime like better from list-of-lists BUG: make rank of M8 work via object algos
       new  c1b7ac0   Merge pull request #6083 from jreback/sparc_fix3
       new  722e0ae   ENH Add MultiIndex.from_product convenience function
       new  63ce94d   Merge pull request #6055 from mwaskom/multiindex_from_iterables
       new  dfd15da   BUG: fix broken BigqueryError reference
       new  ab924ed   TST: json test file, make encoding explicit
       new  8e3bf5d   Merge pull request #6101 from Komnomnomnom/json-remove-bom
       new  e517159   ENH: add show_dimensions display config
       new  e175ea9   ENH: html repr respects show_dimensions
       new  a9f34f3   DOC: add show_dimensions to faq
       new  9ab2385   Merge pull request #6041 from hayd/master (reworked)
       new  d74bd31   Add is_reduction argument to DataFrame.apply
       new  3e849ee   COMPAT: provide compat tests and better error messages for multiple file opening         on PyTables >= 3.1 (GH6047)
       new  71360af   Merge pull request #6104 from jreback/pytables_3.1
       new  b59d5d4   API: Series.str wont' raise and now returns None (GH6106)
       new  ba871a6   TST: add a test for columns with nested strings
       new  14bfddd   Merge pull request #6108 from jreback/str
       new  19ae1dc   ENH: ExcelWriter() accepts date and datetime formats
       new  c059639   Merge pull request #6107 from cpcloud/query-test-for-stringified-elements
       new  86d27cc   CLN: remove docstrings from a handful of tests for consistency and nose -v output
       new  962e436   BLD: travis, run nose with -v for more visibility
       new  bf477dc   Merge pull request #6110 from y-p/PR_test_cleanups
       new  b7531bd   TST: add tests for old version of numexpr
       new  f04f1f9   BLD/CI: add numexpr==1.4.2 to build wheels
       new  bb601b5   CLN/TST: DRY skip_if_no_ne
       new  91e518e   Replace network decorator with with_connectivity_check
       new  5f404d9   Merge pull request #6109 from cpcloud/ne-version
       new  ca7c745   BLD: enable Machine field in print_versions
       new  370718f   BLD: enable Machine field in print_versions
       new  da59b11   BLD: travis, run nose with -v. again.
       new  ff5b29e   TST: HTMLFormatter does not die on unicode frame GH6098
       new  3ff71da   BUG: HTMLFormatter does not die on unicode frame GH6098
       new  6ed863a   Merge pull request #6112 from y-p/PR_GH6098
       new  9ef3b9f   TST: get_options_data ValueError if given only one of month/year GH6105
       new  c55511b   BUG: get_options_data should raise ValueError if given only one of month/year GH6105
       new  16f13c1   Merge pull request #6114 from y-p/PR_GH6105
       new  454ef2b   TST: add _skip_if_no_xlrd() to test GH5583
       new  50a0cac   Merge pull request #6115 from y-p/PR_GH5583_fix_skip
       new  6b39800   TST: Add xlsm to Excel parsing tests.
       new  2389121   ENH: allow legend='reverse' in df.plot() GH6014
       new  a323cc9   Merge pull request #6117 from jmcnamara/tst_excel_read_xlsm
       new  4eba560   BUG: Bug in assignment with duplicate columns in a frame where the locations      are a slice (e.g. next to each other) (GH6120)
       new  ebe4641   Merge pull request #6122 from jreback/dups
       new  75293c8   BUG: Bug in propogating _ref_locs during construction of a DataFrame with dups      index/columns (GH6121)
       new  8f30f65   Merge pull request #6123 from jreback/dups_slice
       new  1112cb7   DOC: v0.13.1 doc updates
       new  b3b1d3e   BUG: bug in DataFrame.apply when using mixed datelike reductions (GH6125)
       new  ef55e60   Merge pull request #6126 from jreback/apply_issue
       new  d2ad659   DOC: clarify that ExcelFile is not deprecated but only moved (GH5435)
       new  67e710c   BUG" Bug in DataFrame.append when appending a row with different columns (GH6129)
       new  a8bc986   Merge pull request #6130 from jreback/append_bug
       new  2c5e3d3   ENH get_dummies str method
       new  d8f94e9   PERF speed up str.get_dummies
       new  f89ae34   Merge pull request #6132 from hayd/str_get_dummies
       new  e397215   Merge pull request #6133 from jorisvandenbossche/doc-clarify-excel
       new  f0d2c24   DOC add str.get_dummies to api
       new  1b43f0f   Merge pull request #6111 from jtratner/swap-network-decorator
       new  85613c7   BLD: travis reports job names to ScatterCI
       new  c856905   BLD: travis reports job names to ScatterCI
       new  464c1f9   Add Scatter-CI link to README.md
       new  a18e5e6   PERF: fix JSON performance regression from 0.12 (GH5765)
       new  e16498a   Merge pull request #6080 from dsm054/fix-gbq-bigqueryerror
       new  54945de   Merge pull request #6137 from Komnomnomnom/json-0.13-slowdown
       new  997da83   DOC: v0.13.1.txt updates
       new  ae14218   BLD: use newer versions of numexpr with numpy 1.8
       new  76fadb1   Merge pull request #6141 from jreback/numexpr
       new  5c4545b   BUG: Bug in DataFrame construction with recarray and non-ns datetime dtype (GH6140)
       new  1ed5c3e   Merge pull request #6142 from jreback/from_records
       new  59b4123   ENH: Add unique and nunique to GroupBy whitelist
       new  93dd1c3   ENH: Updated tests for series GroupBy whitelist
       new  a67c3cd   Merge pull request #6147 from bburan-galenea/bburan/groupby-series-unique
       new  ebeedff   CLN: fix ScatterCI links in README and rnotes
       new  b713dae   CLN: convert test docstring to comment
       new  8b0d250   BLD/TST: catch more spurious errors in @network decorator
       new  a9798e1   Merge pull request #6151 from y-p/PR_network
       new  6d889d4   BLD/TST: one more skip_errno for @network
       new  49501e2   BUG: fix loc setitem with a dataframe on rhs, multiple items, and a datetimelike (GH 6152)
       new  4ca076a   Merge pull request #6152 from jreback/loc
       new  f59b6a1   BLD/TEST: @network, SkipTest on known errnos
       new  20e3fcc   PERF: perf regression index construction from seris (GH6150)
       new  488037b   Merge pull request #6153 from jreback/index_perf
       new  117e9f4   TST: rec arrays don't support datetimes in creation on certain platforms, related (GH6140)
       new  dcd3ec3   TST: dtype comparison issue on windows for (GH6152)
       new  cfc1c80   Merge pull request #6156 from jreback/sparc_fix4
       new  73b7c78   Updated docs to reflect a pagination bug that was fixed. Closes: issue #6096
       new  e89029d   Merge pull request #6157 from jacobschaer/master
       new  1ac9d2b   BUG: allow lex string comparisons
       new  d1ccbaf   Merge pull request #6158 from cpcloud/eval-fix-str-lexico
       new  73559c3   BUG: allow single element bool queries
       new  f26694c   Merge pull request #6163 from cpcloud/query-single-element-booleans-6148
       new  89ad14d   ENH/TST: Raise error if invalid value passed to if_exists argument
       new  4e150c7   FIX old exception syntax
       new  5d9c7ea   BUG: fixed append for dataframe with multi-column
       new  586fe06   Merge pull request #6167 from wabu/append-multi-fix
       new  0a5e36a   TST: sparc fixes in datetime weirdness
       new  7e5d066   BUG: Consistency with dtypes in setting an empty DataFrame (GH6171)
       new  026c9be   listcomp -> for-loop (listcopms create a new scope in py3), bypass AttributeError on Pandas.str
       new  3cc1ddd   BLD: try harder to find errno in @network
       new  3e31929   Merge pull request #6172 from jreback/empty_frame
       new  1e58489   BLD/TST: @network, SkipTest on certain exception messages, when no errno set
       new  a490ad4   TST: set default socket timeout to 5 sec in pandas.io.tests SetUp()
       new  1f3efa1   Merge pull request #6174 from y-p/PR_more_network
       new  980ee39   CLN: use assertEqual over assert_ for better exception messages
       new  f7ba5a8   DOC: cleanup warnings in tutorials.rst
       new  3661849   DOC: tweaks to whatsnew
       new  d2b4ae0   DOC: typos
       new  38cc8bb   CLN: clear up some cython warnings
       new  21dabea   CLN: eliminate bootstrapping issue form generate_code.py
       new  b4da232   Merge pull request #6164 from hayd/4304r
       new  0175671   BLD: travis reports uname
       new  507d477   DOC: cleanup warnings in tutorials.rst
       new  eb7bcf9   DOC: suppress warning in docs
       new  28d7861   DOC: fixes
       new  c59cd67   BLD: more exception message skipping in @network
       new  75718ec   DOC: minor doc corrections
       new  08770c1   DOC: add df.info() null count suppression to whatnew
       new  9be06e0   BLD: commit automated cron script for setting up linux/py2 doc build env
       new  15a8ff7   Merge pull request #6180 from y-p/PR_cron_docs
       new  87a615b   Merge commit 'v0.13.0-464-g15a8ff7' into debian
       new  25136ee   BLD/TST: tweak @network checks order
       new  5186a71   fresh changelog
       new  9fd7dc6   debian/patches - removed all cherry-picked patches (should have been upstreamed)
       new  f1edeab   recythonized using cython 0.20
       new  ea11bf3   BLD: more exception message skipping in @network
       new  831ea80   BLD/DOC: use jinja2 templates to allow make.py to build partial docs
       new  e5500c9   BLD/DOC: add logic to sphinx conf.py to speedup processing
       new  a041553   BLD/DOC: Add argparse to doc make.py to control building
       new  ac179b0   TST: fix undefined variables hidden by unintended test method shadowing
       new  1e3490f   DOC: document changes to @network
       new  eeeae29   BUG: fix decode errors in util.testing get_locales under py3
       new  f0c4953   Merge pull request #5530 from kermit666/sphinxext-py3
       new  667c6cd   DOC: v0.13.1 output formatting reworked
       new  9109812   DOC: v0.13.1.txt updates
       new  b286aea   ENH: Import testing into main namespace.
       new  ffac147   Merge pull request #6179 from y-p/PR_fast_docs
       new  c4fa9ff   BLD: ipython_directive, handle non-ascii execution results
       new  7393a61   BLD/DOC: docs conf.py, force pandas to alwayd output utf8 on eall systems (win)
       new  be35747   BLD/DOC: add latex_forced target to doc make.py
       new  9e97b27   TST: buggy tests on sparc/debian platforms
       new  8871f06   Merge pull request #6191 from jreback/debian_fix
       new  0c938e6   TST: skip the get_quote_stringlist in TestYahoo....failing from network issues too much
       new  40fe754   DOC: contributing.rst, document fast doc building
       new  66a3ce0   Merge pull request #6193 from y-p/PR_contrib_fast_doc
       new  b3afa7c   BLD/TST: @network, inspect formatted expection rather then str(e)
       new  b20fc15   Revert "TST: skip the get_quote_stringlist in TestYahoo....failing from network issues too much"
       new  1775ba1   Merge pull request #6192 from y-p/PR_network
       new  b484a9f   Merge pull request #6185 from y-p/PR_ip_d_unicode
       new  23a09fc   Small spelling fixes in find_undoc_args.py
       new  fb8e61e   DOC: cleanups
       new  91a2693   Merge pull request #6196 from bwignall/quickfix-find_undoc_args
       new  00ee68a   CLN: test_timeseries_legacy, specialize assert_
       new  378f566   CLN: test_timeseries, specialize assert_
       new  1d63bb2   BUG/TST raise a more detailed error when GH6169 occurs, added a test
       new  f199e9e   BUG: correctly select on a multi-index even in the prescence of under specificed columsn spec (GH6169)
       new  7d0a9cd   Merge pull request #6202 from jreback/mi_hdf
       new  a2d5e53   Merge pull request #6184 from dsm054/fix-test-reshape
       new  244ca05   DOC: styling clean-up of docstrings (part 2: series and generic.py)
       new  4dca3f8   BUG: bug in nanops.var with ddof=1 and 1 elements would sometimes return inf      rather than nan on some platforms (GH6136)
       new  4c733f6   DOC: add links to other pages to contributing.rst
       new  e4205af   Merge pull request #6206 from jorisvandenbossche/docstring-numpydoc-cleanup
       new  ce5faf0   Merge pull request #6204 from jreback/var_ddof
       new  e1a2601   Fix typo in Melt section
       new  cd33d5b   BUG: dont ignore use_index kw in bar plot
       new  f30499b   DOC use read_sql rather than read_frame in io.rst
       new  1b32c39   Merge pull request #6211 from Bklyn/doc-fix
       new  91a58f1   BLD: more exception message skipping in @network
       new  67f04c1   BLD/DOC: make.py open file as 'w' rather then 'wb'
       new  3d155cc   BLD/DOC: ip_directive use py3 compat text_type
       new  1e9f447   CLN: typo
       new  a134eb6   Merge pull request #6210 from TomAugspurger/bar-use_index
       new  88b683a   BLD: Cut Travis-CI build times by 30-50%
       new  213593c   foo
       new  6ef1e81   Merge pull request #6218 from y-p/ironcache
       new  35c6862   Revert "foo"
       new  83f7679   BLD: travis limit ccache to 60M
       new  52350a7   BLD: travis, skip cache upload when no changes
       new  832b67c   BLD: travis, reuse cython files if unchanged in last 5 master commits
       new  3409e71   Merge pull request #6220 from y-p/PR_fast_travis2
       new  847bf59   DOC: added references to argmin/argmin API changes to release notes/v0.13.0 relating to GH6214
       new  9149c93   TST: run clipboard tests explicitly
       new  761fb23   BUG/TST: groupby with mixed string/int grouper failing in python3 (GH6212)
       new  f1ebaa3   Merge pull request #6222 from jreback/groupby_py3
       new  9266a38   BUG: make sure to use platform int for GH6212
       new  ff3c173   DOC: Add note to to_clipboard docstring
       new  c50ef07   BLD: fix travis speedup
       new  d890549   Merge pull request #6227 from y-p/PR_travis3
       new  366653f   TST: add tests for algos.factorize (GH6212)
       new  2247783   Merge pull request #6231 from jreback/test_factorize
       new  2ee7933   Merge pull request #6207 from jorisvandenbossche/doc-contributing-update
       new  4b66c6b   BLD: more @network message skipping
       new  c4760e7   BLD: fix travis caching on py3
       new  ef9910b   BLD/DOC: add doc building to travis job. Basically for free
       new  6ecbc60   Merge pull request #6233 from y-p/PR_travis_docs
       new  b04c8c7   BLD: various test_perf fixes
       new  a4376b5   Merge pull request #6235 from y-p/PR_tp
       new  d10a658   RLS: set released to True. v0.13.1
       new  a0121bb   RLS: kick off new release cycle
       new  00d730a   CLN: eliminate doc rst warning
       new  079cd07   Merge tag 'v0.13.1' into debian
       new  62550b6   changelog
       new  6a4379d   recythonized
       new  9bc7bac   COMPAT: pytables encoding reference invalid in python3.3
       new  1e5d57a   BUG: Fix ImportError on Python 3.4b2 and 3.4b3
       new  77d4b0f   Merge pull request #6241 from cgohlke/patch-1
       new  185b3f1   DOC: add 0.14.0 release notes section
       new  6f91e24   ENH: add support for Python 3.4 ast.NameConstant
       new  06296b1   DOC: Py2/3 examples compat (datetime, print, StringIO/BytesIO, range)
       new  8cef96b   Note for failing numpy.unique and fix for pandas.Series NameError
       new  f3c44d8   BLD: setup.py version strings. handle shallow clones and installing from sdist
       new  42a910c   Merge pull request #6217 from y-p/PR_setuppy_version
       new  8569378   Merge pull request #6176 from y-p/PR_cython_warnings
       new  7e59d62   ENH: pd.read_clipboard detects tab-separated data (excel) GH6223
       new  664bccf   Merge pull request #6226 from y-p/PR_clip_excel
       new  f23923a   Merge pull request #6201 from bwignall/assert_6175_3
       new  1adbca5   CLN: Changing some 'assert_'s to 'assert[Not]Equal', as per GH6175
       new  bf3bef6   CLN: test_plotting, specialize assert_
       new  6f4c3cd   CLN: test_resample, specialize assert_
       new  2654ea2   CLN: test_timedeltas, specialize assert_
       new  144bb26   Merge pull request #6198 from  bwignall/assert_6175_2 (reworked)
       new  554c717   Merge pull request #6230 from phaebz/PR_py3_doc_compat
       new  8a60158   Merge pull request #5958 from danbirken/fix-to-datetime-timezone-offset
       new  398d89e   DOC: release notes
       new  37ce181   BUG: read_clipboard decode bytes first (windows)
       new  c718b8d   BLD: fix travis ignored failed tests
       new  b36121c   BLD: fix travis ignored failed tests
       new  092914a   BLD: travis, cache, fix test for cython files changed
       new  a278b14   BLD/DOC: fix conf.py on PY3
       new  0773161   BLD/DOC: fix ipython_directive to workaround ipython/4504
       new  9910dde   Merge pull request #6250 from y-p/PR_ipython_directive
       new  9c3a007   Merge pull request #6243 from cgohlke/patch-2
       new  fd9d816   BLD: travis cache, point pip install at upstream repo
       new  8f3d443   debian/patches - deb_skip_test_pytables_failure to mitigate error while testing on amd64 wheezy and ubuntu 12.04
       new  a4900bd   Update indexing.rst
       new  7b8b0cb   Merge pull request #6255 from michaelaye/patch-1
       new  6d56e73   BUG: Indexing bugs with reordered indexes (GH6252, GH6254)
       new  8e08686   Merge pull request #6256 from jreback/loc_bug
       new  da82915   TST: dtype fixes for #6256
       new  abb797d   BUG: bug in xs for a Series with a multiindex (GH6258)
       new  43c36c1   TST: extra test for GH5684
       new  f9cac07   CLN: More work on converting assert_'s to specialized forms
       new  ad26bb5   Merge pull request #6259 from jreback/xs_bug
       new  4c6770d   CLN: Work on converting assert_'s to specialized forms, in pandas/tests
       new  7bdeae1   Merge pull request #6261 from bwignall/assert_6175_4
       new  363b214   Merge pull request #6262 from bwignall/assert_6175_5
       new  e76ec60   DOC: mention display.mpl_style in viz.rst
       new  d17b83d   BUG: Bug in conversion of a string types to a DatetimeIndex with a specified frequency (GH6273)
       new  7ab99ca   TST: add tests for GH6274
       new  fb94d95   Merge pull request #6275 from jreback/series_to_index
       new  1da7940   DOC: fix link to str.get_dummies
       new  7d3e41c   Merge pull request #6278 from jorisvandenbossche/doc-fix-dummies-link
       new  c622b6e   BLD: re cythonize files only if we have changed then
       new  bd7d0c7   BUG: Add type promotion support for eval() expressions with many properties
       new  352db84   Merge pull request #6205 from havoc-io/master
       new  228e6f6   Merge pull request #6285 from jreback/cython_cache
       new  b0ba12a   TST: move tests for #6205 to class infrastructure to enable numexpr skipping      if not installed
       new  b7ea3b5   PERF: enhance tseries getitem indexing
       new  74195ac   BLD: remove numexpr/tables from 2.7_locale build so numexpr tests will skip      (and if they don't that's a problem)
       new  cc6ee40   Merge pull request #6269 from jreback/perf2
       new  b8c01a3   BUG: Fix interpolate with inplace=True
       new  e7e5621   PERF: enhance tseries getitem indexing
       new  0222d39   ENH #4163 Use SQLAlchemy for DB abstraction
       new  145ab5b   ENH #4163 Added tests and documentation
       new  e57e125   ENH #4163 Added more robust type coertion, datetime parsing, and parse date options. Updated optional dependancies
       new  74d091f   ENH #4163 Use SQLAlchemy for DB abstraction
       new  e600131   ENH #4163 Added tests and documentation
       new  0aa7d84   ENH #4163 Added more robust type coertion, datetime parsing, and parse date options. Updated optional dependancies
       new  2e3f83d   ENH #4163 Tweaks to docs, avoid mutable default args, mysql tests
       new  de64af1   ENH #4163 Introduce DataFrame Index support. Refactor to introduce PandasSQLTable for cleaner OOP design
       new  1033d5f   ENH #4163 Fix bug in index + parse date interaction, added test case for problem
       new  8e8d067   ENH #4163 Fixed missing basestring import for py3.3 compat
       new  c7e3058   Merge branch 'mangecoeur-master'
       new  1b0ed87   Merge pull request #6284 from TomAugspurger/interpolate-inplace
       new  db2f6d9   Fix merge conflict in sql docs
       new  efa63b1   BLD: cython caches fix
       new  2830901   BLD: provide secondary catching of some imports in print_versions.py      for some reason imp can never find pytz, patsy
       new  31505b3   BLD: importlib not available in py2.6
       new  1e9c0a6   ENH: rolling_/expanding_apply take args, kwargs for func
       new  63a002a   CLN: Converting assert_'s to specialized forms, in pandas/*/tests
       new  75cf35c   Merge pull request #6118 from y-p/PR_reverse_legend
       new  02d0cb9   DOC: release notes
       new  8492889   Merge pull request #6267 from bwignall/assert_6175_6
       new  39b8d92   DOC: clean-up docstrings of sql
       new  55d65eb   BLD: caching hanging when numstat is long
       new  b5b7436   BLD: fix hanging build cache again
       new  a88aa0a   DOC: fix sql docs (write example data to database)
       new  2d04ec8   Update groupby.rst
       new  043d165   BLD: disable MySQL in requirements-2.7 as its failing the building process
       new  9f0dc3b   API: allow the iloc indexer to run off the end and not raise IndexError (GH6296)
       new  f4bcfd4   Merge pull request #6299 from jreback/iloc_max
       new  9c740f2   clarified to_excel and read_excel
       new  3096f11   added patch changeset_6d56e7300d66d3ba76684334bbb44b6cd0ea9f61.diff to "cherry-pick" 6d56e7300d66d3ba76684334bbb44b6cd0ea9f61 (BUG: Indexing bugs with reordered indexes (GH6252, GH6254))
       new  e50c774   changelog for -2
       new  82e6d70   Update groupby.rst
       new  e330b60   CLN: Convert last of assert_(x == y) to assertEqual
       new  60a2770   CLN: Convert assert_(x != y) to assertNotEqual
       new  59f62ec   added patch changeset_da82915116afaeb9dc9a7c5afefa951e1339f6f1.diff to "cherry-pick" da82915116afaeb9dc9a7c5afefa951e1339f6f1 (TST: dtype fixes for #6256)
       new  6cb1bba   ENH: pytables start/stop/selection fixes and select_as_mutlipe change
       new  5adf4ea   Merge pull request #6177 from wabu/selection-start-stop-fixes
       new  fa00049   BLD: update iron cache secure ids
       new  e238c3a   BLD: iron cache secure ids try again
       new  7cc61b2   BLD: iron cache update third time is the charm
       new  a1cf83e   BLD: import error on py2.6 for print_versions
       new  cc52d9d   Merge pull request #6302 from iled/doc
       new  824dc0c   Merge pull request #6298 from jorisvandenbossche/sql-docstring
       new  93d4ae9   Added assert_numpy_array_equals to make assert statments in this be easy to understand.
       new  8119991   Merge pull request #6315 from KTAtkinson/issue_6175
       new  87b4308   Merge pull request #6308 from bwignall/assert_6175_7
       new  e1dec2f   BUG: Regression in join of non_unique_indexes (GH6329)
       new  dae25de   Merge pull request #6330 from jreback/align
       new  f6ba374   BUG: Issue with groupby agg with a single function and a a mixed-type frame (GH6337)
       new  c03d9ba   Merge pull request #6338 from jreback/agg
       new  5c9a2fdb  BLD: remove -v from nosetests for shorter output
       new  84376e9   BUG: fix bool no-op replace calls
       new  818adb0   CLN: replace in bool block rather than special-casing in common
       new  d794618   TST: add tests for dict with bool keys
       new  3cd050e   DOC: release notes
       new  35d61ae   TEST: add basic postgresql tests
       new  fcad2a5   TEST io.sql: sqlite tests to seperate class
       new  3e54611   Merge pull request #6339 from cpcloud/replace-bool-fix
       new  372e77f   ENH: support per-axis, per-level indexing with loc[]
       new  30eb6db   CLN: move indexing loc changes to index.py
       new  bd2e2a1   TST: tests for per_axis_per_level_getitem ENH: add core/indexing.py/_getitem_nested_tuple to handle the nested_tuple cases for partial multi-indexing
       new  7320263   ENH: allow core/index/_get_loc_level to deal with a slice indexer for a particular level ENH: remove get_specs/specs_to_index -> replace with get_locs, to directly compute      an indexer for a multi-level specification
       new  de84842   ENH: allow per_axis, per_level multiindex setting
       new  65a9976   DOC: v0.14.0 and indexing doc updates for mi slicing
       new  1068a44   BUG: Raise a TypeError when trying to assign with a rhs of a multi-index of differeing levels (GH3738)
       new  03284f3   API: add in IndexSlice indexer shortcut
       new  7d70710   ENH: make it possible to pass keyword argument to .loc ENH: allow the axis keyword to short-circuit indexing
       new  7b0317e   Add pymysql, psycopg2 and rpy2 to show_versions
       new  cd85140   BLD: add support for pytables 3.1 BLD: update 3.3 build for numexpr 2.3
       new  8452caf   Merge pull request #6268 from jreback/pytables_3.1
       new  2a9e994   Merge pull request #6301 from jreback/mi_indexing
       new  5f17e1a   Merge pull request #6316 from jorisvandenbossche/sql-postgresql-tests
       new  edba489   BUG: Bug in setting complex dtypes via boolean indexing (GH6345)
       new  ee43575   Merge pull request #6347 from jreback/complex
       new  d362df0   TST: update for windows tests failures
       new  cb8ae6e   BUG: Bug in TimeGrouper/resample when presented with a non-monotonic DatetimeIndex would return invalid results. (GH4161) BUG: Bug in index name propogation in TimeGrouper/resample (GH4161) API: TimeGrouper has a more compatible API to the rest of the groupers (e.g. ``groups`` was missing) (GH3881)
       new  26312e1   Merge pull request #6350 from jreback/groupby_sorted
       new  1e37e21   BUG: properly tokenize & and | and exprs with strings
       new  e3f666f   PERF: speed up slice indexing on Series with string keys
       new  eea2749   Merge branch 'fix-generic-is-all-dates-performance' of https://github.com/immerrr/pandas into immerrr-fix-generic-is-all-dates-performance
       new  e56411b   Merge branch 'query-nested-strings' of https://github.com/cpcloud/pandas into cpcloud-query-nested-strings
       new  0b48464   ENH/VIS add kind='hexbin' to df.plot
       new  cab2a93   Merge pull request #5478 from TomAugspurger/hexbin-plot
       new  186491f   Merge pull request #6054 from shoyer/test-DataFrame.to_latex
       new  0713a0b   BUG: correctly handle placement of pos/neg inf when dividing by integer 0 (GH6178)
       new  dd79e55   ENH/BUG: allow single versus multi-index joining on inferred level (GH3662)
       new  cbe7d74   Merge pull request #6304 from mazieres/patch-1
       new  75a8d75   DOC: minor groupby.rst edits
       new  a9069f7   CLN: clarify code in com.mask_missing
       new  7dde997   BUG: disallow comparisons in replace_list with malformed types
       new  0308fe9   Merge pull request #6359 from jreback/int_div
       new  7e8d90b   DOC: release.rst correction
       new  ab27073   Merge pull request #6363 from jreback/mi_merge_single
       new  f2492e4   DOC: add small caveat section in missing_data.rst
       new  adda113   Merge pull request #6354 from cpcloud/bool-block-fail-6353
       new  1ae03e0   BUG/API: df['col'] = value and df.loc[:,'col'] = value are now completely equivalent;          previously the .loc would not necessarily coerce the dtype of the resultant          series (GH6149)
       new  432c4be   DOC: reformat release.rst
       new  217f2f8   Merge pull request #6159 from jreback/loc2
       new  4be0c0b   PERF: change Series indexing on multi-indexes to use a fast path       like DataFrame uses
       new  3a78f7f   Merge pull request #6364 from jreback/ix_perf
       new  a95711d   BLD: collection of windows build scripts to build binaries, test, output results      and upload the binaries to a site
       new  7f81545   Merge pull request #6367 from jreback/windows
       new  2728ae9   DOC: clarify docstring of rolling/expanding moments
       new  958ee3d   DOC: fix doc build warnings
       new  ff7305f   CLN: Specialize assert_(np.array_equal(...))
       new  8393651   Merge pull request #6368 from bwignall/assert_6175_arrayequal_1
       new  1087abb   CLN: Specialize assert_(np.array_equal(...))
       new  5fc463c   BUG: DataFrame.shift with axis=1 was raising (GH6371)
       new  b596852   Merge pull request #6373 from jreback/df_shift
       new  15bc509   Merge branch 'explicit-cb' of https://github.com/cpcloud/pandas into cpcloud-explicit-cb
       new  ca8c00e   PERF: fix series slice indexing performance
       new  108bb30   API/BUG: reindex_like not passing copy/limit kwargs thru
       new  af8732a   Merge pull request #6372 from immerrr/fix-perf-for-series-slices
       new  0fe98d8   Merge pull request #6374 from bwignall/assert_6175_arrayequal_2
       new  709e45e   PERF: take the fast path on a reindex when reindexers are identical
       new  8e585ae   BUG: fix nested dict bug
       new  4abf0d1   DOC: release notes
       new  7b37858   checkin of percentage rank
       new  5e64e88   Merge pull request #6365 from cpcloud/replace-nested-dict-6342
       new  d3dd67c   Merge pull request #5978 from MichaelWS/master
       new  e5ff569   TST: more catching of network errors
       new  32723c5   BUG: Bug in take with duplicate columns not consolidated (GH6240)
       new  9eace30   Merge pull request #6375 from jreback/take_dup
       new  791d441   ENH/DOC: add params to `DataFrame.to_csv` GH5414 GH4528
       new  dfa8ec0   ENH: ensure dtypes/ftypes properties return dtype=object for empty containers
       new  a2f071f   ENH: Add new specialized asserts for tests
       new  35a03eb   Merge pull request #6376 from bwignall/assert_6175_newAsserts
       new  f716c21   Merge pull request #5740 from immerrr/fix-empty-frame-dtypes
       new  973e076   Merge pull request #5414 from patricktokeeffe/pass-thru-to_csv-params
       new  b1687b8   CLN: remove need for tz_localize, tz_convert in Series, use the generic
       new  dac3711   Merge pull request #6377 from jreback/tz_clean
       new  c87a058   TST: comapre only full dtypes in testing
       new  9f38612   BUG: preserve dtypes in interpolate
       new  8d8d7a3   check in interp_with_fill too
       new  3bee2a0   ENH: Add sym_diff for index
       new  0f73f5f   Merge pull request #6378 from TomAugspurger/interpolate-ignore-good3
       new  026ea8c   Merge pull request #6016 from TomAugspurger/symmetric-difference
       new  a1dff92   CLN: Change assert_(a in b) and assert_(a not in b) to specialized forms
       new  ebe6032   Merge pull request #6381 from bwignall/assert_6175_newAsserts_2
       new  173c686   TST: dtype comparisons on windows in test_generic.py
       new  2cda89d   FIX: hdfstore queries of the form where=[('date', '>=', datetime(2013,1,1)), ('date', '<=', datetime(2014,1,1))] were broken - modified Expr.parse_back_compat to check for tuples, in w, and unpack into w, op, value - modified Expr.__init__ to modify the where list/tuple with the parsed result
       new  46283e0   added test by taking test_term_compat, and removing all Term calls
       new  a608e14   DOC: added release note about #6313
       new  3ca1afe   TST: checked for DeprecationWarning on tests for backwards compatability logic
       new  6ec6df7   BUG: Bug in Series.get, was using a buggy access method (GH6383)
       new  9800989   CLN: Change assert_(a is [not] None) to specialized forms
       new  7c1d8a0   Merge pull request #6385 from jreback/get_bug
       new  ac25441   Merge branch 'pytables_backwards_compatability' of https://github.com/hhuuggoo/pandas into hhuuggoo-pytables_backwards_compatability
       new  c174c3d   Merge pull request #6386 from bwignall/assert_6175_newAsserts_3
       new  fbd6fcc   CLN: Specialize assert_(np.array_equal(...))
       new  1d36bd9   BUG: Bug in DataFrame.dropna with duplicate indicies (GH6355)
       new  9940cfb   Merge pull request #6388 from jreback/dups_dropna
       new  a95089d   DOC: add cookbook example for reading in simple binary file formats
       new  c6ad1cd   Merge pull request #6390 from cpcloud/cookbook-read-bin-6305
       new  cbc8c73   Fix behavior of `to_offset` with leading zeroes
       new  6590fc0   API/CLN: add in common operations to Series/Index, refactored as a OpsMixin          (GH4551, GH4056, GH5519)
       new  d5c9484   TST: Add tests for `to_offset` with leading zeroes
       new  4ebc5d1   Merge pull request #6380 from jreback/common_ops
       new  4adb98b   Merge pull request #6387 from bwignall/assert_6175_arrayequal_3
       new  c9b2ac5   CLN: Change assert_(a is [not] b) to specialized forms
       new  7cd9496   Merge pull request #6392 from bwignall/assert_6175_isisnot
       new  f7f9fdc   CLN: Change assert_(a [not] in b) to specialized forms
       new  0c0c647   BUG: Regression in chained getitem indexing with embedded list-like from 0.12 (6394)
       new  a2de9c6   DOC: release.rst update
       new  5eda239   Merge pull request #6396 from jreback/index_regr
       new  b9fb128   Add `to_offset` fix to release notes
       new  8aafbf2   TST: dtype issues on windows with test_getitem_dups
       new  a2c99fd   TST: disable odd test_data/test_fred tests failing, maybe a data revision?
       new  66ebbfe   DOC: missing spaces in release.rst
       new  fd5bfe0   DOC: more release.rst fixes
       new  b3a52f5   Merge pull request #6391 from ischwabacher/patch-1
       new  d1b2fc1   Merge pull request #6188 from jseabold/import-testing
       new  8517c05   BUG: Fix for GH6399, mergesort is unstable when ascending=False
       new  d21bece   BUG: Float64Index with nans not comparing correctly
       new  3d9ef5a   Merge pull request #6401 from jreback/float_equal
       new  883d172   ENH: pd.infer_freq() will accept a Series as input API: pd.infer_freq() will now raise a TypeError if given an invalid Series/Index type (GH6407)
       new  20b35fb   Merge pull request #6408 from jreback/freq_ops
       new  fd35ad7   API: validate conversions of datetimeindex with tz, and fixup to_series() to handle (GH6032)
       new  17f84af   Merge pull request #6398 from jreback/index_coerce
       new  2f70a1f   DOC: use ipython in bool replace doc warning
       new  342423f   DOC: use code block for shorter error message
       new  0366ebf   Merge pull request #6412 from cpcloud/replace-bool-doc-fix
       new  c9126a5   TST: GH6410 / numpy 4328
       new  6bc7925   Merge pull request #6413 from jreback/32_bit_tests
       new  9f4a600   BLD: add optional numpy_dev build
       new  a8775f1b  Merge pull request #6414 from jreback/numpy_dev
       new  e040adf   BLD: tweak numpy_dev build
       new  150f323   Merge pull request #6362 from jorisvandenbossche/doc-rolling
       new  ca1e7aa   BUG: inconcistency in contained values of a Series created from a DatetimeIndex with a tz, related (GH6032)
       new  6680b6b   ENH #6416: performance improvements on write - tradoff higher memory use for faster writes.
       new  95ce712   ENH: backport Python 3.3 ChainMap
       new  fc84fde   CLN/ENH: use Scope.swapkey() to update names
       new  092078e   Merge pull request #6419 from jreback/series_tz_fix
       new  2450678   ENH/CLN: track scope instead of hard coding minimal stack level
       new  17ad0ba   ERR/API: disallow local references in top-level calls to eval
       new  fadc195   BUG: ChainMap m parameter only exists in Python 3.4
       new  448ebec   BUG: use a regular for loop in _ensure_term
       new  91b2b00   Merge pull request #6366 from cpcloud/eval-fix-scope
       new  c9c84e7   REGR: Bug in Series.reindex when specifying a method with some nan values was inconsistent (noted on a resample) (GH6418)
       new  d837bd4   Merge pull request #6421 from jreback/reindex_limit
       new  c67ae75   ENH #6416 cleanup for PR
       new  cfc90d7   Merge pull request #6420 from mangecoeur/sql-perf
       new  8c09a9e   ENH: Add functions for creating dataframes with NaNs
       new  2717ed3   TST: windows dtype fix for test_series/test_reindex_pad
       new  e2e04ce   BUG: punt to user when passing overlapping replacment values in a nested dict
       new  ae69462   BUG: correctly tokenize local variable references
       new  aec3899   Merge pull request #6430 from cpcloud/eval-fix-at-containing-strings
       new  736552c   Merge pull request #6429 from cpcloud/replace-mapping-punt-5338
       new  e942d6c   DOC: link to pandas-cookbook instructions
       new  2983b69   Merge pull request #6435 from jvns/patch-2
       new  62e5651   PERF: Perf issue in concatting with empty objects (GH3259)
       new  c6b21b4   API: concat will now concatenate mixed Series and DataFrames using the Series name      or numbering columns as needed (GH2385)
       new  af63b99   Merge pull request #6438 from jreback/concat
       new  1eed83b   DOC: add explanation to doc/sphinxext
       new  e644d55   DOC: small doc fixes
       new  52f877d   Merge pull request #6442 from jorisvandenbossche/doc-fixes
       new  9564ead   Merge pull request #6395 from bwignall/assert_6175_innotin
       new  66c9d9e   TST: fix spurious tests for test_groupby (GH6436)
       new  3a78a30   BUG/TST: iloc will now raise IndexError on out-of-bounds list indexers to promotoe          consistency with python/numpy syntax. The out-of-bounds for slice indexers          will continue to work (again for consistency) (GH6296 / GH6299)
       new  76b5816   DOC: fix .tz attribute error in DatetimeIndex when building docs
       new  a96b53d   Merge pull request #6443 from jreback/iloc_bounds2
       new  86e746d   CLN: minimize tokenizer passes
       new  d20454e   Merge pull request #6432 from cpcloud/eval-consolidate-tokenization
       new  cefb0c6   INT/CLN: clean up block slicing semantics
       new  7e2f7bc   Merge pull request #6446 from jreback/iloc_tests
       new  7aeab9a   str_extract should work for timeseries, bug 6348
       new  2e47bd6   BUG FIX: cartesian_product now converts all arguments to ndarrays
       new  b7194ab   BUG/TST: sorting of NaNs on sym_diff
       new  8eea09c   CLN: remove dead code in pandas.computation
       new  e2f0b56   Merge pull request #6448 from cpcloud/eval-coverage
       new  5a3076a   Merge pull request #6453 from TomAugspurger/sym_diff_nan3.4
       new  a9a46d6   Merge branch 'fix-cartesian-product' of https://github.com/shoyer/pandas into shoyer-fix-cartesian-product
       new  8efa4ac   Merge branch 'str_extract_time_series_bug' of https://github.com/andrewkittredge/pandas into andrewkittredge-str_extract_time_series_bug
       new  0a0224c   BLD: remove pdb from test_strings.py
       new  f0dcb5c   BLD: add numpy 1.8.x builds as optional
       new  19f19f8   Add references to isnull in notnull docs and vice versa
       new  888c8ea   Merge pull request #6458 from qwhelan/notnull_doc
       new  7b46c70   Merge pull request #6441 from jorisvandenbossche/doc-sphinxext-readme
       new  2a50da8   COMPAT: infer_freq compat on passing an Index of strings (GH6463)
       new  2c7be34   Merge pull request #6465 from jreback/infer_freq2
       new  9daad6c   BUG: split should respect maxsplit when no pat is given
       new  27a7f94   Merge pull request #6467 from cpcloud/str-pat-n-fix-6466
       new  b06e9d0   DOC: release notes for #6466
       new  63f46c1   Merge pull request #6422 from jseabold/make-missing
       new  3634654   ENH: Allow custom frequencies. Closes #4541.
       new  4c663be   Merge pull request #6473 from jseabold/allow-freq-test-utils
       new  0eb3818   Modified get_data_famafrench(name) to allow for all file extensions. Fixes error when getting "F-F_Momentum_Factor" data (uses a .TXT extension instead of .txt)
       new  8ca2460   BUG: Bug in sum of a timedelta64[ns] series (GH6462)
       new  878ccea   Merge pull request #6475 from jreback/td
       new  3896559   BUG: Bug in resample with a timezone and certain offsets (GH6397)
       new  ed20b1d   Merge pull request #6477 from jreback/resample
       new  e3ecdba   CLN: remove vestigial count code
       new  6318cc0   Merge pull request #6480 from dsm054/remove_vestigial_count
       new  1abb116   PERF: perf improvements in DataFrame construction with a non-daily datelike index (GH6479)
       new  872ba0d   BUG: fix non-caching of some frequency offsets for date generation
       new  435babd   DOC: Expand on usage.
       new  44714bd   Merge pull request #6489 from jseabold/docs-clarification
       new  10ad9dd   Initial implementation of calculation of astronomical Julian Date.  * Added 'to_julian_date()' to Timestamp  * Added 'to_julian_date()' to DatetimeIndex  * Added tests for both methods.
       new  8cd9819   Merge pull request #6481 from jreback/di_perf
       new  a54eae5   BUG: Bug in iat/iloc with duplicate indices on a Series (6493)
       new  d0e2a9f   Merge pull request #6495 from jreback/iat
       new  9e4376d   PERF: perf improvements in single-dtyped indexing (GH6484)
       new  ec1aad8   DOC: Clarify that methods taking a MultiIndex level index also accept the name
       new  1d573b4   BUG/TST: read_html should follow pandas conventions when creating empty data
       new  fb6b803   Merge pull request #6447 from cpcloud/read-html-float-iterable-5129
       new  b4ec4e5   DOC: further homogenized the description of "level" argument
       new  db6433c   DOC: level argument description in _binop
       new  8cdd721   Merge pull request #6500 from toobaz/level_name
       new  698787a   DOC: show users how to emulate R c function with iloc slicing and r_
       new  f94a8d5   Merge pull request #6499 from cpcloud/r-slicing-with-c
       new  0364bae   TST: windows dtype test fix for tests_indexing/test_imethods_with_dups
       new  6c3755b   Merge pull request #6486 from jreback/reindex
       new  9788ad1   PERF: optimize index.__getitem__ for slice & boolean mask indexers
       new  f149927   Merge pull request #6440 from immerrr/index-getitem-performance
       new  080e461   BUG: Bug in multi-axis indexing using .loc on non-unique indices (GH6504)
       new  6efa4c1   Merge pull request #6506 from jreback/dup_loc
       new  d6bbc4e   remove semicolon from CREATE TABLE legacy template
       new  61b141b   ENH: add method='dense' to rank
       new  b4904f8   DOC: Add common error message to byte-ordering gotcha.
       new  30d3cba   Merge pull request #6521 from danielballan/endian-gotcha
       new  a1a2cfb   BUG: fix _ref_locs corruption when slice indexing across columns axis
       new  47785e3   Merge pull request #6525 from immerrr/fix-df-column-slice-indexer
       new  7b0d5cc   BUG: Regression from 0.13 in the treatmenet of numpy datetime64 non-ns dtypes in Series creation (GH6529)
       new  e91a091   Merge pull request #6530 from jreback/datetime_convert
       new  cdc51d4   BUG/API groupby head and tail act like filter, since they dont aggregage, fixes column selection
       new  11c78da   ENH: Preserve .names in df.set_index(df.index)
       new  ab55cbe   informative error message
       new  7687eae   Merge pull request #6535 from clarkfitzg/error_message
       new  28f3af4   Merge pull request #6459 from qwhelan/set_index_names
       new  3f2fc32   BUG: Bug in setitem with a duplicate index and an alignable rhs (GH6541)
       new  fc07edb   Merge pull request #6542 from jreback/dup_assign
       new  148abe6   BUG: Bug in setitem with loc on mixed integer Indexes (GH6546)
       new  2a00574   Merge pull request #6548 from jreback/loc_setitem
       new  689d765   BUG/API: Fix stata io to deal with wrong data types and missing values (GH6335)
       new  463991b   BUG/TST: fix several issues with slice bound checking code
       new  549a390   Merge pull request #6531 from immerrr/fix-out-of-bounds-slice-issues
       new  cbd3d5f   BUG: fix fancy indexing with empty list
       new  df63b3a   ENH: Keep series name in GroupBy agg/apply ops
       new  1fbc534   DOC add groupby head and tail to docs
       new  1fca5be   Merge pull request #6068 from bburan-galenea/bburan/dataframe_groupby_apply_series_name
       new  baa4c1d   BUG: Fix irregular Timestamp arithmetic types #6543
       new  1bab0a2   Merge pull request #6533 from hayd/groupby_head
       new  4cb0165   BLD: change wheel url to pandas.pydata.org BLD: remove scikit-timeseries from the deps and builds BLD: numpy_master bld to use lastest pytz/python-dateutil
       new  08491d1   Merge pull request #6567 from jreback/versions3
       new  20bc96d   BLD: add bottleneck 0.8.0 to 3.3 build
       new  170377d   Merge branch 'fix-fancy-indexing-empty-list' of https://github.com/immerrr/pandas into immerrr-fix-fancy-indexing-empty-list
       new  c8096ef   BUG: Series.quantile raising on an object dtype (GH6555)
       new  0638be8   ENH: Allow timestamp and data label to be set when exporting to Stata
       new  6fde3ae   BUG: preserve frequency across Timestamp addition/subtraction (#4547)
       new  3590d8c   Merge pull request #6558 from jreback/quantile_object
       new  7d49037   Merge pull request #6553 from bashtage/time_stamp-data_label-reserved_words
       new  fb1b4a9   Merge pull request #6560 from rosnfeld/issue_4547
       new  c444c73   ENH/BUG groupby nth now filters, works with DataFrames
       new  feaca40   TST add vbench for groupby nth
       new  6e758b7   Merge pull request #6569 from hayd/groupby_nth
       new  3d93c1d   BLD: fix versions of setuptools/pip/wheel to be stable and know to work
       new  9e12645   DOC: cookbook.rst entry
       new  7199ef0   CLN: Change assert_([not] isinstance(a,b)) to specialized forms
       new  df3eaee   CLN: Change assert_([not] isinstance(a,b)) to specialized forms
       new  f87a052   BUG: Bug in .xs with a nan in level when dropped (GH6574)
       new  3b4d839   Merge pull request #6577 from bwignall/assert_6175_isinstance
       new  8a573af   Merge pull request #6579 from jreback/xs
       new  6b891e6   CLN: Finish changing assert_(...) to specialized forms
       new  48a6849   Merge pull request #6580 from bwignall/assert_6175_cleanup
       new  cf691ab   Make to_csv return a string in case no buffer is supplied.
       new  33964db   FIX use selected_obj rather the obj throughout groupby
       new  0c10dad   PERF #6570 patch by @jreback
       new  4119e04   Merge pull request #6570 from hayd/groupby_selected_obj
       new  391ed32   Merge pull request #6406 from filmor/patch-2
       new  6968da8   FIX raise when groupby selecting cols not in frame
       new  bf569f9   BUG: Bug in fillna with method = bfill/ffill and datetime64[ns] dtype (GH6587)
       new  b7dc475   Merge pull request #6588 from jreback/date_fill
       new  92e813f   ENH: including offset/freq in Timestamp repr (#4553)
       new  26e8fa8   Merge pull request #6575 from rosnfeld/issue_4553
       new  022ab40   FIX filter selects selected columns
       new  a265c5c   Merge pull request #6593 from hayd/groupby_filter_filter
       new  fe509a8   Merge pull request #6510 from rcarneva/master
       new  5c60f5c   BUG/TST: replace iterrows with itertuples in sql insert (GH6509)
       new  1127d70   TST: add check_exact arg to assert_frame/series_equal
       new  dc59749   Merge pull request #6591 from jorisvandenbossche/sql-itertuples
       new  c567de4   FIX: Bug whereby array_equivalent was not correctly comparing Float64Indexes with NaNs.
       new  45009f0   Merge pull request #6597 from unutbu/fix-equivalent
       new  3cd9698   Remove the special case for empty dataframes in to_html.
       new  53a206b   BUG: iloc back to values for assignment. Closes #6602.
       new  f3e4397   ENH: Make sure to return int for indices
       new  0a0e3b3   BUG: Bug in popping from a Series (GH6600)
       new  b94c576   Merge pull request #6603 from jseabold/fix-testing
       new  a71ede3   Merge pull request #6601 from jreback/pop
       new  5be379f   API: default value for read_excel sheet (GH6573)
       new  95d6fb3   FIX str.match uses na flag
       new  3ac2bdf   TST: enable MySQL tests
       new  268ee80   ENH/TST: Support for non-ascii encodings in DataFrame.to_excel (GH3710)
       new  ba824e8   Merge branch 'excel_default' of https://github.com/clarkfitzg/pandas into clarkfitzg-excel_default
       new  66611ee   Merge pull request #6613 from jorisvandenbossche/sql-mysql2
       new  c667aa1   CLN #6589 remove print statements when sep=None is passed to read_csv
       new  6899ed6   Merge pull request #6615 from mangecoeur/CLN-6589
       new  68b1256   BUG/CLN: fix iloc when positional indexer matched Int64Index keys
       new  d870b40   BLD: add 3.4 build requirements and wheels
       new  42ef6fd   Merge pull request #6614 from immerrr/drop-reindex-takeable-param
       new  98f51f5   ENH: Allow longtable in to_latex. Closes #6616.
       new  74fbfcb   BUG: Bug in fillna with limit and value specified
       new  e19b2eb   Merge pull request #6628 from jreback/fillna_limit
       new  a316f2f   BUG/API: allow TimeGrouper with other columns in a groupby (GH3794)
       new  a7b19f9   CLN/API: replace groupby.CustomGrouper with Grouper          rename internally Grouper to BaseGrouper to avoid conflict          TimeGrouper to now inherit from Grouper
       new  2f667db   DOC: update groupby docs for using pd.Grouper
       new  0e2c938   BUG: Error in to_stata when DataFrame contains non-string column names
       new  403f778   Merge pull request #6622 from bashtage/stata-timestamps
       new  5e965e9   CLN: refactor of groupby/resample to handle Grouper      in a more elegant / cleaner way by keeping internal      groupby state inside the Grouper rather than passing      around lots of results
       new  8361ca6   Added test and basic unicode support
       new  a576d74   Merge pull request #6596 from jacobschaer/GBQ_Unicode_Support
       new  03743af   Merge pull request #6611 from hayd/str_match_nan
       new  dcbbc59   Merge pull request #6405 from filmor/patch-1
       new  9a15512   API: A tuple passed to DataFame.sort_index will be interpreted as the levels of      the index, rather than requiring a list of tuple (GH4370)
       new  6e7054a   ENH: Have pivot and pivot_table take similar arguments
       new  4216178   Merge pull request #5505 from jsexauer/fix5505
       new  7bb9174   DEPR: remove 'columns' kw from DataFrame.sort (prior deprecated circa 2012)
       new  361f703   Merge pull request #6516 from jreback/time_grouper
       new  b6cfeae   Merge pull request #6639 from jreback/sort_error
       new  ff2c5f2   DOC: whatsnew edits
       new  1c65b96   Speed up DatetimeConverter by using Matplotlib's epoch2num when possible.
       new  6f945d3   TST: skip sql tests if connection to server fails
       new  429f0f5   Merge pull request #6651 from jorisvandenbossche/sql-skiptests
       new  dc95c4c   Added vbench performance benchmark for speed up of DatetimeConverter.
       new  b77eb1f   SQL: move df.to_sql to generic + update with new functionality
       new  e0058fb   Merge pull request #6598 from jorisvandenbossche/sql-to_sql
       new  0df3f06   BUG: disallow mixed dtype operations
       new  3459096   DOC: some minor doc fixes
       new  f59e33c   Merge pull request #6653 from jorisvandenbossche/doc-fixes2
       new  7a05ee8   PLAT: platform sorting issue surfaced with time_grouper
       new  5322695   Merge pull request #6649 from pydata/platform_sort
       new  98a4b37   DOC: update groupby pd.Grouper docs
       new  0719f21   CLN: move set_grouper/get_grouper type pd.Grouper methods to internal
       new  9ed9c37   Merge pull request #6655 from jreback/groupby
       new  25506e5   Merge pull request #6652 from cpcloud/gh-5198-stack-blow-eval-mixed-type-operations
       new  35f1dea   Fixes to DatetimeConverter speed up following PR comments and corresponding note in release notes..
       new  64d9e92   Fix failed tests when importing Series from pandas.
       new  19ab5ed   Merge pull request #6650 from agijsberts/speed-up-dateconverter
       new  889fe1e   PERF: Improve performance custom business days (#6584)
       new  6bba5e7   REGR: fixing Timestamp/Series subtraction, resolves #6648
       new  dd5c112   BLD: update wheel build script to add in psycopg2 support
       new  765b3e0   VIS: added ability to plot DataFrames and Series with errorbars
       new  f0055c5   Merge pull request #6592 from bjonen/master
       new  2e13849   Merge pull request #6657 from rosnfeld/issue_6648
       new  dd5d78b   BUG: Bug in compat with np.compress, surfaced in (GH6658)
       new  4b9baed   Merge pull request #6659 from jreback/compress
       new  08e0a96   Merge pull request #5638 from gibbonorbiter/master
       new  935da55   BLD: statsmodels testing versions now 0.5.0, except py2.6 for 0.4.3
       new  8d87a29   dataframe bar plot can now accept width and pos keywords for more flexible alignment
       new  afcd8a2   BUG: Seed RNG in test_partially_invalid_plot_data
       new  96d4968   Use a context manager for RNG
       new  8fc8b5a   Merge pull request #6670 from TomAugspurger/partially-invalid-plot
       new  b6858b9   DOC: Add section on using in operator with Series, DataFrame
       new  7e78d7c   Merge pull request #6433 from danielballan/in-gotcha
       new  1c5e779   A merged version of all my commits .
       new  80cef54   Merge pull request #6672 from gouthambs/iss5609
       new  eb88692   ENH: define the order of resolution for index vs columns in query/eval
       new  c12166f   Merge pull request #6677 from cpcloud/index-resolvers-after-columns
       new  cd81d20   BUG: Bug in binary operations with a rhs of a Series not aligning (GH6681)
       new  66cf19a   Merge pull request #6682 from jreback/binary_op
       new  88c4c55   BUG: NaN values not converted to Stata missing values
       new  83b1ce4   Merge pull request #6685 from bashtage/stata-world-indicators
       new  4214a17   BUG: Bug in resample with extra bins when using an evenly divisible frequency (GH4076)
       new  7ffa655   Merge pull request #6690 from jreback/resample_bin
       new  767041a   Update documentation on visualization to mention using pandas objects directly with matplotlib and the automatically installed date and time formatter.
       new  ab0272c   Merge pull request #6660 from agijsberts/docs-plot-with-mpl
       new  599156f   Deprecate cols in to_csv, to_excel, drop_duplicates, and duplicated.  Use decorator.  Update docs and unit tests. [fix #6645, fix#6680]
       new  8aee1cd   PERF: dataframe.from_records: read into list w/ itertools.islice when specifying nrows #6700
       new  c59bf0b   DOC: add to docstring of core/groupby/Grouper
       new  5999ac8   BLD: use numpy 1.8.1 in 2.7 build      use scipy 0.13.3 in 3.3. build BLD: move sql libs up in requirements to facilitate building wheels
       new  06557db   dataframe bar plot can now accept align keyword
       new  110406c   Merge pull request #6691 from sinhrks/bar_center_pr
       new  3230ed4   EHN/FIX: Add na_position parameter to DataFrame.sort. Fixes GH3917 TST: Skip mergesort test if `np.argsort` raises TypeError on any mergesort.
       new  87e1212   Merge pull request #5231 from unutbu/nan-sort
       new  88829b4   BUG: Bug in consistency of groupby aggregation when passing a custom function (GH6715)
       new  43baf9e   COMPAT: change Series.sort to use na_position rather than deprecated na_last
       new  8b30816   BUG: shift now converts named axis to numer. fixes #6724 TST: test named shift with named axis
       new  4c3b9e5   Merge pull request #6725 from dalejung/shift_named_axis
       new  1ff776a   Merge pull request #6718 from jreback/groupby_agg
       new  50c0a03   TST: Added tests for pairwise behaviour in rolling moments.
       new  9a92ad2   ENH: Implemented pairwise rolling moment functions.
       new  aeba806   ENH: Folded the *_pairwise rolling moment functions into the base function API.
       new  27442b1   DOC: Updated documentation for pairwise API changes.
       new  1fcb94e   ENH: Marked rolling_corr_pairwise and expanding_corr_pairwise as deprecated.
       new  d33a50f   added percentage rank to DataFrame.Rank
       new  aa166bf   Merge pull request #4950 from snth/pairwise
       new  b67848e   Merge pull request #6728 from MichaelWS/master
       new  578ae49   SQL: add index_label keyword to to_sql
       new  de167f7   Merge pull request #6642 from jorisvandenbossche/sql-multiindex
       new  825cf55   BUG: bug in BlockManager._get_numeric_data, with invalid combine
       new  bc9f380   Merge pull request #6730 from jreback/numeric
       new  32b3a06   BUG: Bug in resample when how=None resample freq is the same as the axis frequency (GH5955)
       new  bbab950   Merge pull request #6731 from jreback/resample
       new  92e8ac8   BUG: Bug in downcasting inference with empty arrays (GH6733)
       new  5c211bf   Merge pull request #6737 from jreback/infer
       new  1eab1a2   DOC: small doc fixes (build warning in sym_diff + formatting in release notes)
       new  39923f6   Merge pull request #6739 from jorisvandenbossche/doc-fixes
       new  51d6f16   BUG: MPL Plot cannot make loglog option worked
       new  42e04ee   DOC: minor documenation changes
       new  540c1ab   Merge pull request #6722 from sinhrks/loglog
       new  a4599a7   API: all offset operations now return Timestamp types (rather than datetime), Business/Week frequencies were incorrect (GH4069)
       new  0e73689   Merge pull request #6743 from jreback/freq
       new  9266f0d   DOC: fixes empty boxes + too wide: - excel: code snippets too wide - visualisation: for some reason now empty boxes when ipython code blocks with plt.figure were suppressed, but not when removing the semicolon
       new  40045dc   DOC: improve docstring of pd.melt
       new  73506cb   TST: windows dtype correction
       new  5cab310   PRF: .shift() speedup: Only pass in c_contiguous arrays to np.roll/take
       new  3a4e770   PRF: Fixed shift speed tests and added consolidated DataFrame shift perf test
       new  1a62444   BUG: fix NDFrame.as_blocks() for sparse containers
       new  a44c304   Merge pull request #6747 from dalejung/quick_shift_fixes
       new  1c438e8   Merge pull request #6748 from immerrr/fix-as-blocks-for-sparse
       new  2ada054   BUG: NaTType can be unpickled properly
       new  62b4d64   Fix SQLLegacy to allow parameters as mapping
       new  4cf59fe   Add SQL read_parameters tests
       new  c2b8c45   Merge pull request #6709 from gpoulin2/master
       new  2e18d1a   Merge pull request #6746 from jorisvandenbossche/doc-fixes
       new  b480094   PERF: perf improvements in timedelta conversions from integer dtypes
       new  e9c1047   DOC: documented that .apply(func) executes func twice on the first time
       new  cf0ef42   Merge pull request #6756 from anton-d/master
       new  4bd1e6a   Merge pull request #6754 from jreback/timedelta_perf
       new  95a562c   DOC: correct alignment of GH6756
       new  373ab0f   BUG: Series.iteritems should be lazy
       new  81b67c4   ENH: Panel.shift now uses NDFrame.shift. PRF: Adding Panels.shift test
       new  772b13a   Merge pull request #6761 from TomAugspurger/lazy-iteritems
       new  70de129   Merge branch 'general-shift-4867-panel' of https://github.com/dalejung/pandas into dalejung-general-shift-4867-panel
       new  6e93e75   BUG: Use reversed to check for list
       new  3b79094   DOC: cookbook
       new  673b4c9   DOC: Issue #6763 - Corrected MERGE example
       new  c227499   Merge pull request #6776 from SplashDance/master
       new  8120a59   Use svg travis badge
       new  61eac3d   BUG: Bug in setting a tz-aware index directly via .index (GH6785)
       new  0dfa193   Merge pull request #6786 from jreback/set_index
       new  890bef1   BUG: bug in taking all on a multi-index when only level 0 is specified (GH6788)
       new  97e87b8   TST: simply some yahoo network tests
       new  300610e   Merge pull request #6790 from jreback/slice
       new  d703256   DOC: Improve doc-string for `copy` kw on `convert_object()` (GH1234)
       new  a9a9610   Merge pull request #6791 from ankostis/master
       new  106bac8   Merge pull request #6765 from TomAugspurger/lazy-iteritems
       new  35281dc   BUG: duplicate (getitem) indexing with iloc (GH6766)
       new  7d5fde7   Merge pull request #6799 from jreback/iloc_dups_1
       new  0f031b7   BUG: fix metacharacter replacement bug in DataFrame.replace()
       new  10b9020   StataWriter: Replace missing values in string columns by an empty string
       new  dd12965   Merge pull request #6778 from cpcloud/regex-false-replace
       new  b4f3f0f   BUG: bug in timedelta ops on 32-bit platforms (GH6808)
       new  4d3a60f   BUG/ENH: Fix to_excel representation of inf values
       new  7c073c4   Merge pull request #6812 from jtratner/excel-inf
       new  78b3bf9   BUG/API: disallow boolean arithmetic operations
       new  304a52e   CLN/TST: move ops test from test_frame.py to test_expressions.py
       new  a228d1e   BUG: check for dtype attr then check block types if no dtype attr
       new  fe9aa12   Merge pull request #6803 from cpcloud/bool-arith-ops-6762
       new  c0bf1d7   Remove number of deprecated parameters/functions/classes [fix #6641]
       new  91befdd   ENH: added nunique and value_counts functions to Index
       new  657d255   Merge pull request #6734 from sinhrks/ind_nunique
       new  e346774   BLD: spring cleaning on Makefile
       new  405018c   Merge branch '6700_dataframe_from_records_itertools' of https://github.com/westurner/pandas into westurner-6700_dataframe_from_records_itertools
       new  f5c766f   TST: dtype fix for test_base, from PR 6734)
       new  5b98151   Merge pull request #6784 from cpcloud/clean-up-makefile
       new  88a5762   BUG: Fix unconverting of long strings from HDF (GH6166)
       new  e79058d   TST/BUG: make the gender variable non random in test_hist_by_no_extra_plots
       new  4008fa3   CLN: leftover rebasing from 405018c
       new  ec16908   BUG: DataFrame._reduce was converting integers to strings in mixed-type case. BUG: Remove creating np.array. This allows us to use our own logic for promoting dtypes. #6806
       new  d568916   Merge pull request #6823 from cpcloud/vbench-git-fix
       new  886e30b   Merge pull request #6821 from jreback/unconvert2
       new  92707b9   Merge pull request #6822 from cpcloud/no-random-hist-by-test
       new  b8132b9   DOC: add versionadded for hdf.default_format (GH6554)
       new  d379a27   BENCH: add vbench for issue 6697
       new  e2de7a3   Merge branch 'mixed_dtype_string_promotion' of https://github.com/dalejung/pandas into dalejung-mixed_dtype_string_promotion
       new  4be6c58   BUG: Regression from 0.13 with fillna and a Series on datetime-like (6344)
       new  ba1cd18   Merge pull request #6824 from jreback/fillna
       new  9f33bc4   Merge branch 'StataParser' of https://github.com/PKEuS/pandas into PKEuS-StataParser
       new  e84efe5   Merge pull request #6825 from cpcloud/replace-dict-vbenches
       new  f18eb10   DOC: Fixed repetition
       new  516c0c7   Merge pull request #6832 from toobaz/docfix_correlations
       new  fa508d3   BUG: adding np.timedelta64 to DatetimeIndex with tz outputs incorrect result
       new  ee1923c   Merge pull request #6818 from sinhrks/timedelta64
       new  8e3bdfe   ENH: Implementation of holidays and holiday calendars to be used with the      CustomBusinessDay offset.  Also add an Easter holiday for use in      calendars.
       new  d0c7090   pandas.plotting now supports table keywords
       new  4663353   Merge pull request #6661 from sinhrks/table
       new  0e287e5   DOC: updates to indexing.rst / chained indexing docs
       new  0d79ff8   DOC: add performance section to io.rst
       new  ce1cf8c   DOC: v0.14.0 updates
       new  61ea0a3   DOC: add space considerations to IO methods in performance section
       new  2cd3810   BUG: fix replace bug where different dtypes in a nested dict would only replace the first value
       new  147bf04   Merge branch 'fix6641_pr' of https://github.com/jsexauer/pandas into jsexauer-fix6641_pr
       new  0cc3677   Merge pull request #6820 from cpcloud/replace-dtype-bool-fix
       new  62d8d32   DEPR:  Deprecate DateRange [fix #6816]
       new  1c5a581   Additional documentation for holiday calendars and minor correction to start/end date logic.
       new  306a005   Merge pull request #6840 from rockg/holiday-doc
       new  f349a5d   DOC: Use correct git hub numbers for deprecations [#6641]
       new  2614b2b   Merge pull request #6844 from jsexauer/fixDoc6813
       new  7f1dc9c   DOC: minor formatting corrections in v0.14.0 / release
       new  0b7e917   ERROR: better expection for passing a MS frequency (GH5332)
       new  e95bdce   TST: correction for freq in GH5332
       new  4b35ff0   API/BUG Raise ValueError when stacking nonunique levels
       new  f8c566c   Merge pull request #6849 from TomAugspurger/unstack-nonunique
       new  86bc2e3   API: make Series.sort/order arguments in the same order      drop unused Series.sort order argument      added Series.sort na_position argument to conform with Series.order      Series.order default kind is not 'quicksort' to conform with Series.sort      (and others), (GH6847)
       new  b7492fe   ENH: Index(...) constructor creates a MultiIndex when appropriate.
       new  9119641   DOC: updated dsinstro.rst
       new  6387f38   Merge pull request #6848 from jreback/sort
       new  6ac4d74   BUG: to_timedelta not properly converting some units (GH6855)
       new  5cfd7b6   Merge pull request #6858 from jreback/timedelta
       new  c1440e9   DOC: minor docs changes
       new  8438e86   Update v0.10.1.txt
       new  15c3b9f   API: add inplace keyword to Series.order/sort to make them inverses (GH6859)
       new  e465b81   BUG: _tidy_repr should not be called when max_rows is None
       new  bc4bbf1   BLD: update 2.7 build (doc build) to use matplotlib 1.3.1
       new  ea883e0   Merge pull request #6863 from unutbu/max-rows
       new  c70b4ae   BLD: change 2.7 build to use scipy 0.13.3
       new  489286c   BUG: Bug in groupby.get_group where a datetlike wasn't always accepted (5267)
       new  3772f4c   DEPR: Indexers will warn FutureWarning when used with a scalar indexer and        a non-floating point Index (GH4892)
       new  ba3f6f5   Merge pull request #6872 from jreback/get_group
       new  31ab9ce   Merge pull request #6853 from jreback/float_indexers
       new  8161c85   Merge pull request #6861 from jreback/inplace
       new  3ad64b1   ENH partial sorting for mi in sortlevel
       new  8e774b8   DOC partial sort for multiindex
       new  b7f3acf   DOC: fix latex error build
       new  94e2194   BUG: Arithmetic, timezone and offsets operations affecting to NaT
       new  7a4514c   Merge pull request #6873 from sinhrks/nat_convert
       new  1c126de   BUG: data written with to_sql legacy mode (sqlite/mysql) not persistent GH6846
       new  f7205b5   Merge pull request #6875 from Acanthostega/master
       new  c7928f6   SQL: fix + test handling columns argument in read_table
       new  7e394d0   ENH: Use Float64HashTable for Float64Index backend
       new  8e36ff4   Merge pull request #6879 from cpcloud/float64-index-enh
       new  0a26065   ENH/TST SQL: add multi-index support to to_sql
       new  18bd0d6   ENH/TST SQL: add multi-index support to read_table
       new  ad1f47d   Merge pull request #6735 from jorisvandenbossche/sql-multiindex
       new  ca44b2e   SQL: add multi-index support to legacy mode (#6881)
       new  d151b90   SQL: keep backwards compatibility for write_frame index handling
       new  f418d6c   Merge pull request #6883 from jorisvandenbossche/sql-multiindex
       new  fa57c0d   BUG: properly rename single group match in Series.str.extract()
       new  d2e1abf   Merge pull request #6888 from cpcloud/single-group-extract-match-naming
       new  6be8784   CLN: replace pandas.compat.scipy.scoreatpercentile with numpy.percentile
       new  9d89f51   CLN/TST: return Timestamp for .quantile on datetime[ns] series
       new  f30278e   Merge pull request #6810 from gdraps/replace-scoreatpercentile
       new  f8becdd   DOC: note about query strings in HDFStore selection
       new  39b9f79   Merge pull request #6905 from cpcloud/query-doc
       new  e6a531d   API: update SQL functional api #6300
       new  f300279   TST: test new read_sql api
       new  9681959   Merge pull request #6867 from jorisvandenbossche/sql-api
       new  2cf3eb6   BUG: TimeGrouper outputs different result by column order
       new  21565a3   Merge pull request #6908 from sinhrks/grouper
       new  85fcd78   TST: restructure sql tests
       new  92069c0   to_csv headers kwarg now works regardless of index flag
       new  163b392   Add release note
       new  8b2defa   Merge pull request #6916 from marcua/to-csv-headers
       new  ee61d65   ENH: Implement Panel.pct_change
       new  2c83a97   Merge pull request #6909 from TomAugspurger/panel_shift
       new  02cea49   ENH: Add an 'escape' keyword to DataFrame.to_latex (GH6472)
       new  5fd6e6c   Merge pull request #6912 from jorisvandenbossche/sql-tests
       new  85cb20d   DOC: Add recipe for shifting groups of values based on the index
       new  6fe9539   Merge pull request #6917 from unutbu/cookbook-apply-shift
       new  95090fd   DOC: minor correction in cookbook.rst
       new  fbd2343   Add how kwarg to rolling_* functions [fix #6297]
       new  c81712c   API: remove the copy kw from .xs to prevent accidental / confusing setting (GH6894)
       new  78cd15b   BUG: legend behaves inconsistently when plotting to the same axes repeatedly
       new  a9ee7f4   Merge pull request #6919 from jreback/xs_copy
       new  92852bd   Merge pull request #6845 from jsexauer/fix6297_pr
       new  583b4d4   Merge pull request #6678 from sinhrks/legend_pr
       new  09f377e   API: Stop modifying SQL column and names, and warn when pertinent.
       new  ae37790   BUG/INT: Internal tests for patching __finalize__ / bug in merge not finalizing (GH 6923)
       new  d206f83   Merge pull request #6924 from jreback/finalize
       new  6c36769   Merge pull request #6902 from danielballan/remove-safe-col-names
       new  31f06e6   ENH: Added CustomBusinessMonth offset.
       new  7554c87   API: align Panel.shift API with generic
       new  5524c3c   change pct_change back to a kwarg
       new  ac9b247   Merge pull request #6928 from TomAugspurger/panel_shift_kwarg
       new  f07a407   Deprecate order kwarg in factorize
       new  3cd0242   BUG/INT: Internal tests for patching __finalize__ / bug in concat not finalizing (GH 6927)
       new  e8e64ef   Merge pull request #6866 from bjonen/cbm
       new  4a37102   Merge pull request #6931 from jreback/finalize2
       new  f154c6e   ENH: Use Welford's method in stats.moments.rolling_var
       new  6e8f3f6   Merge pull request #6930 from TomAugspurger/factorize-kwarg
       new  8960456   add bins argument to histogram
       new  07f4966   Merge pull request #6817 from jaimefrio/rolling_var-welford
       new  a189d5d   CLN: failing test on 2.6/windows re GH6866, CustomBusinessMonth
       new  d6241d8   DOC: release/v0.14.0.txt edits
       new  a4a819f   Merge pull request #6850 from zachcp/histograms
       new  020197f   BUG: pass bins arg in hist_frame
       new  b8f56f2   Merge pull request #6935 from TomAugspurger/hist-fix
       new  5983c9c   API: change AssertionError to TypeError for invalid types passed to concat (GH6583) REGR: TextFileReader in concat, which was affecting a common user idiom (GH6583)
       new  759a907   Merge pull request #6941 from jreback/concat
       new  f45b714   BUG/ENH: Warn when falling back to python parser
       new  7168d98   Merge pull request #6889 from mcwitt/fix-gh6607
       new  d96fd80   BUG: Series/DataFrame.rank() doesn't handle small floats correctly #6868
       new  5be392e   Update indexing.py
       new  8d2efa7   Merge pull request #6946 from ribonoous/patch-1
       new  47c740d   BLD: add excel deps to 2.6 build
       new  01b3399   BUG: Fix to read decimal seconds from Excel.
       new  a5cab86   Merge pull request #6934 from jmcnamara/bug_decimal_seconds
       new  c76d464   CLN: simplify series plotting
       new  85157f0   BUG: Groupby.get_group doesnt work with TimeGrouper
       new  753a9d3   BUG: Pass args and kwargs to empty
       new  682ac7f   Merge pull request #6953 from TomAugspurger/_apply_empty_result-args
       new  ff7bb2c   BUG: Bug in sum/mean on 32-bit platforms on overflows with non-max dtypes (GH6915)
       new  7fe619f   Merge pull request #6954 from jreback/overflow
       new  1c2e106   ENH: quantiles accept list like
       new  c6730ea   Merge pull request #6955 from TomAugspurger/quantiles
       new  fb1aed6   CLN: remove items/ref_items attributes from Block class
       new  f51235a   CLN: rename Block.ref_locs -> mgr_locs to reduce confusion
       new  76055a3   BLD: numpy 1.9-dev requires cython for installation
       new  897a53c   Merge pull request #6745 from immerrr/refactor-blockmanager
       new  2972f37   Force 64-bit integers to comply with cython buffer specs
       new  0d2966f   COMPAT:  32-bit platform compat for Panel.count
       new  5fa6a39   ENH: pivot_table can now accept Grouper
       new  89502fc   Merge pull request #6913 from sinhrks/pivotg
       new  3b13646   Boxplot by quartile example code
       new  59a38d4   COMPAT: change neg of boolean to inv (deprecation in numpy 1.9) COMPAT: remove deprecation warnings on __new__ (in computation/pytables)
       new  5e7bf20   ENH: Added NDFrame.slice_shift
       new  81675b6   BUG: Change Panel.shift to use slice_shift #6605 #6826
       new  7839632   COMPAT: windows dtype fix in for Panel.count
       new  f0a0a1c   Merge pull request #6981 from pydata/winfix
       new  aaa592b   TST: windows dtype fix for test_pivot (GH6913)
       new  47409a0   COMPAT: fix array_to_datetime on comparison of NaT
       new  3be3444   COMPAT: fix warning for slice indexers when using floats in iloc that are convertible
       new  be29fd2   Merge pull request #6960 from jreback/warnings
       new  7cacecf   TST: test_frame/test_sum not comparing correctly on smaller sized dtypes (GH6982)
       new  d6f9b79   COMPAT: remove deprecated options from printing in test suite (GH6984)
       new  951f055   Merge pull request #6986 from jreback/warnings2
       new  2cafb82   PERF: improved performance of compatible pickles (GH6899)
       new  107057d   Merge pull request #6983 from jreback/pickle_perf
       new  9cde004   Merge pull request #6985 from jreback/test_sum
       new  41f384c   ERR: Add check for iterators when creating DataFrame
       new  b9efa31   Merge pull request #6977 from onesandzeroes/iterator-error
       new  faee760   Merge pull request #6876 from sinhrks/cln_plot
       new  9b394e2   TST: test_sum compare of less precise dtypes take 2
       new  6d7686a   CLN: drop internals._invert_reordering in favour of lib.get_reverse_indexer
       new  20ba83d   Merge pull request #6988 from immerrr/refactor-blockmanager
       new  77cbc42   DOC: fix some doc build warnings
       new  f75e781   TST: fix checking for less_precise in floats
       new  5824637   Merge pull request #6989 from jorisvandenbossche/doc-fixes2
       new  1dd7750   BLD: move PANDAS_TESTING_MODE env variable to .travis_yml BLD: remove scatterci references
       new  3aee98d   Merge pull request #6990 from jreback/less_precise
       new  4614ac8   Merge pull request #6914 from sinhrks/getgroup
       new  a4870b5   Merge pull request #6974 from dalejung/panel_shift_revert
       new  36357a0   PRF: Optimize 2d take operations.
       new  4a67608   DOC: release/v0.14.0.txt notes
       new  97c4a2e   BUG: enabling subplots works unexpectedly
       new  ccab72d   ENH: add count method to groupby (GH5610)
       new  6fa398e   ENH: infer selection_obj on groupby with an applied method (GH5610)
       new  f520e8d   BUG: fixup Categorical.describe to work with 'fixed' count CLN: remove __inv__, __neg__ from series and use generic version CLN: remove __wrap_array__ from generic (replace with __array_wrap__)
       new  134dd1f   BUG: handle as_index=False for pseudo multi-groupers (e.g. .describe())
       new  d2ead2c   Merge pull request #7000 from jreback/groupby_counts_agg
       new  5b838ab   ENH: Implementing str_wrap function
       new  0f36cf5   DOC: add performance reference in v0.14.0.txt
       new  ad49095   DOC: corrections in v0.14.0
       new  bcf7f0d   API: add is_beg_month/quarter/year, is_end_month/quarter/year accessors (#4565)
       new  37f8dc4   DOC: add notes to the groupby.rst docs
       new  ac189a2   Merge branch 'master' of https://github.com/mikebailey/pandas into mikebailey-master
       new  79df67a   BUG: parser_source as a filename with non utf-8 encoding in Windows filesystem (GH6807)
       new  0046886   BUG: duplicate indexing with iloc
       new  953e27b   Merge pull request #7006 from jreback/iloc_dups
       new  50ab8fc   BLD: fix failing vbench cases
       new  a67c672   BLD: travis changes forced system site-packages now unavailable BLD: fix nose version at 1.3.0 to avoid py3 issues
       new  006db75   DOC: add notes to the groupby.rst docs
       new  7918d60   Fix for GH 6885 - get_dummies chokes on unicode values
       new  1827abd   Merge pull request #7008 from immerrr/fix-failing-vb-suites
       new  3972f2a   BLD: add python 3.4 build on travis
       new  dc098d8   Merge pull request #7009 from jreback/python3.4
       new  2ccf301   BUG: fixing tseries plot cursor display, resolves #5453
       new  3c0dee6   Added selection example to cookbook
       new  6aafb91   Merge pull request #7012 from ojdo/patch-1
       new  2266194   DOC: cookbook.rst corrections
       new  b63a699   ENH: Area plot is now supported by kind='area'. Also, line plot and area plot can be stacked by stacked=True.
       new  bf3a9c6   TST: fixup test in tseries/test_offsets for test_datetimeindex (was using a current date)
       new  247bc22   TST: tests for groupby not using grouper column, solved in GH7000, (GH5614)
       new  fd757ce   CLN: fix invalid line in test_offsets.py
       new  cbdd359   Merge pull request #7019 from jreback/groupby_tests
       new  614e273   Merge pull request #6656 from sinhrks/area_pr2
       new  07f6d46   Merge pull request #7007 from rosnfeld/issue_6623
       new  525e835   TST: clean of test_offsets.py
       new  d5f9493   Merge pull request #6135 from hayd/mi_partial_sorting
       new  2d876be   Merge pull request #6578 from hayd/groupby_selecte_badcols
       new  3de6ceb   BUG: error in Float64Index with contains and non-float (GH7025)
       new  257217f   BLD: fix build caching
       new  880a3d0   ENH: Scatter plot now supports errorbar
       new  0961cab   BLD: caching update 2
       new  45e66eb   Merge pull request #6834 from sinhrks/errorbar
       new  36435bf   BLD: fix caching 3
       new  cafb835   BLD: fix caching 4
       new  0a00c47   Merge pull request #7026 from jreback/float_ni
       new  7aad61f   TST: Deprecation -> FutureWarning + catch in tests
       new  09f23c8   BLD: update submit_cache.py to to properly submit caches to iron.io
       new  0e29c4b   TST: nose.Skiptest on RemoteDataErrors in tests for io.data.Options
       new  a1bd004   BUG/TST: fix get_schema + add tests
       new  2b4cd9f   SQL: revert deprecated tquery/uquery to 0.13 version
       new  b5ede83   Merge pull request #7034 from dstephens99/OptionTests
       new  775057b   ENH: support pie plot
       new  7beac12   PERF: optimize Index.delete for dtype=object
       new  a803bad   TST: clean skipping tests in test_offsets
       new  4c79859   Merge pull request #7042 from jreback/test_offset
       new  e54fbee   Merge pull request #7040 from immerrr/perf-index-delete
       new  49aece0   Merge pull request #6976 from sinhrks/pie
       new  e8942ed   BUG: fix handling of color argument for variety of plotting functions
       new  1980c7a   TST: add tests for deprecation warnings from plotting functions
       new  43ede8d   DOC: Reorganize visualization.rst
       new  e94e38a   Merge pull request #7027 from TomAugspurger/visualization-rewrite
       new  bd2d105   DOC: Add parameter to docstring
       new  6c8b56a   ENH: cythonize groupby count
       new  d39dcf6   VB: add a vbench for groupby count
       new  5563ea5   BUG: numeric_only must be False for count
       new  a83c186   CLN: EAFP for count
       new  e82a65a   DOC: add release and v0.14.0.txt notes
       new  acc359f   Small typo
       new  30a7df1   Merge pull request #7046 from jseabold/docs-fix
       new  16e70c8   Merge pull request #7047 from jsexauer/patch-1
       new  eb3b677   Merge pull request #7016 from cpcloud/groupby-count-cython
       new  de6ed81   Merge pull request #6956 from anomrake/plotting
       new  165b604   SQL: put old tests back + some fixes to get them running
       new  bbdf617   DOC: release notes / v0.14.0 edits
       new  87cefe4   DOC: Give KDE a section header
       new  b117b7b   Merge pull request #7054 from TomAugspurger/visualization-cleanup
       new  8651a43   BUG: fix reading multi-level index in python parser
       new  85809e8   Merge pull request #7029 from mcwitt/csv_mi_bug
       new  5607ad7   DOC: fix formatting on plot formattting
       new  3d2c80f   Merge pull request #7062 from TomAugspurger/visualization-doc3
       new  59110fd   BUG: PEBKAC bug in Float64Index
       new  62bb43d   TST: add test for multiple element Float64Index containment
       new  ff95ac3   FIX: execute() works on a cursor.
       new  7fc7ad7   Merge pull request #6987 from jorisvandenbossche/sql-legacy-tests
       new  668f0f7   Merge pull request #7068 from cpcloud/float64-index-bug
       new  cf6cbb2   ENH: use size instead of cythonized count for fallback cases
       new  19c028d   Added text to the HDFStore.put() method indicating dropna is available and settable via option, as for append()
       new  f851b57   BUG: df.boxplot fails to use existing axis/subplot (#3578)
       new  8d381f4   BUG: Fix Xl(sx|wt)Writer always using `date_format`.
       new  3ec742a   Merge pull request #7075 from filmor/patch-1
       new  9311b04   SQL: resolve legacy mode + deprecate mysql flavor (GH6900)
       new  ec3b979   Merge pull request #7064 from davidljung/master
       new  98b4fcf   Merge pull request #7055 from cpcloud/groupby-count-with-size
       new  4b1f439   DOC: Remove newline in @verbatim code-block.
       new  fa1f585   Merge pull request #7078 from chebee7i/patch-1
       new  b7b6b1f   BUG: None in read_fwf colspec should work like empty slice
       new  16a8902   Merge pull request #7081 from TomAugspurger/fwf-slice
       new  da4c897   BUG: cache coherence issue with chain indexing and setitem (GH7084)
       new  ecaa39c   Merge pull request #7087 from jreback/series_cache
       new  35b5aed   BUG: use size attribute (not method call)
       new  b722dee   BUG: force float64 dtype in object results for groupby
       new  66ec3dd   BUG: DatetimeIndex cannot parse string ndarray with dayfirst
       new  953ba54   Merge pull request #7038 from sinhrks/dayfirst
       new  ad80d81   ENH/CLN: Add factorize to IndexOpsMixin
       new  76dd27f   Merge pull request #7090 from sinhrks/factorize
       new  76d33a1   BUG: unstack fails in PeriodIndex
       new  19fe376   Merge pull request #7089 from cpcloud/groupby-size-windows-bug
       new  49f3616   Merge pull request #7041 from sinhrks/unstack
       new  ebc4fed   release conflict
       new  c8e65ae   REGR: Regression in groupby.nth() for out-of-bounds indexers (GH6621)
       new  c3bebac   Merge pull request #7094 from jreback/groupby_nth_repr
       new  193f238   BUG: Datetime values in DataFrame.quantile()
       new  aa31fd1   Merge pull request #7093 from TomAugspurger/quantile-datetime
       new  db2288e   FIX sql handling of timedelta64 columns (GH6921)
       new  cba041e   Merge pull request #7077 from jorisvandenbossche/sql-legacy
       new  33c66bf   Merge pull request #7076 from jorisvandenbossche/sql-timedelta
       new  b781a37   TST: add tests for sql datetime writing
       new  f2f132b   Merge pull request #7082 from jorisvandenbossche/sql-datetime
       new  d566e77   TST/CLN: centralize common validation methods in test_graphics
       new  44e4026   TST: sql add tests for NaN handling
       new  dfa56da   Merge pull request #7036 from sinhrks/cln_plottest
       new  91a8319   BLD: catch additional network error messages
       new  91e9d81   API: update nth to use the _set_selection_from_grouper      makes first == nth(0) and last = = nth(-1)
       new  303a5a1   DOC: groupby v0.14.0 doc changes
       new  809d9d1   Merge pull request #7044 from jreback/groupby_nth
       new  b716e67   BUG: tz info lost by set_index and reindex
       new  2995737   DOC: update groupby/v0.14.0 docs for nth
       new  c59b217   Merge pull request #7092 from sinhrks/appendtz
       new  3c203f6   DOC: groupby.rst edits
       new  5f9d769   DOC: tiny groupby.rst edit
       new  ff76bf9   TYPO: idxmax is maximum, not minimum
       new  7e01e0a   Merge pull request #7102 from gruen/master
       new  4651c89   TST: fixup windows test from GH7092
       new  cd422c2   Merge pull request #7100 from jorisvandenbossche/sql-tests
       new  02ddd9e   BUG: GroupBy doesnt preserve timezone
       new  4c30610   Merge pull request #7099 from sinhrks/grouptz
       new  8c1cc5a   BUG: remove unique requirement rom MultiIndex.get_locs to enable      multi-index slicing on non-unique multi-indexes (GH7106)
       new  c9df3d4   Merge pull request #7107 from jreback/mi_slicers
       new  cc08ddb   ENH/BUG: partial string indexing with PeriodIndex
       new  3e4d003   Merge pull request #7043 from sinhrks/pslice
       new  21bdd1e   BUG: DatetimeIndex with freq raises ValueError when passed value is too short
       new  8a8ead6   DOC: v0.14.0.txt edits
       new  8d34e9b   BUG: Regression in the display of a MultiIndexed Series with display.max_rows (GH7101)
       new  d505d23   Merge pull request #7114 from jreback/mi_series_display
       new  843aa60   ENH/API: accept percentiles in describe
       new  1b2ad6c   TST: numpy 1.9 -dev exception changes indatetime64 indexing (GH7116)
       new  2bb2a8d   BUG: Escape `<` and `>` in info _repr_html_
       new  4c1f036   TST: windows dtype fix related GH3950
       new  0349071   Merge pull request #7118 from jreback/numpy_dev
       new  f26e668   Merge pull request #7088 from TomAugspurger/describe-quantiles
       new  dc07e60   API: allow option truncate for show_dimensions to only show the dimensions if the      frame is truncated (GH6547)
       new  3c57381   Merge pull request #7108 from jreback/show_dim
       new  61cf9c7   API: change default for show_dimensions to 'truncate', related (GH7108, GH6547)
       new  d7b2fa7   Merge pull request #7122 from jreback/show_dim_default
       new  7490f47   ERR: more informative error message on bool arith op failures
       new  26890ee   DOC: add release note and version doc/example
       new  f7e995c   Merge pull request #7015 from cpcloud/bool-raises-on-exprs-err-msg
       new  08b1b3e   Changed the link to my entries in the cookbook
       new  a842853   Merge pull request #7125 from nipunreddevil/master
       new  12a585c   Merge branch 'setfreq' of https://github.com/sinhrks/pandas into sinhrks-setfreq
       new  4479c82   BUG: dont use Counter and make test unambiguous
       new  36063e5   DOC: minor v0.14.0 changes
       new  b453fa3   Merge pull request #7129 from TomAugspurger/describe-quantiles-valuecounts
       new  684ce0b   BUG/API: info repr should honor display.max_info_columns
       new  0912936   Merge pull request #7130 from TomAugspurger/max_info_columns
       new  1f34b47   TST: change deprecation mode naming in PANDAS_TESTING_MODE, enable for 3.4 build
       new  1d9bc57   ENH nlargest and nsmallest Series methods
       new  a909e16   DOC/REF: add docstrings and DRY it up
       new  6673705   DOC: doc blurb in basics.rst
       new  fcec82e   Merge pull request #7113 from cpcloud/hayd-kth_smallest
       new  8ed8206   TST: disable PyTables PANDAS_TESTING_MODE - too many warnings
       new  1533480   TST: remove complex256 tests from nlargest/nsmallest
       new  5f8d8d3   TST: also skip datetime_NaT tests for sqlite3
       new  356b7a9   DOC: Update EPD link to Canopy
       new  5fbd854   Merge pull request #7135 from kjordahl/doc/update_epd_to_canopy
       new  592a537   adapt matplotlib .gitignore file
       new  67e525d   COMPAT/BUG: compat with pytz 2014.3, exposing several test that don't localize             properly (GH7137)
       new  cccabc6   Merge pull request #7144 from jreback/tz
       new  d917e07   ENH: Centrally truncate DataFrames
       new  48729e2   Merge pull request #7086 from bjonen/adj_trunc
       new  a0692be   API: Add return_type kwarg to boxplot
       new  5778573   DOC: Use shared docstring
       new  46bbc98   TST: restore matplotlib defaults before testing
       new  cfdbe8e   DOC: v0.14.0.txt updates
       new  a5f1a5d   DOC: update setup.py with 3.4 note
       new  76f6cf0   RLS: v0.14.0 release candidate 1
       new  0f5c1d6   SQL: add release notes for refactor (GH6292)
       new  0312605   DOC: update sql docs
       new  ad97d27   SQL: update some signatures and docstrings:
       new  bfd280a   Merge pull request #7120 from jorisvandenbossche/sql-release
       new  865d721   RLS: set isreleased=False
       new  8545aee   TST Fix AttributeError: 'iterator' object has no attribute 'next' on Python 3
       new  0def2a0   Merge pull request #7148 from cgohlke/patch-1
       new  b550b1b   TST:  test fixes for plotting with old scipy (GH7151)
       new  fab11c1   COMPAT: 2.6 format spec compat
       new  9fff73f   Merge pull request #7153 from cpcloud/test-compat-2.6-7152
       new  1baee4c   CLN: Python 3.4 deprecation of assert_
       new  eb97319   BUG: hashtable memory error causes test_factorize_nan crash
       new  21d25a9   BUG: PeriodIndex slices with out of bounds results incorrect
       new  2db285f   Merge pull request #7161 from sinhrks/pslice2
       new  a0b9a6a   Merge pull request #7162 from bwignall/issue7131_assert
       new  4590996   CLN: Deprecation of assert_
       new  cd6b4cf   Merge pull request #7164 from bwignall/issue7131_assert2
       new  a161f18   Merge branch 'hashtable' of https://github.com/mtkni/pandas into mtkni-hashtable
       new  6043065   CLN: Deprecation of assertEquals
       new  5ab2ef9   Merge pull request #7165 from bwignall/issue7131_assertEquals
       new  139c028   CLN: Deprecation of assertAlmostEquals
       new  8059b3e   Merge pull request #7166 from bwignall/issue7131_assertalmostequals
       new  e7f06c5   CI: use current versions for excel / dateutil / pytz on 3.4 build
       new  6617d57   Merge pull request #7170 from jreback/new
       new  bc17b7b   CLN: Deprecation of assert_
       new  88a8a17   CLN: Deprecation of assert_
       new  034c994   Merge pull request #7172 from bwignall/issue7131_assert_
       new  bf46747   BUG: fix isnull for 0d object arrays
       new  2bdfcff   Merge pull request #7176 from shoyer/isnull-0d-object-array
       new  00ed41f   CLN: Deprecation of assert_
       new  12cec84   Merge pull request #7182 from bwignall/issue7131_assertEquals
       new  573a06c   DOC: some doc build fixes
       new  8c1f550   Merge pull request #7185 from jorisvandenbossche/doc-fixes3
       new  54dd2a1   Update indexing.rst
       new  a329b2e   BUG: lookup global constants correctly in query/eval
       new  0535192   Merge pull request #7181 from cpcloud/eval-with-inf
       new  be45e0d   Merge pull request #7188 from AllenDowney/patch-1
       new  d345c9c   BUG: bug in recognizing out-of-bounds positional list indexer with iloc and a multi-axis tuple indexer (GH7189)
       new  9d01fe1   Merge pull request #7189 from jreback/panel_iloc
       new  655a242   DOC: fix api doc build warning
       new  748c5e0   BUG: Bug in setitem with a single item, and a multi-index and integer indicies (GH7190)
       new  415cba2   Merge pull request #7191 from jreback/loc_bug
       new  0dec048   BUG: Bug in expressions evaluation with reversed ops, showing in series-dataframe ops (GH7198)
       new  46e035f   CLN/DOC: add axis parameter doc for filter method
       new  2e1b092   Merge pull request #7201 from jreback/div
       new  8348414   BUG: Bug in multi-axis indexing with > 2 ndim and a multi-index (GH7199)
       new  28456d1   Merge pull request #7202 from jreback/iloc
       new  7e45b34   Merge pull request #7197 from cpcloud/filter-axis-doc
       new  4d191e2   CLN: make chunksize an integer in  to_csv to avoid float slicing semantics CLN: make nxes integers in _get_layout
       new  df895ef   Merge pull request #7204 from jreback/depr_clean
       new  ccd593f   BUG: check edge case with GH7190
       new  2a80837   COMPAT: disable Series datetimeindex/periodindex methods introduced in (GH6380)
       new  ceb6bc0   DOC: changes to remove Series datetime-like properties (GH6380)
       new  4b17314   Merge pull request #7206 from jreback/ops
       new  3afb09d   DOC: cookbook.rst entry
       new  77585bc   DOC: add some missing entries to api.rst
       new  39e4338   DOC: fix docs after disabling datetime-like Series-ops (GH7213)
       new  e8d8c61   Merge pull request #7215 from jorisvandenbossche/doc-fixes2
       new  626cdf9   DOC: doc fixups for (GH7213) CLN: cleanup related to (GH7206) don't create the disabled properties at all for Series
       new  94e63ae   Merge pull request #7216 from jreback/ops2
       new  bd8f31e   BUG: bug in setitem with multi-index and a 0-dim ndarray (GH7218)
       new  bfd5348   Merge pull request #7219 from jreback/si
       new  0ad9a8f   TST: tests for reindex_like consistency (GH7179)
       new  3a5897e   Merge pull request #7221 from jreback/reindex_like
       new  6b1ada8   TST/DOC/BUG: Accommodate OpenPyXL incompatibility
       new  418669d   Merge pull request #7214 from neirbowj/openpyxl_compat
       new  7ea4583   BUG: boxplot returns incorrect dict
       new  cf404da   DOC: corrections in v0.14.0
       new  d170f87   BUG: multi-index output formatting
       new  e165ddd   Merge pull request #7232 from bjonen/fix_7174
       new  2c12489   DOC: fix api docs
       new  f93448e   DOC: clean-up docstrings of option functions
       new  cb77f89   Merge pull request #7236 from jorisvandenbossche/doc-fixes2
       new  8793356   DOC: corrections in v0.14.0 / release DOC: put in anticipated release date in release / v0.14.0 (May 31, 2014)
       new  99c7b5a   Merge commit 'v0.14.0rc1-73-g8793356' into debian
       new  d2dc6ac   recythonized and added changelog entry (experimental)
       new  6a7ec5b   debian/patches: dropped CPed changeset_*s
       new  04fd56b   refreshed patches
       new  a6cac10   boosted policy compliance to 3.9.5
       new  0b2d087   fixed version (slipped)
       new  bb0d1df   debian/patches: added deb_disable_googleanalytics
       new  9a357af   TST/CLN: remove prints (esp of unicode), replacing with com.pprint_thing (GH7247)
       new  7443bb7   Merge pull request #7248 from jreback/fix_print
       new  9c92636   Merge pull request #7225 from sinhrks/boxbug
       new  b766ad9   API: let +, * and - pass thru but eval via Python
       new  1fa5dd4   Merge pull request #7245 from cpcloud/bool-warn-and-work-7210
       new  429f920   Merge commit 'v0.14.0rc1-79-g1fa5dd4' into debian
       new  2510d15   updated revision
       new  02b3d12   DOC: GH3850, add .isin to 10min.rst
       new  42be204   TST/BUG: Fix grouped_box_return_type
       new  2801bdc   Merge pull request #7239 from clham/gh3850
       new  3574069   Merge pull request #7260 from sinhrks/boxdict
       new  3c6216c   DOC: small change to 10min.rst TST: fix stata issue with NaT (GH7252) TST: fix issue with now time comparisons (GH7263)
       new  b7ce36a   Merge pull request #7264 from jreback/sparc_fixes
       new  77c6f0e   DOC: typo in 10min.rst
       new  247a611   TST: disable stata tests on big-endian (GH5781) TST: fix datetime64[ns] comparison on big-endian (GH7265)
       new  9480c3c   Merge pull request #7266 from jreback/sparc_fixes3
       new  2880181   BF: reading stata files - unpack read value describing stored byte order
       new  0f0fb94   Merge pull request #7272 from neurodebian/master
       new  767e95f   Merge commit 'v0.14.0rc1-90-g0f0fb94' into debian
       new  9631016   updated changelog and recythonized
       new  f852906   ENH: check for __array__ instead of ndarray subclasses when creating an Index
       new  1e367dc   DOC/RLS: remove duplicate content in release.rst and move remaining to whatsnew
       new  f9bcce7   Merge pull request #7270 from shoyer/use-__array__
       new  87a13e2   Merge pull request #7275 from jorisvandenbossche/release-notes
       new  14cebc0   DOC: add thanks list to release.rst
       new  da0f7ae   RLS: 0.14.0 final
       new  df2fb49   DOC: add whatsnew / release for 0.14.1
       new  e657310   Merge tag 'v0.14.0' into debian
       new  0567077   updated version in changelog and recythonized
       new  d623462   BUG: Index.min and max doesnt handle nan and NaT properly
       new  4935c27   BUG: TimeGrouper doesnt exclude the column specified by key
       new  7b59ebf   Merge pull request #7279 from sinhrks/minmax
       new  3b82634   Merge branch 'resampleex' of https://github.com/sinhrks/pandas into sinhrks-resampleex
       new  6c9c14e   DOC: windows binaries are built against numpy 1.8.1
       new  4adc6fa   BUG: bar plot can now handle bottom and left kw
       new  fa0f78f   BUG: hist raises TypeError when df contains non numeric column
       new  962ca2c   TST: tests for Index.insert to validate neg/pos indexers (GH7256)
       new  1f3b017   TST: Use ISO8601 format for DTI partial slicing
       new  de4a197   Merge pull request #7290 from sinhrks/gh7289
       new  88cffbe   BUG: tzinfo lost when concatenating multiindex arrays
       new  150cb3b   Update workflow on documenting changes
       new  00bfcc1   TST: fix intermittent dict_complex test failures
       new  09723ca   Merge pull request #7298 from matthew-brett/fix-dict-complex-failures
       new  5bc5220   BUG: Index.delete doesnt preserve name and other attrs
       new  19e15ce   CLN/TST Remove compat.scipy
       new  3c3602c   Merge pull request #7296 from clham/CompatScipy
       new  3849d5d   Update CONTRIBUTING.md
       new  9ef7629   Merge commit 'v0.14.0-17-g3849d5d' into debian
       new  a9e2f38   fresh changelog and recythonized sources
       new  c9b4152   TST: missing import of nose in test_tseries.py
       new  069f144   Merge pull request #7302 from sinhrks/delete
       new  83452eb   BUG: do not remove temporaries from eval/query scope
       new  106bc96   TST: Add layout tests for boxplot
       new  12735f9   Merge pull request #7303 from cpcloud/eval-local-string-fix-7300
       new  b05026b   BUG: allow dup indexing with Float64Index
       new  b0c8110   Merge pull request #7149 from cpcloud/float64index-dup-fix-7143
       new  c9b5783   TST/ERR: raise a ValueError at runtime for incompatible versions of openpyxl
       new  e2fd405   Merge pull request #7285 from cpcloud/openpyxl-format-string-fix-7284
       new  a56bbf8   BUG: BoolBlock shouldn't replace truthy values
       new  ab0e99e   ENH/TST: add anonymous reading of s3 for public buckets
       new  af9e938   Merge pull request #7304 from cpcloud/fix-replace-bool-yet-again-7140
       new  7d1288c   BUG/TST: should skip openpyxl before testing version compat
       new  0957268   Merge pull request #7281 from cpcloud/public-s3-7246
       new  3dda298   Merge pull request #7311 from cpcloud/openpyxl-format-string-fix-7284
       new  5c31654   BUG: single group series should preserve group name
       new  8549609   Merge pull request #7313 from cpcloud/fix-single-group-extract
       new  7b2a1b2   BUG: do not check that val != val and not equal inf/-inf since by def val not eq val is nan
       new  adb72ea   Merge pull request #7315 from cpcloud/fix-dropna-with-inf-7314
       new  508bc0c   BUG: union should not try to sort inplace because platform impls differ as to when sorting occurs for objects that cannot be compared
       new  4d2c88f   CLN/DOC: Remove trailing whitespace from .rst files in doc folder
       new  e47f294   Merge pull request #7317 from bwignall/doc-trailingws
       new  999259c   BUG: inferred_freq results in None for eastern hemispheres timezones
       new  ee852ba   DOC: cookbook addition
       new  34f1acc   CLN/DOC: Change instances of "Pandas" to "pandas" in documentation
       new  5149aac   Merge pull request #7305 from bwignall/pandas-cap
       new  166266d   Merge pull request #7318 from sinhrks/infer
       new  1754bb5   Merge pull request #5266 from cpcloud/index-fix-sort-union-5039
       new  50902a2   BUG: Easter works incorrectly in negative offsets
       new  55b05e7   BUG: CustomBusinessDay apply raises NameError when np.datetime64 is passed
       new  e420855   ENH: Add dateutil timezone support GH4688
       new  97ad707   Merge pull request #7195 from sinhrks/easter
       new  8ccf0d2   BUG: Bug in broadcasting with .div, integer dtypes and divide-by-zero (GH7325)
       new  4be3899   Merge pull request #7328 from jreback/div_error
       new  38aae73   Merge branch 'custombd' of https://github.com/sinhrks/pandas into sinhrks-custombd
       new  a477a2e   Merge branch 'concattz' of https://github.com/sinhrks/pandas into sinhrks-concattz
       new  f24f2e8   BUG StringMethods on empty series (GH7242)
       new  87660ef   Merge pull request #6968 from ahlmss/AHLMSS_0.13.1_ahl1
       new  43e9373   BUG: already mixed indexes should not sort
       new  341ace6   UNI/HTML: add encoding argument to read_html
       new  89983c3   Merge pull request #7323 from cpcloud/html-encoding
       new  34a4b4c   FIX resample with fill_method and how #2073
       new  19c29ec   Merge pull request #7159 from sinhrks/boxtest
       new  b43d513   BUG: quantile ignores axis kwarg
       new  f6e9fff   PERF: add dtype inference vbenches (GH7332)
       new  a69b6d1   COMPAT: tests compat with current timezones (pytz) (GH7339)
       new  2c2809d   Merge pull request #7341 from cpcloud/hayd-gh2073
       new  3e66a59   Merge pull request #7343 from jreback/tz
       new  6629446   TST7337: Try to resolve windows test failures.
       new  c5c4478   TST: windows 32-bit test comparisons fixed
       new  3b0c542   Merge pull request #7342 from jreback/infer
       new  92bc165   Merge pull request #7327 from cpcloud/fix-unorderables-mixed-union
       new  4fed1e0   TST: windows 32-bit test comparisons fixed part 2
       new  239ae6d   BUG: Series.map fails when mapping a dict with tuple keys
       new  79f41cc   implement additional tests for groupby apply methods
       new  ec9a09c   simplify groupby's std method
       new  2121b22   add sem to nanops and pandas object apply methods
       new  8fed790   Merge pull request #7133 from toddrjen/sem
       new  946f9cd   BUG: Bug in .loc with a list of indexers on a single-multi index level (that is not nested) (GH7349)
       new  1d8e4bf   Merge pull request #7350 from jreback/mi_index
       new  f5c7dad   BUG: Revisit Index.delete preserves freq
       new  23cca55   DOC: minor v0.14.1 editing
       new  4296c3a   Merge pull request #7320 from sinhrks/delete
       new  e0fc211   Merge branch 'tuple-fix' of https://github.com/onesandzeroes/pandas into onesandzeroes-tuple-fix
       new  013a068   BUG: fix read_sql delegation for queries without select statement (GH7324)
       new  fa8a5ca   Merge pull request #7326 from jorisvandenbossche/sql-delegation
       new  3023280   BUG/REG: fix float64index -> mixed float assignment
       new  fa21ad8   Merge pull request #7368 from cpcloud/fix-float-mixed
       new  bcdc6d9   BUG: infer_freq results in None with hourly timezone
       new  e22c856   BUG: DatetimeIndes.insert doesnt preserve name and tz
       new  64d2160   Merge pull request #7299 from sinhrks/insert
       new  8a07b6f   Merge pull request #7371 from sinhrks/infer_test
       new  d91d145   Revert "BUG: DatetimeIndes.insert doesnt preserve name and tz"
       new  f582e98   CI: move 3.4 build to mainstream / move 3.2 to experimental
       new  f5a1113   BUG: add fix for opening zero observation dta files
       new  436d93d   API: Period should return NotImplemented as per the Python doc
       new  ef9b818   Merge pull request #7379 from cpcloud/replace-no-match-7376
       new  35d5691   TST/BUG: use BytesIO for Python 3.4 TestEncoding
       new  aef2653   Merge pull request #7388 from cpcloud/master
       new  795d183   CLN/TST/BLD: clean up tox files [ci skip]
       new  5930bcc   TST: Changed the error raised by no tables in data.io.Options
       new  c686c43   Merge pull request #7389 from cpcloud/update-tox
       new  8633e6f   DOC add blanklines to release to reduce merge conflicts
       new  0052396   BUG/TST: test for groupby max nan subselection bug
       new  2633722   Merge pull request #7392 from dstephens99/OptionTests
       new  d01c2f5   Merge pull request #7393 from cpcloud/groupby-max-fix-6346
       new  f6cc881   ENH: add nlargest/nsmallest to Series groupby
       new  5dd8f2c   Merge pull request #7356 from cpcloud/groupby-nlarg-smal-7053
       new  a7e535b   BUG: ix should return a Series for duplicate indices (GH7150)
       new  a25ff6e   Merge pull request #7402 from jreback/ix_series
       new  27555e7   BUG: Bug in multi-index slicing with incomplete indexers (GH7399)
       new  ba874d5   TST7337: Disallow use of dateutil tzfile objects whose filename contains '.tar.gz'.
       new  7b6a650   TST7337: Fix test failures on windows.
       new  c578893   BUG: Bug in multi-index slicing with a step in a sliced level (GH7400)
       new  703934a   Add test for conversion between dateutil.tz.tzutc() and dateutil.tz.gettz('UTC')
       new  f69ff12   Merge pull request #7404 from jreback/mi_indexing
       new  e44f65b   BUG/OUTPUT: fix repring of MI nat
       new  f17c3c4   Merge pull request #7362 from ahlmss/windows_tests
       new  6c7c5b7   Merge pull request #7410 from cpcloud/nat-index-first-take-7406
       new  c6178ba   TST7337: Fix more tests in windows
       new  b0c8f51   Merge pull request #7414 from ahlmss/tst7337_again
       new  351097b   BUG/DTYPES: preserve bools in convert_objects
       new  18d0155   Merge pull request #7416 from cpcloud/convert-bools-fix-7126
       new  458dc94   FIX value_counts should skip NaT #7423
       new  e3693e4   add tests for nanops
       new  7b806a7   BUG: DatetimeIndex.insert doesnt preserve name and tz
       new  728b0a7   BUG: Offset.apply dont preserve time
       new  278055b   Merge pull request #7427 from toddrjen/nantest
       new  14f0698   Merge pull request #7386 from sinhrks/insert_fix
       new  dd85fa0   PERF: Series.transform speedups (GH6496)
       new  3a6f34e   TST: skip tests in test_nanops.py on older scipy (related GH7427)
       new  e96eb7d   BUG: Bug in multi-index slicing with datetimelike ranges (strings and Timestamps), (GH7429)
       new  53c6b08   Merge pull request #7421 from jreback/transform_speed
       new  4233c0f   Merge pull request #7375 from sinhrks/offsets
       new  ae464f8   Merge pull request #7430 from jreback/mi_slicers
       new  eb41429   Merge branch 'quantile-axis' of https://github.com/TomAugspurger/pandas into TomAugspurger-quantile-axis
       new  8698f2c   make nanops._maybe_null_out work with complex numbers ( issue #7353 )
       new  756f241   Merge pull request #7428 from toddrjen/nancomplex
       new  586e317   make nanops work when ndim==1 and axis==0 ( issue #7354 )
       new  91a6958   API: Improved inference of datetime/timedelta with mixed null objects. Regression from 0.13.1 in interpretation of an object Index with all null elements (GH7431)
       new  cd613bf   PERF: fastpath for iget from 2dim->1dim
       new  562b86e   support axis=None for nanmedian ( issue #7352 )
       new  8536e05   DOC: update DF.as_matrix and DF.values.  Closes gh7413
       new  b3f9151   _sanitize_column now reports proper duplicate error
       new  887fe22   TST: Add TestCase.assert_numpy_array_equivalent(..) and docstrings
       new  326ef95   Merge pull request #7440 from toddrjen/nannone
       new  9f7d41b   CI: use nose 1.3.3 for all testing
       new  b679189   Make nanops._has_infs work for additional dtypes and multidimensional arrays ( issue #7357 )
       new  818cf27   Merge pull request #7435 from jreback/inference
       new  9659602   Merge pull request #7448 from toddrjen/naninf
       new  38728d1   CLN: use np.array(arr,copy=False) where possible
       new  3e1e0df   Merge branch 'issue_7432_resolve' of https://github.com/roblevy/pandas into roblevy-issue_7432_resolve
       new  7ef4efa   ERR: fixup exception reports for duplicate axis reindexing, related (GH7432)
       new  f4bb5d7   ENH dropna for value counts, fix tests for NaT
       new  9015e43   Merge branch 'fix_empty_open' of https://github.com/bquistorff/pandas into bquistorff-fix_empty_open
       new  26139f3   DOC add value_counts dropna to release notes
       new  2bf8839   BUG: resample raises ValueError when NaT is included
       new  d621299   DOC: Add how to calculate month-start to cookbook
       new  3584977   Merge pull request #7417 from clham/7413
       new  c9d61b5   FIX integer column names for older sqlalchemy version GH6340, GH7330
       new  c83ee14   Merge pull request #7456 from jorisvandenbossche/sql-fix7330
       new  e592f1d   BUG: DTI.intersection doesnt preserve tz
       new  45fed34   BLD: use sqlalchemy 0.7.1 in 2.6 build (GH6340)
       new  4de033d   Merge pull request #7455 from shoyer/month-start-cookbook
       new  59559ea   Merge pull request #7022 from jreback/sqlalchemy
       new  8cfff98   Merge pull request #7373 from sinhrks/resamplenat
       new  eb1ae6b   Merge pull request #7458 from sinhrks/intersection
       new  95f0095   nanops pep8 fixes
       new  ff22175   ENH/API: offsets now accepts datetime64
       new  0eb4a82   PERF: addtl transform vbenches
       new  8d209de   Merge pull request #7452 from sinhrks/offsets_dt64
       new  ae396ff   WPI: fast tranform on DataFrame
       new  69400ea   BUG: Some offsets.apply cannot handle tz properly
       new  e0bb6f1   FIX: Enable fixed width strings to be read from Stata 13 (117) files
       new  904933a   FIX: Stata writer no longer ignores encoding when writing strings
       new  dcb707f   BUG: astype(float) in Index does the wrong thing
       new  760f63b   Merge pull request #7464 from cpcloud/float64index-bad-construction
       new  de69d62   CLN: Simplify boxplot and modify its test
       new  6e0af64   DOC: Add missing column header in 'baseball.csv'.
       new  7684b6e   Merge pull request #7467 from helger/master
       new  785f407   ENH: Cast ndarray-like datetime64 arrays to Index properly
       new  38ca1e0   Merge pull request #7468 from shoyer/ndarray-like-to-index
       new  a367e9b   Merge pull request #7450 from bashtage/stata-13-strings
       new  be2db88   Merge pull request #7463 from jreback/merge_transform
       new  23d5da4   BUG: Bug in Panel.apply with a multi-index as an axis (GH7469)
       new  c05f17e   Merge pull request #7474 from jreback/mi_array
       new  68c9807   DOC: v0.14.1.txt fixes
       new  94c73ec   Fix cache key collision and add test for cache key distinctness.
       new  4db22f4   Merge pull request #7478 from ahlmss/TST7420
       new  325982c   BUG: copy certain interpolate arguments to ensure we can write to them; closes #7295.
       new  80fc82e   Fix indentation: switch to four spaces. (GH6643)
       new  2ba5ead   ENH: Added method to pandas.data.Options to download all option data for a ticker.
       new  69562c5   Merge pull request #7479 from dsm054/add-interp-copies
       new  ad40979   Merge pull request #7465 from sinhrks/inittz
       new  faf471d   Merge pull request #7424 from hayd/value_counts_NaT
       new  60119ce   CI: 3.4 updates
       new  f1c5386   Merge pull request #7461 from toddrjen/pep8
       new  1746beb   DOC: fix docstring of value_counts/nunique dropna argument after GH7424
       new  7a2db77   Merge pull request #7351 from sinhrks/boxcln
       new  70baac7   Merge pull request #5602 from dstephens99/master
       new  da93a8c   DOC: Clean up docs for io.data.Options.
       new  fd677ae   Merge pull request #7484 from dstephens99/master
       new  463aa0d   Merge pull request #6646 from dsm054/fix_indentation_errors
       new  8914992   Switch if to elif in test_frame.test_to_csv_moar._do_test
       new  36b96e2   [doc fix] minor update to fix latex usepackage syntax
       new  43eb5d0   Merge pull request #7489 from sanguineturtle/master
       new  bbde837   Merge pull request #7488 from dsm054/fix_test_moar_elif
       new  ecc787d   DOC: Fix index error for remote data docs.
       new  9d064f3   Merge pull request #7495 from dstephens99/master
       new  d123538   Added properly functioning case insensitive match without regex
       new  6116d43   Documentation for str_contains bug in changelog
       new  c404c43   BUG: Bug in timeops with non-aligned Series (GH7500)
       new  324208e   Merge pull request #7503 from jreback/dt
       new  adca809   BUG: Bug in DataFrame.where with a symmetric shaped frame and a passed other of a DataFrame (GH7506)
       new  b9c3856   BUG: Bug in .loc performing fallback integer indexing with object dtype indices (GH7496)
       new  8c0565d   DOC: fix startrow typo in docstrings
       new  d0fa20a   Merge pull request #7497 from jreback/loc
       new  741b2fa   Merge pull request #7506 from jreback/where
       new  e550963   Merge commit 'v0.14.0-213-g741b2fa' into debian
       new  6602007   ENH: Period supports NaT
       new  95aed53   recythonize, changelog, boosting min cython for cython files reuse to 0.20.2
       new  71d2463   Merge pull request #7485 from sinhrks/periodnat
       new  28a5a05   BUG: Bug in Panel indexing with a multi-index axis (GH 7516)
       new  9692e0c   Merge pull request #7521 from dsm054/fix-startrow-typo
       new  c42a4c6   Merge pull request #7519 from jreback/mi2
       new  3f9749c   REGR: Regression in datetimelike slice indexing with a duplicated index and non-exact end-points (GH7523)
       new  441a1f2   Merge pull request #7525 from jreback/slice
       new  589d30a   BUG: DatetimeIndex comparison handles NaT incorrectly
       new  f8e94fa   Merge pull request #7529 from sinhrks/dtibool
       new  4b3d31c   CI: use cython 0.20.2 on py3.4
       new  2f81726   TST: io.data.Options changes to avoid test failures on bad data.
       new  812133b   BUG: Timestamp.tz_convert resets nanosecond
       new  d4f8316   should fix issue #7520, test_nanargmin fails with datetime64 objects
       new  1aefd4a   Merge pull request #7535 from toddrjen/nandatetime
       new  d60c46a   Merge pull request #7534 from sinhrks/nanotz
       new  85a0df6   Merge pull request #7530 from dstephens99/master
       new  6023e24   ENH: allow read_excel to accept URLs (GH6809)
       new  ff14afb   Remove executable flag from frame.py
       new  00d5ab4   DOC: Release note correction for GH7534
       new  a5448c3   Merge pull request #7537 from dsm054/fix-frame-permissions
       new  4afc08e   Merge pull request #7538 from sinhrks/nanotz_correct
       new  b7c04ae   TST/CLN: centralize module check funcs
       new  530e87c   BUG: df.reset_index loses tz
       new  3f4eff2   BUG: offsets.apply may return datetime
       new  65a1246   BUG: grouped hist and scatter use old figsize default
       new  3971223   DOC: v0.14.1 corrections
       new  cc452b2   Merge pull request #7533 from sinhrks/resetindex
       new  db9128d   Merge pull request #7451 from sinhrks/skiptest
       new  fa68e4f   Merge pull request #7502 from sinhrks/offsetret
       new  5cf7bf3   DOC: Use correct, non-deprecated arg name
       new  1a6d483   TST: dtype test fixes for GH7533
       new  af5e245   TST: some yahoo options tests missing network decorator
       new  ac755b5   Merge pull request #7549 from cpcloud/fix-network-error-yahoo-options
       new  9e1fbc9   additional common.is_*_dtype tests in core.common
       new  ec26536   BUG: single column bar plot is misaligned
       new  ab704d3   BUG: Better xaxis handling for partial layout
       new  41e1178   DOC: correct relase note
       new  967d151   Merge pull request #7550 from sinhrks/rn_fix
       new  384c195   Merge pull request #7545 from neirbowj/frame_to_excel_docstring
       new  9c22ba1   Merge pull request #7531 from dsm054/excel-via-url
       new  dd4a329   BUG: Bug in setitem with list-of-lists and single vs mixed types (GH7551)
       new  d6bada5   Merge pull request #7552 from jreback/iloc
       new  19a1083   ENH: Adding a NotImplementedError for simultaneous use of nrows and chunksize.
       new  70eb92b   BUG: DatetimeIndex.asobject raises ValueError when contains NaT
       new  f03b0f7   make better use of dtype tests in nanops
       new  2bd4517   Merge pull request #7544 from sinhrks/dtmixin
       new  bc5599a   PERF: vbench for mixed groupby with datetime (GH7555)
       new  647f771   Merge pull request #7085 from michaelaye/add_notimp_error
       new  80a3ee4   Merge pull request #7560 from jreback/groupby_first_perf
       new  a6ba456   API: add/clarify numpy ufunc prepare/wrap
       new  bfdca6b   Remove unused variable assignment
       new  77e8abd   Add notes deprecating in_ipnb and in_qtconsole
       new  c079290   Merge pull request #7499 from takluyver/ipy-no-detect-frontend
       new  b642ee7   DOC: Add cookbook recipe like R's `expand.grid()`
       new  9abe9c5   DOC: Fix parameter in reindex_axis docstring
       new  69bb0e8   Merge pull request #7556 from onesandzeroes/expand-grid
       new  f1ded31   BUG/PERF: perf issues in object groupby aggregations (GH7555)
       new  c98548b   Merge pull request #7568 from jreback/perf2
       new  74d2b4c   TST: Remove else after except in tests for io.data.Options.
       new  4538372   Merge pull request #7564 from dstephens99/master
       new  f8b101c   Merge pull request #7547 from toddrjen/nanopsclean
       new  8131b20   SQL: don't reflect full database GH7396
       new  56caedb   Redesigned pandas.io.gbq to remove bq.py as a dependency for everything except unit testing. Minor API changes were also introduced.
       new  7d58949   BUG: bug in float64index assignment with a non scalar indexer
       new  a2aff4c   Squashed commit of the following:
       new  732a2e7   Merge pull request #7587 from cpcloud/float64index-assign-7586
       new  bb2fd41   BUG: Bug in timedelta inference when assigning an incomplete Series (GH7592)
       new  4082c1a   Merge pull request #7593 from jreback/timedelta_nat
       new  def0155   BUG/TST: fix tests for groupby nth on Series (GH7559)
       new  32be313   TST: tests for GH7594, ensure conversion on tz-aware datetimes in the constructors
       new  f88b423   Merge pull request #7595 from jreback/tz_aware
       new  cd22841   COMPAT: comparisons vs numpy nat not working on windows
       new  e1465a4   Merge pull request #7597 from pydata/nat
       new  0b29d62   TST: Change nose.SkipTest to raise nose.SkipTest for io.data.Options.
       new  181431f   Merge pull request #7598 from dstephens99/master
       new  6934d0d   ENH: look for index columns in row after header
       new  4b27023   BUG: DTI.freqstr raises AttributeError when freq is None
       new  1f90a1d   BUG: PeriodIndex.min/max returns int
       new  0db1ef2   Merge pull request #7606 from sinhrks/freqstr
       new  3b7916f   Merge pull request #7609 from sinhrks/pminmax
       new  2776286   API: DatetimeIndex and PeriodIndex have same representation
       new  b747903   Merge pull request #7602 from sinhrks/periodrepr
       new  dd5b6e9   Removing Python2.6 CI dependencies to test import failures
       new  62a14b9   Fix typo in documentation
       new  6f0ccaf   Merge pull request #7613 from jd/master
       new  eb2cd04   BUG: GroupBy.size created by TimeGrouper raises AttributeError
       new  11da541   Merge pull request #7580 from jreback/groupby_nth
       new  d21f44b   Merge pull request #7600 from sinhrks/bingrouper
       new  09a1097   BUG: Timestamp.__new__ doesnt preserve nanosecond
       new  08ae4f7   Merge pull request #7610 from sinhrks/nanots
       new  f7a8a2e   BUG: Bug in to_timedelta that accepted invalid units and misinterpreted m/h (GH7611, GH6423)
       new  54c16d4   Merge pull request #7616 from jreback/td
       new  d522415   COMPAT: make numpy NaT comparison use a view to avoid implicit conversions
       new  6debd3e   Merge pull request #7617 from jreback/nat2
       new  49a86f1   Merge pull request #7582 from amras1/ignore-comment-lines
       new  2c603e1   Merge pull request #7591 from mcwitt/parse-index-cols-c
       new  5a07b7b   Merge pull request #6937 from jacobschaer/gbqv2
       new  aad1c47   Merge branch 'fix_string_contains_case_insensitive_with_no_regex' of https://github.com/benjwadams/pandas into benjwadams-fix_string_contains_case_insensitive_with_no_regex
       new  255e82a   TST: fix groupby test on windows (related GH7580)
       new  0a533dd   CLN: Fix typo
       new  4dd340e   CLN/DEPR: Fix instances of 'U'/'rU' in open(...)
       new  c4a9484   BUG: {expanding,rolling}_{cov,corr} don't handle arguments with different index sets properly
       new  a9761d1   ENH: change BlockManager pickle format to work with dup items
       new  eb7724e   Merge pull request #7370 from immerrr/blockmanager-new-pickle-format
       new  bfc3a12   Merge pull request #7604 from seth-p/moments_diff_index_sets
       new  cba5720   Merge pull request #7624 from bwignall/quickfix_depr
       new  0564d36   PERF: optimize MultiIndex.from_product for large iterables
       new  c8a3eba   Merge pull request #7627 from immerrr/perf-multiindex-fromproduct
       new  b4dea19   BUG: doc example in groupby.rst (GH7559 / GH7628)
       new  5f845db   Merge pull request #7631 from jreback/groupby_nth_fix
       new  4b56a16   DOC: v0.14.1 edits
       new  d94cf76   FIX: don't create 32 bit int type for int64 column (GH7433)
       new  1e934d4   DOC: small doc build fixes
       new  0292bef   Merge pull request #7635 from jorisvandenbossche/doc-fixes1
       new  0b6ea39   DOC: add v0.15.0.txt template
       new  0147b51   Merge pull request #7457 from sinhrks/axlayout
       new  a82dd1d   Merge pull request #7394 from sinhrks/figsize
       new  715945c   Merge pull request #7532 from sinhrks/baralign
       new  a1c3027   BUG: Bug in Series.get with a boolean accessor (GH7407)
       new  12f53c1   BUG: xlim on plots with shared axes (GH2960, GH3490)
       new  37d2477   REGR: Add back #N/A N/A as a default NA value (regresion from 0.12) (GH5521)
       new  17b2322   Merge pull request #7638 from jreback/series_get
       new  4c0cf67   Merge pull request #7639 from jreback/na_values
       new  1e8d5b2   Merge pull request #7625 from bwignall/depr_ru
       new  87e7e27   Merge pull request #7322 from rosnfeld/xlim_issues
       new  e090fad   BUG: Error in rolling_var if window is larger than array, fixes #7297
       new  45b1dcd   Merge pull request #7572 from jaimefrio/rolling_var_bug
       new  160419e   TST: fixes for 2.6 comparisons
       new  31cac55   Revert "Merge pull request #7591 from mcwitt/parse-index-cols-c"
       new  65c0bb6   PERF: allow dst transition computations to be handled much faster       if the end-points are ok (GH7633)
       new  fc88541   PERF: allow slice indexers to be computed faster
       new  8cd3dd6   Merge pull request #7652 from jreback/dst_transitions
       new  4300489   Merge commit 'v0.14.0-345-g8cd3dd6' into debian
       new  c4fd5e5   fresh changelog and recythonization
       new  06e2808   API: disallow inplace setting with where and a non-np.nan value (GH7656)
       new  161376f   Merge pull request #7657 from jreback/where
       new  abf8493   BUG: DatetimeIndex.delete with tz raises ValueError
       new  bacebce   BUG: consistent subplot ax handling
       new  03bbed5   Merge pull request #7608 from sinhrks/delete2
       new  43e270c   TST/CLN: Refactor io.data.options class to improve testing
       new  2edd3ba   BUG: Bug in multi-index slice setting, related GH3738
       new  56fc093   Merge pull request #7667 from jreback/mi_slicing
       new  58f20b7   BUG: windows failure on GH7667
       new  c8e9b40   Merge pull request #7668 from pydata/mi_slicing2
       new  6ccc8dc   BUG: area plot raises ValueError with tz-aware data
       new  43b0473   Merge pull request #7515 from sinhrks/areabug
       new  18facdf   BUG/CLN: LinePlot uses incorrect xlim when secondary_y=True
       new  7191108   Update docs to use display.width instead of deprecated line_width.
       new  55248f3   Merge pull request #7669 from lexual/docs_use_display_width
       new  071c37e   CLN: Simplify Period construction / Resolution
       new  f6a5f41   Merge pull request #7634 from jorisvandenbossche/sql-int64
       new  4750d49   Merge pull request #7581 from jorisvandenbossche/sql-reflect-database
       new  39e8eed   DOC: squash gh6838. Separate set_options from basics.rst
       new  a96c1a6   Add some documentation on gotchas related to timezone library updates.
       new  cba5afd   CI: update sqlalchemy to 0.9.6 in 3.4 build
       new  790d646   Merge pull request #7607 from sinhrks/millireso
       new  57205c4   Merge pull request #7391 from sinhrks/subplotax
       new  497cbc1   DOC: better format of option descriptions
       new  0037eed   CI: change 2.7 build for sqlalchemy to 0.9.6
       new  0876947   Merge pull request #7672 from rockg/holiday-doc
       new  316a36c   DOC: v0.14.1 doc updates
       new  3a7caf9   Merge pull request #7566 from kyleam/reindex_axis-docstring
       new  75b9345   PERF: improve resample perf
       new  fbf587f   DOC: fix docstring for DataFrame.interpolate
       new  4c5ac6a   Merge pull request #7553 from jdreaver/master
       new  836e760   BUG: Test for underlying price before reducing data
       new  4a27e63   Merge pull request #7578 from clham/6838_set_option_doc
       new  83a7d77   Merge pull request #7674 from jorisvandenbossche/doc-options-docstringwidth
       new  647a7c4   BUG: grouped hist raises error with single group
       new  be7fc39   Merge pull request #7665 from dstephens99/master
       new  f6ba5c4   Merge pull request #7673 from sinhrks/minmax_perf
       new  9ba15a7   TST/COMPAT: numpy master compat with timedelta type coercion
       new  9708c4e   FIX: to_sql takes the boolean column as text column
       new  d17f1e9   Merge pull request #7681 from jreback/numpy_issue
       new  03537ef   TST: skip buggy test on numpy < 1.7, 3.2, on 32-bits (GH6270)
       new  24dbfc5   TST: skip buggy test if can't form test comparison (GH7664)
       new  87436a3   Merge pull request #7459 from sinhrks/secondary_y
       new  4c79a11   Merge pull request #7675 from jreback/skip_test
       new  4fc5ae7   WIP: select_dtypes impl
       new  bcbc7af   Merge pull request #7434 from cpcloud/with-types
       new  959e3e4   DOC: add pointer to options.rst in v0.14.1
       new  522f2c2   Merge commit 'v0.14.0-393-g959e3e4' into debian
       new  3a5b8f4   updated revision in changelog
       new  30fe1fe   recythonized
       new  fd9ceda   debian/rules - disable running disabled tests to prevent clipboard tests failures under kfreebsd kernels
       new  e060616   DOC: minor corrections in v0.14.1
       new  71b7087   Merge pull request #7678 from yelite/sql-bool-bug-fix
       new  0d3c74c   PERF: better perf on min/max/resample when on indices not containing NaT for DatetimeIndex/PeriodIndex (GH7633)
       new  17e2ea3   Merge pull request #7483 from jorisvandenbossche/fix-doxstring-valuecounts
       new  d6eace7   Merge pull request #7684 from jreback/perf
       new  26117f0   Merge branch 'histbug' of https://github.com/sinhrks/pandas into sinhrks-histbug
       new  e131df1   TST:  fix dtypes in select_dtypes (GH7434) on windows
       new  54454bc   BUG: Fix conditional for underlying price in io.data.options.
       new  9462463   TST/CLN: centralize numpy < 1.7 skips TST: skip on older numpy for (GH7694)
       new  de2e7cc   Merge pull request #7696 from jreback/skips
       new  c05541d   DOC: table keyword missing in the docstring for Series.plot() and DataFrame.plot()
       new  2750110   Merge branch 'master' of https://github.com/dstephens99/pandas into dstephens99-master
       new  372008a   Merge pull request #7698 from mortada/df_table
       new  9e49867   DOC: fix non-ascii character (from #7698)
       new  1508491   DOC: add release thanks note
       new  163ef05   BUG: offset normalize option may not work in addition/subtraction
       new  f7822bd   Merge pull request #7705 from sinhrks/normalize_bug
       new  3b343ee   DOC: fix doc build warnings
       new  66e1763   TST: additional network error catching (test_html/test_spam_html)
       new  f9493ea   Merge pull request #7713 from jorisvandenbossche/doc-fixes3
       new  9d71aae   DOC: fix problem with part of code example cut off
       new  eb9d1bc   TST/REG/BUG: Make PeriodIndex work with Series objects
       new  7707a20   Merge pull request #7712 from cpcloud/period-index-constructor
       new  bb7767b   SQL: suppress warning for BIGINT with sqlite and sqlalchemy<0.8.2 (GH7433)
       new  abc6ca4   DOC: docstring for PeriodIndex
       new  20dfc6b   Merge pull request #7721 from cpcloud/period-index-docstring
       new  4ceba1e   CI: remove sql from 3.3 build entirely
       new  98a00ea   Merge pull request #7719 from jorisvandenbossche/sql-bigint-sqlite-warning
       new  a52fbdd   DOC: clean up 0.14.1 whatsnew file
       new  e2fc854   Merge pull request #7714 from jorisvandenbossche/doc-release
       new  d839555   RLS: v0.14.1 final
       new  060e967   DOC: add v0.15.0.txt to whatsnew.txt
       new  5adb0b6   DOC: 0.15.0 release notes updates
       new  32d0d1b   BUG: allow get default value upon IndexError, GH #7725
       new  d88e9d5   Merge tag 'v0.14.1' into debian
       new  6bc9675   changelog and recythonization
       new  0e9f783   DOC: fix docstring of DatetimeIndex.delete
       new  2d517ce   DOC: fix indentation in v0.14.1.txt
       new  31c167d   Specify in docs that join='outer' is the defaul for align method.
       new  1d6fe7d   Merge pull request #7734 from lexual/docs_specify_align_join_default
       new  d0499e3   spell fix: seperated -> separated
       new  c992e3f   Fix many spelling mistakes in the docs.
       new  5406926   Make consistent use of acronyms, and US spellings for serializ*
       new  c79094c   Merge pull request #7742 from lexual/docs_spell_fix
       new  e0a0242   Merge pull request #7745 from lexual/docs_fixes
       new  485477d   DOC: Fix typo conncection -> connection
       new  a9a5f7b   Merge pull request #7747 from ElDeveloper/typo-fix
       new  4ddb73a   DOC: update RELEASE.md to point to stable whatsnew
       new  0f62d3f   ENH: upgrade categoricals to a first class pandas type      GH3943, GH5313, GH5314, GH7444
       new  ea0a13c   Categorical: Thanks for Jan Schulz for much of the work on Categoricals
       new  570584c   Merge pull request #7217 from jreback/categorical
       new  634f3b9   docs: rewrite .iloc accessing beyond ends.
       new  e6a5b6c   Merge pull request #7756 from lexual/indexing_docs_past_end
       new  320f9d4   BUG: DatetimeIndex.__iter__ creates a temp array of Timestamp (GH7683)
       new  27b2b7d   Merge pull request #7720 from jreback/iter
       new  7745d72   ENH: Add uint and bool support in to_stata
       new  b888a86   Docs: MultiIndex support is hardly bleeding edge, remove docs warnings.
       new  0a43c0c   Merge pull request #7767 from lexual/remove_multi_index_bleeding_edge_comment
       new  a797b28   Closes #7758 - astype(unicode) returning unicode.
       new  ec84450   FIX: Documentation for for 0.14.1 change log
       new  9103513   BUG: unwanted conversions of timedelta dtypes when in a mixed datetimelike frame (GH7778) TST: tests for internals/as_matrix() for all dtypes (including categoricals)
       new  c8f48a5   Merge pull request #7779 from jreback/td
       new  d1107f3   Docs: Categorical docs fixups.
       new  30764bd   Merge pull request #7783 from lexual/docs_categorical_tidyup
       new  337bae4   BUG: Bug in Series 0-division with a float and integer operand dtypes  (GH7785)
       new  0568ed7   Merge pull request #7786 from jreback/div
       new  d1fcb20   Raise exception on non-unique column index in to_hdf for fixed format.
       new  6e67f0a   TST: unicode compat for test_astype_unicode (GH7758)
       new  27c187d   BUG/COMPAT: pickled dtindex with freq raises AttributeError in normalize related ops
       new  93db6e1   API: Add PeriodIndex.resolution
       new  4e1bbb4   BUG: reset_index with MultiIndex contains PeriodIndex raises ValueError
       new  1fa1a05   fix length of underlinings.
       new  7df3eb6   BUG: is_superperiod and is_subperiod cannot handle higher freq than S
       new  177a662   DOC: added nanosecond frequencies to doc
       new  fb437e5   Docs: Be more specific about inf/-inf no longer being treated as nulls.
       new  9314b9b   Merge pull request #7804 from sinhrks/nanodoc
       new  16bf072   Merge pull request #7800 from lexual/indexing_docs_structure_fix
       new  05c6646   Merge pull request #7789 from sinhrks/normalize_pickle
       new  82c92b5   Merge pull request #7805 from lexual/docs_inf_as_null_note
       new  1ee90a5   Merge pull request #7802 from sinhrks/reset_index_bug
       new  cfb3082   Docs: Panel.dropna now exists, update docs accordingly.
       new  34cecd8   Merge pull request #7803 from sinhrks/superperiod
       new  75bbf4c   CLN: Simplify LinePlot flow
       new  9eed2e4   TST: add mixed-type panels & frames to generate_legacy_pickles
       new  4434f48   BUG: fix unpickling of some pre-0.14.1 pickles with non-unique items
       new  499a93a   TST: add tests for GH 6572
       new  782afbe   BUG: Fix for multiple ints as levels in DataFrame.stack()
       new  0dac178   BUG: timeseries subplots may display unnecessary minor ticklabels
       new  47ba06e   Merge pull request #7788 from filmor/patch-2
       new  73598c1   Merge pull request #7794 from immerrr/fix-unpickling-series-with-non-unique-index
       new  59ba163   Merge pull request #7770 from onesandzeroes/int-stacking
       new  7f10211   Merge pull request #7810 from sinhrks/test_gh6572
       new  b08d599   Merge pull request #7708 from sinhrks/dtmixin_reso
       new  b6121b7   DOC: edits in v0.15.0.txt
       new  c3a3ed3   DOC: add sub-levels to reshaping.rst
       new  2940e0e   Merge pull request #7717 from sinhrks/lineplot_cln
       new  43ba74e   Merge pull request #7801 from sinhrks/axlayout_bug
       new  0db5ab2   Fixed issue GH7777, HDFStore.read_column did not preserve UTC tzinfo
       new  a0a25c3   Merge pull request #7790 from alorenzo175/pytables_index_tzutc
       new  d077f93   COMPAT: platform compat for GH7802
       new  6265450   BUG: Fixed failure in StataReader when reading variable labels in 117 files
       new  e6d6e10   ENH: PeriodIndex ops can accept Index
       new  dbb6185   API: rolling_* functions should not shrink window (GH7766)
       new  d109ab0   TST/COMPAT: skip scipy tests if needed (GH7764)
       new  0cff907   Merge pull request #7818 from bashtage/stata-117-variable-labels
       new  2d3216d   DOC: v0.15.0.txt corrections
       new  dba9363   API/BUG: Bug in passing a DatetimeIndex with a timezone that was not being retained in DataFrame construction from a dict (GH7822)
       new  3657a51   Merge pull request #7823 from jreback/tz
       new  492605e   Merge pull request #7741 from sinhrks/period_ops
       new  211a967   Merge pull request #7806 from lexual/docs_panel_has_dropna
       new  5ee54e6   BUG: Repeated timeseries plot may result in incorrect kind
       new  bfa9bc5   Merge pull request #7733 from sinhrks/tsplot_bug
       new  902de5b   CI: fix typos in readme
       new  24b309f   BUG: ewma() weights incorrect when some values are missing (GH7543)
       new  6cba473   Merge pull request #7831 from nathantypanski/typo-correction
       new  5bc618f   TST/BUG: html tests not skipping properly if lxml is not installed
       new  041abaa   BUG: forgot to super the right class
       new  458ccf0   BUG: offsets.apply doesnt preserve nanosecond
       new  ad90f82   Merge pull request #7836 from cpcloud/read-html-test-fix
       new  6d4a686   COMPAT/TST: add assertRaises and assertRaisesRegex to the base TestCase to avoid confusion
       new  34d2910   BUG: _flex_binary_moment() doesn't preserve column order or handle non-unique columns
       new  99b7c8c   Merge pull request #7738 from seth-p/flex_binary_moment_column_order
       new  415fbfc   Merge pull request #7697 from sinhrks/offsetnano
       new  4b5a7c7   BUG: DTI.value_counts doesnt preserve tz
       new  a23c6c7   Merge pull request #7735 from sinhrks/value_counts_tz
       new  2b68a97   BUG: Series.__iter__ not dealing with category type well (GH7839)
       new  fe25914   Merge pull request #7842 from jreback/cat_iter
       new  90d2f37   BUG: PeriodIndex.unique results in Int64Index
       new  6a362d1   DOC: add link to SettingWithCopy warning/error message (GH7658)
       new  048481b   COMPAT: SettingWithCopy will now warn when slices which can generate views         are then set
       new  b88d014   Merge pull request #7845 from jreback/setting_with_copy
       new  bae392d   Merge pull request #7843 from sinhrks/punique
       new  7d5a2cd   BUG/VIS: rot and fontsize are not applied to minor ticks
       new  84404af   CLN: cln tslib, frequencies
       new  be323ae   BUG: don't force date parsing in read_html
       new  90fa87e   Merge pull request #7851 from cpcloud/read-html-date-parsing
       new  0d05226   Merge pull request #7854 from sinhrks/tslib_cln
       new  e04e0ec   Merge pull request #7844 from sinhrks/minor_rot
       new  4f47e6b   Merge pull request #7769 from bashtage/doc-stata-fix
       new  528f94c   Docs: improve installation instructions, recommend Anaconda.
       new  381a289   Merge pull request #7849 from lexual/docs_install_conda_wakari
       new  23c052d   BUG: Bug in multi-index slicing with missing indexers (GH7866)
       new  c49bef9   BUG: fix multi-column sort that includes Categoricals (GH7848) CLN: refactor _lexsort_indexer to use Categoricals
       new  620462b   BUG: Categorical concat should preserve levels (GH7864)
       new  9857a0e   Merge pull request #7850 from jreback/cat_sort
       new  04b0f07   PERF: groupby / frame apply optimization
       new  f6f84db   NETWORK: change failing FRED test
       new  57cca51   Merge pull request #7881 from jreback/apply_optimize
       new  9da121e   ENH: Add optional level argument to set_names(), set_levels() and set_labels() (GH7792)
       new  f0fc4b5   BUG/FIX: gut groupby.filter code, raise on multi-valued filter
       new  c3d31c7   Merge pull request #7871 from cpcloud/groupby-filter-fix
       new  0bd7abc   Merge pull request #7867 from jreback/mi_loc
       new  0621f9f   TST: fix date parsing issue in test_frame/test_replace_datetime
       new  cb5fc60   BUG: Fixed incorrect string length calculation when writing strings to Stata
       new  a921117   TST:  windows dtype issue on testing with GH7866
       new  9f42640   Merge pull request #7862 from bashtage/stata-minimal-width-strings
       new  1fcb6c6   BUG: fixing ewma() for adjust=False and ignore_na=False
       new  7705027   Merge pull request #7896 from seth-p/ewma_missing_weights_fix1
       new  0192f53   BUG: ewm*() interpretation of min_periods is off by one
       new  1ea91ce   BUG: do not assume 0 is in index of potential Series
       new  72f5d8c   TST/BUG: Rename html encoding test files.
       new  191d18d   Merge pull request #7902 from toobaz/_get_array_list
       new  0d3229d   Merge pull request #7903 from jmorris0x0/osx-html-encode-bugfix
       new  ef5aeae   Merge pull request #7898 from seth-p/ewm_min_periods_off_by_one
       new  8d80a42   TST: make removal tests exact for test_pytables
       new  655f7b1   BUG: tslib.tzconvert handles DST incorrectly
       new  f758bf0   DOC: grammar fixes in docs
       new  a59a7ea   Merge pull request #7906 from mortada/grammar
       new  ce5a4ef   Merge pull request #7798 from sinhrks/tz_convert_bug
       new  912b138   BLD: remove *~ and #* from source distribution
       new  7708590   API: add 'level' kwarg to 'Index.isin' method
       new  ecf5851   DOC: small fixes categorical docs
       new  976f587   DOC: Fix release note for GH7798
       new  319c4f8   REGR: Regression in multi-index indexing with a non-scalar type object (GH7914)
       new  3c09ffd   Merge pull request #7920 from sinhrks/rn7798
       new  d50a729   Merge pull request #7917 from jorisvandenbossche/docs-categorical-fixes
       new  50f0959   Merge pull request #7921 from jreback/mi_index
       new  13fa6d4   BUG/DOC: Categoricals now raise NotImplementedError when writing to HDFStore with a Fixed type store (GH7918)          Slicing bug with a single-dtyped category and a possible view
       new  0646ad5   Merge pull request #7892 from immerrr/add-level-kwarg-for-index-isin
       new  5ba6254   Merge pull request #7924 from jreback/cat_fixes
       new  9c34ed0   BUG: Bug in to_datetime when format='%Y%m%d and coerce=True are specified, where previously an object array was returned (rather than      a coerced time-series with NaT), (GH7930)
       new  8d737e3   Merge pull request #7931 from jreback/dt_format
       new  5004148   DOC: update docs to show construction of periodindex when needing out-of-bounds spans
       new  1ffaab5   Merge pull request #7933 from jreback/oob
       new  8da210c   Remove from start/end dates if tz is not None (remove check of inferred_tz).
       new  31ec4e4   added support for selecting multiple nth values
       new  bc61010   DOC: mention that stack/unstack implicitly sort
       new  e83ee58   DOC: mention implicit sorting in docstrings
       new  e3a8f46   ENH: tz_localize(None) allows to reset tz
       new  9b16d2e   Merge pull request #7852 from sinhrks/reset_tz
       new  472de31   Merge pull request #7937 from toobaz/stack_unstack_doc
       new  7568018   Merge pull request #7909 from rockg/master
       new  003906f   Update deprecate_kwarg message
       new  53dbe9d   DOC: add intersphinx mapping to numpy
       new  71b42c6   Merge pull request #7945 from jorisvandenbossche/depr_message
       new  83ed483   Merge pull request #7946 from jorisvandenbossche/intersphinx_numpy
       new  8d3cb3f   API/COMPAT: Index no longer an ndarray sub-class (GH5080)
       new  c7bfb4e   Merge pull request #7891 from jreback/index
       new  24bb1a9   DOC: release notes corrections
       new  1f64bc8   API: raise on __nonzero__ for Index (GH7897)
       new  c2ebf4c   Merge pull request #7951 from jreback/index_follow
       new  6f51919   ENH: New `level` argument for DataFrame.tz_localize and DataFrame.tz_convert (GH7846)
       new  4950474   Merge pull request #7915 from mtrbean/ENH-7846
       new  256b3bd   TST: windows fixes relatd to Index not-subclass-ndarray
       new  8f8c888   Removed unpaired left-paren.  Rephrased references.
       new  08cf60a   Merge pull request #7959 from mcjcode/docfix
       new  ab64d58   DOC: cookbook.rst update
       new  8f6ac5b   ENH/BUG: Period and PeriodIndex ops supports timedelta-like
       new  9b75e50   BUG: fix transform with integers
       new  914b0f3   Merge pull request #7973 from cpcloud/transform-oddity-7972
       new  fe55b89   PERF: perf improvements for Series.transform (revised) (GH6496)
       new  4eb5e51   Merge pull request #7975 from jreback/transform_perf
       new  e7c2e93   BUG: Allow __name__less callables as groupby hows (GH7929)
       new  5d4ce99   Merge pull request #7974 from dsm054/allow_nameless_callables
       new  81fcbc0   INT: use platform_int for np.repeat related (GH7975)
       new  e800fe1   Merge pull request #7966 from sinhrks/period_delta
       new  7a4c467   Fix DataFrame.to_latex() with MultiIndex columns
       new  aa1c120   API: add Series.dt delegator for datetimelike methods (GH7207)
       new  db8533f   Merge pull request #7953 from jreback/dt
       new  1264ef5   COMPAT: raise SettingWithCopy in even more situations when a view is at hand
       new  70a17da   COMPAT: capture chain indexing even on single-dtyped
       new  43c78d8   update to holiday to help with GH#7070
       new  8ca9c85   ENH: Use 'left' constructor on pd.merge
       new  6732306   BUG: Timestamp cannot parse nanosecond from string
       new  fa63e76   Merge pull request #7907 from sinhrks/parse_ns2
       new  7d3a0fa   Merge pull request #7913 from MichaelWS/master
       new  4a23a84   ENH/CLN: add HistPlot class inheriting MPLPlot
       new  123a555   Merge branch 'merge_constructor' of https://github.com/jwass/pandas into jwass-merge_constructor
       new  f400014   Merge pull request #7950 from jreback/setting_with_copy
       new  35dbf6c   BUG: rolling/expanding_* treamtment of center
       new  cd7f09e   Merge pull request #7809 from sinhrks/histplot
       new  e898cab   DOC: Release note format correction
       new  dd635ed   Merge pull request #7995 from sinhrks/rn_7812
       new  1404ce9   ENH: plot functions accept multiple axes and layout kw
       new  16b3492   COMPAT: change pytables to use 3.0.0 API (GH7990)
       new  1eb9955   Merge pull request #7994 from jreback/pytables_api
       new  9ca4a0d   CLN: change requirements to only use numpy>=17
       new  534784b   Merge pull request #7954 from cpcloud/drop-np16
       new  54d3e4d   ENH: Add duplicated/drop_duplicates to Index
       new  8bf187c   API: consistency in .loc indexing when no values are found in a list-like indexer (GH7999)
       new  3395eed   BUG: Area plot legend has incorrect color
       new  63bbd85   BUG: related to GH5080, get_indexer choking on boolean type promotion (GH8024)
       new  70be935   Merge pull request #8026 from jreback/series_map
       new  f8225c0   Merge pull request #8003 from jreback/indexing
       new  ffc819e   CLN: add html_encoding path to setup.py data
       new  2e3c4ea   BUG: fix html reading for bytes types in py3
       new  ca884f5   TST: add assertion that we will actually read a file
       new  ba25f52   DOC: release notes [ci skip]
       new  441c585   Merge pull request #8030 from cpcloud/read-html-py3-encoding-7927
       new  22d31a2   DOC: suppress warning + fix reshape example
       new  6796139   Merge pull request #8034 from jorisvandenbossche/doc-fixes4
       new  76e6588   Merge pull request #8027 from sinhrks/area_legend
       new  b2d5a33   Merge pull request #7979 from sinhrks/dup_idx
       new  6029131   Fixing 'chunksize' parameter name typo io.rst
       new  c0163a2   Merge pull request #8035 from nesanders/patch-1
       new  b9633f6   bug fix for 7987
       new  24aa47c   Fix bug when testing multiindex dtypes in assert_frame_equal and assert_series_equal
       new  85ad2b7   Merge pull request #8042 from artemyk/fix-assert_frame_equal-multiindex-dtypes
       new  0165d14   CLN/DOC/TST: Categorical fixups (GH7768)
       new  c7e2cd3   TST: skip test_kds_colors if too old scipy installed
       new  1d83aa2   Fixed incorrect datatype conversion on multi-indexes
       new  045577b   Merge pull request #8022 from artemyk/sql-create-table-index-dtype-fix
       new  8c44e7f   BUG: fix HDFStore iterator to handle a where properly (GH8014)
       new  0ecb4cb   Merge pull request #8029 from jreback/hdf_iterator
       new  2e6ded1   API: Timetamp.tz_localize and tz_convert raises TypeError rathar
       new  660823a   Merge pull request #8036 from sinhrks/tz_except
       new  e27df0d   Update README to use pydata instead of pystatsmodels google group
       new  3134a8d   Merge pull request #8047 from shoyer/patch-1
       new  9c44192   BUG: stack with datetimes
       new  f9ddaf1   TST: catch invalid options data parsing
       new  14ac5df   Merge pull request #8053 from jreback/test_data
       new  e5923d0   BUG: Bug in DataFrameGroupby.transform when transforming with a passed non-sorted key (GH8046)
       new  3e7292c   Merge pull request #8043 from TomAugspurger/stack-datetime
       new  8631972   Don't call np.roll on empty arrays.
       new  430138e   Merge pull request #8049 from jreback/transform_order
       new  989a51b   Merge pull request #8041 from ahlmss/slice_empty
       new  53f5598   PERF: StataReader is slow due to excessive lookups for missing vales
       new  3a7d8f1   Merge pull request #8045 from bashtage/stata_unpack_performance
       new  9b27e3c   Fix bdist_wheel. Add Tag information to WHEEL dist info.
       new  314012d   TST: Fix converter test for MPL1.4
       new  8c15b2d   Merge pull request #8054 from sinhrks/gh7233
       new  100b47b   DOC: Fix Release note 8019, 8039
       new  9245d1c   typo: "cubhelix" -> "cubehelix"
       new  fb3b023   Merge pull request #8067 from ajschumacher/patch-1
       new  a5bb77e   Merge pull request #8068 from sinhrks/rn8019
       new  6a4399d   Merge pull request #8007 from JanSchulz/categorical_fixups
       new  f15e5ea   DOC: Add scatter to visualization.rst
       new  dd8c8fc   Merge pull request #8069 from sinhrks/scatter_doc
       new  c8f457a   BUG: Bug in Timestamp comparisons with == and dtype of int64 (GH8058)
       new  8ec6a5f   Merge pull request #7934 from seth-p/rolling_center
       new  644fab6   Coerce None consistently, depending on the dtype of the container.
       new  12a39bb   Merge pull request #8070 from jreback/timestamp_equal
       new  1d5cb4a   Merge pull request #7941 from ahlmss/set_item_to_none
       new  931b466   Merge pull request #7988 from MichaelWS/master
       new  74610b0   Merge pull request #7736 from sinhrks/multi_ax
       new  b2b4015   Merge pull request #7982 from shoyer/fix-to_latex-multicolumn
       new  4093375   TST: platform indexing, xref GH8007
       new  2a42334   adjust timezone when adding date offsets for DST. fixes #5175
       new  2594bea   DOC: show min supported version of numexpr is 2.1
       new  14b28a1   PERF: StataReader is slow
       new  489c394   Merge pull request #8073 from bashtage/stata-read-batching
       new  e7e02e6   TST: platform indexing, xref GH8007
       new  9e2b335   BUG: rolling_count() and expanding_*() with zero-length args; rolling/expanding_apply() with min_periods=0
       new  dca303e   CLN: PEP8 cleanup of holiday.py
       new  1ad2eff   PERF: StataWriter is slow
       new  52a032a   Merge pull request #8079 from bashtage/stata-write-performance
       new  8dc3c19   TST: TestYahooOptions issue
       new  ba955a9   ENH: add support dtype='category' in Series constructor
       new  9159d98   BUG: fix reindexing to an all-nan Categorical (GH8076)
       new  aa5e55e   Merge pull request #8075 from jreback/cat2
       new  3c43c95   Added chunksize argument to to_sql
       new  4411ab6   BUG: left join on index with multiple matches (GH5391)
       new  b8c36be   Merge pull request #8062 from artemyk/to_sql_chunksize
       new  080a0a7   BUG: fix checking of table name in read_sql (GH7826)
       new  995f91c   Merge pull request #7961 from jorisvandenbossche/sql-7826
       new  a0cedf8   ENH: add support for datetime.date/time in to_sql (GH6932)
       new  a72d951   Merge pull request #8085 from mortada/pep8_cleanup
       new  0b3c53e   BUG: fix iat and at for Float64Index
       new  86ecb99   Merge pull request #8094 from cpcloud/float64index-iat-at
       new  1a9964c   TST: Fix boxplot test for python3
       new  656e140   ENH/CLN: add BoxPlot class inheriting MPLPlot
       new  ef43ad0   BUG: pivot_table raises KeyError with nameless index and columns
       new  cbc5ddc   DOC: updated cookbook.rst
       new  66630f4   Merge pull request #7998 from sinhrks/boxplot
       new  473f603   Merge pull request #8098 from sinhrks/gh8091
       new  ec919fd   ER: clarify import error message of BeautifulSoup (read_html)
       new  c4fac5e   DOC: fix formatting in dependencies in install.rst
       new  98cc290   Merge pull request #8111 from jorisvandenbossche/doc-install
       new  91b9051   Merge pull request #8110 from jorisvandenbossche/err-bs
       new  62663b4   DOC: fix build error in io-sql
       new  e56bbf4   Made line comments work with whitespace delim and custom line terminator
       new  110f10c   fix groupby with tuple bug
       new  6efa813   Merge pull request #8123 from TomAugspurger/groupby-tuple
       new  1e3da90   Merge pull request #8090 from jorisvandenbossche/sql-date-time
       new  a997356   ENH: add schema support to sql functions
       new  9a877dd   Added a release note
       new  21ccaf2   BUG: Bug in multi-index slicing with various edge cases (GH8132)
       new  855f9aa   Merge pull request #8134 from jreback/mi_slicers
       new  a4a4fef   Merge pull request #8122 from amras1/linecomments-whitespace-delim
       new  b70928a   Merge pull request #8059 from seth-p/rolling_count
       new  c5a3514   PERF: speed up multi-key groupby
       new  b3412b3   BUG: broadcasting with numpy scalars (GH8116)
       new  0fd7263   Merge pull request #8119 from behzadnouri/numpy-scalar
       new  3bb0803   Merge pull request #8103 from sinhrks/pivot_dt
       new  b82a4e6   Merge branch 'groupby-speed-up' of https://github.com/behzadnouri/pandas into behzadnouri-groupby-speed-up
       new  ca6ec85   TST: Fix timezone test to avoit dateutil issue
       new  3fe6a24   BUG: comparison of category vs np dtypes buggy (GH8143)
       new  3ec0fe1   Merge pull request #8099 from sinhrks/gh7993
       new  fbcdf36   TST: windows test fix re GH8103
       new  790840b   CI: change nose to be 1.3.4
       new  71bfb00   Merge pull request #8146 from jreback/cat_dtype
       new  a874c13   BUG: Fix bad axis limits for DataFrame.boxplot()
       new  6d278bd   BUG: use stable sort for group_index in groupby
       new  e2d5eec   DOC: add some links in install.rst
       new  809f34d   Merge pull request #8149 from htkim/docs-install
       new  f505097   Merge pull request #8126 from onesandzeroes/axis-limits
       new  78ccfac   ENH: let get_dummies take a DataFrame
       new  f6a8a6d   DEPR: deprecate convert_dummies
       new  1e90ba3   ENH: add schema support to sql functions + add tests
       new  5ef3cc3   Merge pull request #7952 from jorisvandenbossche/sql-schema
       new  2ca6fd8   Merge pull request #8140 from TomAugspurger/df-dummies
       new  6516c53   BUG: map builtins min/max to numpy/cython versions
       new  f098a86   DOC: v0.15.0 edits
       new  0186cd2   DOC: v0.15.0 edits
       new  f82f396   BUG/ENH/API: ewm* debias, 'adjust', min_periods; roll/exp_var/std 1 val
       new  de4dbd0   BUG: add 'import warnings' statement in panel.py (GH8152)
       new  09a2415   Merge branch 'bug-panel-import-warnings' of https://github.com/htkim/pandas into htkim-bug-panel-import-warnings
       new  6631407   Merge pull request #7910 from mortada/nth_values
       new  f07710d   Merge pull request #8148 from behzadnouri/argsort-merge-sort
       new  59c175f   Made read_html ignore empty tables, added test
       new  6644f8b   BUG: Fix for to_excel +/- infinity
       new  14d92d6   BUG/API: Previously an enlargement with a mixed-dtype frame would act unlike .append which will preserve dtypes (related GH2578, GH8176)
       new  07bdfb8   Merge pull request #8176 from jreback/expand
       new  b999a8a   Merge branch 'excel-infinity-fix' of https://github.com/maxchang/pandas into maxchang-excel-infinity-fix
       new  e989126   Merge branch 'dst-date-offset' of https://github.com/adamgreenhall/pandas into adamgreenhall-dst-date-offset
       new  efe196a   DOC: added release note, this fixes #8173
       new  d2694c8   Merge pull request #8179 from mortada/nth_values_notes
       new  91ce97d   SQL: add warning for mismatch in provided and written table name (GH7815)
       new  c78eb6e   BUG: scatter with errorbar raises IndexError
       new  01e1856   Merge pull request #8183 from sinhrks/scatter_error
       new  958a99e   API: kdeplot fails with NaNs
       new  e226bac   Merge pull request #8196 from onesandzeroes/kde-na
       new  f4768cc   counting sort instead of np.argsort in left outer join
       new  70ec921   BUG: GroupBy.count() with float32 data type does not exclude nan
       new  3ecb760   Merge pull request #8171 from behzadnouri/count-f32
       new  7800290   Merge pull request #8172 from behzadnouri/lj-cnt-sort
       new  67e380a   API: support `c` and `colormap` args for DataFrame.plot with kind='scatter'
       new  5796f0b   ERR: pass original error message in read_sql_query (GH7730)
       new  4089cac   BUG: barplot with NaNs
       new  9bf6b59   DOC: Table about how plots handle missing data.
       new  d48bb2c   Merge pull request #8177 from TomAugspurger/barplot-NaN
       new  5254e52   BUG: Fix Grouper with multi-level index and frequency (GH7885)
       new  6e0e2a1   BUG: Fix mismatched logic error in compatibility check
       new  12248ff   Merge pull request #8203 from jtratner/fix_openpyxl_compat_check
       new  c2e8aaa   Merge branch 'Fix-GH7885' of https://github.com/jmorris0x0/pandas into jmorris0x0-Fix-GH7885
       new  99bf239   COMPAT:  dtype on windows related to GH8172
       new  756f907   Merge pull request #7728 from dsm054/fix-get-indexerror
       new  0064605   more verbosity to PyTables import failures
       new  c207d18   Merge pull request #8195 from someben/master
       new  e5e4748   BUG: Bug in read_csv where squeeze=True would return a view (GH8217)
       new  5bbe99e   Merge pull request #8218 from jreback/squeeze
       new  b576b35   ENH to_latex mi index will use & sep for levels
       new  fd79860   Merge pull request #8201 from jorisvandenbossche/sql-7730-errormessage
       new  815b19e   Merge pull request #8180 from jorisvandenbossche/sql-7815-casesens
       new  18081a1   Allow deprecate_kwarg to transform arguments
       new  d1671ed   BENCH: add benchmarks for SQL
       new  007bb3f   Merge pull request #8102 from jorisvandenbossche/sql-bench
       new  d282067   CLN: fix whitespace issue in vb_suite/io_sql.py
       new  c2adf08   API: Series.to_csv() should return string when path is None
       new  7248bf0   Merge pull request #8220 from onesandzeroes/csv-output
       new  5acb0cb   numexpr is now on github
       new  512f0ff   Merge pull request #8221 from zachcp/patch-1
       new  8541f4b   DOC: fix formatting error in io.rst
       new  0b5fa07   Merge pull request #8223 from isms/patch-1
       new  e52efb6   Merge pull request #7991 from ischwabacher/patch-2
       new  3da1f79   Merge pull request #7926 from seth-p/ewmvar_bias_correction
       new  25f4822   BUG: interpolate with no nans and limit
       new  1739fed   BUG: Bug in putting a PeriodIndex into a Series would convert to int64 dtype, rather than object of Periods (GH7932)
       new  b73cfd0   Merge pull request #8235 from TomAugspurger/interp-limit-nonan
       new  0d6264f   BUG: DataFrame.to_string ignores col_space when header=False
       new  a586867   Merge pull request #8237 from jreback/pi
       new  77d5f04   BUG: fix groupby crash on duplicated columns (GH7511)
       new  df48524   Fix creation of database indexes (GH8083)
       new  54678dd   Merge pull request #8083 from artemyk/to_sql_create_indexes
       new  07a46af   API: raise on setops for + and - for Indexes (GH8226)
       new  dba1017   Provides a link to the list of encoding in Python
       new  d5c9a22   Merge pull request #8227 from jreback/index_api
       new  6398950   appended newline to DataFrame.info() output
       new  7ba2393   BUG: DatetimeIndex.asof matches partial dates
       new  ea6b448   Merge pull request #8125 from dxshank/dev-update-read-csv-docs
       new  1a2885f   DOC: v0.15.0 for GH8226
       new  42ed2a2   Merge pull request #7780 from shoyer/plot-frame-scatter
       new  c8efd6b   Merge pull request #8246 from TomAugspurger/datetime-asof
       new  ff4c290   ENH: Add duplicated/drop_duplicates to Index
       new  ee00dc7   DOC: created advanced indexing section DOC: add internals section (GH4082)
       new  accbf4a   Merge pull request #8204 from jreback/doc
       new  5d9475a   Merge pull request #8114 from BorisVerk/master
       new  86c214e   BUG: plot methods modified rcParams
       new  9e5d69c   DOC: Correct and expand Series.nonzero docstring
       new  13514dc   Merge pull request #8247 from kyleam/fix-nonzero-docstring
       new  abd5333   Merge pull request #8249 from TomAugspurger/color-cycle
       new  dfb5585   Clarification to .ix functionality Made clear that .ix does not support positional indexing in the case where the corresponding dimension has an integer index.
       new  5d32eab   New "ambiguous" argument in tz_localize to enhance support for ways of resolving transition times ('infer', dot indicators, 'NaT', and 'raise')
       new  41cc8cc   Merge pull request #7963 from rockg/master
       new  019a932   ENH: SQL support for writing NaN + datetime64 values (GH2754, GH7103)
       new  638fb5b   ENH: refactor to_sql insert_data - performance improvement (GH8208)
       new  e1cd966   Merge pull request #8208 from jorisvandenbossche/sql-2754-nan
       new  4f8af44   ENH: TimedeltaIndex and Timedelta scalar support (GH3009)
       new  6aea232   Merge branch 'master' of https://github.com/grechkay/pandas-1 into grechkay-master
       new  9b12ccb   DOC: Added warning about attribute access on 'reserved' words (GH8082)
       new  8b4bf16   Merge pull request #8184 from jreback/tdi
       new  eff52e0   BUG: Bug in inference in a MultiIndex with datetime.date inputs (GH7888)
       new  0532ba3   Merge pull request #8264 from jreback/mi
       new  add715c   DOC: v0.15.0 edits
       new  79c4413   Merge pull request #8066 from lepture/bdist-wheel
       new  cfdae80   Merge pull request #8219 from hayd/latex_mi_index
       new  d553fb1   TST: tests for reduction of series with nan timedelta (GH7661)
       new  15b8454   Merge pull request #8268 from jreback/nat
       new  0acfa44   DOC: Explicitly create class definitions of whitelisted SeriesGroupBy and DataFrameGroupBy methods (GH6944)
       new  618dba1   Minor doc clean for ambiguous time handling
       new  fefc613   Merge pull request #8267 from rockg/tz-doc-fix
       new  3e1f13c   TST: addtl tests for TimedeltaIndex/DatetimeIndex sub ops DOC: revised timedeltas.rst a bit
       new  35a9527   DOC: correction in timedelta.rst
       new  e8be09c   Bugfix: Prevent configuration paths to contain python keywords
       new  5065232   Rewrote/refactored get_schema to use methods from table classes (GH8232)
       new  948195d   BUG: rolling_apply(..., center=True) should not append NaNs
       new  4179245   Merge pull request #8232 from artemyk/get_schema_fix
       new  d450387   DOC: Add notes explaining params is db driver dep. GH7573
       new  95abb3c   Merge pull request #8266 from jnmclarty/SQL_params_note
       new  e77ee4b   ENH groupby: more user-friendly error message (GH7511)
       new  f33eabb   Merge pull request #8281 from bthyreau/fix_grouper_errormessage
       new  30c6679   Avoid transaction context-managers for legacy SQL drivers (GH8277)
       new  763bb01   BUG: make sure that the multi-index is lex-sorted before passing to _lexsort_indexer (GH8017) BUG: sparse repr of multi-index frame with a FloatIndex as a level was incorrect
       new  a10fe41   Merge pull request #8278 from artemyk/remove_context_transactions
       new  9df3ead   Merge pull request #8282 from jreback/sort
       new  f9ac037   BUG: fix setting dataframe column to a sparse array
       new  dca8f3e   Merge pull request #8275 from seth-p/rolling_apply
       new  605d2fc   Merge pull request #8291 from immerrr/frame-setitem-with-sparse-series
       new  83ff5b1   BUG: Bug in 32-bit platforms with Series.shift (GH8129)
       new  eb9f154   API: add ddof to expanding/rolling_cov()
       new  ef1fb2d   Merge pull request #8280 from seth-p/rolling_cov_ddof
       new  12413a8   Fix DataFrame.from_records error message
       new  0fd2cd0   BUG: Bug in iat return boxing for Timestamp/Timedelta (GH7729) CLN/COMPAT: cleanup timedelta64[ns] series inferrence
       new  fb977d7   BUG: boxplot fails when one column is all NaNs
       new  39a31d1   TST: suppress gratuitous warnings
       new  4c36db3   Merge pull request #8294 from ischwabacher/patch-2
       new  62529cc   Merge pull request #8298 from jreback/iat
       new  9f69189   fix variable overwriting in radviz
       new  631e0ba   TST: windows test fixes for 2.6 / older mpl
       new  99d8835   ENH/TST/DOC: Implement experimental io.excel._Openpyxl2Writer
       new  d6071fd   Merge pull request #8199 from stas-sl/patch-1
       new  bc9e808   VIS: Hide labels for NaN/zeros in boxplt
       new  ccb196f   BUG: Auto-detect terminal size on max_col/max_row==0
       new  f020cdd   API: accept -1 for layout
       new  a713641   Merge pull request #8297 from TomAugspurger/neg-layout
       new  7ee090e   VIS: default LinePlot rotation of 0
       new  92cc549   DOC: need blankline for example
       new  164f214   Added test and fix for insertion of empty table bug
       new  b4dd953   CLN PEP8 on format.py
       new  eddddd7   Merge pull request #8316 from artemyk/empty_table_insert
       new  8c60b3d   Merge pull request #8286 from iwschris/pep8_format
       new  a95687d   Merge pull request #7781 from germangh/master
       new  0714c02   TST: py2.6 test fix in test_graphics.py
       new  2dce536   BUG: Bug in .at that would accept integer indexers on a non-integer index and do fallback (GH7814)
       new  d6e2c75   Squashed commit of the following:
       new  61e8f5a   Merge pull request #8320 from jreback/fallback
       new  25810c6   Merge pull request #8044 from amras1/new-float-conversion
       new  89cf72b   Merge pull request #8301 from TomAugspurger/default-rot
       new  31c2558   Squashed commit of the following:
       new  744daa7   DOC: v0.15.0.txt corrections
       new  015e4d9   BUG: Bug in casting when setting a column in a same-dtype block (GH7704)
       new  362db19   PERF: perf fixes
       new  69fe8b3   Merge pull request #8322 from jreback/dtype
       new  feb6870   DOC: v0.15.0.txt edits
       new  034ef8d   Merge pull request #7565 from neirbowj/openpyxl2_issue7177
       new  7c319fd   DOC: v0.15.0.txt edits
       new  7a1ffc7   PERF: add copy=True argument to pd.concat to enable pass-thru concats with complete blocks (GH8252)
       new  91e6dda   Merge pull request #8331 from jreback/concat_copy
       new  3a98bc3   CLN: pep8 clean up of sql.py
       new  0005e0f   TST:  test_precision_conversion on windows fix (GH8324)
       new  1d65bc8   Merge pull request #8340 from jorisvandenbossche/sql-pep8
       new  998b8c9   DOC: move trellis under visualization.rst
       new  66d6912   BUG: Work-around openpyxl-2.1.0 NumberFormat removal
       new  8069f47   Merge pull request #8356 from jreback/excel_fix
       new  d3f607d   ENH/BUG: allow timedelta resamples
       new  2b9ecbe   Merge pull request #8345 from jreback/resample
       new  709d0d6   DOC: timedelta resample docs
       new  c8e88d4   Merge pull request #8353 from TomAugspurger/trellis-doc
       new  fcd1a94   BUG: Bug in alignment with TimeOps and non-unique indexes (GH8363)
       new  6f4af67   Merge pull request #8364 from jreback/datetime_ops
       new  3c1410f   BUG: rolling_window() properly averages weights in mean=True mode; removed scikits-timeseries dependency for testing; added further tests for rolling_window()
       new  aa431bc   Merge pull request #8238 from stahlous/win_weights
       new  cb8a7f0   BUG/COMPAT: set tz on DatetimeIndex on pickle reconstruction (GH8367)
       new  391e90b   BUG: OLS with clustering and nw_lags does not error (GH5884)
       new  8a16900   BUG: to_clipboard output formatting (GH8305)
       new  41b1f65   Merge pull request #8370 from jreback/tz_pickle
       new  aba7d9c   Merge pull request #8299 from seth-p/test_moments_warnings
       new  ca2e608   API/FIX: wrap result cut/qut in Series and make it ordered
       new  7f034bc   TST: 32-bit fix related GH8364
       new  a638a4f   BUG: bug in non-evently divisible offsets when resampling (e.g. '7s') (GH8371)
       new  2ff8646   API: .fillna will now raise a NotImplementedError when passed a DataFrame (GH8377)
       new  d1faa4a   Merge pull request #8378 from jreback/fillna_err
       new  d7f6021   non-existent columns in DataFrame.dropna subset argument now raises KeyError
       new  8818a2c   EHN: Allow DataFrame.fillna to accept a DataFrame as its fill value.
       new  206fb97   FIX: Implement small Categorical fixups
       new  8fd654c   API: remove compat keyword in Categorical constructor
       new  b74e0a3   API: Implement Series.cat.codes and rename the proxy class
       new  1f504fe   Merge pull request #8307 from TomAugspurger/pie-nan
       new  9d86247   API: rename Categorical.levels to .categories
       new  4c45d7f   ENH: Introduce methods for each change to Categorical.categories
       new  3f282da   DOC: update to reflect changes in Categorical
       new  1ab045d   TST: Fix failing pie plot tests
       new  ec331f0   Merge pull request #8393 from TomAugspurger/pie-nan-fu
       new  0ffef1d   Merge pull request #8153 from JanSchulz/categorical_fixups_2
       new  6cf0a4e   Merge pull request #8384 from mcjcode/master
       new  df3224f   FIX: categorical fixups
       new  6dc9eb9   TST: Skip failing boxplot tests on mpl 1.4+
       new  68e5c59   Merge pull request #8388 from unutbu/fillna-df
       new  62ac12b   Merge pull request #8372 from jreback/resample
       new  04f3d40   Added file path existence check for read_hdf
       new  6c3f184   BUG: inconsisten panel indexing with aligning frame (GH7763)
       new  cbf3679   Merge pull request #8373 from jbradish/master
       new  52aee10   Changed round_trip converter to Python converter instead of strtod
       new  adcdb5b   Merge pull request #8399 from jreback/panel
       new  b296b9e   DOC: v0.15.0 et all updates
       new  d3976f5   Merge pull request #8357 from amras1/new-float-conversion
       new  9b63bfc   Merge pull request #8398 from TomAugspurger/mpl-dev-boxplot-skips
       new  26905ab   Better message in exception when conversion from period to timestamp fails
       new  b9bc371   CLN: Remove core/array.py
       new  f80b7fe   Added a section to FAQ Docs about startup scripts for setting up pandas.
       new  e487a30   Merge pull request #8407 from cstoafer/docs
       new  27afaeb   Allow importing pandas without setuptools
       new  3d5db57   BENCH: programmatically create benchmarks for large ngroups (GH6787)
       new  66cdd66   DOC: fixup categorical news
       new  009097f   DOC: update cut/qcut docstrings
       new  6e8ce68   FIX: add nbytes property in Categorical
       new  0c2c2ef   Merge pull request #8406 from sh9189/bbopensrcday2
       new  dbcf18a   Merge pull request #8409 from jacobschaer/issue-8107
       new  65b1d91   Fixup 10min
       new  b8d680d   Merge pull request #8414 from JanSchulz/nbytes_categories
       new  68fdacd   BUG: Bug in interesection of non-monotonic non-unique indexes (GH8362)
       new  3f26ee6   API/BUG: a  timeseries/index localized to UTC when inserted into a Series/DataFrame will preserve the UTC timezone (rather than being a naive datetime64[ns]) as object dtype (GH8411)
       new  9b46a69   Merge pull request #8405 from sh9189/bbopensrcday
       new  1aa7c2c   BUG: apply Series mask to aligned new values (GH8387)
       new  c011ee5   Moved startup script information to options docs and fixed link based on GH8407 and GH5748
       new  5fc1daa   Doc: Add Categorical to R comparison
       new  d93f464   FIX: Add Categorical.searchsorted stub
       new  70f11e4   Fix VECTOR_TYPES and NA_TYPES dicts used for pd DataFrame <-> R data.frame conversion
       new  863c891   Merge pull request #8421 from JanSchulz/cat_searchsorted
       new  170cf12   Merge pull request #8418 from cstoafer/docs
       new  0f83679   Merge pull request #8413 from JanSchulz/CategoricalFixups3
       new  cca1aab   Merge pull request #8400 from benjschiller/master
       new  5cfc9cf   Merge pull request #8415 from jreback/tz_aware
       new  fe924b4   DOC: create text.rst with string methods (GH8416)
       new  c494c03   make running multiple values of ngroups easy
       new  a95d84a   Some more clarification, particularly regexps
       new  e871245   Merge pull request #8423 from jreback/str
       new  c213523   Merge branch 'vbench_for_groupby' of https://github.com/dlovell/pandas into dlovell-vbench_for_groupby
       new  4074957   BUG: Bug on pivot_table with margins and dict aggfunc (GH8349)
       new  4802d0f   BUG: regression in groupby with a pass thru multiindex on axis=1 (GH7997)
       new  8d3a39a   Merge pull request #8417 from jreback/mi_grouping
       new  6348786   TST: Adjust boxplot tests following MPL API change
       new  b3ce297   BUG: Groupby.transform related to BinGrouper and GH8046 (GH8430)
       new  01d275f   Merge pull request #8434 from jreback/bin_grouper
       new  4b443f9   DOC: mention 'category' in select_dtypes docstring
       new  2b389b4   Merge pull request #8439 from bthyreau/doc_selectdtypes_categ
       new  0d8c7fd   BUG: NDFrame.equals gives false negatives with dtype=object (GH8437)
       new  f8582e8   Merge pull request #8443 from unutbu/dtypeO-equals
       new  1ff4b36   CI: use conda for most build dependencies
       new  977034a   Merge pull request #7971 from cpcloud/conda
       new  8a90c7b   BUG: bug in df.info() when embedded categorical (related GH7619)
       new  0e69f9e   Merge pull request #8449 from jreback/cat
       new  115596b   Remove DataFrame.delevel
       new  29b1aa7   Merge pull request #8451 from jsexauer/fix_delevel
       new  6479766   BUG: reset identity on legacy index pickles (GH8431)
       new  fccd7fe   Merge pull request #8454 from jreback/legacy_pickle
       new  53cc1b7   DOC/CLN: Cleanups plotting.py
       new  68f6268   PERF: Improve performance of CustomBusinessDay
       new  55ba0f0   API: SQL class definitions renaming
       new  46df5bb   TST: compat for *.pkl -> *.pickle in pandas/tests/data
       new  678409f   PEP8 fixups
       new  b84d237   Merge pull request #8293 from bjonen/fix_8236_2
       new  f7426d6   TST: fix path for getting pickles wrt (GH8431)
       new  d595a6c   Merge pull request #8429 from TomAugspurger/flier-test-adjust
       new  0b12eaa   PERF: optimize storage type for codes in Categoricals (GH8453)
       new  30246a7   type diversity breaks alignment
       new  e90474a   BUG: fix applymap to handle Timedelta
       new  8560bfa   Merge pull request #8459 from TomAugspurger/plot_cln
       new  3810417   DOC: Cleanup of plots in visualization.py
       new  a1fc667   Merge pull request #8461 from jreback/applymap
       new  9872f31   Merge pull request #8455 from jreback/cat2
       new  a0bef0b   Merge pull request #8457 from behzadnouri/align-rhs
       new  1ac2dec   Merge pull request #8391 from TomAugspurger/square-pie
       new  daf8761   DOC: doc updates for categoricals
       new  0612230   TST/PERF: have moments slow tests run faster (GH8450)
       new  ba4f146   DOC: categorical.rst fixups
       new  c1e3369   BUG: fix Index.reindex to preserve name when target is list/ndarray
       new  02161ff   Merge pull request #8460 from immerrr/preserve-index-names-when-reindexing
       new  b766a74   WIP: searchsorted implementation
       new  8128b0b   TST: complex ops test correction
       new  5a3af87   Merge pull request #7447 from cpcloud/pd-searchsorted
       new  ab97e0a   Closes #6852. Dataframe memory usage methods implemented.
       new  d1c0271   Merge pull request #7619 from asobrien/df-mem-info
       new  8980295   BUG: fix Index.reindex to preserve type when target is empty list/ndarray
       new  913ece8   SQL/ERR: raise error when insert failed with sqlite fallback (GH8341)
       new  bca5699   Merge pull request #8462 from immerrr/preserve-index-type-when-reindexing-to-empty
       new  d29d4c6   COMPAT: disallow Timedelta invalid ops
       new  65d716c   DOC: v0.15.0 / faq.rst updates
       new  722e4ef   Disallow Series indexing by DataFrame
       new  bc6a1f7   TST: dtype fixes on tests wrt GH8432
       new  c350247   Merge pull request #8472 from rockg/series-indexing
       new  0e11eea   Merge pull request #8470 from jorisvandenbossche/sql-8314-time
       new  4e439d9   Merge pull request #8440 from jorisvandenbossche/sql-ooapi-naming
       new  c741a54   DOC: fix minor formatting issues
       new  93fd023   TEST: add for sqlite fallback raising on datetime.time (and not failing silently) GH8341
       new  8c51d86   BUG: .at indexing should allow enlargement scalars w/o regards to the type of index (GH8473)
       new  54621c7   Merge pull request #8475 from jreback/at_fix
       new  d22b382   Merge pull request #8474 from jorisvandenbossche/sql-8314-time
       new  d27e37a   BUG: allow std to work with timedeltas (GH8471)
       new  72a051c   Merge pull request #8476 from jreback/td_std
       new  6d3803d   More flexible describe() via include/exclude type filtering
       new  3ece879   DOC: Try to use matplotlib ggplot style
       new  d573120   DOC: Fix some warnings is visualization.rst
       new  70e3ff3   sub-frame assignment of a multi-index frame breaks alignment
       new  45be995   DEPR: deprecate value_range (GH8481)
       new  9b024b5   Merge pull request #8480 from behzadnouri/align-mi
       new  5724a2a   BUG: Bug in groupby .apply with a non-affecting mutation in the function (GH8467)
       new  3d5d446   Merge pull request #8483 from jreback/value_range
       new  fe1a68b   DOC: reference to docs for describe
       new  3834259   Merge pull request #8484 from jreback/groupby_fix
       new  bce77ba   DOC: indexing.rst fixes w.r.t (GH8227)
       new  f92b2ab   DOC: fix bunch of doc build errors
       new  9010424   Merge pull request #8485 from jreback/index_fixups
       new  795e059   Merge pull request #8487 from jorisvandenbossche/doc-fixes
       new  0236a3b   added patch changeset_314012d.diff to "cherry-pick" 314012d (TST: Fix converter test for MPL1.4)
       new  53ad202   debian/patches/changeset_314012d.diff - Fix converter test for MPL1.4 (Closes: #763709)
       new  00fb38e   DOC: warning about copying for df.append/concat. Fixes #7967
       new  d65c9d7   Merge pull request #8488 from hunterowens/speed-docs
       new  5995dc3   ENH: Add orient argument and split option to DataFrame.to_dict. (GH7840)
       new  e2bd0d3   DOC: fix notes in plot() docstring
       new  7c15827   Merge pull request #8493 from jorisvandenbossche/doc-plot-docstring
       new  9b94968   BUG: searchsorted sorter issue with 32bit platforms (GH8490)
       new  20525f5   Merge pull request #8492 from jorisvandenbossche/fix-searchsorted
       new  d865428   Merge pull request #8478 from TomAugspurger/doc-modifications
       new  feb5d4c   ENH: add chunksize argument to read_sql (GH2908)
       new  3d31938   Merge pull request #8330 from jorisvandenbossche/sql-2908-chunksize
       new  09f740b   DOC: update release.rst for 0.15.0
       new  8dfbe09   RLS: 0.15.0rc1
       new  d5694d9   RLS: v0.15.0rc1 IS_RELEASED=False
       new  29de89c   DOC: release notes update
       new  d0064aa   Added Missing Semicolon to Release Note v0.15
       new  2f2127f   Merge pull request #8497 from jbradish/master
       new  f3bcbe5   Merge pull request #8497 from jbradish/master
       new  685eb0d   Merge branch 'jbradish-master'
       new  9bfb8ec   COMPAT: matplotlib 1.4.0 version compat (GH8502)
       new  e1083ee   Merge pull request #8504 from jreback/mpl_fix
       new  d9ee560   CI: add appveyor support
       new  215569a   Merge pull request #8500 from jreback/appv
       new  aaba591   DOC: merging.rst changes
       new  d2bc2fe   DOC: fix example sql chunksize
       new  a05b8ed   Merge pull request #8510 from jorisvandenbossche/doc-fixes
       new  9e0122a   BUG: Bug in inplace operations with column sub-selections on the lhs (GH8511)
       new  89e6092   Merge pull request #8520 from jreback/indexing
       new  574facc   BUG/REGR: bool-like Indexes not properly coercing to object (GH8522)
       new  6cc875c   Merge pull request #8523 from jreback/regr
       new  2d4c8e5   CI: incoporate appveyor build folder variable
       new  8a662c6   BUG: Avoid FutureWarning by implementing equality check in Cython. BUG: array_equivalent expects NumPy arrays as input. DOC: Fix typo and show that the index order matters
       new  520170d   CI: appveyor fixes
       new  32c5016   Merge pull request #8512 from unutbu/equal-warning
       new  b68017e   BUG: fix CategoricalBlock unpickling
       new  ce79c80   API: Raise more specific exception on concat([None])
       new  56dbb8c   Merge pull request #8519 from immerrr/fix-categoricalblock-pickling
       new  3493550   Add xray to ecosystem docs
       new  ef6ce1a   Merge pull request #8534 from shoyer/add-xray-to-ecosystem-docs
       new  58e8cdd   DOC: Add 29+ in-line examples, change headings & intro to cookbook GH6918
       new  e560f9b   Merge pull request #8288 from jnmclarty/cookbook_inline_examples
       new  1054ed4   BUG: Dont add None to plot legend.
       new  2e8f236   Merge pull request #8536 from TomAugspurger/plot-label-none
       new  2c4dc5c   PERF: Performance improvement for MultiIndexes with a DatetimeIndex level
       new  42cde88   DOC: Clean Cookbook Issues: Tabs, expanded_apply, axis aliasing, etc.
       new  f5fe192   Merge pull request #8535 from jnmclarty/cookbook_inline_examples
       new  67aa5c8   Merge pull request #8544 from mtkni/master
       new  69e0f91   DOC: v0.15.0 corrections
       new  c71c536   DOC: Update ecosystem.rst: Add IDE, IPython, qgrid, Spyder, API, quandl, Out-of-core, Blaze
       new  e9f55a3   Merge pull request #8507 from westurner/patch-3
       new  acb9b33   PERF: Slowness in multi-level indexes with datetime levels
       new  857042f   PERF: fixup datetime_index repr perf (GH8556)
       new  5141ef5   Merge pull request #8557 from jreback/dt_perf
       new  51bd2c9   DOC: formatting issue in scatter_matrix section
       new  0e6a858   DOC/FIX: In R it's still levels...
       new  4737f6c   Merge pull request #8561 from JanSchulz/r_levels
       new  e0d9b1a   BUG: _Openpyxl2Writer mishandles merged cell style
       new  5cd1bed   Merge pull request #8549 from mtkni/master
       new  1914934   DOC: fix formatting read_csv comment kwarg explanation
       new  f97c1d9   DOC: ignore_na warning
       new  54f047a   Switch default colormap for scatterplot to 'Greys'
       new  5058224   Merge pull request #8567 from seth-p/ignore_na_warning
       new  09e0ba7   Merge pull request #8566 from shoyer/fix-default-cmap
       new  62913bc   PERF: improve perf of array_equivalent_object (GH8512)
       new  ec31259   Merge pull request #8570 from jreback/equals
       new  396e7f3   ENH: Add type conversion to read_stata and StataReader
       new  2baaefe   Merge pull request #8564 from bashtage/stata-datatype-conversion
       new  cf599d9   TST/PERF: optimize tm.makeStringIndex
       new  3788c65   BUG: dtype query with negation bug (GH8568)
       new  316f9fa   DOC: updates release and v0.15.0.txt for release
       new  4e40a64   DOC: fix example of GH8512 name clash with following examples
       new  de4b0bb   Merge pull request #8579 from jorisvandenbossche/doc-fixes015
       new  017adea   RLS: 0.15.0 final
       new  778cfe4   DOC: start 0.15.1 cycle for docs
       new  0173962   DOC/REL: adapt make.py file to upload with other user than pandas
       new  8336e36   Merge pull request #8575 from immerrr/optimize-makestringindex
       new  902179d   ENH: Allow columns selection in read_stata
       new  a2c36c1   Merge pull request #8577 from bashtage/stata-columns
       new  403f38d   BUG: invalid import checking in gbq (GH8587)
       new  2dd86e8   Documentation fix
       new  3c1185f   Merge pull request #8598 from artemyk/io_doc_fix
       new  df24187   Use '+' to qualify memory usage in df.info() if appropriate
       new  8747633   Merge pull request #8599 from shoyer/qualify-mem-usage
       new  00965aa   Fix typo in visualization.rst doc
       new  a5bfd63   DOC: read_html docstring update link to read_csv and infer_types mention
       new  bd01395   Merge pull request #8583 from jorisvandenbossche/doc-upload
       new  6fb8f14   DOC: reorg whatsnew files to subfolder
       new  8e0155c   Merge pull request #8604 from aisipos/fixplotdoctypo
       new  7012d71   Merge pull request #8606 from jorisvandenbossche/doc-whatsnew-reorg
       new  1db8449   BUG: cut/qcut on Series with "retbins" (GH8589)
       new  98cd8b0   Merge pull request #8563 from jorisvandenbossche/docstring-read-csv
       new  2737f5a   Merge pull request #8622 from rosnfeld/issue_8589
       new  1460552   Fix shape attribute for MultiIndex
       new  85069eb   Merge pull request #8609 from shoyer/MultiIndex-shape
       new  2fcbc7f   BUG: bug in Float/Int index with ndarray for add/sub numeric ops (GH8608)
       new  46c52e2   Merge pull request #8634 from jreback/numeric_index
       new  7cf3116   Merge tag 'v0.15.0' into debian
       new  fc8ce1e   recythonized + changelog
       new  8c9222d   dropping CPed changeset + refreshed other patches
       new  0ca52ef   debian/control - restrict statsmodels and matplotlib from being required on the ports which do not have them
       new  80a7a98   forgotten version boost for cythonized
       new  1d99270   Raise error in certain unimplemented aggregation cases.
       new  fef0f4a   BUG: column name conflict & as_index=False breaks groupby ops
       new  b65afd0   BUG: Bug in ix/loc block splitting on setitem (manifests with integer-like dtypes, e.g. datetime64) (GH8607)
       new  c6aeaf1   TST: skip tests on incompatible PyTables version (GH8649, GH8650)
       new  a30d6ee   Merge pull request #8644 from jreback/ix_consist
       new  a95c5f0   Merge pull request #8651 from jreback/pytables_import
       new  6a7ff40   ENH: Add ISO3 ctry codes and error arg. Fix tests, warn/exception logic #8482
       new  4f8e85a   DOC/REL: clean-up and restructure v0.15.0 whatsnew file (GH8477)
       new  7d5389c   Merge pull request #8586 from jorisvandenbossche/doc-whatsnew
       new  83a1a93   Merge pull request #8605 from jorisvandenbossche/doc-read_html
       new  711ad3e   BUG: coerce Categorical in record array creation (GH8626) BUG: Categorical not created properly with to_frame() from Series (GH8626) BUG: handle astype with passed pd.Categorical (GH8626)
       new  abac52c   Merge pull request #8652 from jreback/to_cat
       new  211c80c   Merge pull request #8592 from staple/reduce
       new  f2c9390   Merge pull request #8585 from behzadnouri/in-axis
       new  32a2451   Merge branch 'wbISO3' of https://github.com/jnmclarty/pandas into jnmclarty-wbISO3
       new  af1a556   BUG: Do not overwrite index name with plot
       new  20be789   Merge pull request #8541 from TomAugspurger/plot-label-index-name
       new  ff6b98a   DOC: v0.15.1.txt corrections
       new  8836589   BUG: fix concat to work with more iterables (GH8645)
       new  6dc2199   BUG: Bug in setitem with empty indexer and unwanted coercion of dtypes (GH8669)
       new  eecf160   Merge pull request #8668 from waveform80/deque-concat
       new  a0550dd   Merge pull request #8671 from jreback/coerce
       new  bd1747b   BUG: years-only in date_range uses current date (GH6961)
       new  9f15bea   Merge pull request #8672 from rosnfeld/issue_6961
       new  9b45d74   ENH: Series.str.split can return a DataFrame instead of Series of lists
       new  a72149f   TST: fix up for 32-bit indexers w.r.t. (GH8669)
       new  6bbb39e   Merge pull request #8675 from pydata/setitem
       new  339400e   CLN: more generic index creation in algorithms.py
       new  c11e75c   PERF: set multiindex labels with coerced dtype (GH8456)
       new  5cf3d85   Merge pull request #8663 from billletson/strsplit
       new  5d22bd1   Merge pull request #8676 from jreback/algos
       new  2d711e0   BUG: fix writing of Categorical with to_sql (GH8624)
       new  98c52eb   debian/control - specify minimal numpy to be 1.7
       new  7a02535   debian/patches - deb_skip_stata_on_bigendians   skip test_stata again on BE platforms
       new  39536c9   CLN: fix grammar in extract_index error message
       new  f159122   Merge pull request #8691 from sangheestyle/master
       new  9ce9378   BUG: fix Categorical comparison to work with datetime
       new  387c9bf   Merge pull request #8682 from jorisvandenbossche/sql-8624-categorical
       new  9a66dbb   Merge branch 'fix-datetime-categorical-comparison' of https://github.com/immerrr/pandas into immerrr-fix-datetime-categorical-comparison
       new  b12af6e   API/BUG: return np.nan rather than -1 for invalid datetime accessors values (GH8689)
       new  fb124fd   Merge pull request #8695 from jreback/danger
       new  5f76b27   BUG: incorrect serialization of a CustomBusinessDay in HDF5 (GH8591)
       new  9d286c8   DOC: minor v0.15.1.txt changes
       new  3bf4bfd   Merge pull request #8699 from jreback/cbd
       new  5323cf8   BUG: bug in selecting from a Categorical with iloc (GH8623) BUG: bug in groupby-transform with a Categorical (GH8623) BUG: bug in duplicated/drop_duplicates with a Categorical (GH8623)
       new  3579304   Merge pull request #8700 from jreback/cat
       new  1041dff   BUG: setitem fails on mixed-type Panel4D
       new  92c2211   ENH: provide a null_counts keyword to df.info() to force showing of null-counts
       new  1a6da8d   BUG: fix reflected comparison operations for Categorical
       new  1746df2   Merge pull request #8701 from jreback/show_counts
       new  02de853   Merge branch 'add-basic-zerodim-array-support' of https://github.com/immerrr/pandas into immerrr-add-basic-zerodim-array-support
       new  723881b   BUG: Bug in Panel indexing with a list-like (GH8710)
       new  a5915f7   ENH: add Index.is_monotonic_decreasing and Index.is_monotonic_increasing
       new  db6f8fd   ENH: support monotonic decreasing indexes in Index.slice_locs
       new  6d1945d   ENH/BUG: support Categorical in to_panel reshaping (GH8704) CLN: move block2d_to_blocknd support code to core/internal.py TST/BUG: support Categorical reshaping via .unstack
       new  daa7265   Merge pull request #8715 from jreback/panel_index
       new  9d8b3a1   Merge pull request #8705 from jreback/to_panel
       new  1382aa3   Merge pull request #8680 from shoyer/reversed-monotonic-slices
       new  39f2659   BUG: Fix pandas.io.data.Options for change in format of Yahoo Option page
       new  90edae6   DOC: Update docstrings of Options class.
       new  7e41bcb   ERR: leftover from renaming outtype to orient in to_dict
       new  e9c5d25   DOC: Select row with maximum value from each group
       new  83f3c96   Merge pull request #8724 from unutbu/groupmax-recipe
       new  489bfff   COMPAT: Compat issue is DataFrame.dtypes when options.mode.use_inf_as_null is True (GH8722)
       new  af2bfb7   Merge pull request #8726 from jreback/inf
       new  c3dd032   Merge pull request #8721 from jorisvandenbossche/to_dict-invalid-orient
       new  380fa1d   skip test_precision
       new  5a58f04   Merge pull request #8631 from dstephens99/issue8612
       new  a87d6ea   VIS: register datetime64 in matplotlib units registry (GH8614)
       new  9516c06   Merge pull request #8693 from jorisvandenbossche/plot-datetime64
       new  a0ac41d   CLN: fix conflict leftovers
       new  0f72d3d   ENH: read_csv dialect parameter can take a string (GH8703)
       new  1887ba5   BUG: Bug in slicing a multi-index level with an empty-list (GH8737)
       new  e9cb077   ENH: DataReaders return missing data as NaN rather than warn.
       new  10ba6a3   Merge pull request #8743 from dstephens99/issue8433
       new  4a6afd8   pd.show_versions()
       new  24e3ba2   Merge pull request #8746 from gepcel/master
       new  bddec83   BUG: Fix io.data.Options quote time for DST.
       new  04d93cf   Merge pull request #8741 from dstephens99/issue8612
       new  b5ebbcd   BUG: Allow non-float values in get_yahoo_quotes.
       new  cd93914   Merge pull request #8742 from dstephens99/issue5229
       new  dd1d342   DOC: 15.1 release notes
       new  d8ab341   RLS: v0.15.1 final
       new  66a0a74   DOC: v0.15.2 whatsnew
       new  472bc52   DOC: remove unused matplotlib directives from conf.py
       new  d6d5542   BUG: Fix groupby methods to include *args and **kwds if applicable.
       new  41bfde1   Update tutorials.rst
       new  94c91af   Merge pull request #8758 from dstephens99/issue8733
       new  dcb4247   DOC: clean-up v0.15.1 whatsnew file
       new  91e590f   Merge pull request #8755 from jorisvandenbossche/doc-fixes2
       new  68d483f   Merge pull request #8759 from wavedatalab/patch-1
       new  824adcd   DOC: update sphinx version requirements
       new  a8c4569   TST: Raise remote data error if no expiry dates are found (io.data.Options)
       new  cf56ff1   BUG: concat of series of dtype category converting to object dtype (GH8641)
       new  ebddf2d   Merge pull request #8763 from dstephens99/issue8761
       new  99a555b   Merge pull request #8714 from jreback/series_concat
       new  a9bc3da   BLD: remove network tests from 3.2 build
       new  e8b3862   BLD: fix 3.2 build
       new  a617b0b   TST: Change a failing test #8768
       new  518a62c   ENH: Move any/all to NDFrame, support additional arguments for Series. GH8302
       new  f791ff6   Allowing empty slice in multi-indices.
       new  b4cc087   BLD: add html5lib to 3.2 build
       new  81c8a5f   Merge pull request #8781 from SylvainCorlay/empty_slice
       new  80bc86f   TST: Add additional RemoteDataError check to io.data.Options
       new  f38a75b   Merge pull request #8783 from dstephens99/optionskiptest
       new  b3df1ff   Merge branch 'GH8302' of https://github.com/staple/pandas into staple-GH8302
       new  903de01   COMPAT: remove Index warnings from io/ga.py
       new  babf6ff   BUG: pd.Timedelta np.int, np.float. fixes #8757
       new  54e237b   Merge pull request #8787 from wholmgren/master
       new  204b50e   ENH: Add categorical support for Stata export
       new  90c1fc4   Do not convert series when looking at sub-daily frequencies.
       new  c3b02c8   Removing typo as Renaming
       new  19efe20   Merge pull request #8800 from gepcel/patch-1
       new  ed47013   Merge pull request #8756 from jorisvandenbossche/mpl-directives
       new  8d1ae49   Merge pull request #8767 from bashtage/stata-categorical
       new  4faf620   DOC: escape asterisks
       new  eb7ce0f   TST: Skip hist testing for matplotlib <= 1.2
       new  aa24414   TST: Add test for get_data_google dtypes
       new  d0597b8   BUG: "converters" in read_excel with missing data
       new  3edbc78   Merge pull request #8810 from onesandzeroes/mplskip
       new  1757d6e   Merge branch 'issue3995' of https://github.com/dstephens99/pandas into dstephens99-issue3995
       new  89d4871   docs fix (?)
       new  e9cef99   Merge branch 'infer_freq' of https://github.com/rockg/pandas into rockg-infer_freq
       new  0e02d5f   Fix unrecognized 'Z' UTC designator
       new  c03e92f   Merge branch 'fix-z-designator' of https://github.com/broessli/pandas into broessli-fix-z-designator
       new  6f48d4a   Revert "Fix unrecognized 'Z' UTC designator"
       new  cb9f3a9   DOC: Added get_group subsection
       new  cda4015   Merge pull request #8811 from MatthewGilbert/master
       new  072e40b   Merge pull request #8548 from iosonofabio/excel_dtype
       new  7a8534b   VIS: plot with `use_index=False` shouldn't plot the index name
       new  fa378ab   ENH: serialization of categorical to HDF5 (GH7621)
       new  f2f88c6   Merge pull request #8812 from onesandzeroes/plotlabel
       new  d881ba2   BLD: fix odd usage of cython imports, xref (GH8602)
       new  e0680ec   Merge pull request #8793 from jreback/cat_hdf
       new  0ddbb0c   BUG: sql_schema does not generate dialect-specific DDL
       new  1e01d9c   DOC: v0.15.2 edits
       new  ac9b2ab   DOC: v0.15.2 typos
       new  421cd26   ENH: Timestamp: Support addl datetime classmethods
       new  9d4963e   Merge pull request #8827 from artemyk/get_schema_fix_8697
       new  9e45acd   Merge pull request #8837 from jtratner/addl-timestamp-classmethods
       new  9dd675b   DOC GH3508 (bis) added basic documentation of google analytics  in remote_data
       new  943ca30   BUG: Bug in csv parsing when passing dtype and names and the parsed data is a different data type (GH8833)
       new  4ae90ae   BUG: Stacking with multiple mixed int/str levels
       new  5e8ba36   Merge pull request #8834 from jreback/parser
       new  08105ab   Merge pull request #8785 from jreback/ga_warn
       new  91bd308   TST: add tests for index.groupby (GH5620)
       new  0f899f4   Merge pull request #8809 from onesandzeroes/stackfix
       new  f2087df   BUG: Implement step in slice StringMethod
       new  4471700   Add test for __getitem__ syntax on str
       new  14199f5   Make step None (same as 1) for consistency
       new  d5a3509   Merge pull request #8843 from jtratner/support-step-in-str-slice
       new  079bd88   Merge pull request #8840 from jorisvandenbossche/gh5620
       new  88dbb09   BUG: Defined .size attribute across NDFrame objects to provide compat with numpy >= 1.9.1; buggy with np.array_split (GH8846)
       new  5b99e83   Merge pull request #8847 from jreback/size
       new  f504885   DOC: api updates for .size
       new  6cf2e48   BUG: Correct importing behavior for Categoricals in StataReader
       new  b735ffc   BUG: fix negative step support for label-based slices
       new  750151c   Merge pull request #8836 from bashtage/stata-monotonic-categoricals
       new  a084273   Clarify encoding kwarg on to_csv
       new  d15b2d3   DOC: Clean up Stata documentation
       new  3274f27   Merge pull request #8753 from immerrr/refactor-slice-locs
       new  c350118   BUG: DataFrame.stack(..., dropna=False) with partial MultiIndex.
       new  6fb9c04   Merge pull request #8858 from bashtage/stata-doc-fixup
       new  f010229   Merge pull request #8857 from graingert/patch-1
       new  6809885   BUG: type change breaks BlockManager integrity
       new  5470f5c   Merge pull request #8853 from behzadnouri/blk-mgr
       new  d0861e8   index into multi-index past the lexsort depth
       new  4c5ac16   BUG: missing nose import for skip test
       new  f1b270f   Merge pull request #8867 from matthew-brett/missing-nose-import
       new  6301f06   Merge branch 'mi-key-loc' of https://github.com/behzadnouri/pandas into behzadnouri-mi-key-loc
       new  e331a87   TST: provide a clear argument to assert_produces_warning to guarantee that we are clearing      specific warnings before trying to catch them (in case they have already happened)      requires the user to specificy the exact class where they are coming
       new  5b0efe5   DOC: Add where and mask to API doc
       new  7885e93   DOC: Add Nano to offsets table
       new  4d5c28f   Merge pull request #8879 from sinhrks/nanodoc_2
       new  0a2ea0a   Merge pull request #8876 from sinhrks/doc_where
       new  7587bf1   Added ability to read footer to read_html, and a test
       new  b8ac6ee   COMPAT: windows compat for tests for dtype inference in parser xref (GH8833)
       new  7d00a30   BUG/ENH: cleanup for Timedelta arithmetic
       new  f37c58f   Merge pull request #8896 from pydata/winfix4
       new  276462b   Merge pull request #8884 from shoyer/fix-timedelta-math
       new  ff0756f   DOC: v0.15.2.txt fixups
       new  6bf83c5   BUG CSV: fix problem with trailing whitespace in skipped rows, issues 8661, 8679 ENH CSV: Reduce memory usage when skiprows is an integer in read_csv, issue 8681
       new  e5fe75e   Merge pull request #8752 from selasley/trailing_spaces_fix
       new  0ef5c07   BUG: DatetimeIndex with time as key
       new  1e5d25a   Fix unrecognized 'Z' UTC designator
       new  9fd99d7   Merge pull request #8832 from broessli/z-utc
       new  c8e36d4   Doc change for Issue #8805
       new  a3e478d   Merge pull request #8912 from vvbchaves/master
       new  3b2089b   DOC: specify return type in to_datetime
       new  cfcda5f   CLN: move import to top of file
       new  99a7318   Merge pull request #8922 from aevri/refactor/move_import
       new  f21539b   BUG: Option context applies on __enter__
       new  26129f5   Merge pull request #8921 from jorisvandenbossche/docstring-to_datetime
       new  c4bcc20   BUG: moving the utf encoding line to the first line (before from __future ..)
       new  e9ee47c   Merge pull request #8925 from hkleynhans/fix/8514_option_context_with
       new  fef4b09   BUG: fix doctests in pandas.core.common
       new  b0a701e   Merge commit 'v0.15.1-108-ge9ee47c' into debian
       new  9c397d4   recythonized, changelog
       new  e2f8f0a   Merge pull request #8907 from behzadnouri/time-slice
       new  acc549d   Categorical: let unique only return used categories
       new  efcf227   ENH: adds ability to generate bq schema from df
       new  2e59e42   Merge pull request #8931 from rupertthompson/fix/core_common_doctests
       new  09a7a69   CLN: adding encoding lines to all files in test
       new  fbcf5a4   Merge remote-tracking branch 'upstream/master'
       new  e759d99   TST: 32-bit construction fix re GH8907
       new  5a2b19b   BUG: Resample across multiple days
       new  47a831e   BUG: Fixed font size (set it on both x and y axis). #8765
       new  8290a4d   Merge pull request #8937 from JanSchulz/cat_unique2
       new  549422f   BUG: fixed chunksize guessed to 0 (py3 only). #8621
       new  28b65f5   BLD: run slow tests on new optional build 2.7_SLOW using current versions of everything BLD: run graphics tests on 2.7_LOCALE using old matplotlib
       new  327830a   preserve left frame order in left merge
       new  96d45c3   TST: skip on < mpl 1.3.1 (GH8947)
       new  2de0084   Merge pull request #8941 from hkleynhans/fix/8683_resample_value_error
       new  867b288   ENH: make Series work with map objects the same way as generators
       new  19c8996   Merge pull request #8949 from jreback/graphics
       new  ace3c46   TST: Moved test functions to module level. #8023
       new  2ad9dc7   Merge pull request #8940 from papaloizouc/8765_bug_fontsize_only_on_x_axis
       new  e463818   Merge pull request #8948 from behzadnouri/left-merge
       new  9447d6a   debian/control - remove versioning demand for cython (it would use pre-cythonized code on older ones and there is no longer need in sid/jessie to enforce version).  As a consecuence -- removed all dsc patches pointing to nocython3-dsc-patch, since no longer needed
       new  1308264   Merge commit 'v0.15.1-125-ge463818' into debian
       new  8154f0d   Fixes #8933 simple renaming
       new  3859345   freshier snapshot
       new  5c9058b   dtype costumization on sql read_table (#8926)
       new  f4b1c6d   Merge pull request #8959 from vikram/8933
       new  2063c1f   Merge pull request #8855 from seth-p/multiindex_stacking
       new  d3bb77e   API: Allow equality comparisons of Series with a categorical dtype and object dtype are allowed (previously would raise TypeError) (GH8938)
       new  a4843f0   DOC: equality comparisons with categorical data are now allowed
       new  cba2916   CLN: Add 'is_hashable' predicate to core/common
       new  bd68912   BUG: allow numpy.array as c values to scatterplot
       new  dd670e1   Merge pull request #8926 from tiagoantao/master
       new  010741f   BUG: Fixed ValueError raised by cummin/cummax when datetime64 Series contains NaT. (:issue:`8965`)
       new  7e21403   COMPAT: infer_dtype not handling categoricals (GH8974)
       new  6565591   Merge pull request #8975 from jreback/infer
       new  0dc6428   TST: tests for lib.max_len_string_array COMPAT: unicode for same
       new  b89fc70   Merge pull request #8978 from jreback/unicode
       new  2ed182e   Updating tests file Cleaning up
       new  3872a6e   BUG: StataWriter uses incorrect string length
       new  fe8509b   Merge pull request #8977 from bashtage/stata-writer-string-length
       new  2ef795e   Merge branch 'cummin-NaT' of https://github.com/unutbu/pandas into unutbu-cummin-NaT
       new  0756858   BUG in read_csv when skipping rows after a row with trailing spaces, #8983
       new  f5a4dfa   Merge pull request #8984 from selasley/trailing_spaces_fix
       new  4b4c1d5   Merge branch 'master' of https://github.com/fvia/pandas into fvia-master
       new  b35b165   Merge branch 'fix/8852' of https://github.com/aevri/pandas into aevri-fix/8852
       new  1781ee0   Merge branch 'fix_to_csv_issue_chunksize_8621' of https://github.com/papaloizouc/pandas into papaloizouc-fix_to_csv_issue_chunksize_8621
       new  98ea53b   Merge pull request #8915 from tshauck/generate_bq_schema
       new  4661525   Merge branch 'master' of https://github.com/mcsalgado/pandas into mcsalgado-master
       new  12d71f0   Merge branch 'mcsalgado-master'
       new  2565e1e   FIX: use decorator to append read_frame/frame_query docstring (GH8315)
       new  924c62e   Fixed #8791 add contextmanager to HDFStore
       new  7be0236   add boolean array as option for indexing with .iloc
       new  c6fda69   BUG: Bug in Timestamp-Timestamp not returning a Timedelta type and datelike-datelike ops with timezones (GH8865)
       new  27133c8   REGR: Regression in DatetimeIndex iteration with a Fixed/Local offset timezone (GH8890)
       new  73bacad   TST: skip test for test_precise_conversion GH8646
       new  06e44dd   Merge pull request #8990 from jreback/iterate
       new  d00e9c1   Merge pull request #8981 from jreback/timestamp
       new  0b1320d   Merge pull request #8988 from jorisvandenbossche/sql-8315
       new  4805582   DOC: categorical sort doc updates
       new  73c44a8   Merge pull request #8946 from jreback/cat_equal
       new  cdd37e5   BLD: add 3.4 slow tester
       new  68b4618   DOC: typos in categorical.rst
       new  2e63fe2   Merge branch '8791' of https://github.com/vikram/pandas into vikram-8791
       new  6ce8e36   Fix groupby().transform() example in cookbook.rst
       new  7059703   BUG: Bug in using a pd.Grouper(key=...) with no level/axis or level only (GH8795, GH8866)
       new  71c06b8   Merge pull request #9007 from SteveSimmons/fix-8944-cookbook-transform
       new  526f33c   Merge pull request #9008 from jreback/grouper
       new  ea2489d   PERF: add exact kw to to_datetime to enable faster regex format parsing for datetimes (GH8904)
       new  d6e4337   BUG: fix GH8989 to parse nanoseconds with %f format
       new  5928075   ENH: Implement Categorical.searchsorted(v, side, sorter) GH8420
       new  80a730c   TST: skip plotting warn testing on py3 (GH8647)
       new  6f7f5f8   Merge pull request #8904 from jreback/timere
       new  63f54e5   TST: additional network failure detection
       new  4c4d152   Merge branch 'master' of https://github.com/pydata/pandas
       new  1834541   DOC: small doc fixes
       new  b9d2008   Added boolean option axvlines to parallel_coordinates function, default true
       new  4ab5409   Merge pull request #8513 from bjacobowski/parallel_coordinates-axvlines
       new  85c1f3c   BUG: Prevent index header column from being added on MultiIndex when index=False. #8452
       new  802917c   FIX: Workaround for integer hashing
       new  fa914cc   Merge pull request #8982 from bashtage/stata-large-int-missing-value
       new  15c6765   TST: windows testing fixes
       new  6cd7490   TST: test_box_plot on win > 3 fixed up
       new  7bd1b24   Merge branch 'add-footer-to-read-html' of https://github.com/mjsu/pandas into mjsu-add-footer-to-read-html
       new  8ec3c9b   reindex multi-index at level with reordered labels
       new  bd3e77f   BUG: fontsize parameter of plot only affects one axis.
       new  84b4c2d   BUG: Fix Datareader dtypes if there are missing values from Google.
       new  087266b   Merge pull request #9025 from dstephens99/issue8980
       new  e51eb9e   Merge pull request #9019 from behzadnouri/mi-reidx
       new  1d0fce5   Make Timestamp('now') equivalent to Timestamp.now() and Timestamp('today') equivalent to Timestamp.today() and pass tz to today().
       new  d5963dc   API: update NDFrame __setattr__ to match behavior of __getattr__ (GH8994)
       new  7d13fdd   BUG: Fix plots showing 2 sets of axis labels when the index is a timeseries.
       new  07be4dc   Fix timedeltas to work with to_json
       new  575a884   Clean up style a bit
       new  c0a79e1   Merge pull request #9028 from cpcloud/timedelta-json
       new  700c018   DOC: fix categorical comparison example (GH8946)
       new  8e3b2fe   Merge branch 'timestamp-now' of https://github.com/rockg/pandas into rockg-timestamp-now
       new  4e4640f   COMPAT: dateutil fixups for 2.3 (GH9021, GH8639)
       new  48e1149   Merge pull request #9035 from jorisvandenbossche/doc-cat
       new  e02bd54   COMPAT: windows dtype compat w.r.t. GH9019
       new  7dbcb4c   Merge branch 'master' of github.com:pydata/pandas
       new  73ca1f9   Merge pull request #9036 from jreback/dateutil_fix
       new  406c84d   Merge pull request #9018 from papaloizouc/fix_multiindex_offset_bug_#8452
       new  ffc5097   ENH: Infer dtype from non-nulls when pushing to SQL
       new  67ec0a8   Merge pull request #8973 from artemyk/notnulldtype_sql
       new  56b84a0   DOC: expand docs on sql type conversion
       new  136eb23   Merge pull request #9038 from jorisvandenbossche/sql-doc-dtype
       new  067066f   Fix timedelta json on windows
       new  4f526fe   Merge pull request #9044 from cpcloud/timedelta-json
       new  9b9c10a   TST: dateutil fixes (GH8639)
       new  10e5ba8   Return from to_timedelta is forced to dtype timedelta64[ns]. (Fixes pydata/pandas #9011)
       new  7ea921e   Merge pull request #9040 from ahjulstad/rework-fix-9011
       new  53682e3   Merge pull request #8766 from dstephens99/issue8765
       new  1174bd5   Merge pull request #9047 from jreback/dateutil2
       new  39048f6   TST: fix related to dateutil test failure in test_series.py
       new  c5af8e1   BUG: fix PeriodConverter issue when given a list of integers (GH9012)
       new  b69b9d3   TST: period-like test for GH9012
       new  7c1705c   DOC: v0.15.2 editiing, removing several duplicated issues
       new  0a5e6c9   DOC: update release notes
       new  bdc0d9f   TST: start tests for PeriodConverter
       new  c66f5ee   DOC: fix-up docs for 0.15.2 release
       new  88feb4e   Merge pull request #9058 from jorisvandenbossche/doc-fixup-0152
       new  18ea1d8   RLS: 0.15.2 final
       new  5bb5025   DOC: initial setup for v0.16.0
       new  5781c3c   Merge tag 'v0.15.2' into debian
       new  644f412   changelog + cythonization
       new  92e83c5   refreshed patch
       new  29cb1f7   FIX PeriodConverter unicode parsing
       new  722fc77   Merge pull request #9055 from jorisvandenbossche/periodconverter
       new  c6b20e2   fixing highly confusing typo.
       new  e92df22   Merge pull request #9074 from michaelaye/fix_typo_in_webdoc
       new  c1a4fbd   Closes #8943 COMPAT: periods needs coercion to np.int64
       new  890734d   Merge pull request #9078 from Garrett-R/fix_8943
       new  99c95b4   overflow bug in multi-index when checking for duplicates
       new  f7af818   Merge pull request #9101 from behzadnouri/mi-dups
       new  e020829   BUG in read_csv when using skiprows on a file with CR line endings with the c engine. #9079
       new  888d68f   BUG: Bug in DatetimeIndex iteration, related to (GH8890), fixed in (GH9100)
       new  5cf4f02   Fixes GH9099: Support simultaneous copy and dtype args in DataFrame init
       new  be32f01   TST: sql skip tests at class level if database is not available
       new  8eee396   Merge pull request #9104 from jreback/dti_iteration
       new  83fd0b4   API: Index.duplicated should return np.array
       new  cc33c32   Merge branch 'master' of https://github.com/mairas/pandas into mairas-master
       new  6d635fc   Merge branch 'duplicated2' of https://github.com/sinhrks/pandas into sinhrks-duplicated2
       new  7218867   Merge branch 'trailing_spaces_fix' of https://github.com/selasley/pandas into selasley-trailing_spaces_fix
       new  10f7bcb   SQL: fix type conversion for Timestamp object typed columns (GH9085)
       new  9dd77d5   API: Datetime-like indexes `summary` should output the same format
       new  8b7f7af   Merge pull request #9110 from jorisvandenbossche/sql-testing-skipclass
       new  3d52a93   Merge pull request #9109 from jorisvandenbossche/sql-timestamp-object
       new  dd528e8   fix an nbviewer link in tutorials
       new  0fe43a6   Merge pull request #9120 from minrk/nbviewer-link
       new  e3afd5b   unstack with nan in the index
       new  099a02c   Merge pull request #9061 from behzadnouri/nan-pivot
       new  3979dc7   PERF: fix slow s.loc[[0]]
       new  2339d63   fixup unicode compat with 3.2 in test_index.py
       new  482af4c   Merge pull request #9135 from jreback/fix_32
       new  ab20769   Merge pull request #9127 from shoyer/fix-slow-loc
       new  b65839d   TST: Fix failing test due to revision in WB data #9115
       new  ff124f9   BUG: fix isnull behavior when passed PeriodIndex with NaT (GH 9129) PERF: use unique and isnull in nunique instead of value_counts.
       new  9a46d2c   Merge pull request #9137 from jnmclarty/fixwbtests
       new  eb77d1d   Merge pull request #9134 from unutbu/nunique-unique
       new  aad5ea5   FIX: to_sql dtype argument accepting SQLAlchemy type instance (GH9083)
       new  8f4a321   use labels to find duplicates in multi-index (GH9125)
       new  fa83859   DOC: minor updates in faq
       new  49e27cc   PERF: Utilize mixed dtype information in df.count()
       new  e9448f8   BUG: Bug in Panel indexing with an object-like (GH9140)
       new  f00010b   ENH: Expand tilde in pathnames GH9066
       new  32a2c6f   Merge pull request #9138 from jorisvandenbossche/sql-9083-dtype-no-subclass
       new  a67bef4   PERF: json support for blocks GH9037
       new  2114741   Merge pull request #9143 from jreback/panel_indexing
       new  9b453e0   Merge pull request #9130 from Komnomnomnom/json-block-support
       new  92d7cf7   Merge pull request #9136 from qwhelan/master
       new  def58c9   Merge pull request #9128 from hsperr/expanduser
       new  7ff782b   improves merge performance when key space exceeds i8 bounds
       new  773ee8b   Merge pull request #9151 from behzadnouri/i8merge
       new  9d4f423   PERF: Utilize mixed dtypes in df.count() with MultiIndexes
       new  4aa0e0a   TST: dtype test comparison w.r.t GH9151 on 32-bit platforms
       new  28fc02a   tests for GH5873
       new  b3d1a05   PR 9090 Fixes .nth() with groupby multiple columns
       new  988397f   Docstring: pd.to_datetime (issue #9107)
       new  f88f15b   ENH: add interval kwarg to get_data_yahoo
       new  72f4ccb   Docstring: pd.to_datetime - added output
       new  05f59dd   Merge pull request #9189 from vfilimonov/doc_to_datetime
       new  f761e3d   fixes division by zero error for kurt()
       new  3afd6c7   Merge pull request #9197 from mortada/kurt_corner_cases
       new  f481283   Merge pull request #9116 from sinhrks/dt_summary
       new  389b022   Merge pull request #9072 from alexamici/master
       new  07a5735   BUG: Fix for extraneous default cell format in xlsxwriter files.
       new  557f388   Documentations: Ecosystem/API - pydatastream (issue #5630)
       new  128ce85   Merge pull request #9195 from vfilimonov/doc_ecosystem_api
       new  5733e15   9203 REQUEST SQUASHED - DOCS: doc string edited pandas/core/frame.duplicated()
       new  b62754d   Merge pull request #9206 from robertdavidwest/9203_resubmitted_in_single_commit
       new  aa3aaa5   ENH: Implement Series.StringMethod.slice_replace
       new  6ca893f   bug in left join on multi-index with sort=True or nulls
       new  e2b014c   Merge pull request #9014 from billletson/split-replace
       new  a868cba   BUG: Bug in using grouper functions that need passed thru arguments (e.g. axis), when using wrapped function (e.g. fillna), (GH9221)
       new  e64328e   Merge pull request #9222 from jreback/grouper
       new  22f1486   BUG: "index_col=False" not working when "usecols" is specified in read_csv #9082
       new  ff090f4   Merge pull request #9210 from behzadnouri/lji
       new  a9534ff   API: Remove dashed line in bar plots
       new  b6564dc   Fix randomly failing test in test_frame.py
       new  19ee18f   COMPAT: Need to read Bytes on Python
       new  6805cc1   DOC: Add s3 python 3 compat note.
       new  323cf72   Merge pull request #9230 from jseabold/py3-s3
       new  f158921   Small syntax change to indexing.rst to address GH8686.
       new  7ff744d   Merge pull request #9238 from clham/GH8686
       new  193b467   BUG: Bug in the returned Series.dt.components index was reset to the default index (GH9247)
       new  e69deae   Merge pull request #9248 from jreback/td
       new  593d239   ENH: add Timestamp.to_datetime64
       new  779fbaa   Merge pull request #9225 from qwhelan/master
       new  bbddca4   Merge pull request #9255 from shoyer/to_datetime64
       new  f2f9f23   bug in multi-index where insert fails
       new  2f0ada3   FIX: Fix encoding to allow StataReader to read urls
       new  dcbd007   Merge pull request #9245 from bashtage/stata-url
       new  3f46c7a   FIX: Add endianness missing flag when reading data
       new  2c6b145   Merge pull request #9256 from behzadnouri/mi-insert
       new  d36e9ac   TST: Remove tests using proprietary data
       new  7060deb   API: restore full datetime.timedelta compat with Timedelta w.r.t. seconds/microseconds accessors (GH9185, GH9139) +
       new  73ee031   Merge pull request #9264 from bashtage/stata-fix-bigendian
       new  c1e52f1   Merge pull request #9257 from jreback/td
       new  c567701   DOC: cleaning in v0.16.0.txt
       new  93e1878   DOC: update docstring of DataFrame.append
       new  18d8366   Remove ScatterCI link as this does not exist anymore
       new  2efce4e   ENH: add to_offset method to Timedelta #9064
       new  46f25e4   BUG: Subplotting boxplot shows unnecessary warnings
       new  f677011   BUG: where coerces numeric to str incorrectly
       new  fc2ec85   Merge pull request #9278 from sinhrks/subplotbox_warn
       new  b3e3add   Merge pull request #9283 from sinhrks/where_dtype
       new  8eecbbf   Merge pull request #9271 from bashtage/stata-remove-broken-tests
       new  0523e7c   Merge pull request #9226 from tvyomkesh/vyom/firstpr
       new  fda5012   BUG: wide_to_long no longer changes the stubnames passed as an argument to the function call (GH9204)
       new  f32cdde   GH 9273: Timedelta constructor should accept nanoseconds keyword.
       new  b2ce495   Merge pull request #9289 from tvyomkesh/vyom/pd_issue_9273
       new  486f149   Update plotting.py (issue #2916)
       new  7520246   BUG: Fixes #9281: fixes to tseries.tests.test_tslib.TestTimestamp
       new  f0922e0   Merge pull request #9293 from yyl/quickdocfix
       new  02cbd9e   Merge pull request #9296 from Garrett-R/fix_GH9281
       new  93141eb   Merge pull request #9122 from TomAugspurger/remove-bar-line
       new  5531341   Merge pull request #9234 from jorisvandenbossche/doc-append
       new  9558d7a   DOC: update install.rst, required version of dateutil is 1.5 or higher GH9305
       new  c805378   Merge pull request #9310 from sergiopasra/dateutil2indoc
       new  9db0b03   Make style uniform
       new  1775e92   DOC: ensure indexer properties get docstring
       new  d926d26   DOC: start API docs for indexers (GH6920)
       new  2dda0c1   DOC: delete removed Timedelta properties (see GH9257) from API overview + add docstring for components
       new  5fd1fbd   Merge pull request #9318 from jorisvandenbossche/doc-api-dt
       new  07abed5   FIX: Fixed some issues around vb_suite
       new  938d8e7   FIX: Fixed typo, which causes checksum duplication issue.
       new  391424b   Fix missing text on Index documentation page.
       new  c2939ea   ENH/DOC: reimplement Series delegates/accessors using descriptors
       new  9b5a5ea   DOC/BLD: add custom sphinx autodoc AccessorAttributeDocumenter
       new  1748bff   Merge pull request #9332 from ledmonster/fix/vb_suite
       new  3030bba   TST: fix tests on in test_series/test_where_numeric_with_string on windows
       new  b7a6d1b   BUG: ensure Series.str raises TypeError for inappropriate dtype
       new  bb0c2e8   ENH: Store in SQL using double precision
       new  337b94d   BUG: Dynamically created table names allow SQL injection
       new  89b3683   BUG: Adding nano offset raises TypeError
       new  3fbc1ee   Merge pull request #9041 from artemyk/doubleprecisionsql
       new  a557cef   Merge pull request #9291 from sinhrks/nano_add
       new  327340b   Merge pull request #9322 from shoyer/better-delegate-api-docs
       new  a774ee8   Merge pull request #8986 from artemyk/sql_injection_fix
       new  e513486   tests for issues with unstack with nan
       new  224a66d   Merge pull request #9292 from behzadnouri/tst-unstack
       new  a9c01b0   CLN: Bring pandas up to date with pandas-datareader
       new  bc63677   ENH: StringMethods supports is_xxx methods
       new  0b679b4   ENH: StringMethods now supports ljust and rjust
       new  ab926b6   Fix & add clear doc for groupby
       new  01de130   TEST add a test for repeat() method with MultiIndex, referenced in #9361, fixed in 0.15 by #7891
       new  96c8084   update test comments to reference #7891
       new  576818f   Merge pull request #9362 from glyg/master
       new  ee3a1f1   Merge pull request #9282 from sinhrks/string_ismethods
       new  0b789eb   Merge pull request #9352 from sinhrks/string_fillchar
       new  d349adc   Add lag parameter to autocorrelation, default to lag-1 autocorrelation so existing code will work unchanged (GH9339)
       new  391f46a   BUG: allow for empty SparseSeries SparsePanel constructors (GH9272)
       new  c7f363b   bug in groupby when key space exceeds int64 bounds
       new  9f439f0   Merge pull request #9380 from behzadnouri/i8grby
       new  989f445   GH 9016: Bitwise operation weirdness
       new  2e915fd   TST: Cleanup offsets.Tick tests
       new  8504456   DOC: Clarify how date_parser is called (GH9376)
       new  ef48c6f   Merge pull request #9377 from cmeeren/patch-1
       new  8ff5ea6   Gh 9391: delete examples folder
       new  62087af   ENH: Add StringMethods.zfill
       new  cd8a61f   DOC: further clean-up of removed timedelta attributes in whatsnew docs
       new  484f668   Merge pull request #9383 from jorisvandenbossche/doc-whatsnew-timedelta
       new  0a444d3   Merge pull request #9392 from tvyomkesh/vyom/delete_examples
       new  9929973   Merge pull request #9333 from kidphys/groupby.tail.docfix
       new  dc6592e   Merge pull request #9387 from sinhrks/string_zfill
       new  b8e9590   Merge pull request #9388 from sinhrks/offsets_test
       new  c6c9c0b   BUG: Fix buffer overflows in tokenizer.c with certain malformed input files. GH9205
       new  add16e5   Merge pull request #9338 from tvyomkesh/vyom/gh9016_bit_op_weird
       new  5532b6d   DOC: Fix release note format
       new  5dc8009   Merge pull request #9418 from sinhrks/rn_20150205
       new  ac85f84   Fix truncated Index monotonic documentation
       new  671b384   Merge pull request #9419 from graingert/patch-3
       new  2c5b2c6   test sql table name
       new  e00524b   DOC: Clarify definition of kurtosis used
       new  0046100   ENH: Add StringMethods.isnumeric
       new  daed53b   TST: fix for windows compat on test_series_bitwise
       new  0a956bb   performance improvements in multi-key groupby
       new  43c1007   Merge pull request #9429 from behzadnouri/grby-mi
       new  42a5a6c   TST/DOC: Add procedure for TestPickle
       new  c4a996a   Merge pull request #9411 from dashesy/add_sql_test
       new  f9031c2   improved error messages for invalid chart types
       new  107cb10   Merge pull request #9417 from cel4/plot_error
       new  6630832   performance improvement in MultiIndex.sortlevel
       new  b53ef23   BUG: Fix not to reindex on non-Categorical groups (GH9049, GH9344)
       new  3ce07ea   ENH: Refactor groupby for Categorical grouper
       new  c1a0dbc   DOC: change deprecated sql calls in the io performance section
       new  44e636a   Merge pull request #9439 from sinhrks/string_isnumeric
       new  09a8437   Merge pull request #9437 from bashtage/doc-kurtosis
       new  0efd4b3   Merge pull request #9177 from ledmonster/fix/9049
       new  8805910   setup.py CleanCommand uses full relative path from project root instead of filename
       new  1bcfe35   Fix bug in multiindex series groupby where sort argument is ignored (issue 9444). One test added.
       new  15aca78   ENH: Add StringMethod.find and rfind
       new  82744b9   DOC: Suppress warnings in visualization.rst
       new  1625557   BUG: subplots with layout kw may show unnecessary warning
       new  098a09a   Merge pull request #9461 from cottrell/groupby_sort
       new  bb9c311   Merge pull request #9415 from blbradley/clean-exclude-path-check
       new  f63a8a0   BUG: Bug in Categorical.__getitem__/__setitem__ with listlike input getting incorrect results from indexer coercion (GH9469)
       new  726e892   Merge pull request #9401 from sinhrks/pickle_test
       new  b787bf8   BUG: don't sort unique values from categoricals
       new  4e0b0ef   BUG: fix common.is_hashable for NumPy scalars on Python 3
       new  2f41991   Merge pull request #8877 from sinhrks/plot_doc
       new  c37f8df   Merge pull request #9470 from jreback/cat
       new  e266c3d   Merge pull request #9331 from shoyer/categorical-unique-order
       new  dea03f1   BUG: bug in partial setting of with a DatetimeIndex (GH9478) BUG: bug in taking a view with an Index (and addtl testing)
       new  f2882b8   Merge pull request #9479 from jreback/align
       new  5f6cbf8   BUG: Fixes GH9311 groupby on datetime64
       new  6717aa0   import msgpack deps only as needed (GH9482)
       new  be1bbfe   make gbq imports on-demand
       new  cbb6fe8   import io/html.py as needed
       new  3f24b87   Merge pull request #9345 from iwschris/groupby_nano_int
       new  379e145   promote consistency among type typetesting routines now all are is_*
       new  077688e   TST: Remove assertEquals
       new  00dbf3d   clean up indexing/index method names to make all module public (rather than _ leading)
       new  76195fb   Merge pull request #9498 from jreback/consist
       new  4d02e13   unstack with nulls & Timedelta/DateTime index
       new  85342ee   BUG: Fix #9144 #8445  Fix how core.common._fill_zeros handles div and mod by zero
       new  fc88ab9   Merge pull request #9491 from behzadnouri/idx-insert-nan
       new  b714262   Merge pull request #9445 from behzadnouri/i8sort
       new  0c95fef   Merge pull request #9308 from Garrett-R/fix_GH9144
       new  acd2422   Merge pull request #9465 from sinhrks/assertequals
       new  cbbcffe   Merge pull request #9386 from sinhrks/string_find
       new  2b2160b   TST: fix read_pickle for win32 compat
       new  fa2b684   Merge pull request #9499 from jreback/pickle
       new  d43bb0c   BLD: revise setup.py to clean properly on windows platforms
       new  eb1c4e3   Merge pull request #9473 from shoyer/fix-is_hashable
       new  97e26c8   Merge pull request #9500 from jreback/clean
       new  09dcb54   move Period to Cython extension
       new  a05115b   remove some Python dependecies from Period class
       new  bfa8066   move period related functions from tslib to period module
       new  42b5416   various Period related name changes, release note
       new  25cb65a   Merge pull request #9440 from blbradley/period-refactor-to-cython
       new  5b28303   setup.py clean: exclude period_helper.c
       new  a346f49   Merge pull request #9508 from blbradley/clean-exclude
       new  5a4dafb   Add test and patch to fix bug GH8868 (groupby sort categorical).
       new  f116421   API/ENH: add method='nearest' for Index.get_indexer and reindex
       new  bceb342   Merge pull request #9480 from cottrell/more_groupby_sort
       new  fd36e6e   multiple level unstack with nulls
       new  d3d9f45   BUG: Bug in .loc partial setting with a np.datetime64 (GH9516)
       new  a064c7d   Merge pull request #9522 from jreback/npdt
       new  44d6d2b   BUG: Fix some instances where idx[0] not in idx
       new  e1aaf8c   Merge pull request #9525 from shoyer/ischwabacher-patch-3
       new  6c11ac2   BUG: floats cannot be ranked with tolerance
       new  d8a2893   ENH read multiple sheets in read_excel()
       new  d0ca15b   BUG: binary operator method alignment with integer level (GH9463)
       new  1050adb   Merge pull request #9475 from jorisvandenbossche/bug-mul-level
       new  c4f2be6   Merge pull request #9450 from jnmclarty/multixlsheet
       new  4e563ea   Merge pull request #9258 from shoyer/get_nearest
       new  5a0bfad   DOC: minor updates to v0.16.0
       new  f44778a   convert Period class to Cython extension type
       new  3c4ece3   cythonize bulk Period properties
       new  6deef72   Merge pull request #9487 from jreback/imports
       new  9796a9f   no ssl_verify: false on conda builds
       new  cdf611a   BUG: Incorrect dtypes inferred on datetimelike looking series & on xs slices (GH9477)
       new  1d94dd2   Merge pull request #9501 from jreback/series
       new  8ef921f   fix doc-string to conform with behavior in GH9562
       new  fc843d3   xref #9258 windows test dtype fix
       new  73cc3c8   BUG: Fix read_csv on S3 files for python 3
       new  6a5bd89   ENH: Add assign method to DataFrame
       new  c88b0ba   Merge pull request #9239 from TomAugspurger/dfTransform
       new  709c034   Read Stata file incrementally
       new  b1aeb77   Merge pull request #9504 from blbradley/period-cython-optmize01
       new  1ab0e5f   performance improvement in DataFrame.duplicated
       new  7da9178   simplied DataFrame.duplicated a bit
       new  9ac01a7   Add SparseSeries.to_coo and from_coo methods for interaction with scipy.sparse.
       new  0d35dd4   Merge pull request #8379 from behzadnouri/rank-tol
       new  c9f2b3f   BUG: reindexing a frame fails to pick nan value
       new  776fe25   DOC: Fixup image size
       new  85703a7   Merge pull request #9575 from TomAugspurger/whatsnew_img_size
       new  1bc05c4   Deprecation for 0.16 (#6581)
       new  9b1a696   Test addaed and patch to fix python-version-dependent issues when len row/col_levels is 1.
       new  d6774a7   API: consistency with .ix and .loc for getitem operations (GH8613)
       new  dd1ff3e   DOC: reorg / update v0.16.0.txt docs
       new  a5801f6   API: enable float slicing with .loc on int index
       new  560fa87   API: enable float slicing with .ix
       new  9207145   clean up semantics on slice_indexer a bit
       new  4ecc2ac   DOC: update tutorial docs on changed sniffing feature of read_csv
       new  38021ca   refactor **kwargs usage
       new  d243f3c   add back some kwargs usage, closes GH8883
       new  8992129   Merge pull request #9566 from jreback/loc
       new  7e3212e   Merge branch '016_depr_pr' of https://github.com/jsexauer/pandas into jsexauer-016_depr_pr
       new  f3bea53   Deprecating the trellis rplot module (GH3445)
       new  fb12f01   DOC: add seaborn equivalent examples in the rplot trellis docs (GH3445)
       new  f71d811   Merge pull request #9357 from jorisvandenbossche/rplot
       new  e3d1b0e   Merge pull request #9588 from jorisvandenbossche/doc-sniffer
       new  827c854   Merge pull request #9583 from cottrell/to_coo_patch
       new  f8fd05d   Merge pull request #9517 from behzadnouri/unstack-multiple
       new  2d368bc   Merge pull request #9493 from kshedden/stata_read_chunk
       new  ba895cd   Merge pull request #9464 from sinhrks/plot_warn2
       new  602625c   Merge pull request #9358 from dstephens99/master
       new  e651138   Merge pull request #9335 from graingert/patch-2
       new  3d5a598   Merge pull request #9316 from jorisvandenbossche/doc-indexing
       new  ec96aab   Merge pull request #9227 from alanhdu/master
       new  1fab6fc   Merge pull request #8108 from behzadnouri/khash-nan
       new  438a08d   BUG: Regression in merging Categorical and object dtypes (GH9426)
       new  b43d8f0   TST: clean up deprecated asserts in io/tests/test_data.py
       new  e7c562e   dateutil 2.4.1 update on tz's
       new  739c25d   Merge pull request #9597 from jreback/cat_merge
       new  26c3a9b   Merge pull request #9561 from TomAugspurger/s3_encoding
       new  57e2d99   Fix several stata doc issues
       new  08297e6   Further minor doc fixes
       new  4a70ba9   TST: windows dtype update xref GH8613
       new  e873169   ENH: Add days_in_month property to Timestamp/DatetimeIndex/... (GH9572)
       new  3039533   BUG: The 'jobComplete' key may be present but False in the query results.
       new  b3ff5eb   Merge pull request #9601 from kshedden/stata_doc
       new  ed45e6e   ENH: Corrects to_html print spacing GH4987
       new  bb9d35c   Merge pull request #9605 from josham/days_in_month
       new  671c4b3   ENH: add decimal support in to_csv (GH8448)
       new  0270484   BUG,TST,CLN: improve handling of Series.value_counts's argument 'dropna' (GH9443)
       new  342151f   DEPR: deprecate pandas.sandbox.qtpandas
       new  9bb1353   Merge pull request #9615 from jreback/qt
       new  350b39b   DEPR: deprecate pandas.rpy (GH9602)
       new  89f9eb6   Merge pull request #9612 from jreback/rpy
       new  9714225   DOC: v0.16.0.txt corrections
       new  d876a9f   DOC: v0.16.0 updates / release note updates
       new  d02ac0b   DOC: more v0.16.0 changes
       new  6514c41   DOC: change link positions
       new  0b02747   BUG/API: Accessors like .cat raise AttributeError when invalid
       new  cba1214   DOC: more fixes to 0.16.0.txt
       new  96d386f   DOC: some more changes in 0.16.0.txt
       new  2d30177   DOC: Shrink image asset
       new  c129751   Merge pull request #9619 from TomAugspurger/whatsnew-image-shrink
       new  9a47ceb   fix pymysql at 0.6.3 (GH9608)
       new  549b72f   Merge pull request #9621 from jreback/pymysql_fix
       new  cd4c3ea   added mising numeric_only option for std/var/sem
       new  69cab57   improve error message when importing pandas from source directory
       new  8fadfa9   Merge pull request #9617 from shoyer/accessors-raise-AttributeError
       new  b4b8b37   Fix table name on comparison with SQL
       new  c07f564   Merge pull request #9628 from jbochi/patch-1
       new  077b99e   TST/DOC: Fix tests and docs for .cat raising AttributeError if invalid
       new  a162728   Merge pull request #9629 from shoyer/fix-accessors-raise-AttributeError
       new  6d15e4e   DEPR: deprecate DatetimeIndex - DatetimeIndex (subtraction) (GH9094)       this currently represents a set difference operation and should actually       be DTI subtraction to yield a TimeDeltaIndex. Change in a future version.
       new  28b5ef9   Merge pull request #9630 from jreback/dti_sub
       new  dcc68d7   Fixes to resample over DST boundaries.  This requires changes to offset classes that weren't working over such boundaries as well as adding normalize() on Timestamp.
       new  221b493   API: deprecate setting of .ordered directly (GH9347, GH9190)      add set_ordered method for setting ordered      default for Categorical is now to NOT order unless explicity specified
       new  87fec5b   allow unordered categorical to order/sort (exclude only min/max)
       new  8c0658d   make dateoffsets_0.15_2 a py2 pickle
       new  edb0927   Merge pull request #9622 from jreback/cat_fix
       new  71421d9   BLD: add conda recipe (GH8934)
       new  5453644   Merge pull request #9634 from jreback/conda
       new  fbbf879   COMPAT: dtype fix for windows tests; ensure passing i8 to tslib/normalize routines
       new  09ea608   Merge pull request #9209 from mortada/numeric_only
       new  2a5ee25   Rearrange into logical sections and add relevant links
       new  cce1ccb   Merge pull request #9639 from rockg/contributing-docs
       new  bc2340d   Merge pull request #9642 from jreback/winfix2
       new  9e859f4   RLS: v0.16.0rc1
       new  e259e4c   RLS: v0.16.0rc1 ISRELEASED=False
       new  19a4cba   DOC: fix some doc errors/warnings
       new  33f238f   DOC: update release.txt & move to correct release date
       new  4004d79   DOC: reorg whatsnew file v0.16.0
       new  0159412   Merge tag 'v0.16.0rc1' into debian
       new  5a0aba4   DOC: Fix heading level for assign
       new  cc8bf97   support constructing Panel or Panel4D with scalar data, fixes #8285
       new  8ec4498   changelog and cythonization
       new  e8e60cc   refreshed patches
       new  16016aa   fixing up version a bit
       new  56346cf   COMPAT: odd arrays can be correctly ordered in newer versions of numpy
       new  600a9e3   Merge pull request #9652 from jreback/sort
       new  a77de01   Merge pull request #9649 from pydata/TomAugspurger-assign-doc
       new  dc79fd7   Merge pull request #9640 from mortada/panel_init_scalar
       new  ff395ee   Merge pull request #9644 from jorisvandenbossche/whatsnew016
       new  c03f84b   COMPAT: dtype conform on windows for panel construct from a scalar
       new  40a54b5   CI: don't remove python-dateutil at end of install
       new  48df0e0   Merge pull request #9657 from jreback/fix
       new  8f422e2   Merge pull request #9643 from jorisvandenbossche/doc
       new  bfc4173   DOC: organize stringmethods whatsnew
       new  f789630   API: spurious setting_with_copy warning (GH8730)
       new  7bce39b   Merge pull request #9659 from jreback/setting_with_copy
       new  4f67501   PERF: optimize memory usage for to_hdf
       new  269af25   Merge pull request #9648 from jreback/pytables_memory
       new  7d715fa   FIX: Series text representation
       new  9772a5b   Merge pull request #9654 from sinhrks/stringdocs
       new  96aa9cb   DOC: don't create backlinks in the whatsnew section
       new  6d3635d   DOC: grammar fixes, add conda install to README
       new  e106df7   Merge pull request #9182 from bjonen/fix_series
       new  482643a   Merge pull request #9665 from mortada/clean_up
       new  dab318f   DOC: example of pandas to R transfer of DataFrame using HDF5 file
       new  d7d868f   DOC: io.rst fixups
       new  35d0893   COMPAT: windows dtype fix on series formatting tests
       new  026a122   Added itertools.groupby equivalent example.
       new  2c71b9a   TST: remove old tests that just skipped
       new  5ebf521   DOC: add v0.16.1.txt starter template
       new  2bb1edc   DOC: further clean-up whatsnew file
       new  e794345   Merge pull request #9689 from jorisvandenbossche/whatsnew16
       new  cdb04df   DOC: update release notes, v0.16.0.txt
       new  c91bdba   RLS: v0.16.0 final
       new  f3ebb75   RLS: v0.16.0 ISRELEASED=False
       new  ef7533e   DOC: changes setup.py to Production/Stable releases
       new  8bae0d4   BUG: ensure we use group sizes, not group counts, in transform (GH9697)
       new  25baa7e   DOC: correct currenmoduel for API stringmethods
       new  29377be   DOC: add v0.16.1.txt to whatsnew
       new  61086a7   DOC: add automatic content to 0.16.1 whatsnew file
       new  3fb908b   DOC: add DataFrame.assign to API docs
       new  9dc9f0c   DOC: try to use matplotlib style (mpl >= 1.4) in all docs
       new  3a3429f   Merge pull request #9702 from jorisvandenbossche/whatsnew0161
       new  713fe11   Merge pull request #9699 from dsm054/fix-transform-length-mismatch
       new  9083e98   Merge pull request #9706 from jorisvandenbossche/doc-plots
       new  dcc7431   Merge pull request #9705 from shoyer/assign-api-docs
       new  03f9af0   TST: Fix dateutil version check
       new  31782f4   Merge pull request #9725 from evanpw/tslib_test
       new  f7c7ee0   Document how to drop duplicate indices
       new  beb0812   DOC: edit indexing.rst a bit
       new  a477202   BUG: datetime/timedelta Series quantile() call
       new  91c63a6   ENH Make year and quarter dash-separatable
       new  8d2818e   Merge pull request #9701 from williamhogman/feature-dashed-quarters
       new  dd857ba   BUG: Bring pandas up to date with pandas_datareader
       new  d7e2785   BUG: where gives incorrect results when upcasting (GH 9731)
       new  015fc62   Fix sharex/sharey behaviour together with passing in an axis
       new  1b20593   COMPAT: Fix dl_mult_symbols for Python3
       new  f0ba9fd   Include _maybe_cast into _maybe_upcast_putmask inline, and fix Series.where test for Windows
       new  a01810e   Merge pull request #9742 from dstephens99/data_reader_update
       new  c4b4cb7   fixing pandas.DataFrame.plot(): Labels do not appear in Legend
       new  a004c59   Merge pull request #9574 from schmohlio/fix-plot-legends
       new  587e410   Merge pull request #9740 from JanSchulz/plotting_with_ax
       new  5251b5f   Start combining various development documentation into one place.
       new  0bfbe62   BUG: scatter_matrix draws incorrect axis
       new  ee4cc39   ENH: Add StringMethods.capitalize and swapcase
       new  cb8c130   Merge pull request #9441 from sinhrks/sm_axis
       new  3273453   Added documentation for mode()
       new  10c933b   Merge pull request #9766 from sinhrks/string_cases
       new  51d7bca   Fix zlib and blosc imports
       new  ff548c9   Add missing keys and tests
       new  b45a6c5   Make test_plain actually plain
       new  5867145   Add blosc to .travis.yml
       new  8c5289b   Add blosc to requirements
       new  da7ab02   Diagnose why blosc is not importing
       new  9ebf389   Get travis to cooperate
       new  278dd06   Make travis listen
       new  e9cfaf6   Updated documentation for mode()
       new  e4c27dc   BUG: DataFrame._slice doesnt retain metadata
       new  76f689d   Respond to comments from jreback
       new  c5a1de7   Add release note in v0.16.1
       new  702be31   Restore spacing
       new  761be0f   Updated documentation for mode()
       new  b246920   Merge pull request #9769 from alfonsomhc/patch-1
       new  7dfb279   Merge pull request #9743 from evanpw/issue_9731
       new  ea1c501   Merge pull request #9754 from rockg/development-docs
       new  c1f09ff   Reformat contributing guidelines to make them less nested
       new  8959ce2   Regenerate CONTRIBUTING.md with pandas
       new  fc4f1bd   DOC: str.split to use return_type in an example
       new  64c3c8b   switch to .rst
       new  4c74bed   Revert "switch to .rst"
       new  99d47a1   bug in json lib when frame has length zero
       new  29f0bfc   Merge pull request #9801 from sinhrks/doc_split
       new  025de9d   BUG: Fix for #9764
       new  e375dd7   TST: Test for #9764 fix
       new  0222024   Merge pull request #9805 from behzadnouri/json-seg-fault
       new  2ccf1cb   ENH: NDFrame.mask supports same kwds as where
       new  75fce78   update .gitignore for .DS_Store
       new  30dd866   Merge pull request #9808 from sinhrks/mask_values
       new  9a5a9d3   Merge pull request #9793 from sinhrks/slice_meta
       new  a2a5cec   BUG: bug in proper serialization of TimedeltaIndex in fixed HDFStores (GH9635)
       new  a2620d7   ENH: drop function now has errors keyword for non-existing column handling
       new  86a1404   TST: Test saves and restore context (#9764)
       new  7857c43   CLN: Test code cleanup (#9764)
       new  ce988b4   DOC: Update whatsnew for 0.16.1 (#9764)
       new  7496890   BUG: secondary_y may not show legend properly
       new  2af2044   Merge pull request #9812 from sinhrks/sec_legend
       new  e9179fe   BUG: DataFrame.equals should not care about block order (GH #9330)
       new  1fafe76   Merge pull request #9806 from tomazberisa/df-display-bug
       new  5ac2b50   DOC: add dev environment creation details to contributing.rst
       new  d8bc7a3   Merge pull request #9810 from jreback/dev
       new  f00d6bb   Fixed bug #9671 where 'DataFrame.plot()' raised an error when both 'color' and 'style' keywords were passed and there was no color symbol in the style strings (this should be allowed)
       new  fdfd66c   DOC: correction to contributing.rst
       new  758a905   API: Sort keys for DataFrame.assign
       new  e2f2eb4   DOC: fix some various doc warnings
       new  3149a1e   Merge pull request #9819 from jorisvandenbossche/doc-things
       new  52a30d9   Closes #9795 (Stata writer changes input frame)
       new  2305eaf   DOC: Clean up documentation for convert_objects
       new  aa81e2a   Merge pull request #9830 from evanpw/convert_docs
       new  5d57aad   Merge pull request #9818 from pydata/assign-sort
       new  e67893f   BUG: skiprows doesn't handle blank lines properly when engine='c' (GH #9832)
       new  0a216f4   BUG: Preserve tz of start_date in Holiday.dates
       new  fa06aeb   Merge pull request #9824 from ssanderson/holiday-allow-tz
       new  a4ae0cf   Merge pull request #6736 from sinhrks/drop
       new  9e4e447   Merge pull request #9834 from evanpw/skip_rows_blank
       new  53f2ea4   BUG: Issue 9798 fixed
       new  064feca   TST: Fix tests in TestGoogle
       new  1e103ce   DOC: Fix release note for v0.16
       new  0bd880a   Merge pull request #9835 from bottleimp/iss-9798
       new  f396ba2   Merge pull request #9840 from sinhrks/rn_20150409
       new  5dff7df   Merge pull request #9839 from dstephens99/TestGoogle
       new  7879205   Fix to allow sparse dataframes to have nan column labels
       new  369d5ea   ENH: Allow conversion of datetime64 and timedelta64 to string in astype (GH 9757)
       new  b2fa8c3   Add tests with time zones, and clean up DataFrame test
       new  9b842a0   Merge pull request #9758 from evanpw/issue_9757
       new  f98bcb8   ENH: add StringMethods (.str accessor) to Index, fixes #9068
       new  2734fff   Merge pull request #9667 from mortada/index_str_methods
       new  3858db5   BUG: plot(kind=hist) results in TypeError for non-numeric data
       new  2b6bd97   Merge pull request #9853 from sinhrks/hist_char
       new  700f6eb   Merge pull request #8822 from artemyk/sparse_with_nancols
       new  a8b99ba   memory access bug in read_csv causing segfault
       new  f0ac930   Fix: unequal comparisons of categorical and scalar
       new  fd9d4e7   DOC: add more examples to StringMethods on Index
       new  7da2061   BUG/CLN: Repeated time-series plot may raise TypeError
       new  2a6282d   BUG: raw_locales unreachable in util.testing.get_locales
       new  f5b4775   Merge pull request #9858 from mortada/index_str_docs
       new  3a44ba4   Merge pull request #9846 from behzadnouri/read-csv-segfault
       new  a5c54ad   Merge pull request #9845 from dstephens99/locale_util
       new  37d763f   Merge pull request #9852 from sinhrks/plot_series
       new  d27e0a6   DOC: add note about hosted dev docs
       new  7252c33   DOC/CLN: fixed several typos in categorical.rst
       new  a63d36b   Merge pull request #9863 from mortada/cat_docs
       new  9b6c774   DOC/CLN: fixed bloolean indexing example, cleaned up typos
       new  d7b79d9   Merge pull request #9866 from mortada/indexing_docs
       new  4673225   ENH: Allow get_dummies to return sparse dataframe
       new  3e7f21c   wip
       new  35b20d8   BUG: Fix for comparisons of categorical and an scalar not in categories, xref GH9836
       new  2dad23f   Merge branch 'master' of github.com:pydata/pandas into invisibleroads-master
       new  0a1e22b   GH9570 allow timedelta string conversion without leading zero
       new  9d9fa24   Merge pull request #9868 from chrisgilmerproj/timedelta_string_conversion
       new  85bab01   Whitespace
       new  d69fa3b   Fix rhs dict assignment
       new  99aabee   What's new and doc
       new  f72aa71   BUG: unstack on unicode name level breaks GH9856
       new  b3dfc32   Fix blosc compressor test
       new  c3eeb57   BUG: Fix error when reading postgres table with timezone #7139
       new  ce89702   Period accepts datetime64 value
       new  c44eec0   Merge pull request #9875 from scari/master
       new  f8ca3b7   added the fix for index name lost #9862 and also added the corresponding test in test_index
       new  216f051   Merge branch 'master' of github.com:pydata/pandas into fix-index-dict-assign
       new  30580e7   Groupby transform preserves output dtype
       new  bed38f2   FIX: division of Decimal would crash on fill because Decimal does not support type or dtype. (GH9787) ENH: replace np.isscalar with better lib.isscalar ADD: Test decimal division
       new  07257a0   BUG: Fixing == __eq__ operator for MultiIndex ... closes (GH9785)
       new  39fa180   FIX: timeseries asfreq would drop the name of the index, closes #9854
       new  f0d4949   Fix 32 syntax u error
       new  74f7c26   Merge pull request #9877 from cpcloud/fix-index-dict-assign
       new  8fe1cf6   FIX: Describe NotImplementedErrors or use AbstractMethodError
       new  80c7a53   Merge branch 'master' of github.com:pydata/pandas into jcrist-period_dtime64
       new  17132ac   BUG: secondary ax has incorrect right_ax property
       new  920396d   Add tests for more units
       new  1f9b699   BUG: where behaves badly when dtype of self is datetime or timedelta, and dtype of other is not (GH9804)
       new  a134759   BUG: Fix for cython version checking #9827; adding appropriate travis builds to test.
       new  3703f74   move blosc import to install_conda.sh script
       new  ec020d6   ENH: Add an axis parameter to DataFrame.diff
       new  b1e8d9f   Moved caching in `AbstractHolidayCalendar` to the instance level Closes #9552
       new  42bb915   Merge pull request #9896 from cpcloud/jcrist-period_dtime64
       new  cef3c85   Merge pull request #9555 from dhirschfeld/calendar-cache
       new  ba0e47f   ENH: allow Panel.shift on items axis
       new  a97113c   ENH: Raise error on trying to write excel file with a MultiIndexed DataFrame. closes #9794
       new  ed06451   Fix of the docs for tz_conver and tz_localize
       new  8cbb579   Merge pull request #9890 from mortada/panel_shift
       new  53bc65e   Merge pull request #9906 from vfilimonov/doc_tz_convert
       new  4d1268e   BUG: Fixed latex output for multi-indexed dataframes - GH9778
       new  161f38d   Merge pull request #9908 from yred/fix-mi-to-latex
       new  0f22e94   BUG: barplot with log=True not working for values smaller than 1
       new  4c826c8   removed conditional
       new  08245ba   Merge pull request #9914 from sinhrks/bar_log
       new  301a773   Merge pull request #9916 from nburns/remove_unnecessary_conditional
       new  f9f88b2   Merge pull request #9889 from hsperr/excel_multiindex
       new  6cb41c6   ENH: Add option in read_csv to infer compression type from filename
       new  529cd3d   Merge pull request #9770 from evanpw/infer_compression
       new  d95e2e2   BUG: GroupBy.size doesnt attach index name properly if grouped by TimeGrouper
       new  d25cb1b   Update README.md
       new  a21f2ce   BUG: Exception when setting an empty range using DataFrame.loc
       new  a8c1d5d   Merge pull request #9934 from evanpw/issue_9596
       new  134f177   API: define _constructor_expanddim for subclassing Series and DataFrame
       new  997426d   Merge pull request #9802 from sinhrks/expanddim
       new  878d860   Merge pull request #9931 from scls19fr/patch-1
       new  21dbeed   DOC: Link to recipe for SafeHDF5Store
       new  67b08f6   Merge pull request #9938 from toobaz/safehdf5store
       new  07b39c8   PERF: improve perf of writing csv's with datetimes
       new  39f1dec   BUILD: add bz2, gz to setup.py, xref GH9770
       new  21d4288   TST: skip testing locales on win32, xref GH9845
       new  2ae575c   TST: dtype on comparison for test_panel_to_expanddim
       new  48474e0   dtype fix for GH9804 on win32
       new  3d54482   perf improvements for other native type writers
       new  d83bbff   Merge pull request #9942 from jreback/fixes
       new  ad1abce   DOC: fix incorrect issue numbers in whatsnew
       new  db19f2d   Merge pull request #9936 from sinhrks/timegrouper_size
       new  85059a4   Merge pull request #9940 from jreback/csv_dt
       new  ecf8514   support CategoricalIndex
       new  fa7c29e   Merge pull request #9741 from jreback/ci
       new  d3ccb70   BUG: hidden ticklabels with sharex and secondary
       new  9839f0a   DOC: fixup whatsnew for rebase issue
       new  351e5e4   Spelling typo
       new  799048a   Merge pull request #9954 from ptype/patch-1
       new  ce5df98   Merge pull request #9953 from TomAugspurger/sharex-secondary-ticks2
       new  82aa283   TST: adding sdist and install tests to the 2.6 regression - closes #9878
       new  be51f01   add/delete str/dt/cat dynamically from __dir__ (fix for #9627)
       new  6908719   Merge pull request #9910 from mortada/tab_completion
       new  29c2001   Allow add_categories() to accept Series/np.array
       new  7d550ef   Merge pull request #9929 from mortada/add_categories
       new  f99dc7b   Merge pull request #9956 from ajamian/master
       new  992e06a   DOC: Release note link and format correction
       new  76571d0   Merge pull request #9968 from sinhrks/rn_20150422
       new  c557827   TST: Check index names
       new  aece441   DOC: StringMethods html doc fixes
       new  582421e   DOC: add redirects to ensure old links instead of building the docstring page
       new  f100ebf   Merge pull request #9981 from mortada/str_methods_html_doc
       new  6f65c29   DOC: provide more links to API documentation where possible (GH3705)
       new  08b1e25   DOC/CLN: Revise StringMethods docs
       new  25dc280   DOC: clean up / consistent imports (GH9886)
       new  b1b1027   DOC/CLN: HTML docs fixes
       new  78167e1   Merge pull request #9911 from jorisvandenbossche/doc-redirect
       new  e6c4f76   Merge pull request #9986 from mortada/doc_cleanup
       new  7940ab3   ENH: Add BusinessHour offset
       new  5592171   BUGFIX: length_of_indexer() can return incorrect values that break slice assignments.
       new  4cc0efb   Add bugfix note to whatsnew in v0.16.1 release.
       new  c98dbc7   Merge pull request #9996 from slonik-az/bugfix/issue-9995
       new  cf62037   fix issue #9680
       new  2997e70   BUG: read_csv skips lines with initial whitespace + one non-space character (GH9710)
       new  990972b   Fixes groupby.apply() error when no returns #9684
       new  1528859   ENH: Allow clip, clip_lower, and clip_upper to use array-like thresholds (GH 6966)
       new  3d73550   BUG: transform and filter misbehave when grouping on categorical data (GH 9921)
       new  eb64190   Merge pull request #9972 from sinhrks/index_name
       new  856bf21   DOC: Fix broken formatting on docstring examples with first-line comments
       new  c68fec2   Merge pull request #9647 from evanpw/fix_clip
       new  e4cb0f8   Applying max_colwidth to the DataFrame index (#7856)
       new  f7e0f16   Merge pull request #9803 from evanpw/interpolate_example
       new  f1062e6   DOC: highlite to contributing.rst
       new  514fe2d   BUG: DataFrame constructor fails when columns is set and data=[] (GH9948/9939)
       new  e7b8180   Docs: add reference to pandaSDMX to the ecosystem
       new  845cec9   Merge pull request #10007 from dr-leo/doc_ecosystem_pandasdmx
       new  0a0c36e   kwarg for Categorical.fillna should be value instead of fill_value
       new  620d54b   CLN: remove an unnecessary warning from test_index.py
       new  ec07ce1   DOC: added fredapi module to ecosystem list
       new  7413f2a   Merge pull request #10012 from mortada/cat_fillna_fill_value
       new  a93c547   Merge pull request #10010 from mortada/reduce_warnings
       new  c9d1ef9   Merge pull request #9994 from evanpw/issue_9921
       new  a6ae1af   Merge pull request #9727 from evanpw/diff_axis
       new  238e30e   BUG: null group spills into final group when grouping on a categorical
       new  1ee3d82   DOC: improve fillna() doc for limit keyword (fixes #10002)
       new  d194c99   Fix missing index name in test
       new  e3c7862   Merge pull request #10009 from mortada/fillna_doc_fix
       new  7eb5668   Merge pull request #10014 from evanpw/issue_9603
       new  4d51aff   BUG: Make .iloc and .loc indexing consistent on empty dataframes
       new  404917d   Fix TimedeltaIndex constructor fastpath when name is set
       new  ca786ca   DOC: mention other packages in IO docs (for now, just xray for netCDF)
       new  28b1488   Merge pull request #9983 from artemyk/loc_fix
       new  077d353   Network-ize a test
       new  b698772   Use explicit len dispatch to avoid overhead
       new  e6a831f   Improve perf
       new  c1caf7f   Use a fused type
       new  def1479   Ensure object on stata
       new  13b7474   Test that we do not accept unicode
       new  b88139d   Use proper types so that we work with python3
       new  ee2626e   Better name for fused type
       new  d96ccd2   Merge pull request #10024 from cpcloud/fixlen-string-faster
       new  5e994b6   Merge pull request #10035 from mortada/ecosystem_fredapi
       new  8f0f417   ENH: Add sample function with tests and docs (GH2419)
       new  f2717fc   COMPAT: windows test dtype adjustments
       new  2cf4132   Updates to Google BigQuery connector (#9713, #8327)
       new  4b58538   Merge pull request #9843 from sinhrks/str_returntype
       new  ec38d71   DOC: use _shared_docs for fillna methods
       new  b7c3271   Merge pull request #9988 from jorisvandenbossche/doc-apiref
       new  84afe26   ENH: Added str.normalize to use unicodedata.normalize
       new  b2eb4e7   disallow numeric setlike operations on CategoricalIndex (GH10039)
       new  867461d   Merge pull request #10026 from shoyer/fix-tdi-name
       new  4830211   Merge pull request #10027 from shoyer/io-other
       new  7b6d23d   BUG: provide deprecation warnings when using setlike operations on Indexes and lists (for +/-) (GH10038)
       new  5805889   Return correct subclass when slicing DataFrame.
       new  3d769c4   Merge pull request #10042 from jreback/set
       new  43b6c3f   Merge pull request #9632 from manuelRiel/master
       new  c0d4339   BUG: Resample BM/BQ adds extra index point #9756
       new  3128215   cleanup test for GH10044
       new  5db35d0   Merge pull request #10036 from mortada/fillna_shared_docs
       new  2cb7414   Merge pull request #9626 from mortada/build_c_ext_msg
       new  6997368   DOC: infer_freq, inferred_freq
       new  c6cf596   Merge pull request #9987 from jorisvandenbossche/doc-imports
       new  3aa8778   Merge pull request #10053 from jnmclarty/doc_infer_freq
       new  0ba13b3   DOC: add warning for datareader changes in 0.17.0 (GH10004)
       new  57427ac   BUG: Bug in grouping with multiple pd.Grouper where one is non-time based (GH10063)
       new  a4a1d12   Merge pull request #10064 from jreback/groupby
       new  7f43252   ENH Add normalize method to Series dt accessor.
       new  0e10660   doc edits for GH10047
       new  42523db   Merge pull request #10061 from jreback/datareader
       new  d92e5e3   Merge pull request #7905 from sinhrks/businesshour
       new  ef3ff5b   DOC: remove use of deprecated index set operation (follow-up GH10042)
       new  921056d   Merge pull request #10066 from pydata/doc-index-setoperation
       new  976e683   Merge pull request #10031 from sinhrks/str_normalize
       new  6eb038e   DOC: fix in v0.16.1
       new  2e087c7   DOC/CI: add blosc to optional deps list (msgpack compression)
       new  61fae01   DOC: Note on PyTables index issue and additional Contributing refinements.
       new  a88d5f5   DOC/CLN: fixed typos in timeseries.rst
       new  ea74c00   Merge pull request #10071 from mortada/doc_typos
       new  b229057   Merge pull request #10069 from rockg/docs
       new  0713c66   DOC: Revise merging.rst with graphical examples
       new  00c2408   ENH: Add StringMethods.partition and rpartition
       new  45f69cd   Merge pull request #9773 from sinhrks/partition
       new  bd0067c   DOC/DEPR: port pandas.rpy to rpy2 guide (GH9602)
       new  e879138   DOC/DEPR: add link to docs in deprecation warning
       new  df730a3   BUG: median() not correctly handling non-float null values (fixes #10040)
       new  2ff07f1   DOC: Fix v0.16.1 release note
       new  364426f   Corrected typo in Grammar of Graphics
       new  5017efe   Merge pull request #10077 from FvD/master
       new  e693c3a   Changed a condition in tokenize_delimited to account for data chunks that start with newline.
       new  a03301f   TST: dtype comparison issue on windows for test_resample_index_points
       new  9c99566   Merge pull request #10072 from mortada/median_NaT
       new  e1f1251   FIX make take_nd support readonly array
       new  ca55818   BUG: use memory view for indexer in take_2d / tests (GH10043)
       new  c9bf162   Merge pull request #10076 from sinhrks/rn20150507
       new  be2a9f8   Merge branch 'take'
       new  e686387   ENH: improve extract and get_dummies methods for Index.str (fix for #9980)
       new  175baf4   pd.lib.infer_dtype now returns bytes in python 3 when appropriate
       new  45371a0   DOC/CLN: docs fixes for Series.shift and DataFrame.shift
       new  2840bea   Merge pull request #10023 from jblackburne/read_csv-newline-chunk
       new  34bb831   Merge pull request #9899 from sinhrks/join_doc
       new  2dc9e0e   BUG: Use temp files in all pytables tests to fix (GH9992).
       new  58e72b6   ENH: support __radd__ operation on Index (GH10083)
       new  90a3f26   DOC: additional whatsnew
       new  ce01bd9   Merge pull request #10082 from mortada/shift_doc_fix
       new  45ae832   TST: using - rather than difference in tools/plotting.py
       new  4b3410f   Merge branch 'master' of github.com:pydata/pandas
       new  3c50809   Release note [ci skip]
       new  8b7c22d   Merge pull request #10032 from cpcloud/infer-bytes
       new  8cfb15e   ENH: support StringMethods index and rindex
       new  6178eaa   Merge pull request #10045 from mortada/str_index
       new  52a067c   ENH: support str translate for StringMethods
       new  13ca328   Merge pull request #10052 from mortada/str_translate
       new  7d5cf0e   fix the inconsistency between code and description
       new  5c595f3   Merge pull request #10091 from floydsoft/floydsoft-patch-1
       new  8b89842   DEPR: Deprecate str.split return_type #9847
       new  6c80f68   DOC: prepare for 0.16.1 release DOC: edits in v0.16.1 whatsnew
       new  aa66e30   ENH: repr now shows index name #6482
       new  a818882   formatting MultiIndex
       new  a3c52d1   fixup for CategoricalIndex merge
       new  b190a9d   Change Index repr to adjust to string length
       new  e17e2b8   Index repr: allow unequal number of elements on one line
       new  ac5aa58   more fixups
       new  05eb967   DOC: add docstring for PeriodIndex.asfreq
       new  8ccc9b3   BUG: Series.fillna() raises if given a numerically convertible string
       new  5528d9f   DOC: add v0.17.0.txt whatsnew (not in index yet though)
       new  3c0e66d   Merge pull request #10051 from TomAugspurger/asfreq-doc
       new  d5fdbc6   Merge pull request #9901 from jreback/repr-name
       new  3009585   DOC: missed merge in v0.16.1 whatsnew
       new  fe735be   Merge pull request #10092 from mortada/fillna_bug
       new  ca9eefc   RLS: v0.16.1 final
       new  0517eac   initial commit for v0.17.0
       new  f4d288f   Merge pull request #10075 from jorisvandenbossche/doc-rpy2-porting
       new  09a5933   DOC: fix api documentation for accessors
       new  0ccb083   Merge pull request #9721 from jorisvandenbossche/v0.16.0-docs
       new  fc1449f   DOC: update docs regarding to return_type/expand (due to GH10085)
       new  eafd22d   DOC: add v0.17.0 whatsnew to index
       new  90bbe35   DOC: fix some doc build errors
       new  c91f305   DOC: update section on CategoricalIndex in categorical docs
       new  fad6079   DOC: last clean-up of whatsnew file 0.16.1
       new  6728826   BUG: categorical doesn't handle display.width of None in Python 3 (GH10087)
       new  ef23df1   Merge pull request #10108 from rosnfeld/issue_10087
       new  8a790be   ENH: Series.resample performance with datetime64[ns] #7754
       new  e9e0003   BUG: Timestamp properties may return np.int
       new  abba4a1   Merge pull request #10057 from scari/master
       new  f6c7d89   Merge pull request #10096 from sinhrks/dt_properties
       new  c2b58cb   CLN: cleanup hashtable.pyx
       new  b32f218   Merge pull request #10111 from gdementen/hashtablecleanup
       new  22da88b   CLN: clean up unused imports
       new  89b8b81   Merge pull request #10130 from mortada/cleanup_imports
       new  3298528   Merge pull request #10101 from jorisvandenbossche/v0.16.1-docs
       new  9efc72c   DOC: remove mention of TimeSeries in docs
       new  b2901f1   CLN: clean up unused imports part II
       new  6939dd6   Merge pull request #7671 from jorisvandenbossche/doc-timeseries
       new  f9db166   Merge pull request #10141 from mortada/cleanup_imports_2
       new  48bc59b   ENH: Use datetutil.tz.gettz() instead of dateutil.zoneinfo.gettz()
       new  91ddf3c   DOC: fixup whatsnew
       new  2bab718   TST: windows tests for allow for int/long #10050
       new  b041b7c   TST: use compat.long in test_tslib for py3
       new  8b330ef   DOC: improve binary operator docs (fixes #10093)
       new  11b1133   Merge pull request #10107 from mortada/binary_op_docs
       new  d03a22f   Merge pull request #10152 from sinhrks/compat_long
       new  a2523be   BUG: Index.name is lost during timedelta ops
       new  9b4d154   BUG: Panel.from_dict does not set dtype when specified
       new  f929bc4   Merge pull request #10058 from mortada/panel_dtype
       new  dc430c5   Merge pull request #10158 from sinhrks/tdidx_name
       new  3065b17   DOC: Reorder arguments in shared fillna docstring
       new  36ed4ee   Merge pull request #10166 from ElDeveloper/fillna-doc-fix
       new  95dc050   BUG: fix Series.plot label setting
       new  b43013a   DOC: fix blosc display in install.rst
       new  01a8b37   Merge pull request #10131 from TomAugspurger/plot-label
       new  c43e326   DOC: consistent imports (GH9886) part II
       new  1a709c3   Merge pull request #10136 from jorisvandenbossche/doc-imports
       new  61da6da   BUG: consistent datetime display format with < ms #10170
       new  0aceb38   Merge pull request #10171 from jreback/dt_format
       new  3896e5e   BUG: mean overflows for integer dtypes (fixes #10155)
       new  98a8390   DOC/CLN: period_range kwarg descriptions missing and other minor doc fixes
       new  393ce8b   DOC: minor doc fix for Series.append; indices can overlap
       new  03a39d9   DOC: Add Index.difference to API
       new  66fc3cb   Merge pull request #10189 from mortada/doc_fixes
       new  9b04bd0   Merge pull request #10185 from sinhrks/diff_doc
       new  8756a50   DOC: Updated to mention axis='index' and axis='columns
       new  b70d819   Merge pull request #10200 from jakevdp/doc_fix
       new  ce05c71   Merge pull request #10202 from robintw/update-axis-docs
       new  df2cffc   DOC: Added nlargest/nsmallest to API docs
       new  935d249   BUG: closes issue #7212 - side effect on passed columns list
       new  a9c2b71   Merge pull request #10055 from ajamian/master
       new  0dd29da   Merge pull request #10206 from robintw/add-nsmallest-nlargest-doc
       new  3518e35   Update bq link
       new  f306883   Merge pull request #10210 from mortonfox/patch-1
       new  5df497e   BUG: plot doesnt default to matplotlib axes.grid setting (#9792)
       new  1d87174   Merge pull request #10212 from artemyk/plotting_grid_fix
       new  274826e   DOC: add versionadded to docstrings for 0.16.0 / 0.16.1
       new  cfe4d26   Close mysql connection in TestXMySQL to prevent tests freezing
       new  b144cc1   Merge pull request #10230 from graingert/fix-testxmysql
       new  0ad0e0c   BUG: GroupBy.get_group raises ValueError when group key contains NaT
       new  186b20d   BUG: Series.align resets name when fill_value is specified
       new  753d66b   Merge pull request #6996 from sinhrks/groupnat
       new  2709f77   Merge pull request #10067 from sinhrks/align_name
       new  1400bfa   ENH: Don't infer WOM-5MON if we don't support it (#9425)
       new  ed000e9   Merge pull request #10172 from mortada/mean_overflow
       new  a7a02f4   BUG: Series arithmetic methods incorrectly hold name
       new  5852e72   Merge pull request #9427 from craustin/master
       new  b66dda8   BUG: SparseSeries.abs() resets name
       new  452ea5f   BUG: Index.union cannot handle array-likes
       new  d513986   BUG:  Holiday(..) with both offset and observance raises NotImplementedError #10217
       new  4fde946   Merge pull request #10157 from sinhrks/union_array
       new  2965e13   Merge tag 'v0.16.0' into debian
       new  d68ed2d   Merge tag 'v0.16.1' into debian
       new  7b3567b   changelog and trying to reincarnate building docs
       new  6c6e64d   recythonized
       new  8be4d00   Added link to aggregation and plotting time series
       new  0d95999   Merge pull request #10240 from sinhrks/series_ops_name
       new  08d60e6   Merge pull request #10241 from sinhrks/sparseabs_name
       new  caeafb7   DOC: move whatsnew from 0.17.0 -> 0.16.2
       new  676cb95   DOC: add in whatsnew/0.17.0.txt
       new  c8bf1c4   ENH: groupby.apply for Categorical should preserve categories (closes #10138)
       new  f8e7c93   BUG: Raise TypeError only if key DataFrame is not empty #10126
       new  e1e364e   BUG: SparseSeries constructor ignores input data name
       new  2e20eb7   add numba example to enhancingperf.rst
       new  e182793   Merge pull request #10196 from rekcahpassyla/error_setting_empty_df_boolean
       new  38a95d1   Merge pull request #10257 from jreback/numba
       new  efc4a08   Merge pull request #10258 from sinhrks/sparseconst_name
       new  e9f83ce   TST: fix for bottleneck >= 1.0 nansum behavior, xref #9422
       new  7516ec7   Merge pull request #10270 from jreback/fix
       new  4698ffc   PERF: write basic datetimes faster #10271
       new  2952068   BUG: get_group fails when multi-grouping with a categorical (GH #10068)
       new  aae91f7   TST: Check series names
       new  93150ba   Merge pull request #10271 from jreback/dt-perf
       new  1f797c6   Merge pull request #10142 from mortada/groupby_apply_cat
       new  24633ec   DOC: use current ipython in doc build
       new  2071181   Fix meantim typo
       new  f4da4b9   Merge pull request #10275 from graingert/patch-4
       new  01b42ce   BUG: Should allow numeric mysql table/column names
       new  bc7d48f   disable some deps on 3.2 build
       new  0dd5bd4   BUG: bug in cache updating when consolidating #10264
       new  73f25b1   ENH: make sure return dtypes for nan funcs are consistent
       new  9a51574   Merge commit 'v0.16.1-97-gbc7d48f' into debian
       new  7e30b31   recythonized
       new  3ae683e   DOC: fix issue number in whatsnew
       new  5686152   Merge pull request #10263 from artemyk/mysql_numeric2
       new  eb68e28   BF: fixed up the stats LE skip patch, changelog version fixed
       new  4ccf788   recythonized again
       new  f7c372c   DOCS: back to pip for ipython in build_docs
       new  dc815bc   Revert "PERF: write basic datetimes faster #10271"
       new  dfd699a   add ipython (or alternative new ones from neurodebian) into Build-Depends-Indep to build docs
       new  e34e4be   TST: skip a datetime formatting issue on windows as datetime.datetime does      not have the same precision on all platforms
       new  86cccb0   PERF: increase performance of string split when expand=True
       new  bfe0b99   Merge pull request #10090 from cgevans/fastsplit
       new  bfbeb29   Merge pull request #10251 from mortada/nan_func_dtype
       new  e26b33c   Merge pull request #10272 from jreback/cache
       new  d0ba41e   BUG: Adding empty dataframes should result in empty blocks #10181
       new  282746a   BUG: fix bug where date_format in to_csv is sometimes ignored #10209
       new  08b1511   Merge pull request #10132 from evanpw/cat_multigroup
       new  22359aa   Merge pull request #10276 from sinhrks/series_name
       new  82387a6   DOC: add gitt icon to README.md
       new  d9afb5a   BUG: TimedeltaIndex slicing may reset freq
       new  33cfaea   BUG: invalid column names in a HDF5 table format
       new  356fa4a   ENH: this is a pipe
       new  0c3bf51   API: catch target kwarg clobbering
       new  031e3bc   Merge pull request #10253 from TomAugspurger/pipe
       new  6854649   add python{,3}-lxml to Build-Depends and Recommends
       new  342c91b   CI: make sure cache is used on conda builds
       new  2457b11   DOC: #7828 Add json_normalize to api docs.
       new  53f2170   BUG: read_csv does not set index name on an empty DataFrame (GH #10184)
       new  e47a2c6   Use 'python-dateutil' instead of 'dateutil' for requirement files (except for the old versions), as the former also is known to the 'pip install' command.
       new  9d30b91   BUG: closes bug in json serialization when frame has mixed types
       new  f41f4d4   run output of date parsers through to_datetime to coerce into acceptable type (#10245)
       new  d24dc4b   Merge pull request #10188 from rekcahpassyla/empty_df_add
       new  76895dd   Merge pull request #10301 from lexual/issue_7828_json_normalize_in_api_docs
       new  d142452   Merge pull request #10098 from jameshiebert/bugfix-9057-error-only
       new  c0917de   ENH: validate for axis parameter on pandas.DataFrame.quantile() #9544
       new  c5d15a0   Merge pull request #10292 from sinhrks/tdi_freq
       new  03ccc34   Merge pull request #10306 from behzadnouri/json-mixed-type
       new  3c35897   Merge pull request #10302 from evanpw/empty_index_name
       new  ea4c617   CI: move build_docs.sh to separate section
       new  b14abe8   Merge branch 'docs'
       new  48165c9   Merge pull request #10249 from cmeeren/datetime_res_coercion
       new  0a428e7   DOC: v0.16.2 edits
       new  2b157b7   ENH: html5lib to bdepends and recommends
       new  c670bd9   Update v0.16.2.txt
       new  bc66f43   ENH: added rsplit to StringMethods
       new  416352f   Merge pull request #10314 from scls19fr/patch-1
       new  b0757dc   TST: only test for np.float128 if np supports
       new  b206548   Merge pull request #10303 from mortada/str_rsplit
       new  38876df   BUG: Strings with exponent but no decimal point parsed as integers in python csv engine (GH 9565)
       new  5c39467   BUG: closes bug in setitem where type promotion is applied to entire block
       new  a8b5798   BUG: Series.hist raises with a one-row Series #110214
       new  90e067b   Merge pull request #10308 from behzadnouri/block-type-loss
       new  e462c34   BUG: Categorical.remove_categories(np.nan) fails when underlying dtype is float (GH #10156)
       new  eea9361   Add repeat method to Categorical (ndarray compat) + fix PeriodIndex.repeat
       new  4360afa   FIX printing index with display.max_seq_items=None (GH10182)
       new  39da6da   Merge pull request #9898 from chrish42/python-dateutil-requirements-fix
       new  2619889   Merge pull request #10304 from evanpw/remove_cat_nan
       new  588437c   Bug in to_json causing segfault with a CategoricalIndex (GH #10317)
       new  ba69a49   Merge pull request #10183 from jorisvandenbossche/index-repr-setting
       new  07ea11c   Merge pull request #10322 from evanpw/json
       new  821542f   BUG: #9456 Series construction from dict with datetime64 keys BUG: #10160 DataFrame construction from nested dict with datetime64 index
       new  da3e0d1   TST: dtype fixes on windows for #10322, #10308
       new  48c7200   Merge branch 'master' of github.com:pydata/pandas
       new  814dbe8   Fix undesired UX behavior of DataFrame output in IPython Notebook #10231
       new  6c27568   BUG: GH10332 where Panel.apply does not handle result with ndim=0 correctly
       new  650a538   DOC: ensure read_json is top level in api.rst
       new  d776f17   Merge pull request #10339 from jorisvandenbossche/versionadded
       new  cce87c8   DOC: add release notes for 0.16.2
       new  06b9f6e   Merge pull request #10335 from kawochen/BUG-FIX-10332
       new  51047d4   BUG: Remove auto_close option form read_hdf, #9327, #10330
       new  c4db7ed   DOC: small clean up whatsnew 0.16.2
       new  7f14b28   Merge pull request #10338 from jorisvandenbossche/whatsnew0162
       new  3cdd1df   BUG: Check complib values, #4582 and #8874
       new  e84b730   DOC: whatsnew 0.16.2 edits
       new  be5ad4a   DOC: update release.rst
       new  0683289   RLS: v0.16.2 final
       new  e1ee171   INIT: start of v0.17.0 cycle
       new  ccd4f21   DOC: fix docstrings
       new  af3c3a3   Merge pull request #10348 from jorisvandenbossche/docstrings
       new  b308a8a   DOC: consistent imports (GH9886) part III
       new  027310a   CI: run doc-tests always
       new  37fa925   Merge pull request #10352 from jreback/doc-tests
       new  76b06f0   BUG: frequencies.get_freq_code raises an error against offset with n != 1
       new  47c0695   closes bug in apply when function returns categorical
       new  c98dcdf   Merge pull request #10354 from behzadnouri/cat-reduce
       new  7636c2c   Merge pull request #10350 from sinhrks/freq_tests
       new  7da7c97   Check for size=0 before setting item Fixes #10193
       new  d8a2f30   Merge pull request #10379 from rekcahpassyla/empty_series_with_freq_setitem2
       new  c6d7a9a   closes bug in reset_index when index contains NaT
       new  0b74c72   Merge pull request #10389 from behzadnouri/nat-reset-index
       new  611bbc5   PERF: parse timedelta strings in cython #6755
       new  bb5ec57   PERF: timedelta and datetime64 ops improvements
       new  528d8ad   BLD: remove support for 3.2, #9118
       new  9220309   ENH: Enable ExcelWriter to construct in-memory sheets
       new  2fea54a   Merge pull request #10376 from bashtage/improve-excel
       new  60a6e9f   BUG: drop_duplicates drops name(s).
       new  af8eb59   Merge pull request #10396 from jreback/td
       new  7d6fb51   Merge pull request #10397 from jreback/py3.2
       new  b069253   PERF: bench for #10287
       new  2874420   PERF: fix _get_level_indexer to accept an intermediate indexer result
       new  0518e63   TST: Use unicode literals in string test
       new  81eba22   BUG: GH10392 bug where Table.select_column does not preserve column name
       new  8f94f9b   Merge pull request #10401 from kawochen/BUG-FIX-10392
       new  3747e63   BUG: GH10395 bug in DataFrame.interpolate with axis=1 and inplace=True
       new  b8367a0   Merge pull request #10359 from jorisvandenbossche/doc-imports2
       new  4220d47   Merge pull request #10400 from kawochen/BUG-FIX-10395
       new  30197b5   Merge pull request #10367 from sinhrks/drop_duplicates_names
       new  5bf4ff2   Merge pull request #10405 from sinhrks/test_unicode
       new  8545489   Removed scikit-timeseries migration docs from FAQ
       new  8e02d45   Merge pull request #10423 from ihoegen/master
       new  9e517ac   BUG: using .loc[:,column] fails when the object is a multi-index, #10408
       new  09b73d5   BUG: Timedeltas with no specified units (and frac) should raise, #10426
       new  55d07c0   ENH: GH10378 Pass kwargs to interpolation methods.
       new  512d9d5   DOC: update missing.rst with ref to groupby.rst
       new  499eb21   Merge pull request #10428 from jreback/indexing
       new  ad37b5d   Merge pull request #10429 from jreback/td2
       new  4a4fe0b   Merge pull request #10290 from jreback/mi_perf
       new  3f39d2a   BUG: provide categorical concat always on axis 0, #10430     numpy 1.10 makes this an error for 1-d on axis != 0
       new  383865f   Merge pull request #10431 from jreback/numpy_dev
       new  be8c77a   Merge commit 'v0.16.2-42-g383865f' into debian
       new  d9fba8e   Merge pull request #10383 from cancan101/interp_kwargs
       new  af3a762   BUG: xref #10428, need platform_int as indexer
       new  7e9026d   BUG #GH10425 test_categorical big-endian fix
       new  25fc49d   BUG: #10228 resampling empty Series caused segfaults
       new  b08ab8e   PERF: vbenches for #8882, releasing the GIL
       new  0bc2904   PERF: releasing the GIL, #8882
       new  8eabc4e   ENH: allow as_blocks to take a copy argument (#9607)
       new  3908ad5   DOC: release note for #9607, as_blocks copy arg
       new  b6a9309   BUG: Fix value_counts name handling
       new  0451bc3   BUG: DataFrame.plot raises ValueError when color name is specified by multiple characters
       new  3825cb4   Merge commit 'v0.16.2-49-g3908ad5' into debian
       new  b95fb3d   Changelog + recythonized
       new  654e739   Merge pull request #10419 from sinhrks/base_name_handling
       new  125c5b0   DOC: fixed docstrings for StringMethods ljust and rjust
       new  4c96ad9   Merge pull request #10453 from mortada/str_doc_fix
       new  023fc37   BUG: concat on axis=0 with categorical (GH10177)
       new  fd26644   Add odo to ecosystem docs
       new  c8d20a6   Merge pull request #10455 from cpcloud/odo-eco
       new  c97238c   Merge pull request #10179 from sebp/bug_concat_categorical
       new  572510c   TST/CLN: remove assert_isinstance
       new  01995b2   DOC: fix formatting in DataFrame.to_csv doc-string
       new  edb572c   MAINT: get rid of some compiler warnings
       new  ae37a93   use LC_ALL=C.UTF-8 while running tests
       new  6c0966c   Merge commit 'v0.16.2-58-g01995b2' into debian
       new  9648408   Changelog + recythonized
       new  9c72d0f   exclude also test_set_locale since it fails ATM see https://github.com/pydata/pandas/issues/10471
       new  71ac2eb   Merge pull request #10458 from sinhrks/assert_isinstance
       new  d62f02b   BUG: GH9907 generate_range when start and end have higher resolution than offset
       new  16a44ad   Merge pull request #10199 from jreback/gil
       new  054821d   TST: 32-test fixes
       new  e360318   Merge commit 'v0.16.2-65-g054821d' into debian
       new  b819013   Changelog + recythonized
       new  fe3cc07   Add str as an option for na_values in docstring
       new  204ce41   DOC: GH10414 Missing example in NA values in GroupBy
       new  6cb762f   Merge pull request #10479 from jaidevd/jd-fix-csv-docstring
       new  cbb2673   Merge pull request #10450 from harshnisar/GH10414-DOC-missing-example
       new  762d680   BUG: Series.map using categorical Series raises AttributeError
       new  c4c5d44   Merge pull request #10387 from sinhrks/plot_color_str
       new  c962c0b   Merge pull request #10464 from sinhrks/categorical_map
       new  c80e132   Small style consistency fix
       new  9e6c29a   DOC: Better explain the behaviour of na_values
       new  0189bae   Merge pull request #10487 from ETF/patch-1
       new  91030a6   Merge pull request #10488 from jaidevd/jd-doc-na-values
       new  9ed13a1   Merge pull request #9395 from larsmans/cleanup
       new  2344ff2   TST/ERR: GH10369 read_msgpack checks argument type
       new  16442eb   DOC: add downloads to the readme.md page
       new  70d5929   DOC: update readme.md again
       new  07d6160   DOC: readme.md again
       new  127415c   nicer README.md page
       new  5c5c811   more badges in README.md
       new  5455aca   Merge pull request #10490 from kawochen/BUG-FIX-10369
       new  f174c98   BUG: fix multiple columns as primary key in io.sql.get_schema (GH10385)
       new  bac025f   Merge pull request #10386 from jorisvandenbossche/get-schema-keys
       new  7327f6b   support both sqlalchemy engines and connections Fixes #7877
       new  c6bab91   CLN: remove na_fvalues from TextFileReader (read_csv et al) signature (GH10481)
       new  3d54fe7   Updated to_hdf doc string
       new  fb677c8   TST: DataFrame.quantile should have Float64Index
       new  b8528da   TST: Fix test for datetime categorical
       new  80597dc   Merge pull request #10105 from graingert/sqlalchemy-connectable
       new  0859e07   Merge pull request #10499 from joshlk/master
       new  9da54ad   Merge pull request #10500 from sinhrks/test_quantile
       new  9093447   TST: Simplify genelate_legacy_pickles.py usage
       new  0eb1587   BUG: Fix csv_read bugs when using empty input. GH10467 & GH10413
       new  bfe5a7f   API: allow a filter regex to work on numeric labels, #10506
       new  4a03e93   Merge pull request #10509 from sinhrks/gen_pickle
       new  9fef291   Merge pull request #10501 from sinhrks/test_dtcategorical
       new  c4a0147   CI: use versioneer, for PEP440 version strings #9518     use binstar build     OSX stack testing, #7127
       new  4b2ceeb   BUG: Fix csv_read bug with reversed index_col list.
       new  2f5952f   DOC: Clarified PyTables "natural" names
       new  8523105   Add addition test for pandas.csv_read to test variations of index_col kwarg.
       new  fbe8c0b   Merge pull request #10469 from santegoeds/bugfix/fix-csv_reader-multiindex-empty-data
       new  5a76b44   BUG: inconsistent behavior with invalid dates in to_datetime, #10154
       new  3382e12   BUG: Series.from_csv not loading header names, #10483
       new  b0946f0   Merge pull request #10518 from ringw/hdf5-doc-fix
       new  758ca05   DOC: Add warning for newbs not to edit auto-generated file, #10456
       new  e8d3c89   Fix a typo 'does' -> 'do'
       new  e317a70   Merge pull request #10525 from certik/typos
       new  a14f513   Fix broken tests RE: immutability error message
       new  a35d9b7   ENH: Make group_var_ use Welford's algorithm.
       new  bbec57d   Merge pull request #10472 from jvkersch/fix/var-welford-algorithm
       new  d555682   ENH: GH10485 'Frequency' label for Series.plot
       new  6955de6   BUG: CategoricalBlock shift GH9416
       new  b114bad   ENH: Update exception message to resolve #10515
       new  2b8b180   Merge pull request #10541 from zafia/column-name-in-parser-exception
       new  98fdcb6   BUG: Should allow numeric mysql table names
       new  d82721c   CLN: cleanup up platform / python version checks. fix GB10151
       new  b855bb5   Merge pull request #10262 from artemyk/mysql_numeric_identifier
       new  b9e5f1e   Merge pull request #10493 from clarkfitzg/histogram_label
       new  e660c05   Merge pull request #10542 from schettino72/10151-cleanup-up-platform-python-version-checks
       new  c2ea0d4    BUG: each date parsing funcs results differently
       new  3bd9b26   DOC: consistent imports (GH9886) part IV
       new  ece8223   ENH: Add attributes to serialize
       new  df1f5cf   Merge pull request #10557 from kjordahl/bug/pickle-subclass-metadata
       new  eccbfa7   ENH: Simplify using read_hdf for HDF files with one dataset
       new  83b2320   Merge pull request #10443 from bashtage/read-hdf-singleton
       new  271ae44   BUG: Enable complex values to be written to HDF
       new  98961c5   Merge pull request #10473 from bashtage/hdf-complex
       new  d00258e   Merge pull request #10561 from jorisvandenbossche/doc-imports
       new  35c0863   Merge pull request #10502 from jorisvandenbossche/remove-na_fvalues
       new  0727803   BUG: Ensure 'coerce' actually coerces datatypes
       new  e9d6678   CLN: PEP 8 improvements
       new  50c1ee8   Merge pull request #10265 from bashtage/enforce-coercion-conversion
       new  5b1e500   Merge pull request #7599 from sinhrks/parsenat
       new  a80577e   TST: Split graphics_test to main and others
       new  6246cc1   Merge pull request #9813 from sinhrks/plot_test
       new  84781f1   DOC: Small improvement to convert_objects doc
       new  c538b3f   TST: dtype comparisons on windows, xref #10472
       new  c734896   Bug-10371: Add note regarding supported interpolation methods for MultiIndex series/dfs
       new  b3c338d   Merge pull request #10593 from Winterflower/pandas-doc-10371
       new  1381e51   Merge pull request #10589 from bashtage/convert-objects-doc-fix
       new  e023f2f   TST: skip famafrench test for now
       new  5c906ff   Merge pull request #10370 from jreback/build
       new  d5ff457   BUG: operator equal on Index should behavior similarly to Series
       new  c740bb0   Merge pull request #9947 from mortada/index_compare
       new  95a90e0   DOC: some formatting fixes in whatsnew
       new  f1598d3   DOC: ignore deprecation warnings for convert_objects (GH10265)
       new  6213fb3   Improve categorical concat perf by ~20x
       new  68b43d8   TST: test_read_famafrench fails with HTTP 404
       new  0c19941   Merge pull request #10597 from cpcloud/cat-perf
       new  5b97367   Merge pull request #10600 from jorisvandenbossche/doc-whatsnew-fixes
       new  4fe7c68   ERR: Boolean comparisons of a Series vs None will now be equivalent of to null comparisions, rather than raise TypeError, xref, #1079
       new  dccf5eb   DEPR: remove numpy deprecation warnings for i8 vs integer comparisions
       new  8016a7f   DEPR: remove visible deprecation warning for slicing in test_internals
       new  b381327   DEPR: remove unordered types depreceation usage in core/index.py
       new  26ee43e   Align options in chunk and full file read
       new  4def8e4   TST: fixes stata datetimelike comparisons for #10606
       new  0bd25ab   DOC: whatsnew changes
       new  effb676   misc import cleanups
       new  0de48d0   Merge pull request #10569 from jreback/comp
       new  2da060c   DOC: enhanced docs for #10569
       new  b061055   DOC: corrections for None/np.nan comparisons
       new  c87fa18   ERR: GH9513 NaT methods now raise ValueError, return np.nan or return NaT
       new  d7c31ca   Merge pull request #10609 from sinhrks/fama
       new  904aaea   BUG: pd.read_csv uses dtype arg with empty input
       new  3089006   Merge pull request #10497 from bwillers/categorical_shift
       new  ed775bc   BUG: GH9618 in read_msgpack where DataFrame has duplicate column names
       new  061c506   Merge pull request #10577 from santegoeds/bugfix/csv_reader-empty-data-with-dtype-args
       new  4bb45b1   Merge pull request #10527 from kawochen/BUG-FIX-9618
       new  59dd18b   ENH: add StataReader context manager to ensure closing of the path
       new  5a9a9da   Merge pull request #10613 from jreback/stata
       new  1eeeded   DOC: 9789 Added missing letter, added link, fixed examples formatting
       new  a36988b   BUG: pd.eval with numexpr engine coerces 1 element numpy array to scalar
       new  d25a9f3   Merge pull request #10558 from sinhrks/numexpr_0dim
       new  1f01990   PERF: Improve perf of to_datetime with ISO format
       new  a3cca39   Merge pull request #10615 from chris-b1/master
       new  eefa29f   ENH: More permissive S3 reading
       new  df249e8   CLN: Remove duplicate implementations of bind_method; typo in compat
       new  d065374   BUG: get_dummies not returning SparseDataFrame
       new  384eb45   BUG: Fixed typo-related bug to resolve #9266
       new  dd538a3   ENH/BUG: color cannot be applied to line subplots
       new  0efd52b   TST: skip buggy parsing test on win-64
       new  b0c14c1   API: mspack compat on windows / right dtype.name rather than dtype.num
       new  022d7c5   TST: skip buggy ujson tests on win-64/py2.7
       new  a7a6e70   Merge pull request #10643 from kawochen/CLN-10566
       new  c62cf68   Merge pull request #10605 from Winterflower/9789-pandas-doc
       new  751164d   Merge pull request #10630 from jreback/winbuild
       new  6c48d12   Merge pull request #10604 from stephen-hoover/more-permissive-s3-reads
       new  640c5cb   Extended docs on numba
       new  818f0a7   Merge pull request #9894 from sinhrks/subplots_style
       new  3bf13ac   Merge pull request #10614 from nickeubank/update_numba_docs
       new  976a045   BUG: Repeated time-series plot causes memory leak
       new  81d9e0b   BUG: made behavior of operator equal for CategoricalIndex consistent, improved unit tests
       new  8ec1c99   DOC: use sub-headings in enhancedperformance.rst
       new  ed13da0   DOC: more enhancedperf fixes
       new  b298492   BUG: #10565 Series.name lost in rolling_*
       new  d194844   Add support for dta version 118.
       new  31b7464   Merge pull request #10659 from chris-b1/rolling-name
       new  35fa0cc   Merge pull request #10516 from kshedden/stata118
       new  ebea3a3   DOC: release note for #10516/#9882
       new  abb2df5   BUG: (GH10408, GH10412) in vectorised setting of timestamp columns
       new  9e34368   Small doc update for Stata 118 support
       new  3d10b59   Revise version support statement
       new  a92bd76   ENH: Allow gzip de-compression for files specified by a url.
       new  2242fd9   Merge pull request #10637 from mortada/index_compare_tests
       new  d739ec3   Merge pull request #10644 from schettino72/gh10408-vectorized-setting-timestamp-column
       new  0d9bfa1   add in .gz file to the repo for testing
       new  df23f91   Merge pull request #10649 from mdagost/url_gzip_fix
       new  2f0c344   TST: move test_parsing of s3 buckets to pandas-test public bucket
       new  5cb70d9   Merge pull request #10662 from kshedden/stata118_doc
       new  c3effa6   BUG: GH9428 promote string dtype to object dtype for empty DataFrame
       new  30cbb02   Merge pull request #10658 from ajcr/GH9428
       new  e4639ee   Remove Categorical.name to make it more numpy.ndarray like
       new  355b462   Merge pull request #10632 from JanSchulz/rem_cat_name
       new  3793da0   read_sql/to_sql can accept database URI as con parameter (:issue:`10214`)
       new  9fed74d   Add period.pyx to package
       new  703f418   Fixes for vb_suite
       new  201760e   PERF: add initial asv config and vbench->asv conversion script
       new  18928c8   DOC: fix table in whatsnew
       new  a677217   Merge pull request #10666 from scls19fr/issue_10654
       new  3db0e82   Use Visual Studio 2013+ signbit function
       new  bd73cd0   Remove duplicate code
       new  06a4d91   Drop & insert on subtypes of index return their subtypes, #10620
       new  1d295cd   provide proper index coercion with _shallow_copy for insert,delete,append operations
       new  7559522   BUG: allow duplicate column names if they are not merged upon, #10639
       new  a743743   MAINT: minor refactoring and some documentation
       new  29f1f42   BUG: Groupby(sort=False) with datetime-like Categorical raises ValueError
       new  c06f9ce   Merge pull request #10508 from sinhrks/groupby_dtcat
       new  4ae02cf   TST: Deprecate assert_numpy_array_equivalent
       new  e2f1344   Merge pull request #10512 from sinhrks/test_nparray
       new  d197833   Merge pull request #10248 from nipunreddevil/patch-1
       new  71b9cbb   Fixed bug in outer_indexer where the special case of an empty right array resulted in bogus return data.
       new  92da9ed   Merge pull request #9814 from sinhrks/tsplot_df
       new  c84ab54   BUG: Filter/transform fail in some cases when multi-grouping with a datetime-like key (GH #10114)
       new  c0b43fa   TST: fix usage of assert_produces_warning
       new  b8b4a69   BUG: Bug in Index construction with a mixed list of tuples #10697)
       new  cd8150d   Merge pull request #10703 from jreback/index_sort
       new  0b9db63   TST: change Fred test to just look for some data
       new  ee5aa9e   Merge pull request #10619 from agijsberts/outer_indexer_right_empty
       new  70cb34c   Merge pull request #10124 from evanpw/issue_10114
       new  0e79067   fix up conda build recipe
       new  5aa48ff   Adding plotly to ecosystem
       new  8ae292c   TST: winfix on dtype comparison, xref #10124
       new  987b7e7   API: #10636, changing default of to_datetime to raise, deprecating coerce in favor of errors
       new  829893d   Merge pull request #10706 from msund/patch-1
       new  0786158   ENH: Make index optional in pivot. Closes #3962
       new  fb2ebb6   Merge pull request #10701 from jorisvandenbossche/fix-warning-test
       new  2226780   DOC: improve docs on iteration
       new  03be332   Merge pull request #10705 from jseabold/index-optional-pivot
       new  2377b5c   Change pytable default for dropna to false (9382)
       new  b281e65   Merge pull request #10674 from jreback/dt_default
       new  4157902   Merge pull request #10097 from nickeubank/patch-1
       new  a42a90e   updating account info
       new  e26b3b9   Merge pull request #10714 from msund/patch-1
       new  b1a1613   DOC: whatsnew updates
       new  2a2a6d1   BUG: df.to_html(index=False) renders index.name
       new  fd4651a   DOC: more whatsnew fixes
       new  6b04681   DOC: release date revert
       new  e13739a   DOC: edits in io.rst
       new  b69bde6   DEPR: deprecate irow,icol,iget_value,iget in Series/DataFrame, #10711
       new  66cec77   BUG: display.precision options seems off-by-one  (GH10451)
       new  fc08800   BLD: Stop distributing ez_setup.py, #10168
       new  3bc19e5   BLD: remove fake_pyrex
       new  4348781   ENH: support .strftime for datetimelikes (closes #10086)
       new  0ed46a0   Merge pull request #10719 from jreback/irow
       new  ae30697   DOC: move Categorical.name to deprecations section
       new  4024ec2   Merge pull request #10513 from rosnfeld/issue_10451
       new  574a9df   Merge pull request #10680 from jorisvandenbossche/doc-iter
       new  22eb63c   xref #10711, remove more iget warnings
       new  4b1cb26   Merge branch 'filter'
       new  f88ce3b   DOC: fix whitespace in whatsnew
       new  d751c63   TST: better testing for io/data
       new  30d9a7f   Merge branch 'dt_strftime' of https://github.com/mortada/pandas into mortada-dt_strftime
       new  babfc0d   Merge pull request #10731 from jreback/data
       new  304a5f4   Merge branch 'mortada-dt_strftime'
       new  fb74f18   DOC: to_datetime outdated example
       new  cf1f181   BUG: pd.unique should respect datetime64 and timedelta64 dtypes (GH9431)
       new  58ae9db   Merge pull request #10724 from ajcr/GH9431
       new  c574d2c   TST: test_packers.TestMsgpack checks for minimum structure and extra keys
       new  f00e51c   Merge pull request #10743 from kawochen/TST-TestMsgpack-gen
       new  d3fed34   Revert "Merge pull request #10743 from kawochen/TST-TestMsgpack-gen"
       new  117ea52   TST: test_packers.TestMsgpack checks for minimum structure and extra keys
       new  94e394a   Merge branch 'kawochen-TST-TestMsgpack-gen'
       new  6bdcb16   API: CategoricalIndex for value_counts
       new  39b8ce3   Implement nlargest and nsmallest for DataFrames
       new  4309dac   Merge pull request #10729 from TomAugspurger/categorical-value_counts
       new  2289185   DOC: fix some doc build errors/warnings
       new  f1719b7   Merge pull request #10749 from jorisvandenbossche/doc-fixes
       new  0fbc88a   Fix docstring spelling
       new  0479a80   Merge pull request #10393 from cpcloud/df-partial-sort
       new  7f820f9   Merge pull request #10751 from fpinter/patch-1
       new  0e0a364   Merge pull request #10733 from jorisvandenbossche/doc-to_datetime
       new  c74820e   Merge pull request #10346 from sinhrks/to_html_bug
       new  83d4dfd   ENH: Added api_rst_coverage.py (#8166)
       new  d0bcb06   Fix column reordering
       new  ff163a8   Merge pull request #10757 from jbuyl/fix-read-stata-column-reordering
       new  32f5517   closes bug in stack when index is not unique
       new  a209fe4   improve documentation for pandas.Series.interpolate
       new  5a4d60f   Merge pull request #10418 from carpevitam/master
       new  99b90de   Series.align with MultiIndex may be inverted
       new  e9b1a10   Merge pull request #10433 from behzadnouri/stack-dupl-indx
       new  9642ec9   BUG: PeriodIndex.order doesnt preserve freq
       new  ec2064a   BUG: Categorical doesn't show tzinfo properly
       new  a6df004   Merge pull request #10305 from sinhrks/pidx_order
       new  1b913ba   ENH: duplicated and drop_duplicates now accept take=all kw
       new  0259ace   Merge pull request #10718 from sinhrks/cat_dttz
       new  529288e   Merge pull request #10236 from sinhrks/duplicated
       new  4ed857e   TST: make assertion messages more understandable
       new  478af3b   Support for reading SAS xport files
       new  1e394fe   Merge pull request #10507 from sinhrks/test_assert
       new  016dbe6   Update install.rst
       new  b6444e0   TST: Suppress warnings of drop_duplicates tests
       new  c06dd9b   BUG: Index.take may add unnecessary freq attribute
       new  25be2f2   DOC: fix namespace
       new  140995e   BUG: GH10747 in astyping of a NaT-like
       new  113b1ad   BUG: Allow read_sql_table to read from views
       new  60c1a1d   Merge pull request #10803 from IamGianluca/fix_issue_10750
       new  490b940   Merge pull request #10795 from sinhrks/dup_test
       new  5149e8c   DOC: add guideline to use versionadded directive to contributing docs (GH10215)
       new  e945d7e   Merge pull request #10794 from jorisvandenbossche/doc-dev-versionadded
       new  12e6fe5   Merge pull request #10776 from kawochen/BUG-FIX-10747
       new  f6d7c49   Merge pull request #10791 from sinhrks/take_freq
       new  7a9268d   DOC: Updated drop_duplicates doc
       new  ac97541   ENH: Allow DateOffset operations with Series
       new  a2ac432   Merge pull request #10744 from chris-b1/dateoffset-add
       new  4694a42   Minor changes following code review
       new  b2bc0a0   Merge pull request #9711 from kshedden/sas_xport
       new  7ed0b26   TST: need to use platform int on .take
       new  8e15810   DOC: doc/setup fixes for #9711
       new  63c587d   TST: skip shape comparison test in test_testing
       new  c0ff3e7   BUG: fix bounds for iloc with negative integers (GH10779, GH10547)
       new  bcc7b0b   Merge pull request #10808 from ajcr/iloc-negative-index
       new  a61d299   Deprecate combineAdd and combineMult (GH10735)
       new  661b7d7   BUG: read_csv fails when using nrows or chunksize on a file containing only a header (GH #9535)
       new  58db03e   ERR: improved error message when concatenating an empty sequence of dataframes, #9157
       new  09c4f73   Merge pull request #10827 from evanpw/empty_nrows_chunksize
       new  4336020   ENH: Added functionality in resample to resolve #10530
       new  780396b   BUG: Fix handling of EOF in 'c' csv parser (GH #10728, #10548)
       new  2113672   BUG: GH8243 Change unary - to ~.  Fixes numpy warning in ols.
       new  fe58ee3   Minor fix to error messages ('See the the caveats in the documentation...')
       new  551f424   Merge pull request #10812 from jorisvandenbossche/depr-combine
       new  05a8bad   Merge pull request #10829 from dvmk/master
       new  35cc80d   Merge pull request #10825 from evanpw/csv_eof
       new  9375460   BUG: Merge with empty dataframe may raise IndexError
       new  e4368de   skipped failing test on non-engish locales
       new  13cb1a7   Merge pull request #10836 from cel4/fix_locale_failure
       new  f07e582   BUG: Panel setitem with a multiindex #10360 (partial)
       new  13d2d71   ENH/DEPR: add .sorted() method for API consistency, #9816, #8239
       new  6c3da7f   BUG: GH10581 where read_msgpack does not respect encoding ENH: msgpack submodule version updated to 0.4.6
       new  f0706b1   PERF: value_counts_float64 #10821
       new  451f308   DOC: Fix for #10823, updating min_periods docstring
       new  20a85f8   Merge pull request #10838 from jreback/mi_panel
       new  a4875d6   Merge pull request #10841 from MatthewGilbert/master
       new  bc45bca   Merge pull request #10810 from sinhrks/dup_doc
       new  914b5dd   Merge pull request #10716 from sinhrks/salign
       new  8ccdf48   BUG: Fix MLK and Memorial day date representations, #9760
       new  a0242ba   clean up some imports
       new  5314a5f   Merge pull request #10686 from kawochen/BUG-FIX-10581
       new  931e0e5   BUG: DataFrame.where does not respect axis parameter when shape is symmetric (GH #9736)
       new  6ceb303   BUG: Fix issue with old-style usage in convert_objects
       new  b5ad62c   BUG: Error while saving DataFrame with TimedeltaIndex to .csv #10833
       new  cf002dc   CLN: Combined value_count_in64 and value_count_float64 into a single routine using fused types.
       new  8bb17cb   CLN: Combined build_count_table_int64 and build_count_table_float64 into a single function using fused types.
       new  22af130   Merge pull request #1 from insertinterestingnamehere/fused_cleanup
       new  0468cad   ENH: add tolerance to get_indexer, get_loc and reindex
       new  5052900   Merge pull request #10411 from shoyer/max_distance
       new  ab769d8   Merge pull request #10840 from chris-b1/valuecounts-float64
       new  310f9e4   COMPAT: windows compat for #9838
       new  d27068f   Merge pull request #9715 from qwhelan/vbench_to_asv
       new  ee7a094   DOC: Excel formatting and searchsorted cookbook
       new  9c60d18   TST: GH10837 remove test_ujson.py reliance on dict iteration order
       new  6c598fa   DOC: fix Panel4D docstring
       new  6d60d76   Merge pull request #10852 from chris-b1/cookbook
       new  c29a230   Merge pull request #10854 from rgieseke/patch-1
       new  94ec946   PERF: add in numexpr to asv add to .gitignore
       new  2396370   Merge pull request #10853 from kawochen/TST-FIX-10837
       new  0e6cd60   COMPAT:Allow multi-indexes to be written to excel.
       new  17ec1d9   amend sample to return copy and align weight axis
       new  9311a39   Merge pull request #10738 from nickeubank/patch_sample_to_return_copy
       new  3e35c84   DOC: fix doc-string in Categorical constructor, #10356
       new  96b7e27   removes categories & ordered from CategoricalIndex attributes
       new  8ac1489   BUG: #10833 Added test and info to whatsnew
       new  35284b5   Merge pull request #10858 from behzadnouri/cat-attr
       new  2ef546d   Merge pull request #10826 from sinhrks/merge_empty
       new  d39c474   BUG: #10833 Reworked test in accordance with the code style
       new  873bbc2   DOC: Add docstrings to DataFrame properties, #10421
       new  0525684   ENH: pickle support for Period #10439
       new  aa04812   update legacy_storage for pickles
       new  f420e4d   Merge pull request #10866 from jreback/period_pickle
       new  08e055b   update pickles/msgpack for 0.16.2
       new  18012f0   Added tests for ABC Types, Issue #10828
       new  f30e423   TST: #10822, skip tests on windows for odd error message in to_datetime with unicode
       new  d2ce36a   DOC: discourage DataFrame.from_csv (GH4191)
       new  f9f97eb   DOC: limit error traceback to one line for expected exceptions (GH10715)
       new  469df2d   DOC: change code-blocks to ipython blocks with okexcept (GH10715)
       new  efe56d1   DEPR: iterkv change Deprecation to FutureWarning
       new  b63206b   Merge pull request #10570 from flamingbear/10564-allow-multiindex-excel-writing
       new  fa2378b   DOC: typo
       new  6ee9f53   DOC: update ipython sphinxext for IPython 4.0
       new  2093cc5   BUG: #10833 Added forced index rename
       new  32e60d7   Merge pull request #10867 from jorisvandenbossche/iterkv
       new  bd804aa   Merge pull request #10163 from jorisvandenbossche/depr-from_csv
       new  d406273   Merge pull request #10727 from jorisvandenbossche/sphinx-traceback
       new  a6ee127   Merge pull request #10726 from jreback/sorted
       new  2c5b458   Merge pull request #10845 from soupault/timedelta-bugfix
       new  73dcb95   ENH: Index orientation option when converting a DataFrame into a dict, #10844
       new  e581e1e   BUG: 10633 and 10800 fix
       new  41929a9   ERR: Fix quantile error message
       new  c5a47e3   PERF: uses bincount instead of hash table in categorical value counts
       new  1cf18cd   Merge pull request #10874 from behzadnouri/cat-val-cnt
       new  3bf4dc6   TST: odd failure of reverse comparison with None on some platforms, xref #10835
       new  dacae10   DEPR: deprecate the data reader package, #10861
       new  a44e4b3   DEPR: also deprecate io/wb.py (GH10861)
       new  c399b9e   Merge pull request #10868 from jorisvandenbossche/doc-ipython-sphinxext-update
       new  873d007   remove Categorical name warnings from tests, xref #10482
       new  0ff3a5d   Merge pull request #10881 from sinhrks/quantiles
       new  42ca8cd   DOC: minor whatsnew corrections
       new  dae0b09   DEPR: remove DataFrame.colSpace in favor of col_space, circa v0.8.0
       new  35f1eaf   DEPR: remove auto broadcasting with a time-series, xref #2304
       new  5e82396   DEPR: deprecate TimeSeries officially
       new  ce349d1   BUG: GH10885 where an edge case in date_range produces an extra timestamp
       new  54f02df   COMPAT: value_counts always return int64 dtype, xref #10876
       new  a25a664   BUG: DataFrame.where does not handle Series slice correctly (fixes #10218)
       new  20d75d0   BUG: GH10747 where 'timestamp' is not inferred to be datetime column name
       new  091c73d   PERF: improves SeriesGroupBy.nunique performance
       new  c06ce81   Merge pull request #10876 from kawochen/BUG-FIX-10747-2
       new  6b48b58   Merge pull request #10887 from kawochen/BUG-FIX-10885
       new  5756f46   updated link to online documentation
       new  ea906db   Merge pull request #10896 from dacoex/patch-1
       new  78f3c80   Merge pull request #10890 from jreback/depr
       new  69271b3   DEPR: Remove the table keyword in HDFStore.put/append, in favor of using format= #4645
       new  0068abf   DEPR: Remove unused keyword kind in read_excel/ExcelFile, #4712
       new  0fde3ba   DEPR: Remove infer_type keyword from pd.read_html as its unused, #4770, #7032
       new  245791c   DEPR: Remove offset and timeRule keywords from Series.tshift/shift, in favor of freq, #4853, #4864
       new  12e0705   DEPR: Remove pd.load/pd.save aliases in favor of pd.to_pickle/pd.read_pickle, #3787
       new  0774b57   DEPR: WidePanel, LongPanel -> deprecated
       new  a77956d   Merge pull request #10892 from jreback/depr2
       new  07042a9   Merge pull request #10894 from behzadnouri/grby-nunique
       new  24c147a   remove deprecated test code xref #10726 fix some stacklevels on warnings
       new  3e83459   DOC: update install for PyTables version, xref #10672
       new  b55ca5c   Merge pull request #10283 from mortada/df_where
       new  a3c4b59   TST: pythonxs link seems to have changed in test_html.py, skip tests
       new  dee302d   PERF: imporves performance in SeriesGroupBy.value_counts
       new  c3a4de3   Merge pull request #10909 from behzadnouri/grby-val-cnt
       new  b268bb0   Add tests and fix issue #10366 encoding and categoricals hdf serialization.
       new  8609f6c   clean up string conversions
       new  f44c490   Merge pull request #10889 from jreback/cottrell-categ_hdf
       new  9f20c66   Revert "Merge pull request #10727 from jorisvandenbossche/sphinx-traceback"
       new  af5089e   Merge pull request #10916 from jreback/de
       new  c42ba30   BUG: closes bug in BinGrouper.group_info where returned values are not compatible with base class
       new  e67a981   Merge pull request #10918 from behzadnouri/bin-gr-info
       new  a00c7ea   PERF: perf improvements in drop_duplicates for integer dtyped arrays
       new  59da781   ENH: Fixed DF.apply for functions returning a dict (closes #8735)
       new  027817b   Merge pull request #10917 from jreback/drop_duplicates
       new  2332481   BUG: Bug in clearing the cache on DataFrame.pop and a subsequent inplace op #10912
       new  73fc1dd   DEPR: Series.nlargest/nsmallest take_last.
       new  75125e1   Merge pull request #10922 from jreback/pop
       new  688cacd   DOC: fix up whatsnew
       new  91f7e42   DOC: add in asv mention
       new  66174e5   Merge pull request #10920 from sinhrks/nlargest
       new  53a6830   BUG: Pandas throws exception if Google Bigquery output is empty, #10274
       new  d558f16   CLN: plotting cleanups for groupby plotting
       new  f43746c   DOC: more whatsnew fixes
       new  1da4a6d   BUG: Bug in incorrection computation of .mean() on timedelta64[ns] because of overflow #9442
       new  ba0704f   Merge pull request #10926 from jreback/timedelta_mean
       new  4677306   PERF: Fix asv benchmarks failing due to initial translation from vbench
       new  2d997af   PERF: Fix performance benchmark suite so it runs on Python 3
       new  7dbae09   PERF: Update contributing guidelines with asv information
       new  eac3fd8   PERF: Add new vbench tests to asv
       new  70607ba   Merge pull request #10928 from qwhelan/asv_update
       new  aca7a08   updating docs for the new sorting mechanisms - GH #10886
       new  7ee0272   Add more examples to Series.resample
       new  586c77e   shut down warnings in the whats new files
       new  2daaf87   BUG: fixing bug in groupby_indices benchmark
       new  6d83805   DOC: clarification on -b flag in asv
       new  df4d52c   Add limit_direction kwarg for interpolation.
       new  40b17da   Merge pull request #10942 from RafalSkolasinski/benchfix
       new  8a7d9fc   Merge pull request #10937 from glyg/master
       new  788ce4e   Merge pull request #10935 from RafalSkolasinski/docfix
       new  03f6f40   BUG: Index name lost in conv #10875
       new  fb42766   BUG: column_format argument not passing from DataFrame.to_latex to formatter, #9402
       new  8d4d04a   DOC: fix formatting of links on doc-strings
       new  a06816e   BUG: segfault on to_json serializing a 0d-ndarray, #9576
       new  910895d   Merge pull request #10945 from chris-b1/timeseries-index-name
       new  9ef7ebb   DOC: avoid warnings on http links
       new  b4ce396   Merge pull request #10717 from sinhrks/plot_cln
       new  31c2b80   BUG: DataFrame.plot may not handle shared ax properly
       new  be6bda6   updating the docs
       new  ebbfe87   DEPR: Deprecate legacy offsets
       new  a801d0b   TST: Changed pythonxs link to alternative link and mofidifed test_html (issue: 10906)
       new  92cb9e2   Merge pull request #10941 from springcoil/merging
       new  219ad75   BUG: Fixed bug in DataFrame.diff, #10907 when DataFrame is not consolidated
       new  9ca8d3c   TST: use assert_frame_equal directly
       new  18f1d77   Merge pull request #10958 from terrytangyuan/upstream
       new  e68bfd0   Merge pull request #10951 from sinhrks/legacyoffset
       new  12df3ea   BUG: Fixed import error in index.py when using a mixed-integer indexing, #10610
       new  5803e4c   consistent imports in text.rst
       new  b7374ca   Merge pull request #10691 from lmjohns3/master
       new  01ff345   Merge pull request #10879 from sinhrks/plot_gridspec
       new  30f672c   Merge pull request #10628 from Winterflower/pandas-doc-5023
       new  82b8790   BUG: Fixed bug that Timedelta raises error when slicing from 0s
       new  e757e8a   DEPR: No NaNs in categories
       new  8d87f3b   move NaN deprecation warning to _validate_categories, cleanup a bit
       new  addef51   Create indicator for obs from left, right, or both
       new  f784e9a   Merge pull request #10929 from TomAugspurger/depr-categorical-nans
       new  9bdae60   Merge pull request #10960 from terrytangyuan/PR2update
       new  d2d9464   BUG: passing columns and dict with scalar values should raise error (GH10856)
       new  3a12c06   DOC:10700 add note regarding 0-len string
       new  fa29a13   BUG: Concat of Series w/o names. Closes #10698
       new  a165269   ENH: Added Series.dt.total_seconds() (#10817)
       new  3135b0e   DOC: Added default values in parsers.py doc-string
       new  6db459a   PERF: GH10213 kth_smallest GIL release
       new  be87776   Merge pull request #10968 from terrytangyuan/PR4
       new  77b94d9   Merge pull request #10965 from Winterflower/pandas-doc-10700
       new  2d870f9   ENH: PeriodIndex can accept freq with mult
       new  3db4c4b   Merge pull request #10927 from kawochen/PERF-10213-kth
       new  b420e84   Merge pull request #10943 from ajcr/raise-scalar-dict
       new  582eb17   Merge pull request #10939 from sjdenny/series_total_seconds
       new  207efc2   Merge pull request #10723 from IamGianluca/issue_10698_fix
       new  dc57e2e   ENH: Added DataFrame.round and associated tests
       new  9c2d1a6   BUG: Fix issue with incorrect groupby handling of NaT #10590
       new  44723d1   Implement math function support in eval
       new  7ca2190   COMPAT: remove deprecation warnings for nan in cat in test_index.py
       new  02ba722   CLN: removes BinGrouper kind of cython methods
       new  5cc71a8   Merge pull request #10976 from behzadnouri/bin-gr
       new  c47f350   BUG: repr of Periods in a Series is broken
       new  3991731   Merge pull request #10625 from larvian/fix-issue-groupby-NaT
       new  b5b06cf   BUG: DataFrame constructor should not promote complex64 dtypes (GH10952)
       new  2748e82   DOC: document regression, xref #9345, in #10979 (already fixed in master)
       new  9aafd6d   Merge pull request #10568 from roblevy/variable-round
       new  8aeaf02   Merge pull request #7832 from sinhrks/period_mult
       new  45aa61f   TST: add windows test.bat
       new  f82e177   Merge pull request #10974 from sinhrks/period_repr
       new  4b9606b   Merge pull request #10054 from nickeubank/merge_indicator
       new  a928f8d   DEPR: add stacklevel to FutureWarnings (GH9584)
       new  1dc619a   TST: check stacklevel in assert_produces_warning (GH9584)
       new  2c2d4e7   DEPR/TST: correct stacklevels (GH9584)
       new  aa40dd0   Merge pull request #10676 from jorisvandenbossche/stacklevel
       new  e0e8bf1   TST: test_nanops turns off bottneck for all tests after
       new  3afa730   TST: skip comparisons on incompat bottleneck functions, xref 9422
       new  2cf19d4   clean up expanding/rolling slow tests a bit
       new  2d0d58c   BUG: Use stable algorithm for _nanvar, #10242
       new  e017e58   Merge pull request #10986 from jreback/bn
       new  ebeb09e   COMPAT/TST: fix group_info dtype issues, xref #10981
       new  54f788a   Merge pull request #10988 from jreback/winfixes
       new  91b6848   TST: more fixes, xref #10981
       new  c329c3c   COMPAT: 0-d ndarray compat on windows
       new  69b5066   TST: skip some pytables tests with compress on windows/PY3
       new  ae3b228   DOC: some whatsnew edits
       new  b28250f   BUG: DataFrame subplot with duplicated columns output incorrect result
       new  004ea2c   DOC: small whatsnew edits
       new  5da450f   DOC: Examples for Series.apply docstring
       new  80cb9f4   Merge pull request #10977 from Winterflower/pandas-series-apply
       new  1c280cf   Merge pull request #10962 from sinhrks/plot_dupcolumns
       new  1dc3185   DOC: Update pip reference links
       new  958f87d   Merge pull request #10997 from pratapvardhan/docs
       new  4d3d477   DOC: several doc errors
       new  c36e0ca   cleanups in io.rst/HDF5
       new  9de430e   Merge pull request #10999 from jorisvandenbossche/doc-cat-nan
       new  8c00eda   wider sidebar & overall width
       new  8eb950b   Merge pull request #10992 from jreback/docs
       new  27b7b1e   API: add DatetimeBlockTZ #8260
       new  666540f   Merge pull request #10477 from jreback/tz
       new  33723f9   PERF: improves performance in SeriesGroupBy.count, #10946
       new  3571b3c   COMPAT: test dtype fix for windows
       new  9b9c46a   TST: skip some html tests with encoding of utf-16/32 on windows
       new  98b3a5d   TST: add missing test Excel file formats, rename test to test1 for clarity
       new  2531503   BLD: add xlwt to requirements_all.txt
       new  3471536   DOC: consistent doc-string with function declaration, added missing param doc-string for sql.py (+1 squashed commit) Squashed commits: [54fc057] DOC: consistent doc-string with function declaration, added missing param doc-string for sql.py
       new  1bb8d07   Merge pull request #11004 from terrytangyuan/sqlDefault
       new  e1948d6   add setuptools/pip to print_versions
       new  3b49fad   Add tests to ensure sort preserved by groupby; add docs
       new  f5b85ca   CI: fix clone depth
       new  ff3473c   BUG: Bug in pickling of a non-regular freq DatetimeIndex #11002
       new  5dea811   Merge pull request #10931 from nickeubank/test_groupby_sort_preservation
       new  ce80793   Merge pull request #10953 from sklam/eval_math
       new  117e61f   DOC: whatsnew corrections
       new  76520d9   Merge pull request #11006 from jreback/tzpickle
       new  e244bdd   CLN: Remove __array_finalize__
       new  d968aab   CLN: removes cython implementation of groupby count
       new  0cacd24   Merge pull request #10638 from sinhrks/array_finalize
       new  9f108ff   TST: avoid some numpy comparison warnings
       new  0deb21e   update conda recipe to make import only tests
       new  b2756a7   Merge pull request #10602 from bashtage/convert-object-dep-fix
       new  0749a86   remove libpython from recipe
       new  81b647f   CI: add back libpython to py2k on windows
       new  e28680b   DOC: fix up docs a bit for datetime64[ns, tz]
       new  d859b04   add .astype('datetime64[ns, tz]') ability
       new  ebf539a   BUG: Unable to infer negative freq
       new  a80808f   BUG: Exception when setting a major- or minor-axis slice of a Panel with RHS a DataFrame (GH 11014)
       new  77d9c92   Merge pull request #11021 from evanpw/panel_set_minor_major
       new  0b858f0   Merge pull request #11018 from sinhrks/negative_freq
       new  953e66a   Merge pull request #11003 from jreback/tz
       new  33530b3   Merge pull request #11013 from behzadnouri/grby-count
       new  c187ac9   PERF: use NaT comparisons in int64/datetimelikes #11010
       new  76a4d99   Merge pull request #11023 from jreback/nat
       new  789e07d   DOC: clean up timeseries.rst a bit
       new  802c188   BUG: DatetimeIndex.freq can defer by ufunc
       new  2eff311   DOC: Add GroupBy.count
       new  a67b07f   Merge pull request #11025 from sinhrks/groupby_count_doc
       new  f8cade3   Fix repeated typo in documentation:
       new  6b9c46b   Merge pull request #11027 from swails/typo
       new  7a6e3b1   BUG: Fixed bug in len(DataFrame.groupby) causing IndexError when there's a NaN-only column (issue11016)
       new  98405f0   ENH: read_excel MultiIndex #4679
       new  5567bf0   Merge pull request #11024 from sinhrks/ufunc_freq
       new  066783c   Merge branch 'newgroupby' of https://github.com/terrytangyuan/pandas into terrytangyuan-newgroupby
       new  8574ff1   TST: groupby tests for tz interations
       new  ae1bfb0   CLN: remove _repr_footer from Series, which is not called
       new  2bddfcf   TST: formatting tests for tz in Series
       new  0e56279   Merge pull request #10967 from chris-b1/excel-read-multiindex
       new  beab4eb   DOC/BUG: Docstring Redesign to fix the problem of unexpected keyword arg (issue10888) (+1 squashed commit) Squashed commits: [ab61a77] DOC/BUG: Docstring Redesign to fix the problem of unexpected keyword arg (issue10888) (+1 squashed commit) Squashed commits: [ad08eac] DOC/BUG: Docstring Redesign to fix the problem of unexpected keyword arg (issue10888) (+1 squashed commit) Squashed commits: [756ca05] DOC: Docstring Redesign to fix the problem of unexpected keyword a [...]
       new  f624c0a   Merge pull request #11011 from terrytangyuan/reformatDocstring
       new  278b06c   CLN: print the categorical levels w/o regards to the truism of the dtype
       new  9854076   Fix misspelling of max_colwidth in documentation.
       new  ccaf040   Fix Timestamp __ne__ comparison issue
       new  724e15f   Merge pull request #11037 from gaulinmp/patch-1
       new  879f5e9   BUG: .ix with PeriodIndex isn't treated as integers, #4125
       new  6636ad5   whatsnew note / fixes xref #4125
       new  ce96e4c   DOC: correct quoting constants order
       new  3f87954   DOC/CLN: typo and redundant code
       new  9f14e76   Merge pull request #11046 from jorisvandenbossche/doc-quoting
       new  955607c   TST: add connection refused (111) error to skipping for network. the urlerror apparentely      doesn't provide an errno so were not ignoring this
       new  b8ed872   BUG: GH10645 and GH10692 where operation on large Index would error
       new  c16e3b8   DOC: versionadded directions added where needed
       new  18f0fb3   Merge pull request #11048 from kawochen/CLN-DOC-misc
       new  9a65bd5   ENH: plot method accessors
       new  c266dc3   Merge pull request #11049 from kawochen/BUG-FIX-10692
       new  52f4b75   Merge pull request #9321 from shoyer/PlotMethods
       new  7d35d97   DOC: rearrange 0.17 whatsnew a bit
       new  4d4a2e3   Merge pull request #11059 from jorisvandenbossche/whatsnew017
       new  8ea0072   DOC: doc note to advanced.rst for multi-index slicing
       new  4e6084f   TST: window dtype comparisons, xref #11049
       new  4c9bcf1   don't create temporary stata test files
       new  ba5106e   BUG: Fixed bug in groupby(), and axis=1 with filter() throws IndexError, #11041
       new  ead3ca8   BUG: Index dtype may not be applied properly
       new  3b93186   perf on dtype comparisons
       new  9687145   RLS: v0.17.0rc1 release candidate for 0.17.0
       new  eca9db9   DOC: add whatsnew_plot_submethods.png
       new  6501af1   DOC: corrections in whatsnew
       new  dd264ef   DOC: Missing Excel index images
       new  af493c0   Merge pull request #11067 from chris-b1/excel-doc-images
       new  626bbda   DOC: Categorize whatsnew
       new  57b5fff   Merge pull request #11068 from sinhrks/whatsnew_v017
       new  b724d17   DOC: update release.rst with the highlites
       new  636afbe   ENH Enable bzip2 streaming for Python 3
       new  70803d5   DOC: Modified incorrect doc-string for DataFrameFormatter and removed outdated doc-string (+1 squashed commit) Squashed commits: [068b1fd] DOC: Modified incorrect doc-string for DataFrameFormatter using new doc-string design  (+1 squashed commit) Squashed commits: [12e032d] DOC: Updated doc-string using new doc-string design for DataFrameFormatter
       new  0f2108a   CI: support *.pip for installations
       new  43ab582   DOC: fix plot submethods whatsnew example
       new  391fd79   Merge pull request #11083 from shoyer/plot-whatsnew
       new  f03b2eb   Merge pull request #11081 from jreback/pip
       new  788217f   asv bench cleanup - groupby
       new  f476000   Merge pull request #10998 from jorisvandenbossche/asv-cleanup
       new  e8d4243   Merge pull request #11072 from stephen-hoover/stream-bzip2-files
       new  17d2220   TST: make sure to close stata readers
       new  6cb6347   ENH: Add ability to create tables using the gbq module. #8325
       new  2dbd38e   BLD: Install google-api-python-client and httplib2 using pip
       new  2622cb3   BUG: Use StrictVersion instead of LooseVersion when testing for minimum google api client version #10652
       new  9ef8534   Merge pull request #11088 from jreback/fix_stata
       new  ac672d9   DOC: Comparison with SAS
       new  fea7f6c   Merge pull request #11087 from chris-b1/sas-docs
       new  840f88e   Merge pull request #11057 from terrytangyuan/patch-1
       new  ae28073   Merge pull request #10857 from parthea/allow-creation-of-gbq-tables
       new  f036b93   ENH Recognize 's3n' and 's3a' as an S3 address
       new  c642f49   TST: Fix skipped unit tests in test_ga. Install python-gflags using pip. #11090
       new  73ef492   DOC: Update perf doc for 10953
       new  d0fb1b5   Merge pull request #11092 from sinhrks/eval_doc
       new  82e2272   TST: More thorough test to check correctness of to_html_unicode
       new  95110ac   Merge pull request #11071 from stephen-hoover/recognize-s3n
       new  9be2180   Merge pull request #11091 from parthea/ga-test-failure
       new  f9e6c3d   Fix Series.nunique groupby with object
       new  67879f5   ENH Enable streaming from S3
       new  5ee3a4f   Merge pull request #11079 from cpcloud/fix-series-nunique-groupby-with-object
       new  bf0a15d   Merge pull request #11073 from stephen-hoover/stream-csv-from-s3
       new  6bdf948   CI: add py3.5 build
       new  a49b2cd   ENH Move check for inferred compression to before `get_filepath_or_buffer`
       new  da6ad3f   Merge pull request #11074 from stephen-hoover/infer-s3-compression
       new  bb9abb8   DOC: fix ref to template for plot accessor
       new  d1feb49   Merge pull request #11104 from jorisvandenbossche/doc-fix-template
       new  c708c79   COMPAT: compat for python 3.5, #11097
       new  b606a06   Merge commit 'v0.17.0rc1-40-gd1feb49' into debian
       new  aab1cd3   changelog and refreshed patches
       new  0f28a6b   Merge pull request #11114 from jreback/fix
       new  6eed577   re-cythonized
       new  3c764d2   exclude changes to _version.py
       new  b029d52   BF: do not assume that expanduser would replace all ~
       new  e198bed   COMPAT: numpy 1.10 doesn't like float indexers in np.ones
       new  9bc8e6f   BUG: Fix computation of invalid NaN indexes for interpolate.
       new  a4138bd   BLD: install build deps when building
       new  c8d467d   DOC: Fixed outdated doc-string, added missing default values, added missing optional parameters for some io classes (+1 squashed commit) Squashed commits: [7851d88] DOC: Fixed outdated doc-string, added missing default values, added missing optional parameters for some io classes (+1 squashed commit) Squashed commits: [1a77b43] DOC: Fixed outdated doc-string, added missing default values, added missing optional parameters for some io classes (+1 squashed commit) Squa [...]
       new  2102b68   Merge pull request #11127 from jreback/ci
       new  0c61168   Merge pull request #11093 from terrytangyuan/tests
       new  7512f95   Merge pull request #11124 from lmjohns3/master
       new  b59d06c   ERR: make sure raising TypeError on invalid nanops reductions xref #10472
       new  51cba53   Merge pull request #11131 from jreback/error
       new  16f22fd   TST: fix occastional failure in test_pytables because of existing node
       new  1b2583b   Merge pull request #11120 from neurodebian/bf-test-expand-user
       new  961dd47   BUG: nested construction with timedelta #11129
       new  6785475   Merge pull request #11134 from chris-b1/timedelta-hash
       new  e0cc042   DEPR: Series.is_timeseries
       new  9b13641   Merge pull request #11135 from sinhrks/timeseries_depr
       new  d28fd70   Merge pull request #11098 from terrytangyuan/docs
       new  3ff37b7   TST: Verify fix for buffer overflow in read_csv with engine='c' (GH #9735)
       new  d8182e1   Merge pull request #11138 from evanpw/read_csv_overflow
       new  5de00b0   PERF: improves performance in SeriesGroupBy.transform
       new  417dbb4   PERF: infer_datetime_format without padding #11142
       new  a7c705a   BUG: DatetimeTZBlock.fillna raises TypeError
       new  9608c87   PERF: improves performance in groupby.size
       new  23802d4   ENH: add merge indicator to DataFrame.merge
       new  8c9192c   Merge pull request #11153 from sinhrks/fillna_tzbug
       new  007bebc   Merge pull request #11147 from behzadnouri/grby-transf
       new  6d048d9   Merge pull request #11152 from behzadnouri/grby-size
       new  d35c84b   Merge pull request #11154 from chris-b1/merge-indicator-method
       new  9e7dc17   Merge pull request #11146 from chris-b1/inference-padding
       new  a705a26   BUG/API: GH11086 where freq is not inferred if both freq is None
       new  9f345a7   BLD: dateutil->python-dateutil in conda recipe
       new  b32477b   DEPR: deprecate SparsePanel
       new  58918ba   Merge pull request #11156 from jreback/dateutil
       new  37eb3ec   Merge pull request #11157 from jreback/sparse_panel
       new  fcb78dc   PERF: nested dict DataFrame construction
       new  b068225   Merge pull request #11155 from kawochen/BUG-FIX-11086
       new  a993967   DOC: minor doc formatting fixes
       new  69f1cfa   Merge pull request #11161 from jorisvandenbossche/doc-fixes3
       new  581d5be   Merge pull request #11158 from chris-b1/frame-nested-dict
       new  597aa42   ERR/API: Raise NotImplementedError when Panel operator function is not implemented, #7692
       new  54f20cf   COMPAT: Support for matplotlib 1.5
       new  106b15a   COMPAT/BUG: color handling in scatter
       new  bdd51ec   TST: Capture warnings in _check_plot_works
       new  c9476bd   Tests demonstrating how to use sqlalchemy.text() objects in read_sql()
       new  f920bf2   Merge pull request #11145 from TomAugspurger/mpl15
       new  fa1e1c1   COMPAT: openpyxl >= 2.2 support, #10125
       new  1e84f1d   Merge pull request #10983 from stephenpascoe/issue-10846
       new  6a86bad   CI: tests latest versions of openpyxl
       new  c6bcc99   Merge branch 'Themanwithoutaplan-openpyxl22'
       new  cdbb0ff   Merge commit 'v0.17.0rc1-92-gc6bcc99' into debian
       new  6e0ee61   cythonized (cython 0.22.1-2) + changelog revision boost
       new  d84d8f9   BF: for version comparison first arg should be the LooseVersion
       new  00805fe   DOC: header=None in SAS docs
       new  5b72e79   Merge pull request #11176 from chris-b1/sas-doc-fixup
       new  fa35488   Started to trigger failures of test_constructor_compound_dtypes and test_invalid_index_types -- disabled those for now, see https://github.com/pydata/pandas/issues/11169
       new  055b7a3   added patch changeset_d84d8f9399e2a86ebaa972d7dbcbc85043b3fb62.diff to "cherry-pick" d84d8f9399e2a86ebaa972d7dbcbc85043b3fb62 (BF: for version comparison first arg should be the LooseVersion)
       new  d8d2fbf   debian/rules - Generate pandas/version.py if not present out of debian/changelog upstream version information (versioneer wouldn't know since relies on git)
       new  0800bc0   Update 10min.rst
       new  685d47c   need to patch pandas to not care about versioneered version, set SHELL to bash explicitly to not mess with zsh -e
       new  babcd93   Merge pull request #11177 from KarrieK/patch-2
       new  5039d22   Merge pull request #11168 from neurodebian/bf-versions-etc
       new  4f00dd8   DOC: XPortReader not top-level API
       new  5697abb   API: raise on header=bool in parsers
       new  38ee8c7   Merge pull request #11182 from chris-b1/header-bool-readers
       new  a594dc1   DOC: fix bunch of doc build warnings
       new  c0410fd   Merge pull request #11184 from jorisvandenbossche/doc-fixes4
       new  a5276cf   ENH: Add ability to create datasets using the gbq module #11121
       new  42c9f82   TST: generate_bq_scheme deprecation and tests
       new  bf2f408   COMPAT: use compat.range for gbq py3 testing
       new  6ea3389   Merge pull request #11183 from jorisvandenbossche/api-xport
       new  3fb802a   PERF: improves groupby.get_group_index when shape is a long sequence, #10161
       new  151947c   COMPAT: platform_int fixes in groupby ops, #11189
       new  8ea8968   Merge pull request #11191 from jreback/fix
       new  107b21f   COMPAT: Add Google BigQuery support for python 3 #11094
       new  1667d84   CLN: GH11170, * import is removed from test_internals.py
       new  0d67cfd   Merge pull request #11110 from parthea/gbq-python3
       new  78fcce4   Merge pull request #11197 from kawochen/CLN-11170
       new  274abee   COMPAT: remove __metaclass__ syntax from core/dtypes. This is py2 only (and not used anyhow)
       new  a6379b6   PERF: compare freq strings in extract_ordinals (GH11084)
       new  1c60e6a   BUG: groupby list of keys same length as index
       new  0d39ca1   API: read_excel signature
       new  2f59a02   TST: skip some unreliable html truncations tests on travis
       new  8ac1eab   Merge pull request #11202 from rinoc/GH11185
       new  6ab626f   Merge pull request #11194 from jorisvandenbossche/tsplot-perf
       new  e58f18c   PERF: vectorized DateOffset with months
       new  aba927f   ENH: Resotre original convert_objects and add _convert
       new  7e18d1a   REF: Move conversion functions to core/convert.py
       new  d234d84   FIX: Add boxing for to_numeric and add tests
       new  9fc9201   Merge pull request #11205 from chris-b1/faster-offsets
       new  5049b5e   Merge pull request #11173 from bashtage/to-numeric
       new  d365957   DOC: add to_numeric to api.rst TST: fix odd failing get_data from google test
       new  3cc778a   defer loading of openhub
       new  57004e1   remove openhub and unclosed ptag
       new  1b421e7   Merge pull request #11225 from TomAugspurger/openhub
       new  2a96074   ENH: Data formatting with unicode length
       new  75cd3e8   Merge pull request #11102 from sinhrks/unicode_justify
       new  dff4534   DOC: update docs for 0.17.0rc2
       new  dc3de6a   BUG: edge case when reading from postgresl with read_sql_query and datetime with timezone types and a chunksize, #11216
       new  bd26dec   use datetime64[ns, UTC] for 'datetime with timezone' sql types
       new  d6c7a3a   COMPAT: skip some test on 32-bit platforms for ordering issues
       new  071cffd   Merge pull request #11216 from jreback/datetime_with_tz
       new  50aceea   DOC: v0.17.1.txt whatsnew
       new  067c78c   DOC: fix link issue for asv, #8361
       new  0cd6734   add binstar build to README.md
       new  f5efd3b   BUG: to_latex() output broken when the index has a name #10660
       new  4a345e9   COMPAT: update ci to run 3.3. on 1.7.1
       new  7a6bd30   DOC: to_timedelta in convert_objects warning
       new  e8339f7   Merge pull request #11248 from chris-b1/convert-obj-warn
       new  ef9a79d   DOC: Fix typos in Grouper private method documentation.
       new  7725766   COMPAT/PERF: lib.ismember_int64 on older numpies/cython not comparing correctly PERF: use np.in1d on larger isin sizes
       new  c13dc7d   Merge pull request #11252 from jreback/isin
       new  cef8ae7   add matplotlib to ci for 3.5
       new  255fa04   skip some plotting tests if scipy is not installed
       new  cf40991   DOC: hack to numpydoc to avoid warnings for Categorical (not including members)
       new  32ace13   DOC: add str accessor docstring pages to api.rst to avoid warning
       new  70c9d31   DOC: hack to numpydoc to include attributes that are None (GH6100)
       new  95f3693   DOC: Add note about unicode layout
       new  7427205   Merge pull request #11231 from sinhrks/unicode_doc
       new  0ba1e72   BUG/ERR: raise when trying to set a subset of values in a datetime64[ns, tz] column with another tz
       new  d09ab11   DOC: whatsnew 0.17.0 edits
       new  576cbfb   Merge pull request #11259 from jreback/tz
       new  72f500d   Merge pull request #11257 from jorisvandenbossche/doc-hacks
       new  5ed8511   DOC: Included halflife as one 3 optional params that must be specified
       new  17e90d9   CI: fix numpy to 1.9.3 in 2.7,3.5 builds for now, as packages for 1.10.0 not released ATM
       new  69ddf94   Merge pull request #11262 from jreback/build
       new  b539e63   Merge pull request #11261 from matthewgilbert/master
       new  804e48f   DOC: edit release.rst
       new  2da34cd   DOC: release_stats.sh script to report release stats
       new  f0c7c41   timeseries: add tip about using groupby() rather than resample
       new  fe48704   DOC: update resample docs
       new  b24d81d   Merge pull request #11233 from taeold/bugfix/multiindex-frame-to-latex-bug
       new  55f83d5   DOC: add whatsnew 0.17.1 to index
       new  aa94ae4   BUG: squeeze works on 0 length arrays, #11299, #8999
       new  924c419   BUG: remove midrule in latex output with header=False
       new  26db172   BUG: HDFStore.append with encoded string itemsize, #11234
       new  dba4d1f   BUG: to_excel duplicate columns
       new  22f638e   DOC: whatsnew fixes
       new  c3800c7   Update sql.py
       new  cac4ad2   Merge pull request #11237 from chris-b1/excel-column-bugs
       new  cd7c38b   Merge commit 'v0.17.0-8-gcac4ad2' into debian
       new  01265f3   changelog and recythonized
       new  464714f   dropping upstreamed patch
       new  4ba1c14   Merge pull request #11277 from azuranski/patch-1
       new  99bf170   Merge pull request #11280 from jorisvandenbossche/post0170
       new  c718c80   Bug fix: install also msgpack/*.so extensions to -lib packages
       new  40c8fcf   BUG: datetime64 series reduces to nan when empty instead of nat
       new  f02374b   ENH: Improvement to the BigQuery streaming insert failure message #11285
       new  a4843cb   Merge pull request #11245 from llllllllll/dt64-reduce-to-nat
       new  76d4c49   Use set literal syntax for set prettyprinting, #11215
       new  b2a547e   Merge pull request #11286 from parthea/improve-bq-streaming-insert-error
       new  5889f4e   ENH: added compression kw to to_csv GH7615
       new  c2aa6a2   Merge pull request #11219 from yoavram/issue7615
       new  314ed45   Fix mistake in Pytables querying with numpy scalar value. Fixes #11283
       new  4f32b93   REGR: change in output formatting for long floats/nan, #11302
       new  4a182d3   Merge pull request #11291 from BrenBarn/pytables-fix
       new  c095833   BUG: Bug in tz-conversions with an ambiguous time and .dt accessors, #11295
       new  b5cc2ef   Merge pull request #11301 from jreback/tz_convert
       new  9c9c900   DOC: correction
       new  23b1c44   Merge pull request #11309 from jreback/astype
       new  eeffd70   Correct typo in warning message.
       new  c0f5cb1   Merge pull request #11313 from bmcguirk/patch-1
       new  1fc1f54   Add hex color strings test
       new  95e42d0   Fixed typo
       new  1e29b40   Merge pull request #11315 from Pastafarianist/patch-1
       new  8b0654d   TST: validation tests for #11314, set_index with a tz
       new  3914e0f   Merge pull request #11316 from jreback/set_index
       new  5bf088a   DEPR: deprecate pandas.io.ga, #11308
       new  7b37a40   Merge pull request #11318 from jreback/ga
       new  eda1924   DEPR: deprecate engine keyword from to_csv #11274
       new  51a70dc   remove warnings from the tests for deprecation of engine in to_csv
       new  b40c1ab   PERF: Checking monotonic-ness before sorting on an index #11080
       new  85c62b1   BUG: Bug in list-like indexing with a mixed-integer Index, #11320
       new  9bcc1a8   Merge pull request #11294 from scari/master
       new  a89b96d   Merge pull request #11322 from jreback/indexing
       new  c2f102f   bug#10442 : fix, adding note and test
       new  bee8d9d   CLN: GH11271 move _get_handle, UTF encoders to io.common
       new  c9f1a46   Merge pull request #11293 from hironow/pyconjp-2015-sprint
       new  134b20b   PERF: Series.dropna with non-nan dtypes
       new  7d90236   Merge pull request #11330 from kawochen/CLN-11271
       new  af08c13   TST: tests for list skiprows in read_excel
       new  bd2248c   Merge pull request #11340 from chris-b1/excel-skiprows-list
       new  89b4e5b   BUG: Fix to_dict() problem when using only datetime #11247
       new  84a37c5   BUG: bug in comparisons vs tuples, #11339
       new  b1e8129   Merge pull request #11345 from jreback/boolean
       new  472e6e0   Merge pull request #11148 from hamedhsn/bug#10442
       new  3ecc1e7   PERF: Release GIL on some datetime ops
       new  82f0033   ENH: added capability to handle Path/LocalPath objects, #11033
       new  6b204e4   DOC: typo in whatsnew/0.17.1.txt
       new  7e5b223   Merge pull request #11263 from chris-b1/tslib-gil
       new  849bc7d   BUG: Bug in DataFrame.replace with a datetime64[ns, tz] and a non-compat to_replace #11326
       new  2cda523   CLN: clean up internal impl of fillna/replace, xref #11153
       new  c5c44e8   PERF: fast inf checking in to_excel
       new  03b131a   Merge pull request #11329 from jreback/replace
       new  2431425   Merge pull request #11352 from chris-b1/excel-infcheck
       new  4b6b854   fixed pathlib tests on windows
       new  53a0db1   Merge pull request #11159 from sinhrks/dropna_perf
       new  6749864   DEPR: remove some SparsePanel deprecation warnings in testing
       new  f081722   Merge pull request #11362 from flying-sheep/pathlib-testfix
       new  b602676   Merge pull request #11347 from jreback/sparse
       new  56d545c   DEPR: avoid numpy comparison to None warnings
       new  07d673f   API: indexing with a null key will raise a TypeError rather than a ValueError, #11356
       new  3782949   WARN: elementwise comparisons with index names, xref #11162
       new  86d4590   DEPR warning in io/data.py w.r.t. order->sort_values
       new  68083c8   WARN: more elementwise comparisons to object
       new  59103db   WARN: more uncomparables of numeric array vs object
       new  5d953e3   Merge pull request #11356 from jreback/warnings
       new  d998337   BUG: quick fix for #10989
       new  7ca878e   API: add _to_safe_for_reshape to allow safe insert/append with embedded CategoricalIndexes
       new  db884d9   Merge pull request #11371 from jreback/jakevdp-pivot-table-categorical
       new  0c8a8e1   BLD: conda
       new  41f03ee   TST: remove invalid symbol warnings
       new  c2b8650   Revert "BLD: conda"
       new  8658da9   Merge pull request #11397 from jreback/conda-revert
       new  84e2f31   Merge pull request #11396 from jreback/warnings3
       new  4a4292b   TST: move some tests to slow
       new  61cd97a   TST: fix some warnings filters
       new  06cfdca   TST: import pandas_datareader, use for tests
       new  d635fab   DEPR: fix VisibleDeprecationWarnings in sparse
       new  21494bb   ENH: Improve the error message in to_gbq when the DataFrame schema does not match #11359
       new  0634ddf   TST: remove some warnings in test_nanops
       new  1aa6cd4   Merge pull request #11391 from jreback/slow
       new  b09b84e   Merge pull request #11401 from parthea/bq-improve-schema-error-msg
       new  fe6c72e   BUG: GH11344 in pandas.json when file to read is big
       new  f3d8df7   BUG: GH11235 where pd.eval doesn't handle unary ops in lists
       new  b93c91f   add libgfortran to 1.8.1 build
       new  bc643ec   binstar -> anaconda
       new  76f51d6   BUG: Bug in merging datetime64[ns, tz] dtypes, #11405
       new  1b2e45a   Merge pull request #11410 from jreback/tz_merge
       new  9a6de4e   Merge pull request #11393 from kawochen/BUG-FIX-11344
       new  0e1da54   use a namedtuple's fields as column names in df constructor
       new  37a80bc   Merge pull request #11416 from SixtyCapital/namedtuple-fields-as-columns
       new  22d75a3   Merge pull request #11366 from kawochen/BUG-FIX-11235
       new  d6ae52a   BUG: drop_duplicates drops non-duplicate rows in the presence of integer columns (GH 11376)
       new  b710728   Revert "PERF: perf improvements in drop_duplicates for integer dtyped arrays"
       new  ae6925c   CLN: period boundscheck warnings
       new  8a04d63   Merge pull request #11403 from evanpw/drop_dup_integers
       new  809024f   Merge pull request #11404 from chris-b1/ts-gil-warnings
       new  26ba260   DOC: add some examples to Index set operations
       new  ff283a6   DOC: add squash section to contributing
       new  4db0655   DOC: fix cython example (failed on Windows as Py_ssize_t and int are not the same)
       new  d5a04c1   Bug in read_excel with multi-index containing integers #11317
       new  971e6a7   Merge pull request #11425 from jorisvandenbossche/doc-index-set
       new  8e0976c   DOC: corrections in whatsnew/0.17.1
       new  ebc59c4   CLN: boundscheck warnings in tslib
       new  b6e9fe2   DOC: Improve reindex examples
       new  aa0b970   Merge pull request #11429 from chris-b1/boundscheck-warnings
       new  5e33d4f   DOC: added exp weighting clarifications from #8861
       new  88e8d6e   Merge pull request #10996 from Winterflower/pandas-reindex-doc
       new  3d84a72   BUG: Fixes GH11372
       new  1135ce3   BUG: implement Series.sort_index(..inplace=True) for #11402
       new  503359c   Merge pull request #11400 from rekcahpassyla/multiindex_setitem
       new  c65fd6d   CI: use latest for 3.5 build (e.g. numpy 1.10.1), #11187
       new  c37724b   TST: invalid test for unsortable for > numpy 1.10, #11138
       new  2dd4335   Merge pull request #11439 from jreback/py3.5
       new  d95ddc5   ENH: itertuples() returns namedtuples
       new  2d38d6a   TST: unsortable only on PY3, #11138
       new  8a46de4   Merge pull request #11325 from mjoud/namedtuples
       new  b029ee8   BLD: add build_dist.sh script
       new  c23df0d   include all tags in build_dist.sh
       new  c9b0111   CLN: move routines for filling missing data from core/common.py to core/missing.py
       new  acf0eed   Merge pull request #11462 from stahlous/missing_reorg
       new  c3771fa   BLD: incorrectly distributed .c file in the PyPi build causing an exception when reading a csv of floats with na_values of a scalar, #11374
       new  9a61c2b   Added days_in_month to documentation
       new  f44a83a   Merge pull request #11486 from emilydolson/days_in_month-docs
       new  f82be6d   Merge pull request #11361 from matthewgilbert/master
       new  bcdb3e9   ENH: Add Index.fillna
       new  11c8427   CLN/PERF: remove used functions; use C skip list for rolling median
       new  bb6a9f0   Merge pull request #11426 from jorisvandenbossche/doc-cython-windows
       new  7b235c3   Fixed typos
       new  ce726f5   Merge pull request #11504 from scari/master
       new  eb66bcc   Merge pull request #11450 from kawochen/CLN-PERF-roll-median
       new  091df3e   PERF: Released the GIL from parts of the TextReader class
       new  774411c   Merge pull request #11272 from jdeschenes/nogil_csv
       new  1796fad   BUG: fix incorrect xticklabels when specifying xticks (GH11529)
       new  bd896da   mild improvements in panel apply docstring
       new  9abc923   improved cross-linking in computation.rst
       new  450d040   Merge pull request #11535 from cel4/roll_docs
       new  3bb9f2e   CLN: Remove useless semicolon
       new  262ce83   DOC: Document the args of DataFrame.apply in the same order as in the signature
       new  ef387e1   Merge pull request #11539 from sieben/useless_semicolon
       new  8727182   Merge pull request #11449 from SixtyCapital/panel-apply-docs
       new  d0a2103   Merge pull request #11541 from mineo/apply-doc
       new  1c66021   BUG: GH11517 add multiindex column names after describe()
       new  946af10   Merge pull request #11531 from jorisvandenbossche/plot-xticks
       new  1a63895   DOC: Linguistic edit to Contributing
       new  764c619   Merge pull request #11469 from aechase/contributing-edit
       new  ed98629   Merge pull request #11546 from varun-kr/fix-describe-column-names
       new  57426e1   BLD: Close #10510, add CFLAGS `-fgnu89-inline` on FreeBSD 10+
       new  49a15b1   Merge pull request #11398 from iblis17/gnu-inline
       new  f6b11fe   BUG: Fix kendall df.corr when in DF num and bool
       new  de4b02b   explain how to skip rows between header & data
       new  1e98c68   Merge pull request #10910 from dacoex/patch-2
       new  9cbe8b9   BUG: multi-index to_native_types is not passing thru parameters, #7791
       new  d78266e   BUG: df.join(df2, how='right') TypeError: Argument 'left' has incorrect type (issue #11519)
       new  a3f0172   Fixed typo in plotting documentation
       new  6c4d2c7   Merge pull request #11572 from jimmycallin/patch-1
       new  7ecb409   TST: Change type checking as default
       new  30d9f4b   Update Vizualisation.rst - Fixes #11589
       new  a6d50bc   Merge pull request #11590 from glyg/patch-1
       new  49cd89b   Merge pull request #11560 from roman-khomenko/roman-khomenko/fix-kendall-for-num-and-bool
       new  4777800   PERF: Checking for length of categories before doing string conversion. fixes #11305
       new  2b0886c   Merge pull request #11343 from sinhrks/idx_fillna
       new  74f0111   added a note on index creation for pandas dataframe stored in hdf5 file
       new  d63a410   DOC: move create_table_index example to io.rst
       new  334b076   BUG: axis kw not propogating on pct_change #11150
       new  4b6fcc0   added axvlines_color parameter to pandas.tools.plotting.parallel_coordinates
       new  dff637a   DOC: Link to IO Tools docs
       new  065415d   Prevent adding new attributes to the accessors .str, .dt and .cat
       new  dbf8885   CI: remove matplotlib dev channel
       new  6303d76   BUG: Holiday observance rules could not be applied
       new  89cad6b   PERF/DOC:  Option to .info() and .memory_usage() to provide for deep introspection of memory consumption, #11595
       new  ddd0372   Merge pull request #11596 from jreback/memory
       new  ac99204   DOC: minor whatsnew corrections
       new  5df693f   Fixed groupby().apply(func) bug when working with time colums (GH #11324)
       new  83795a3   BLD: conda recipe uses numpy x.x, #11506
       new  ae29378   ENH: make Series.ptp ignore NaN values (GH11163)
       new  eaabe81   DOC:Remove supression from ipython directive to make object visible
       new  13e45c0   Merge pull request #11484 from rockg/master
       new  28bfb14   Merge pull request #11172 from ajcr/ptp-handle-nan
       new  9cbc179   Merge pull request #11575 from JanSchulz/prevent_new_accessor_attributes
       new  7037732   DOC: whatsnew edits
       new  96c1f63   Merge pull request #11443 from Winterflower/pandas-11223
       new  20511dd   PERF: Faster Series construction with no data and DatetimeIndex.
       new  1ca006c   ENH: #3335 Pivot table support for setting name of margins column.
       new  10fe47e   Merge pull request #11581 from lexual/issue_3335_pivot_handle_all_for_margins
       new  67b1355   Merge pull request #11598 from lexual/issue_11433_slow_series_construct_no_values
       new  35b159d   DOC: whatsnew edits
       new  9ee2139   VIS: only apply shared axes handling on actual SubplotAxes
       new  5aa5ae6   DOC: whatsnew edits
       new  702d63e   ENH: Conditional HTML Formatting
       new  18ae314   Merge pull request #10250 from TomAugspurger/stylely
       new  edd79ef   BUG: fix UnicodeEncodeError with to_sql and unicode column names (GH11431)
       new  9c0b0e9   Merge pull request #11432 from jorisvandenbossche/sql-unicode-column
       new  b07dd0c   PERF: Cythonize groupby transforms #4095
       new  0b26096   DOC: updates
       new  4121dca   DOC: fix links
       new  1e71b40   Fix typo in the docstring of dropna
       new  61bdda9   WARN: fix performance warning failure on numpy master
       new  28b7bde   TST: Allow for more than one acessor on a Series
       new  82d8812   Merge pull request #11613 from berendt/fix_typo_defalt
       new  e29bf61   Merge pull request #11609 from jreback/warn
       new  0e9ce37   BUG: date_range creation with an ambiguous endpoint, #11619
       new  e7ff318   Merge pull request #11588 from sinhrks/test_idxtype
       new  91407ff   Merge pull request #11627 from jreback/ambiguous
       new  addcec2   ENH: Implement export of datetime64[ns, tz] dtypes with a fixed HDF5 store #11411
       new  b54f2db   Merge pull request #11628 from jreback/hdf
       new  149feef   Make .str available for Series of type category with strings
       new  a7c65ed   Make .dt available for Series of type category with datetimes
       new  e9af149   TST: Fix two failing tests on Windows #10631
       new  3bd8a6b   CLN/COMPAT: Remove raise StopIteration syntax in SparseArray.__iter__`
       new  a2eb3b0   CLN: Followup to formatting
       new  89f46a5   Merge pull request #11622 from kawochen/COMPAT-11108
       new  b583f00   DOC: whatsnew and docs for multiple accessors
       new  7a82ee3   TST: remove warnings on test_strings.py
       new  6eefe75   Merge branch 'JanSchulz-dt_str_accessor_for_cats'
       new  020e68b   Merge pull request #11632 from Moisan/windows_frame_test
       new  7f80384   Merge pull request #11634 from TomAugspurger/styler-fu
       new  2a4648a   DOC: whatsnew fix for str/dt
       new  fc203a8   TST: windows test fixes
       new  52eba95   DOC: corrections
       new  7d9186b   TST: tests for outputing ambiguous times, #11619, fixed already in #11301
       new  c5ad19a   BUG: remove_unused_categories with NaN values (GH11599)
       new  d6ceeba   Merge pull request #11641 from jreback/ambig
       new  12d9938   DOC: doc fixups
       new  75f2be6   TST: fix warnings in tests_timeseries_with_DateOffset
       new  a05eceb   Index.shift() gives confusing error message when no DatetimeIndex, #8083
       new  d6a7700   TST: more tests for GH8083
       new  23ce980   Merge pull request #11639 from jorisvandenbossche/cat-remove-unused
       new  4ffc3ef   PERF: speed-up DateFrame.itertuples() with namedtuples
       new  207e0ce   BUG: to_sparse was dropping MultiIndex column names, #11600
       new  7031e5f   PERF: improves performance in remove_unused_categories
       new  d38bd8a   BUG: GH11206 where pd.isnull did not consider numpy NaT null
       new  d75fcd8   DOC: fix up doc-string creations in generic.py
       new  06c195d   Merge pull request #11646 from jreback/doc-strings
       new  ea758cd   ENH: tilde expansion for write output formatting functions, #11438
       new  d85db2a   ENH: fixup tilde expansion, xref #11438
       new  16d197b   Fix link to numexpr
       new  2d03832   Merge pull request #11651 from codypiersall/patch-1
       new  b5b9ccc   BUG: indexing with a range , #11652
       new  e75d89a   DOC: sponsor notice
       new  243c219   Merge pull request #11653 from jreback/range
       new  784445c   BUG: #11637 fix to_csv incorrect output.
       new  24cdf45   BUG: #11638 return correct dtype for int and float
       new  677ff75   Merge pull request #11650 from jreback/sponsor
       new  ed1df2e   DOC: Clarify foramtting
       new  80a2d53   BUG: fix col iteration in DataFrame.round, #11611
       new  cda9da8   DOC: update release.rst / whatsnew edits
       new  a0a9b46   Merge pull request #11659 from TomAugspurger/doc-note
       new  4900677   DOC: fix link syntax
       new  b10ed25   DOC: whatsnew edits
       new  d9c53b4   DOC: fix build errors/warnings
       new  b52b7fc   COMPAT: compat of scalars on all platforms, xref #11638
       new  d805af3   DOC: warnings and remove HTML
       new  d7dd136   Merge pull request #11660 from TomAugspurger/whatsnew-prov
       new  b60b559   Merge pull request #11212 from kawochen/BUG-FIX-11206
       new  3fb7c83   DOC: fix sponsor notice
       new  a3fd834   Merge pull request #11662 from jreback/scalar
       new  6df97d8   DOC: a few touchups
       new  25d344e   Merge pull request #11661 from jorisvandenbossche/doc-whatsnew2
       new  01792a8   Revert "DOC: fix sponsor notice"
       new  b6d9e96   add nbviewer link
       new  02dc09b   Merge pull request #11664 from TomAugspurger/nbviewer-link
       new  6c30cbe   Merge pull request #11663 from TomAugspurger/doc-fixup-more
       new  9620597   DOC: whatsnew for 0.18.0 cycle
       new  5823a6d   add args to release_stats.sh
       new  8ab6185   BUG: loc against CategoricalIndex may results in normal Index
       new  dd935de   DOC: minor fixes
       new  01252df   Merge pull request #11673 from jorisvandenbossche/post-0171-rel
       new  f3cb813   PERF: Updated andrews_curves to use a Numpy array for samples DOC: Added some documentation to andrews_curves TST: Added a variable length test to TestDataFramePlots.test_andrews_curves
       new  ae212ff   Merge pull request #11607 from sinhrks/loc_dtype_cat
       new  4788998   Use lower case to load jinja2
       new  ebf021e   Merge pull request #11689 from jlec/jinja2
       new  5bc191a   Merge pull request #11534 from khs26/numpify-andrews-curves
       new  e42a196   BUG: Bug in rounding of negative Timedeltas
       new  0dfe3a6   ENH: rounding for DatetimeIndex,TimedeltaIndex,Timedelta,Timestamp, #4314
       new  f040875   Doc: fix typo in style docs (collied->collide)
       new  44cc8e5   Merge pull request #11702 from aisipos/fixstyledocstypo
       new  92cd41a   BUG: workaround for np.bincount with minlength=0
       new  e838266   BUG: fixes timezone selection error, #11616 & timezone info lost, #11682
       new  6680858   debian/rules - fixed deletion of moved away .so files
       new  9b2e35f   Merge tag 'v0.17.1' into debian
       new  8081654   Fresh upstream bugfix release + recythonization
       new  c181f2e   Use * for .so paths, move deletion of .so in non -lib after dh_python call
       new  5a4ba71   BUG: .loc with duplicated label may have incorrect index dtype
       new  b18b0ab   Merge pull request #11709 from behzadnouri/bin-cnt-min-length
       new  431e224   Merge pull request #11497 from sinhrks/loc_dtype
       new  50f9ae3   Merge pull request #11690 from jreback/round
       new  d9e679a   COMPAT: remove warnings from #11534
       new  0c43fcc   DOC: add whitespace to v0.18.0.txt
       new  3bb9ad6   ENH: altogether just ignore error on deletion of .so files
       new  6229499   BUG: GH11697 where memory allocation erroneously failed in rolling_median
       new  3c4a34e   BLD: update setup.py for skiplist dep
       new  547750a   ENH: add truncated float support to read_sas, #11713
       new  f4d95b4   ENH: Add support for s3 in read_excel #11447
       new  7d2022a   Merge pull request #11714 from parsleyt/excel-s3
       new  8ec8487   Fixes GH11698. added default value of mask and a test case. #11698
       new  9f1af70   Improve(?) explanation of SettingWithCopy warning
       new  f5fbec8   Merge pull request #11746 from ischwabacher/patch-3
       new  20f33b8   DOC: Remove infer_types from the documentation of read_html
       new  fe8cc13   DOC: Explain `Styler.set_table_styles`
       new  5d405f5   Merge pull request #11765 from srib/doc_fixes
       new  925f62a   Update vendored pyperclip to 1.5.15
       new  86dc455   CLN: remove if conditions that are almost never True
       new  74fee2c   Merge pull request #11766 from TomAugspurger/set-table-styles-doc
       new  24fce07   CI: update appveyor to build conda packages as artifacts
       new  5b84e49   Merge branch 'appveyor'
       new  6ca564b   CI: add in 3.4 build
       new  91a877a   MNT: simplify AutoDateFormatter
       new  441cbbc   debian/control - make -statsmodels and -tables optional build-depends on those platforms where they are N/A atm.  Added bdepends on python3-tables since available
       new  3d7a1d4   BUG: Parsing offset strings with non-zero minutes was incorrect
       new  ada49e1   Merge pull request #11774 from rockg/minute-tz
       new  52627ab   DOC: Add examples for pandas.Series.append
       new  0749d6f   Merge pull request #11781 from proinsias/series_append_example
       new  4fbf5e5   BUG: Fix for Period.end_time when multiple of a frequency is requested, #11738
       new  111380f   Merge pull request #11767 from kawochen/CLN-tslib
       new  43edd83   BUG: Fixed DataFrame info() for duplicated columns, #11761
       new  5ac1aed   DOC: Add context to pd.to_timedelta examples
       new  0c892fb   debian/tests/unittest - set LC_ALL=C.UTF-8 for the tests run to prevent failure of test_set_locale
       new  4b1aa75   PERF: Improve dt-liket index ops
       new  2bf9fb5   BUG: bug in .copy of datetime tz-aware objects, #11794
       new  3361a48   Merge pull request #11770 from tacaswell/mnt_simplify_mpl
       new  d526a4f   COMPAT: avoid warnings from numeric/string-like comparisons
       new  cbf7043   Merge pull request #11796 from jreback/tzcopy
       new  4d7e315   In Python 3.5 re.sub replacement patterns containing unrecognized character escapes are deprecated.  This raw string format is needed to substitute \s literally.
       new  b1caf01   Merge pull request #11789 from proinsias/doc_timedeltas
       new  dc2a5b3   BUG: to_numeric should raise if input is more than one dimension #11776
       new  084f715   Merge pull request #11798 from embray/fix-python3.5-deprecation-warning
       new  fbb09f4   Merge pull request #11780 from mortada/to_numeric_should_raise_on_df
       new  b80b5c7   BUG/API: Index creation with different tz coerces DatetimeIndex, #11488
       new  eec0bc6   Merge pull request #10277 from sinhrks/dti_isnan
       new  56fd4e3   BUG/API: QuarterBegin n=0 #11406
       new  965687e   BUG: style.bar results in incorrect gradient
       new  6e29159   added index parameter in series to_string
       new  f34bb6d   TST: more network failure ignores
       new  a7669d0   Merge pull request #11678 from sinhrks/style_bar
       new  523eac9   DOC: Add examples for pandas.tseries.timedeltas
       new  8a1e9aa   ENH: add 'asm8' to NaT
       new  9987366   BUG: GH11808 subclasses of DataFrame did not propagate AttributeError
       new  def7462   Merge pull request #11816 from llllllllll/nat-as-mate
       new  9846425   Merge pull request #11822 from kawochen/BUG-FIX-11808
       new  6a5fe65   TST: avoid int conversions on windows, xref #11816
       new  9df5fb8   BUG: read_excel fails when empty sheets exist and sheetname=None #11711
       new  4180a67   DOC: Fix typo in example for df.merge()
       new  29b17f4   Merge pull request #11821 from proinsias/pandas.DataFrame.merge
       new  218cba6   Merge pull request #11824 from jreback/wfix
       new  4979f7a   Merge pull request #11819 from sxwang/read_excel_empty
       new  faa6cc7   Merge pull request #11750 from varun-kr/add_index_tostring
       new  ac83a2a   BUG: vectorized DateOffset match non-vectorized
       new  158e85a   Merge pull request #11427 from chris-b1/offset-zero
       new  2f65f93   Spelling fixes
       new  d0ac06a   Merge pull request #11837 from seales/master
       new  5b6869b   CI: Fix msgpack ExtType unpack errors on Windows in Python 3.5
       new  9d0b5f8   BLD: add in msgpack .h deps
       new  3733fa9   TST: skip failing windows / 3.5 pytables native read
       new  e2726db   Use `is` operator for comparing with `None` (Pep8)
       new  471b7c7   Merge pull request #11828 from proinsias/use_is_or_is_not
       new  4d47189   Avoid mutable default arguments
       new  92cf968   Merge pull request #11827 from proinsias/mutable_default_args
       new  45b304e   GH11763: Implement round(DataFrame), round(Series), round(Panel), Panel.round()
       new  22f0c7e   Merge pull request #11809 from Dr-Irv/rounding
       new  1880400   REGR: Regression in .clip with tz-aware datetimes #11838
       new  d173946   Merge pull request #11850 from jreback/clip
       new  ee9da4a   Merge pull request #11785 from proinsias/doc_tseries_timedeltas_example
       new  1a51b41   be more careful with half-opened date_range
       new  89f04da   DOC: typos in DataFrame.iterrows and itertuples docstrings
       new  a5686bb   Merge pull request #11860 from mortada/iter_typos
       new  71f652d   Merge pull request #11806 from thrasibule/daterange_fix
       new  fc40dcc   BUG: Index does not copy existing Index or DatatetimeIndex object's name, when a new name is not provided, #11193
       new  17295a6   COMPAT: remove python 3.3. compat, #11273
       new  ffe8c8d   Merge pull request #11863 from jreback/py3.3
       new  abbead3   DOC: paramaters -> parameters
       new  4b19c3e   Merge pull request #11869 from jorisvandenbossche/doc-fixups
       new  3aea012   get chunked mysql rows as lists of tuples
       new  1357321   Merge pull request #11861 from grahamjeffries/bugfix-11522
       new  3c23dc9   API: provide Rolling/Expanding/EWM objects for deferred rolling type calculations, xref #10702
       new  36fb835   BUG/API: consistency in .agg with nested dicts #9052
       new  9587d46   DOC: update docs for back-refs to groupby & window functions
       new  e47bd99   DEPR: removal of expanding_corr_pairwise/rolling_cor_pairwise, xref #4950
       new  3156395   DEPR: deprecate pd.rolling_*, pd.expanding_*, pd.ewm*
       new  0bbe110   DOC: minor doc corrections
       new  05eb20f   DEPR: deprecate freq/how arguments to window functions
       new  1890a88   cleanup based on comments
       new  2a1d9f2   Merge pull request #11603 from jreback/rolling
       new  c02756a   DOC: some doc corrections
       new  b4d820a   I added a _repr_latex_ method in order to support latex conversion in the Jupyter/Ipython notebook. The method simply uses the existing to_latex method of the Dataframe class.
       new  b56b1e4   Merge pull request #11778 from bkasel/master
       new  2a066c0   raise NotImplemented for date parsing args in read_excel
       new  a050a33   Merge pull request #11870 from grahamjeffries/bugfix-11544
       new  cc9b6bf   added names parameter in read_excel
       new  83ab0ca   DOC: Add example to pandas.DataFrame.applymap
       new  cf187f8   DOC: Add examples for pandas.*.sample
       new  578fd76   DOC: add examples of database drivers (GH11686)
       new  2ac4015   Merge pull request #11826 from proinsias/pandas.core.frame
       new  49b2660   Merge pull request #11883 from proinsias/core.generic.sample
       new  7f062da   Merge pull request #11874 from varun-kr/fix_doc
       new  6b8a721   Merge pull request #11888 from jorisvandenbossche/doc-gh11686
       new  211ad94   Put MultiIndex into the main API Reference
       new  f874d10   BUG: masking empty DataFrame
       new  bbfcbd1   look for colormap in rcParams['axes.prop_cycle'] (mpl 1.5+) first
       new  b21cec1   CLN: frequency.get_offset always return copy
       new  03ee0c1   Merge pull request #11865 from rcarneva/master
       new  db43468   Merge pull request #11834 from sinhrks/freq_cache
       new  d636a74   Merge pull request #11895 from IamGianluca/GH11859
       new  c76dc79   remove extraneous pd.rolling_sum deprecation warning
       new  f67dd75   remove warning for statsmodels.tools.rank
       new  4378153   DEPR: deprecate pandas.fama_macbeth, #6077
       new  47dd9e7   DEPR: deprecate pandas.ols, #6077
       new  c45dc76   Merge pull request #11898 from jreback/stats
       new  9302811   API: DataFrame.to_csv formatting parameters for float indexes
       new  f295c0a   Merge pull request #11681 from nbonnotte/to_csv-formatting-11553
       new  67a17c4   Fix passing args in groupby plot (GH11805)
       new  c525674   Merge pull request #11891 from jorisvandenbossche/groupby-plot-kwargs
       new  00779d2   DOC: adapt remaining occurences of pf.rolling_
       new  97195f2   Merge pull request #11916 from jorisvandenbossche/doc-rolling-fixup
       new  a28d390   DOC: fix get_dummies function examples
       new  5eb1284   Merge pull request #11917 from moutai/patch-2
       new  4a5569f   API: GH11885 DataFrame.round() now returns non-numeric columns unchanged
       new  5802b08   Merge pull request #11923 from kawochen/API-11885
       new  513c5c8   BUG: GH11349 where Series.apply and Series.map did not box timedelta64
       new  030099a   DOC: fix link to numfocus blog post
       new  a89f489   Merge pull request #11564 from kawochen/BUG-FIX-11349
       new  ef2f4c2   DOC: several minor doc improvements
       new  c41b458   Merge pull request #11940 from mortada/docs_improve
       new  7f00dbc   head(0) and tail(0) return empty DataFrames
       new  a1e7d53   Merge pull request #11937 from trvrm/master
       new  9bea2ee   add in flake8 checking
       new  ab1eb2a   Merge pull request #11941 from jreback/flake8
       new  c3bdc09   ENH: add pd.test to enable nose test runnning from the imported session, #4327
       new  9c71dbf   ERR/ENH: between_time checks argument types and new to_time function, #11818
       new  35457b1   PEP fixes, remove _add_time_format
       new  bc0a166   API: leading whitespaces have been removed for to_string(index=False), #11833
       new  60cacab   index is included in memory usage by default, sys.getsizeof returns correct value, #11597
       new  13f659f   DOC: whatsnew fixes
       new  7aba1ca   DOC: error in cookbook.rst
       new  80e93bf   DOC: clean computation.rst a bit
       new  d4ede0f   WIP/PEP8: pandas/core
       new  b771c37   DOC: small edits
       new  99c2d93   API: multi-line, not inplace eval
       new  762f488   Merge pull request #11945 from rockg/pep8
       new  cbd7f18   PEP8: ignore E731 don't assign lambdas as not idiomatic to pandas remove ignore of E226
       new  5866b2c   BUG: GH11853 where comparison of Timedelta array caused infinite recursion
       new  160e7f2   Merge pull request #11957 from kawochen/BUG-FIX-11835
       new  1dc78c7   DOC: whatsnew fixes
       new  816a51f   ENH: add is_unique attr to Series, #11946
       new  e05f66a   Closes issue #10174. Added 'interpolation' keyword in Dataframe.quantile and Series.quantile
       new  1bca5f0   TST: fix comparison message for #10174
       new  d5a0860   Merge pull request #11975 from jreback/fix
       new  fe530f0   DOC: whatsnew Timestamp addition example fix up
       new  6132df0   Merge pull request #11976 from kawochen/DOC-fixup-timestamp
       new  b431f85   BUG: Spurious matches in DataFrame.duplicated when keep=False, #11864
       new  44e4c96   DOC: small whatsnew corrections
       new  c74b4b4   COMPAT: drop suppport for python 2.6, #7718
       new  3667b76   PERF: improved performance of pd.concat, by not forcing C ordering when testing for isnull, #119678
       new  9b5c052   BUG: DataFrame.round() drops column index name, #11986
       new  e211a0f   PEP8 cleanups
       new  64b6fee   Merge pull request #11988 from jreback/py2.6
       new  e684388   Merge pull request #11913 from jreback/tester
       new  3acd93d   BUG: accept unicode in Timedelta constructor, #11995
       new  f2b083b   Merge pull request #11997 from jreback/td
       new  7696f2a   DOC: fix escape in EWM docstring
       new  94b3c48   Merge pull request #12001 from jorisvandenbossche/doc-alpha-escape
       new  1d7521b   TST asfreq / resample set freq correctly with regular timeseries
       new  19bafbe   Merge pull request #11893 from Dr-Irv/multidoc
       new  9501758   BUG: remove millisecond field that raises valueerror
       new  ced5d23   Merge pull request #12019 from llllllllll/remove-millisecond-field
       new  4437e9c   BUG: Timestamp rounding wrong implementation fixed #11963
       new  d8203cb   PEP cleanup
       new  3f02175   DEPR: DeprecationWarning -> FutureWarning for back-compat in pytables, #12027
       new  b641685   Merge pull request #12027 from jreback/depr
       new  138b8ba   BUG: Let numpy typecodes pass through. Closes #11990 TST: Failing test for numpy typecode select
       new  449ab6b   PERF: enhanced performance of StataReader, #12014
       new  9a7dcd9   REF: reorganize about half of test_frame.py into pandas/tests/frame and fix flake8 errors on that code
       new  f7fa788   BLD: ship pandas/tests/frame
       new  a3bffbb   REF: finish refactoring test_frame.py and fix all flake8 warnings
       new  91d073a   Fix broken import from refactor
       new  eba98eb   CI: lint for rest of pandas
       new  707864a   Merge pull request #12035 from jreback/lint2
       new  4625d4d   BUG in numeric indexes preventing modulo operation, #9244
       new  5d8cbb2   MAINT: Make take_1d accept readonly buffers., #11052
       new  1ae6384   Merge pull request #12032 from wesm/tests/test-frame-reorg-1
       new  7f044b7   BUG: GH11880 where __contains__ fails in unpacked DataFrame with object columns
       new  13bd183   BUG: .plot modifing `colors` input
       new  3de1a36   DOC :Updated indexer_between_time documentation
       new  d0655a6   Merge pull request #12043 from RahulHP/doc-update-indexer
       new  2213e18   Merge pull request #12013 from kawochen/BUG-FIX-11880
       new  3a832df   ENH in .to_latex() support for utf-8 encoding in Python 2, #7061
       new  1ba8cba   DOC: read_csv() ignores quotes when a regex is used in sep
       new  3ef8286   PEP: pandas/core round 2 with yapf and add to setup.cfg
       new  02d1c30   Merge pull request #12040 from TomAugspurger/modify-color
       new  1945eed   Merge pull request #11951 from rockg/pep8-round2
       new  358a334   COMPAT: numpy compat with NaT != NaT, #12049
       new  9c37b1f   Introduction of RangeIndex
       new  1419e8e   test fixes, enhancements, and code review
       new  56cef1b   DOC: documentation
       new  c5255da   fixed equals, added test cases, shortcut from_range if PY3
       new  0407502   floordiv addtl tests
       new  fab291b   make floordiv return int64index always
       new  ce37586   Merge pull request #12058 from jreback/array_equivalent
       new  efb2e90   Merge pull request #12059 from rishipuri/master
       new  723a147   Merge pull request #11892 from jreback/ri
       new  57faa78   CI: add 3.5 build with numpy_dev installed by wheel from master, #12057
       new  270dac6   Merge pull request #12065 from jreback/wheel
       new  e9e8598   BUG in .groupby for single-row DF, #11741
       new  c8229c4   CI: remove pydata 2.7 test build change 2.7 numpy_dev build to use wheels remove need for BUILD_TYPE, all builds are now conda
       new  031d7ca   Merge pull request #12068 from jreback/wheel2
       new  431923f   CLN: Fix all flake8 warnings in pandas/tests
       new  191bc20   BLD: add merge-pr.py script
       new  c4b0a22   BLD: update file permissions for merge-pr.py
       new  faa4f7c   CLN: fix all flake8 warnings in pandas/tools
       new  2450306   Fix issue with merge-pr.py script
       new  4182105   BUG: Setting values on Series using .loc with a TZ-aware DatetimeIndex fails, #12050
       new  6a32fad   TST: compat fix for win32, xref #12054
       new  567bc5c   BUG: GH11786 Thread safety issue with read_csv
       new  1acdb31   CLN: fix all flake8 warnings (except pandas/tseries/resample.py) in pandas/tseries
       new  e8fbabd   TST: win32 testing fix, xref #11790
       new  118fd01   PEP: pandas/core round 4 (indexing, internals, missing)
       new  5b5b2fe   PEP: pandas/core round 5 (nanops, ops, panel*)
       new  06053e7   PEP: pandas/core round 3 (generic, groupby, index)
       new  69f794f   PEP: pandas/core round 6 (config*, convert, datetools, strings, style)
       new  8e29361   ENH: RangeIndex.__floordiv__ returns RangeIndex if possible, #12034
       new  16a7799   BUG: .reset_index() should create a RangeIndex, #12071
       new  5f5140f   TST: compat for win32, xref 12080
       new  9c24aa6   Added index column header for styles
       new  a783d1d   Merge pull request #12090 from HHammond/master
       new  f0ab21f   PEP: pandas/core round 7 (window, reshape, series, format)
       new  95f5ba4   PEP: pandas/core final round (api, matrix, sparse, cleanup of common, generic)
       new  f5550e2   CLN: fix all flake8 warnings in pandas/io
       new  aad37a5   ENH: GH12034 RangeIndex.union returns RangeIndex if possible
       new  ee9fbb6   Merge pull request #12109 from kawochen/ENH-12034-union
       new  94d11a4   CLN: remove core/matrix.py, not imported into the pandas namespace, #12111
       new  81dfb28   Merge pull request #12111 from jreback/matrix
       new  79c5a7f   CLN: cleaned RangeIndex._min_fitting_element
       new  2842a43   CLN: fix flake8 warnings in pandas/stats
       new  db0094d   CLN: grab bag of flake8 fixes
       new  0b8fa9d   DEPR/TST: compat for using signature in test_panel.py, xref #12101
       new  1d2f0a7   DOC: typo in v0.10 whatsnew
       new  b26fac8   DEV: Add static modifier to inline declarations.
       new  f4f74f9   PEP: pandas/sparse cleanup
       new  ab3291d   BUG: Bug in .read_csv with dtype specified on empty data producing an error
       new  49c0023   CLN: reorganize index.py, test_index.py
       new  1330b9f   DOC/CI: include api docs on travis
       new  81bb972   PERF: add support for NaT in hashtable factorizers, improving Categorical construction with NaT
       new  2c03c5e   COMPAT: numpy_compat for >= 1.11 for np.datetime64 tz changes, #12100
       new  419e9a2   BUG: Avoid cancellations in nanskew/nankurt.
       new  91ee418   REF: reorganize pandas/tests/test_series.py
       new  5de6b84   PERF: more flexible iso8601 parsing
       new  5641665   ENH: add error message for merge with non-DataFrame
       new  89ea1a5   CI: latest ipython version for doc build
       new  d77f072   DOC: whatsnew edits
       new  3152bdc   BUG: getitem and a series with a non-ndarray values
       new  a044ab9   DOC: whatsnew edits
       new  f32b44f   BUG: parser buffer could be freed more than once if reading failed in buffer_rd_bytes, causing a segfault
       new  e99d20e   TST: clean up some parser test infrastructure
       new  9bc8243   CI: fixup windows builds
       new  bb94ebe   DEPR: some removals
       new  f673af1   BUG in MultiIndex.drop for not-lexsorted multi-indexes, #12078
       new  41abbe5   CLN: Moving Series.rank and DataFrame.rank to generic.py
       new  b291dd6   TST drop and groupby on dataframes with non-lexsorted multi-index
       new  0977cb6   CLN: remove PerformanceWarning to core.common from io.common
       new  85981eb   DOC: add back Timestamp unit kw to doc-string
       new  83fe3f3   DOC: reformat install.rst testing section TST: run.test() now defaults warnings based on release version
       new  059ffaa   BUG: regression of read_excel with squeeze=True closes #12184 closes #12157
       new  de46056   ENH: DataFrame.unstack and Series.unstack now take fill_value kw for filling NaN when unstack results in a sparse DataFrame
       new  34d9839   BUG: Handle variables named 'name' in get_dummies, #12180
       new  f683dc7   TST: work around numpy https://github.com/numpy/numpy/issues/7163
       new  fc77caf   BUG: concat of tz series with NaT
       new  357729d   ENH: pivot_table() now accepts most iterables for the values parameter
       new  6a32f10   ENH: service account credentials support + optional verbosity
       new  1dc49f5   Refactored Resample API breaking change
       new  c4efe3a   CI: install sphinx with conda for doc build
       new  63abbe4   ENH: add s3_host from env variables
       new  52c547a   STYLE: final flake8 fixes, add back check for travis-ci
       new  6693a72   ENH: formatting integers in FloatIndex as floats
       new  59ab2ec   TST: Skip scipy NaN test on 0.17 for now
       new  0d3d0a4   TST: fix some scipy 0.17.0 changes
       new  fdb10e0   DOC: Remove claims of unbiasedness from doc string for std
       new  87a9880   Use correct prop_cycle in the mpl_stylesheet.
       new  45a83a0   INT: BaseIterator for parsers' common logic
       new  e8ef4f8   DOC: Added deprecation to convert_objects docstring#12052
       new  687f01d   DOC: whatsnew updates
       new  70f79ce   CI: increase clone depth
       new  ca4f738   Read very old stata DTA files
       new  3d86e04   CLN: Remove testing._skip_if_no_cday
       new  1c51051   DEPR: removal of deprecated sql functions
       new  62363d2   ENH: GH12042 Add parameter `drop_first` to get_dummies to get n-1 variables out of n levels.
       new  fe201a2   PEP8: fix sql.py and test_sql.py
       new  517c559   BUG: Strings like '2E' are incorrectly parsed as valid floats
       new  67730dd   ENH: str.extractall for several matches
       new  47f0222   DOC: cleanup str changes in whatsnew
       new  06777a7   DOC: remove some doc-build warnings
       new  0320e3b   DEPR: remove order kw from .factorize(), xref #6930
       new  81e3303   BLD: conda.recipe fixes
       new  e82d093   API: to_msgpack and read_msgpack encoding defaults to utf-8
       new  e048150   DOC: extract/extractall clarifications
       new  e9558d3   Fix #12169 - Resample category data with timedelta index
       new  ab29f93   Fix #12037 Error when Resampling using pd.tseries.offsets.Nano as period
       new  358da56   ENH: add to_xarray conversion method
       new  d207679   BUG: option to avoid latex in qtconsole
       new  e78c61f   DOC: fix doc builds w.r.t. to_xarray
       new  4404d39   DOC: better to_xarray doc-string
       new  3073b47   ENH/API: Scalar values for Series.rename and NDFrame.rename_axis
       new  c805c3b   ENH: Make HDFStore iterable
       new  42c4b76   DOC: fix v0.18.0
       new  98b9f86   DOC: more fixes for v0.18.0
       new  462b2f4   DEPR: deprecate options.display.mpl_style
       new  d838db7   BUG: Timestamp subtraction of NaT with timezones
       new  dcc7cca   BUG: Fixes KeyError when indexes don't overlap.
       new  a424bb2   DOC: pd.read_csv doc-string clarification #11555
       new  2ce897f   DOC Use plot.<kind> instead of plot(kind=<kind>) GH11043
       new  0c09bd1   TST: skip complex128 numexpr/numpy tests on windows
       new  273bfb0   BUG: GH12290 where tz_convert used values of uninitialized arrays
       new  370f45f   BUG: Allow 'apply' to be used with non-numpy-dtype DataFrames
       new  3256b57   BUG: fix NaT support for msgpack format.
       new  3e4c572   BUG: Series.plot() doesn't work with CustomBusinessDay frequency
       new  1ca094f   BUG: Refine validation of parameters to RangeIndex.__init__
       new  da523e0   CI: clone depth on appveyor & add recipe
       new  a11766f   ENH BUG DOC TST fixed behavior of str_cat w.r.t. nan handling and added friendly error message
       new  b6f0292   TST: allow assert_almost_equal to handle pandas instances
       new  0181ef4   DOC: Update wrong example in df.first doc-string
       new  311b9a9   TST: validation tests for resample/groupby preservation
       new  cf8b7f8   Style display format
       new  dc6c678   TST: validation tests for concat of same timezones
       new  d24fb34   COMPAT: silence mpl_style warnings
       new  eb87db9   DOC: whatsnews for style fixes
       new  2939329   TST: make sure closing all pytables stores
       new  b1e7f5b   COMPAT: fix warnings
       new  a8be55c   DEPR: removal of deprecation warnings for float indexers
       new  d4ece13   DOC: whatsnew updates
       new  76cb401   WARN: fix some warnings
       new  2d51b33   CLN: FloatArrayFormatter cleanup
       new  af1ae8a   BLD: make conda.recipe have nice build strings when releasing
       new  9259a56   RLS: v0.18.0rc1
       new  6100a76   COMPAT: fix .xpt, .dta to all lowercase
       new  8a485f0   DOC: missing colon
       new  a2ca9f3   DOC: some rewording of highlights
       new  acefd75   DOC: whatsnew link v0.18.0 for float_indexers
       new  b5aecab   DOC: move extractall ref point
       new  faedd11   DOC/DEPR: remove remaining occurences of mpl_style from docs (GH12190)
       new  3d2f115   BUG: Prevent abuse of kwargs in stat functions
       new  8f1a318   TST: skip some unreliable io/data.py tests
       new  b358876   DOC: add addtl docs for FloatIndexing changes in 0.18.0
       new  cac5f8b   BUG: addtl fix for compat summary of groupby/resample with dicts
       new  288059a   NaT.isoformat() returns 'NaT'.
       new  0813a33   COMPAT: dateutil=2.2 compat
       new  6fecc93   ENH: gbq docs update
       new  3358afc   DEPR: GH10623 remove items from msgpack.encode for blocks
       new  2e9a774   TST: confirming tests for #12348
       new  fc321fb   docs: add hyperlinks to str.get_dummies
       new  286d304   API: consistency in aggregate groupby results
       new  59580b6   TST: skip blosc tests on msgpacks if not installed
       new  aeb2c82   COMPAT: invalid casting to nan
       new  5d1857c   CLN: change getargspec -> signature
       new  f1aad46   BUG: resample with nunique
       new  69baf4c   BUG: Bug in DataFrame.set_index() with tz-aware Series
       new  7e9ddec   Create ISSUE_TEMPLATE.md
       new  55be539   move CONTRIBUTING.md to .github
       new  951c6a5   Create PULL_REQUEST_TEMPLATE.md
       new  596036c   Update ISSUE_TEMPLATE.md
       new  672fb14   BUG: Init categorical series from value
       new  528108b   Use correct random choice function in code snippet
       new  49f99a6   TST/COMPAT: xarray updated to 0.7.1 in conda, adjust to_xarray for             MultiIndex frames with Categoricals
       new  e39f63a   BUG: Return UTC DateTimeIndex when specified in to_datetime
       new  23810e5   ENH: Support for reading SAS7BDAT files
       new  8975e7c   Doc fix for sas7bdat
       new  2415d8a   COMPAT: fixes for numpy compat
       new  cb3b63f   DOC: xray -> xarray
       new  4048193   DOC: add v0.18.1 whatsnew
       new  e45e3b4   BUG: date_range breaks with tz-aware start/end dates and closed intervals
       new  6b544de   DOC: add example about .unique() vs .cat.categories difference
       new  4650563   ENH: decimal parameter added in to_latex and to_html
       new  ef6ff59   DOC:Fix micro-typo
       new  bd1eebb   MAINT: More informative TypeError for IndexEngine.get_loc
       new  a652290   BUG: to_sql with datetime.time values with sqlite
       new  c3f8024   DOC: improve documentation for building extensions on windows
       new  db12255   DOC: fix links in contributing.rst
       new  d4fb074   DOC: whatsnew fixes
       new  d991a93   DOC: minor whatsnew fix
       new  e1cec52   DOC: Add examples and notes to empty documentation
       new  fe584e7   CI: clone depth
       new  1d6d7d4   MAINT: Nicely inform users if they're missing hard dependencies.
       new  1cd87c9   ENH: replace uses of np.isscalar with pd.lib.isscalar
       new  c81d03b   ERR: Improve error message for empty dataframe constructor.
       new  56e285a   CLN/BUILD: Fix warnings on build
       new  8c41e62   TST: Add name vaidation for dt accessor
       new  78d671f   BUG: error when reading one empty column from excel file
       new  7d1499c   BUG: Add mode, rank and factorize tests for #5986 (unique, quantile and value_counts tests already exist)
       new  bcc987c   BUG: describe() outputs bool similarly to categorical data
       new  91967c8   ENH: add missing methods to .dt for Period, resolves #8848
       new  2e4da9b   ERR: Better error reporting with .transform and an invalid output
       new  2d2f173   BUG: Simple operation unexpectedly changes dtype.
       new  4efb5e9   TST/DOC: some test cleanups
       new  ef6de76   PEP fixes
       new  cb43b2f   COMPAT: older numpies compat on dtype upcasting, xref #10503
       new  41b1d25   typo
       new  bc6ab05   DOC: fixed references to DataFrameGroupBy methods in comparison_with_…
       new  1343011   DOC: extract ValueError message
       new  3ab35b4   CLN: cleanup strings._wrap_result
       new  eba7803   CLN: Removed pandas.util.testing.choice
       new  84781b4   COMPAT: blacklist numexpr=2.4.4
       new  9b9c7a7   BUG: Make Styler ignore None index names to match to_html behaviour
       new  9313089   BUG: Make dict iterators real iterators, provide "next()" in Python 2
       new  c69037c   BUG: Fixed grow_buffer to grow when capacity is reached
       new  c387fd8   TST: Rework style test skip
       new  3928102   CI: pin libgfortran=1.0
       new  60b307f   ENH: optional ':' separator in ISO8601 strings
       new  486fcfa   Fix typo
       new  55f21ca   Revert "ENH: optional ':' separator in ISO8601 strings"
       new  3d70be7   BUG: rolling functions raise ValueError on float32 data
       new  a0aaad9   TST: more comprehensive dtype testing for rolling
       new  547c784   ENH: Allow exponentially weighted functions to specify alpha directly
       new  a174898   BUG: Allow assignment by indexing with duplicate column names
       new  820e110   ENH: Optional ':' HHMMSS separator in ISO8601 strings
       new  a58ad4f   BLD: Install texlive packages in Travis CI
       new  0b1e1c9   TST: Add more period tests
       new  13b7a40   Added pandas logo and separator
       new  23fb736   DOC: fix doc build warnings
       new  07c84d5   CI: fix appveyor to use fixed versioning
       new  5f7e290   API: allow scalar setting/getting via float indexer on integer indexes
       new  14cf67f   BUG: resample fixes
       new  0d082c6   TST: nicer output from pd.test()
       new  b168377   CI: add osx to travis, xref #8630
       new  8bc66eb   DOC: fix doc-build warnings & cleanup
       new  e5ed87b   RLS: v0.18.0rc2
       new  b43617d   removed Panel.to_json from docs
       new  19e40a0   CI: remove leading v from built versions
       new  fcab956   DOC: clean up some doc-build warnings
       new  f258844   CI/BLD: suppress cython warnings
       new  e9fde88   BLD: suppress useless warnings
       new  71b7237   Resolve ImportError in read_gbq which appears with oauthclient >= 2.0
       new  d14dc1b   BLD: allow different options for compiler warnings on windows
       new  a6cfc78   DOC: whatsnew and doc changes
       new  298cbfa   DOC: add release note thanks
       new  8294bf2   DOC: Fixes LaTeX build error
       new  e462ece   RLS: v0.18.0
       new  92ab8e0   BLD: edit release script
       new  5c4c877   DOC: make v0.18.1 whatsnew visible DOC: setup for 0.18.1
       new  6a2e751   BLD: add .pypirc to .gitignore
       new  f53b0df   DOC: syntax error in comparion_with_r
       new  f9e5069   BUG: GH12558 where nulls contributed to normalized value_counts
       new  ed3d145   DOC: strings longer than min_itemsize are not truncated
       new  4f5099b   Improved docs for infer_datetime_format
       new  80ef4e0   COMPAT: test with latest dateutil via pip
       new  03d684e   CI: add in support for coverage via Codecov
       new  4973c59   BUG: CategoricalIndex.get_loc returns array even if it is unique
       new  4da9b15   BUG: Can't get period code with frequency alias 'minute' or 'Minute'
       new  5795bbb   DOC: add in coverage to README.md
       new  f71537a   CI: show tag info
       new  f7faee0   BUG: Crosstab with margins=True ignoring dropna=True
       new  a5670f2   BUG: Allow dtype='category' for Series with Categorical
       new  e4df1ac   MAINT: PEP8 + spelling fixes in testing.py
       new  1893ffd   API: deprecate Index.sym_diff in favor of symmetric_difference
       new  ab359c1   BUG: #12624 where Panel.fillna() ignores inplace=True
       new  b0d1e2a   BUG: .rename* not treating Series as mapping
       new  eeb81f6   BUG: Concat with tz-aware and timedelta raises AttributeError
       new  48e49ac   TST: remove some warnings in test_timeseries.py
       new  bf89220   Implementing rolling min/max functions that can retain the original type:
       new  0f3a7b8   BUG: Mixed period cannot be displayed with ValueError
       new  2a53113   TST: compat of tests xref #12615 on windows
       new  6e64787   BUG: Make round signature compatible with numpy's
       new  28327ce   BUG: Matched searchsorted signature with numpy's
       new  28ba08c   ENH: always make ndarrays from msgpack writable
       new  bc3ad9a   TST: packers not finding blosc/zlib should be an ImportError
       new  9fe2dd2   DOC: Fix xarray broken link in install.rst
       new  e55875e   BUG: Respect 'usecols' parameter even when CSV rows are uneven
       new  7e71a44   ENH: Partial string matching for timestamps with multiindex
       new  ffb6eed   TST: correction w.r.t #12530
       new  4844ac1   TST: addtl correction w.r.t. #12530
       new  7ee6d08   ENH: Add ZIP file decompression and TestCompression.
       new  fc0367a   DOC: fix compression docs in io.rst
       new  b56f17f   DOC: Fix typos
       new  286e7a3   Updated docstring for copy() method
       new  85f8cf7   BUG: concatenation with a coercable dtype was too aggressive
       new  247fe07   ENH: xz compression in to_csv()
       new  6531206   BUG: Bug in groupby.transform(..) when axis=1 is specified with a non-monotonic ordered index
       new  33659fd   BUG: GH12622 where pprint of Timestamp in nested structure fails
       new  26c7d8d   BUG: ensure Series.name is hashable
       new  4e7974a   TST: add previous version pickles
       new  5870731   BUG: Validate float_format setting as callable or None
       new  845ff97   COMPAT: compat for dateutil 2.5.0 and differing dayfirst=True & yearfirst=True
       new  896454e   BUG: .describe lost CategoricalIndex info
       new  b550acc   BUG: SparseSeries.shape ignores fill_value
       new  22cf50b   ENH: show_versions to include pandas_datareader
       new  b04ee05   BLD: rename _move.c -> move.c; add to clean exclude
       new  b6959c8   BUG: loffset argument not applied for resample().count() on timeseries
       new  0d58446   Fix pandas.Timedelta range
       new  9b90016   API: Index.take inconsistently handle fill_value
       new  48f39af   TST: Omit tests folders from coverage
       new  ec61b70   DOC: Update groupby.rst
       new  e61241c   COMPAT: make read_excel accept path objects as filepath
       new  2c79a50   ENH BinGrouper use BaseGrouper's apply
       new  101d81d   TST: Add period and other dtype related tests
       new  ad8ade8   BUG: Categorical equality check with a DataFrame
       new  02478d0   BUG: Sparse misc fixes
       new  2d13410   BUG: to_dense does not preserve dtype in SparseArray
       new  64977f1   BUG: Filtering a groupby object with dropnan=False and no groups fulfilling req.
       new  8776596   DOC: Clarify when csv separator is being parsed as regex. Resolves #10208
       new  fa0e90a   DOC: formatting typos in categorical.rst
       new  36a8bd9   CLN: Move boxing logic to BlockManager
       new  c2a481f   CLN: make .quantile more datetimelike friendly
       new  a6b1a22   TST: sparse display repr on windows, xref #12779
       new  9f68a96   BUG: DataFrame.drop() does nothing for non-unique MultiIndex
       new  ee4c2c7   TST: skip np.take comparisons on numpy < 1.8
       new  05b2189   BUG: Retain name in PeriodIndex resample
       new  4038a1c   TST: Make sparse test more strict
       new  b7b7091   PEP8: pandas/indexes
       new  602883a   PEP: fix tseries/test_timeseries.py
       new  c3ab8b1   TST: test_quantile.py test comparison on windows
       new  610d3d5   DOC: Added the note for display.max_colwidth in dsintro.rst
       new  a3a0942   BUG: SparseDataFrame indexing may return normal Series
       new  75a9fb9   DOC: force update of README.md
       new  fded942   COMPAT: compat with released numpy 1.11 for IndexError -> TypeError
       new  a69d628   API: correctly provide __name__ for cum functions
       new  1fe02d5   DOC: ecosystem.rst: pandas-datareader
       new  e04f343   BUG: fix issue with concat of localized timestamps
       new  c6c201e   BUG: Fix parse_dates processing with usecols and C engine
       new  3ac8c85   TST: Split sparse tests
       new  0632168   CLN: cleaning core/common.py
       new  5cd5c0b   BLD: update setup.py for formats/types
       new  522e16d   TST: correctly setup test data for .formats
       new  8250d7c   DOC: fix pandas.core.style -> pandas.formats.style
       new  c90cdde   ENH/PERF SparseArray.take indexing
       new  5e11243   DOC: update README.md with new logo
       new  979e31d   Refactor test __tmp_* file cleanup
       new  a23a136   BUG: SparseSeries.reindex with fill_value
       new  f7ba46d   DOC: edits in whatsnew
       new  f813425   BUG: SparseSeries.to_frame results in dense
       new  ea9a5a8   BUG: GroupBy with TimeGrouper sorts unstably
       new  c03f545   BUG: empty Series concat has no effect
       new  0a2b723   BUG: .str methods with expand=True may raise ValueError if input has name
       new  c278d41   TST: Add numeric coercion tests
       new  083db2a   BUG: SparseSeries slicing with Ellipsis raises KeyError
       new  51ac022   BUG: ensure coercing scalars to when setting as numpy
       new  a1f5ef3   ENH: Support CustomBusinessHour
       new  da03710   TST: Add more Sparse indexing tests
       new  e1aa2d9   ENH: Add Index.str.get_dummies
       new  b8ae20e   BUG:fixed inconsistent behavior of last_valid_index
       new  1c49caf   DOC: fix code-block ipython highlighting
       new  1c8816f   Implement Akima1DInterpolator
       new  504ad46   COMPAT: .query/.eval should work w/o numexpr being installed if possible
       new  b874cb3   DOC: add windows building blog to contributing.rst
       new  77be872   BUG: PeriodIndex count & resample-on-same-freq fix
       new  5a53f03   PERF: Only do case sensitive check when not lower case
       new  827745d   BUG: Respect usecols even with empty data
       new  f8703d0   DOC: v0.18.1 corrections
       new  2ba977a   TST: revert some testing additions in #12874, xref #12886
       new  6f1ade1   TST: remove ResourceWarnings from stat by auto-closing iterator
       new  2ea0601   BUG, DEP, DOC: Patch and Align Categorical's Sorting API
       new  6c692ae   BUG: add names parameter to read_excel
       new  e0ee3a1   BUG: Subclassed DataFrame slicing may return normal Series
       new  0734df0   BUG: Unexpected behavior with behavior with binary operators and fill_value
       new  3bed097   BUG: fix margin/dropna issues
       new  f6d0d08   DOC: examples of label-based slicing of monotonic and non-monotonic indexes
       new  b585b5a   TST: Add test to validate resampling GH9915
       new  b4d2c05   debian/control - added python{,3}-pkg-resources to direct Depends for the packages (Closes: #821076)
       new  be15f0d   Merge commit 'v0.18.0-114-g6c692ae' into debian
       new  300a448   cythonized and changelog version
       new  eedcadb   updated patches
       new  93acca7   BF: fixing up version to be 0.18.0 not 0.17.1 -- my helper screwed me up
       new  20a5a7f   fixing up a patch and adding one more skip of a test for no warning issueed
       new  2a7c096   skip test test_to_latex_filename on python3 for now
       new  ab4ac12   Add pandas logo to repo
       new  3d2546f   update README.md for correct logo placement
       new  7f678ca   BUG: sniffing a csv raises with only a header
       new  a6d7698   BUG: GH12902 fixed coercion of complex values to float when using gro…
       new  3cc4198   BUG: SparseArray numeric ops misc fixes
       new  4c84f2d   BUG: Series.map may raise TypeError in Categorical or DatetimeTz
       new  bac68d6   BUG: .astype() of a Float64Index to a Int64Index
       new  26782a9   BUG: Sparse concat results in dense
       new  2267bd3   TST: validation tests for resample segfault
       new  fe8f8f4   BUG: Enforce parse_dates as bool when scalar
       new  66090a2   Exclude few more tests which fail on 32bit
       new  1320ef7   BUG: Correct out-of-bounds error with large indeces
       new  2486fcd   BUG: TypeError in index coercion
       new  6d2d6db   BUG: .asfreq on resample on PeriodIndex/TimedeltaIndex are not
       new  5d8a935   BUG: SparseSeries.shift may raise NameError or TypeError
       new  de32953   BUG: provide SparseArray creation in a platform independent manner
       new  1617244   TST: skip python-dateutil version sensitive tests until #12944 can resolve
       new  b3b166a   BUG, DOC: Allow custom line terminator with delim_whitespace=True
       new  797baf9   BUG: passing an invalid fill method to resample(..).fillna() causes an odd error message
       new  33683cc   Modest performance, address #12647
       new  5688d27   Allow parsing in skipped row for C engine
       new  ed324e8   Add defaults to swaplevel() parameters i and j
       new  8a9e643   ENH: Python parser now accepts delim_whitespace=True
       new  92b5322   DOC: Hdf warning about using attribute access on hierarchical keys
       new  361081c   COMPAT: remove NaT comparison warnings with numpy >= 1.11
       new  bd864a3   TST: Add sparse arithmetic ops test
       new  5ae1bd8   BUG: Sparse concat may fill fill_value with NaN
       new  445d1c6   PERF: improves performance in GroupBy.cumcount
       new  bb494b7   ENH: add normalization to crosstab
       new  bb9b9c5   ERR automatic broadcast for merging different levels
       new  a544e9e   Update asv config + fix some broken benchmarks
       new  856c3bd   DOC: minor whatsnew fixes
       new  bec5272   BUG: fix for read_html with bs4 failing on table with header and one column
       new  8890cc1   ENH/BUG: Sparse now supports comparison op
       new  2fd0a06   ENH: allow categoricals in msgpack
       new  cc67b72   BUG: Preserve timezone in unaligned assignments
       new  afddc4f   ENH: GH11128 add weekday_name to DatetimeIndex and .dt
       new  1d7c1e3   DOC: doc-fixes for #12803
       new  6994240   ENH: allow .rolling / .expanding as groupby methods
       new  59082e9   ENH: allow construction of datetimes from columns in a DataFrame
       new  f4de157   PEP: use triple-double-quotes rather than triple-single-quotes around doc-strings in cython      as per PEP
       new  c33eb36   DOC: minor whatsnew edits
       new  37a7e69   BUG: fix json segfaults
       new  db6d009   BUG/DOC: restrict possibilities for assembly of dates using a DataFrame
       new  7fbc600   PERF: Fix performance issues when creating multiple instances of Period
       new  8ab7d3a   ENH: add .resample(..).interpolate() #12925
       new  f23f329   Revert "TST: skip python-dateutil version sensitive tests until #12944 can resolve"
       new  0843911   TST: fix up python-dateutil compat for 2.5.3
       new  753b7f2   BUG/ERR: better validation for .rolling parameters
       new  b8921ac   PERF: don't create the skiprows set if using the c-parser
       new  ec9a399   DOC: more pd.to_datetime examples
       new  f1bb9e3   DOC: fix whatsnew
       new  d444ffa   PERF: some more perf/clean in saslib.pyx
       new  1e0b228   DOC: expanding comparison with R section
       new  8001e15   BUG: json invoke default handler for unsupported numpy dtypes
       new  65ed3af   COMPAT: some compatibility fixes with new numpies
       new  15cc6e2   PERF: Improved performance for .str.encode/decode
       new  b13ddd5   API, DOC: Clarify and Enforce Array to be 1-D during SparseArray Init Construction
       new  a614788   DOC: Added more examples to comparison_with_sql documentation
       new  fc0bd93   TST: add codecov.yml
       new  a959bd5   COMPAT: remove some stat backup files from repo
       new  b56cea2   BUG/TST: TimeGrouper has erroneous groups if key length is too short
       new  62bedfd   BUG/TST: Calling shift on a DatetimeIndex of length 0 returns an Index in…
       new  a615dbe   BUG:plot.bar misalignment when width=1
       new  7bbd031   ENH: Allow where/mask/Indexers to accept callable
       new  8439d28   BUG: SparseSeries.value_counts ignores fill_value
       new  84725fa   PERF: to_numeric for numeric dtypes
       new  35e3933   TST/BUG: Categorical dtypes cause error when attempting stacked bar plot
       new  db35ff4   TST/BUG: DataFrame truncated repr with DatetimeTz and NaT column
       new  f6a1c41   BUG: subclassed .align returns normal DataFrame
       new  9b030a1   TST: Refactor test_parsers.py
       new  10de5bb   DOC: update rpy2 doc link
       new  85a6c75   TST: windows compat on to_numeric tests
       new  879f217   CLN: fix up parser setup structure
       new  5420488   TST: move salar.table to correct url location
       new  5f3facf   TST: more salary.table location issues
       new  286782d   BUG: to_datetime when called with a unit and coerce is buggy
       new  e9ef522   TST: properly handle unit='ns' and object/int arrays
       new  4e6b649   DOC: whatsnew fixes
       new  3e9c320   COMPAT: ensure platform it on 32-bit
       new  3ff5af0   PERF: Sparse IntIndex.make_union / Numeric ops
       new  02eadfc   DOC: Add tutorial link
       new  1fccc28   TST: fixup codecov.yml
       new  23eb483   COMPAT: Expand compatibility with fromnumeric.py
       new  05e734a   BUG: .isin(...) now coerces sets to lists
       new  b42d1dc   BUG: introduced in #13033
       new  6582d7b   CLN: move interpolation tests from test_generic to test_missing
       new  b25343c   TST: add nose import for skipped scipy tests
       new  c6110e2   BUG: COMPAT:0.18 added scipy version check
       new  ca1ab42   BUG: More followups on to_datetime exceptions, xref #13033
       new  ead90f4   DOC: update release notes
       new  87b0f4d   RLS: v0.18.1
       new  deb35c3   DOC: update whatsnew for 0.18.2
       new  6afd5d2   TST/CLN: Cleanup test_pickle
       new  c5f4d9c   PERF: Sparse ops speedup
       new  7e36fb5   Improve error message for category dtype in HDF5, format="fixed" store.
       new  2e975b6   add --force to pandas build error message
       new  dd0064b   COMPAT: add 0.17.0 pickle/msgpacks
       new  437654c   TST: Fix assertNotIsInstance msg
       new  2cd1480   BUG: PeriodIndex and Period subtraction error
       new  1296ab3   BUG: Return non-dates in xls date cells directly
       new  b2009e6   COMPAT: Convert to native datatypes for Series.tolist()
       new  40ba6eb   DOC: add warning section in indexing docs
       new  c089110   BUG: Default to stat axis for SparseDataFrame when axis=None
       new  5541fd7   ENH: Add an errors flag to tz_localize
       new  cd7ba13   PEP fix
       new  3681909   COMPAT: windows type testing for int/long, xref #13050
       new  744d27e   DOC/TST: Update truncate() documentation and testcases
       new  c76ca44   TST: Check ndarray dtype by default
       new  881a690   DOC: Update what's new page with relevant issues for df.query() with in-pl…
       new  1500336   BUG: Addition raises TypeError if Period is on rhs
       new  af7bdd3   DOC: update multiindex sort docs
       new  43989fd   DOC: xref #13112, add back lexsorting example
       new  f0e47a9   COMPAT: boto import issues
       new  d0734ba   BUG: Added checks for NaN in __call__ of EngFormatter
       new  2a99394   TST: fix assert_categorical_equal message
       new  4aa6323   BUG: Series ops with object dtype may incorrectly fail
       new  4de83d2   PERF: quantile now operates per block boosting perf / fix quantile with nan
       new  c9ffd78   DOC: Fix delim_whitespace regex typo.
       new  e5c18b4   BUG: Correct KeyError from matplotlib when processing Series yerr
       new  00d4ec3   BUG: Misc fixes for SparseSeries indexing with MI
       new  82f54bd   ENH/BUG: str.extractall doesn't support index
       new  01dd111   DOC: Fix additional join examples in "10 Minutes to pandas" #13029
       new  feee089   BUG: Bug in .groupby(..).resample(..) when the same object is called multiple times
       new  b385799   DOC: Clarify Categorical Crosstab Behaviour
       new  2de2884   BUG: GH12896 where extra elements are returned in MultiIndex slicing
       new  f637aa3   TST: Use compatible time zones
       new  62bed0e   COMPAT: Add Pathlib, py.path support for read_hdf
       new  4e4a7d9   COMPAT/TST: sparse formatting test for platform, xref #13163
       new  62fc481   CLN: no return on init
       new  20ea406   BUG: fix to_records confict with unicode_literals #13172
       new  00e0f3e   BUG: Period and Series/Index comparison raises TypeError
       new  2429ec5   TST: change test comparison to work on older numpies, #13178
       new  009d1df   PERF: DataFrame transform
       new  86f68e6   BUG: Sparse creation with object dtype may raise TypeError
       new  4b50149   TST: Test resampling with NaT
       new  eeccd05   BUG: Fix #13213 json_normalize() and non-ascii characters in keys
       new  070e877   BUG: Fix argument order in call to super
       new  2a120cf   DOC: add v0.19.0 whatsnew doc
       new  fecb2ca   COMPAT: Further Expand Compatibility with fromnumeric.py
       new  123f2ee   BUG: Bug in .to_datetime() when passing integers or floats, no unit and errors=coerce
       new  cc25040   BUG: GH12824 fixed apply() returns different result depending on whet…
       new  72164a8   API/COMPAT: add pydatetime-style positional args to Timestamp constructor
       new  9d44e63   BUG: mpl fix to AutoDatFromatter to fix second/us-second formatters
       new  8e2f70b   TST: xref #13183, for windows compat
       new  f5c24d2   Reverse numpy compat changes to tslib.pyx
       new  d2b5819   BUG: Empty PeriodIndex issues
       new  6f90340   API: Use np.random's RandomState when seed is None in .sample
       new  82bdc1d   TST: check internal Categorical
       new  b88eb35   TST/ERR: Add Period ops tests / fix error message
       new  19ebee5   ENH: support decimal option in PythonParser #12933
       new  f8a11dd   ERR: Correct ValueError invalid type promotion exception
       new  afde718   BUG: Fix #13149 and ENH: 'copy' param in Index.astype()
       new  9a6ce07   BUG, ENH: Add support for parsing duplicate columns
       new  8662cb9   TST: assert_dict_equal to check input type
       new  75714de   BUG: remove_unused_categories dtype coerces to int64
       new  69ad08b   BUG: Bug in selection from a HDFStore with a fixed format and start and/or stop will now return the selected range
       new  e0a2e3b   DOC: fixed typos in GroupBy document
       new  b638f18   BUG: Properly validate and parse nrows in read_csv
       new  8749273   BUG: Fix for resampler for grouping kwarg bug
       new  da5fc17   BUG, ENH: Improve infinity parsing for read_csv
       new  b4e2d34   TST: Remove imp and just use importlib to avoid memory error when showing versions
       new  f2ce0ac   ERR: error in datetime conversion with non-convertibles
       new  57ea76f   DOC: Improved documentation for DataFrame.join
       new  9662d91   TST/CLN: remove np.assert_equal
       new  a67ac2a   COMPAT: extension dtypes (DatetimeTZ, Categorical) are now Singleton cached objects
       new  5d67720   DOC: Added an example of pitfalls when using astype
       new  456dcae   TST: skip Fred / YahooOptions tests
       new  db43824   TST: split up test_merge
       new  40b4bb4   TST: reorg datetime with tz tests a bit
       new  4b05055   DOC: low_memory in read_csv
       new  0f1666d   ENH: support decimal argument in read_html #12907
       new  e8d9e79   BUG: preserve join keys dtype
       new  ae2ca83   COMPAT: windows test compat for merge, xref #13170
       new  c2ea8fb   TST: Make numpy_array test strict
       new  af4ed0f   DOC: remove references to deprecated numpy negation method
       new  70be8a9   DOC: Fix read_stata docstring
       new  721be62   BUG: Check for NaN after data conversion to numeric
       new  ed4cd3a   TST: Parser tests refactoring
       new  cc1025a   COMPAT: do not upcast results to float64 when float32 scalar *+/- float64 array
       new  d6f814c   TST: remove tests_tseries.py and distribute to other tests files
       new  9e7bfdd   BLD: increase clone depth
       new  c0850ea   ENH: add support for na_filter in Python engine
       new  352ae44   TST: more strict testing in lint.sh
       new  132c1c5   BUG: Fix describe(): percentiles (#13104), col index (#13288)
       new  d191640   ENH: Respect Key Ordering for OrderedDict List in DataFrame Init
       new  f3d7c18   BUG: Fix maybe_convert_numeric for unhashable objects
       new  8bbd2bc   ENH: Series has gained the properties .is_monotonic*
       new  2e3c82e   TST: computation/test_eval.py tests (slow)
       new  45bab82   BUG: Parse trailing NaN values for the Python parser
       new  fcd73ad   BUG: GH13219 Fixed. Allow unicode values in usecols
       new  99e78da   DOC: fix comment on previous versions cythonmagic
       new  ce56542   Fix #13306: Hour overflow in tz-aware datetime conversions.
       new  0c6226c   ENH: Add support for compact_ints and use_unsigned in Python engine
       new  2061e9e   BUG: Fix series comparison operators when dealing with zero rank numpy arrays
       new  103f7d3   DOC: Add example usage to DataFrame.filter
       new  faf9b7d   DOC: Fixed a minor typo
       new  eca7891   DOC: document doublequote in read_csv
       new  863cbc5   DEPR, DOC: Deprecate buffer_lines in read_csv
       new  5a9b498   BUG: Make pd.read_hdf('data.h5') work when pandas object stored contained categorical columns
       new  e90d411   DOC: remove obsolete cron job script (#13369)
       new  b722222   CLN: remove old skiplist code
       new  600a7dc   DOC: actually document float_precision in read_csv
       new  6edf447   DOC: Fix wording/grammar for rolling's win_type argument.
       new  27448d9   CLN: extract window functions from algox.pyx and create window.pyx (#13380)
       new  b1bfd2f   DEPR: Deprecate as_recarray in read_csv
       new  67b72e3   [BUG] Reading multiindex, incorrectly names columns without name.
       new  158ae5b   COMPAT, TST: allow numpy array comparisons with complex dtypes (#13392)
       new  5407249   DOC, ENH: Support memory_map for Python engine
       new  d5bea25   API/ENH: union Categorical
       new  d405bf2   BUG: Fix for Series.str.extractall (single group with quantifier)
       new  3eb4784   BUG: don't raise on empty usecols
       new  62b4327   DOC: typo fix and adding correct command for environment deactivation…
       new  07761c5   CLN: refactor numeric index creation to all numeric sub-classes
       new  bd66592   ENH: Add SemiMonthEnd and SemiMonthBegin offsets #1543
       new  112685f   ENH: PeriodIndex now accepts pd.NaT
       new  8f32292   BLD: fix conda version
       new  9670b31   TST: skip mmap error comparison on windows
       new  eefe71e   BLD: update appveyor script to use true/false
       new  f98b4b5   PERF: float hash slow in py3
       new  f752886   DOC: Corrected Series.str.extract documentation error (#13449)
       new  f67dd4b   BLD: use inline macro
       new  a965d85   ERR: fix error message for to_datetime
       new  d814f43   BUG: Fix csv.QUOTE_NONNUMERIC quoting in to_csv
       new  fca35fb   BUG: Fix for .str.replace with invalid input
       new  6d8c04c   ENH: add pd.asof_merge
       new  b06bc7a   BLD: revert to using an always current conda
       new  013c2ce   DOC: follow on merge_asof
       new  883df65   BUG: Fix inconsistent C engine quoting behaviour
       new  9d33c7b   BUG: fix to_datetime to handle int16 and int8
       new  e24ab24   BLD: update appveyor build to use numpy 1.11 for 3.5 build
       new  35bb1a1   BUG: df.pivot_table: margins_name ignored when aggfunc is a list
       new  20dd17a   DOC/API: Styler documentation changes
       new  b01e07e   DOC: add nbformat for notebook conversion
       new  3b75e03   DOC: specify correct kernelspec for converting notebooks (#13491)
       new  0f351dc   BUG: Rolling negative window issue fix #13383
       new  1a12ead   BUG: is_normalized returned False for local tz
       new  41f1216   TST: Fix MMapWrapper init test for Windows
       new  30d710f   BUG: windows with TemporaryFile an read_csv #13398
       new  48f0c3a   DOC/BLD: Travis doc build notebook dependencies (#13493)
       new  01e3de4   DOC: fix accessor docs for sphinx > 1.3 (GH12161) (#13499)
       new  f42283d   COMPAT: mmap error is not always returned in English
       new  ab116a7   BUG: Travis building on container-based infrastructure
       new  bf4786a   DOC: various doc build fixes (#13502)
       new  1a9abc4   Force rebuilding of python files in PR
       new  9e73c71   DOC: Added additional example for groupby by indexer. (#13276)
       new  30a3133   update visualization projects (#13528)
       new  3944a36   BUG: date_range closed keyword with timezone aware start/end (GH12684) (#13510)
       new  e8e0aae   DOC: Update documentation for rename (#13533)
       new  a01644c   BUG: Can't store callables using __setitem__ (#13516)
       new  ffb582c   Removed unnecessary params in cum_func
       new  449e824   Cython cache diff compare
       new  8f8d75d   BUG: Fix groupby with "as_index" for categorical multi #13204
       new  7c9ba14   DOC: update sphinx requirements for doc building (#13532)
       new  f20b41e   TST: Move `test_crosstab_margins` to `TestPivotTable` (#13553)
       new  6625367   TST: confirm bug in partial string multi-index slicing is fixed (GH12685) (#13559)
       new  4aff800   DOC: Update old Google Code and SourceForge links (#13534)
       new  b4b1e96   TST: Add tests for single group (#13561)
       new  6647687   Update gotchas.rst
       new  2134b63   BUG: categorical unpickle to use _coerce_indexer_dtype
       new  d38ee27   CLN: Check Warnings in test_graphics_others (#13188)
       new  cc0a188   BUG: Groupby.nth includes group key inconsistently #12839
       new  2655dae   In gbq, use googleapiclient instead of apiclient #13454 (#13458)
       new  f11b9c1   RLS: switch master from 0.18.2 to 0.19.0 (#13586)
       new  ba82b51   BUG: Datetime64Formatter not respecting ``formatter``
       new  f95576b   BUG: Fix TimeDelta to Timedelta (#13600)
       new  5701c69   COMPAT: 32-bit compat fixes mainly in testing
       new  713eaa6   BUG: DatetimeIndex - Period shows ununderstandable error
       new  675a6e3   ENH: add downcast to pd.to_numeric
       new  1edc1df   CLN: remove radd workaround in ops.py
       new  2a96ab7   DEPR: rename Timestamp.offset to .freq
       new  c989570   CLN: Remove the engine parameter in CSVFormatter and to_csv
       new  c2cc68d   BUG: Block/DTI doesnt handle tzlocal properly
       new  2e8c993   BUG: Series contains NaT with object dtype comparison incorrect (#13592)
       new  5605f99   CLN/TST: Add tests for nan/nat mixed input (#13477)
       new  2f7fdd0   BUG: groupby apply on selected columns yielding scalar (GH13568) (#13585)
       new  65849d3   TST: Clean up tests of DataFrame.sort_{index,values} (#13496)
       new  8dbc0f4   DOC: asfreq clarify original NaNs are not filled (GH9963) (#13617)
       new  93b7d13   BUG: Invalid Timedelta op may raise ValueError
       new  dbd5330   CLN: Cleanup ops.py
       new  7c357d2   CLN: Removed outtype in DataFrame.to_dict (#13627)
       new  27d2915   CLN: Fix compile time warnings
       new  06103dd   Pin IPython for doc build to 4.x (see #13639)
       new  7dd4091   CLN: reorg type inference & introspection
       new  20de266   BLD: included pandas.api.* in setup.py (#13640)
       new  87135f6   Merge tag 'v0.18.1' into debian
       new  24b92c9   changelog
       new  80e99f2   added patch changeset_46af7cf0f8e0477f6cc7454aa786a573228f0ac3.diff BF(TST): allow AttributeError being raised (in addition to TypeError) from mpl)
       new  f265a63   debian/patches/ - debian/patches/deb_skip_test_precision_i386 removed (upstreamed)
       new  72ccb8b   recythonized
       new  44f3229   DOC/BLD: pin IPython version to 4.2.0 (#13639) (#13647)
       new  6f0a020   TST: reorganize tools.tests (#13619)
       new  a711b42   BF(TST): allow AttributeError being raised (in addition to TypeError) from mpl (#13641)
       new  084ceae   API, DEPR: Raise and Deprecate Reshape for Pandas Objects
       new  3f6d4bd   CLN: Fix compile time warnings
       new  c9a27ed   CLN: fix some issues in asv benchmark suite (#13630)
       new  05b976c   TST: add tests for Timestamp.toordinal/fromordinal
       new  71a0675   CLN: Initialization coincides with mapping, hence with uniqueness check
       new  0a70b5f   API: Change Period('NAT') to return NaT
       new  1bee56e   BUG: construction of Series with integers on windows not default to int64
       new  d7c028d   CLN: Removed levels attribute from Categorical
       new  043879f   DOC: Add reference of DataFrame.rename_axis and Series.rename_axis to api.rst (#13678)
       new  76d7e77   DOC: correct template for .cum* descriptions (#13683)
       new  ada6bf3   DOC: fix a keyword coerce in  array_to_timedelta64 (#13686)
       new  6b9cd15   TST: assert message shows unnecessary diff (#13676)
       new  694fe61   ENH: Series.append now has ignore_index kw
       new  5a52171   BUG: Add  type check for width parameter in str.pad method GH13598
       new  9f635cd   BUG: Cast a key to NaT before get loc from Index
       new  b054536   BUG: merge_asof not handling allow_exact_matches and tolerance on first entry
       new  361a2b4   CLN: removed pandas.sandbox
       new  1e1e9b3   DEPR: Remove legacy offsets
       new  006bd0b   CLN: removed setter method of categorical's ordered attribute
       new  b225cac   BUG/PERF: Sort mixed-int in Py3, fix Index.difference
       new  fafef5d   ENH: Add support for writing variable labels to Stata files
       new  506520b   API: Index doesn't results in PeriodIndex if Period contains NaT
       new  31c2e5f   PERF: improve DTI string parse
       new  4c9ae94   DOC: resample warnings
       new  8acfad3   CLN: Removed the flavor='mysql' option and deprecate flavor in DataFrame.to_sql (#13611)
       new  786edc7   ENH: add time-window capability to .rolling
       new  57b373c   CLN: Remove a test case about Timestamp to TestTimestamp (#13722)
       new  b25a2a1   DOC/DEPR: pivot_annual
       new  016b352   PERF: Improve Period hashing
       new  4962131   MAINT: Removed some warnings in tests
       new  634e95d   CLN: removed the 'diff' method for Index
       new  210fea9   ERR: csv parser exceptions will now bubble up
       new  63a1e5c   ENH: astype() allows col label -> dtype mapping as arg
       new  aa3ece3   CLN: Replace float64_t with int64_t in _ensure_components (#13673)
       new  1ce8f8e   ERR: Add check for input array lengths in from_arrays method (GH13599)
       new  622297c   TST/BUG: test unsortable in safe_sort and Categorical (GH13714)
       new  ae144bb   BUG: DatetimeIndex raises AttributeError on win closes #13736
       new  b37ec14   TST/BUG: Added mote tests for Period(NaT) (#13737)
       new  0fe5a34   ENH: Enable automatic writing of dates to Stata files
       new  fc16f1f   CLN: remove deprecated io.sql uquery and tquery functions (#13616)
       new  e357ea1   DOC: some general doc/sphinx fixes (#13740)
       new  4d3b6c1   ENH: Adding additional keywords to read_html for #13461 (#13575)
       new  4caacdf   DOC: Add reference to frequency strings
       new  bb6b5e5   ENH: DataFrame sort columns by rows: sort_values(axis=1)
       new  253ed5d   CLN: Removed the return_type param in StringMethods.split (#13701)
       new  9f94e6a   TST: Move plotting related tests to tests/plotting (#13621)
       new  e533947   BUG: DatetimeIndex with nanosecond frequency does not include end
       new  5a3b071   BUG: union_categoricals can't handle NaN
       new  1cd1026   Groupby getitem works with all index types (#13731)
       new  b23ec91   Closes #13688: added scroll to top button to footer block in theme (#13689)
       new  b60e42b   ENH: Allow to_sql to recognize single sql type (GH11886) (#13614)
       new  f919b9e   PEP8: test/indexes/base (#13771)
       new  0067b90   BUG: value_counts may raise OutOfBoundsDatetime (#13772)
       new  7f02a46   TST: add timedelta describe (#13769)
       new  6cae23d   BUG: datetime64[us] arrays with NaT cannot be cast to DatetimeIndex
       new  ee6c0cd   BUG: Fix segfault in lib.isnullobj
       new  6efd743   ENH: Adding lines to read_json
       new  964b7bb   TST: skip .to_json with encoding test as not implemented yet
       new  42cc66d   PERF/BUG: improve factorize for datetimetz (#13750)
       new  4556957   TST, COMPAT: Make MMapWrapper tests Windows compatible (#13732)
       new  be7485f   PEP: for for json skiptest
       new  c1d8c09   BUG: Fix pd.Timedelta(None) to return NaT.
       new  2c047d4   DOC: whatsnew for #13723
       new  81a5c98   CNL: remove the io.data and io.wb modules in favor of pandas-datareader (GH13724) (#13735)
       new  474fd05   DOC: Add Fedora and Centos install instructions (#13588)
       new  5f524d6   ENH: add is_leap_year property for datetime-like
       new  2166ac1   PERF: Improve duplicated perf
       new  4c2840e   BUG: Fix .to_excel() for MultiIndex containing a NaN value #13511 (#13551)
       new  4dd734c   DOC: fix slashes in read_csv line_terminator/sep kwargs descriptions (#13761)
       new  1367945   CLN: Removed copy parameter in xs_* methods
       new  309e1fe   DEPR: Panel4d and panelND
       new  3fdcea6   PERF: RangeIndex.is_monotonic_inc/dec
       new  a208c56   DOC: contributing: fix asv usage instructions (#13794)
       new  690d52c   CLN: Removed SparsePanel
       new  98c5b88   BLD: Use tempita for cython templating
       new  8f64ad7   DOC: show failing string on numeric parse (#13773)
       new  d06355d   TST: Add test for skipfooter + decimal in read_csv (#13800)
       new  a3cddfa   BUG: TypeError in merge with timedelta64 column
       new  fcf2d86   DOC: contributing: explain how to set the asv reporting threshold (#13807)
       new  2d3ede6   ASV: fix params to be strings (for better repr) (#13805)
       new  10da3ae   BUG: RangeIndex can be created without args
       new  63285a4   DOC: Added note to io.rst regarding reading in mixed dtypes
       new  31f8e4d   BUG: parser_trim_buffers properly initializes word pointers in read_csv
       new  cc216ad   TST: AmbiguousTimeError with set_index() (#13814)
       new  12c8ce6   BLD: use tempita for hashtable (#13815)
       new  28b4b01   BUG, COMPAT: Fix read_csv for multi-char sep and non-utf8 data in Python 2.x (#13812)
       new  dcb7bf7   ENH: add Index.dropna
       new  5b0d947   BUG: provide chunks with progressively numbered (default) indices
       new  e908733   BUG: fix categories in HDFStore not filtering correctly
       new  aa88215   API: Deprecate skip_footer in read_csv
       new  2c55f28   DOC: Fix groupby nth (#13810)
       new  748787d   CLN: Removed the kwds param in to_csv (#13804)
       new  54b2777   BUG: group_shift_indexer checks for null group keys
       new  59f2557   ENH: union_categorical supports identical categories with ordered
       new  28ec4cc   TST: use types.api in plotting (#13867)
       new  78eadb7   CLN: Removed / filled stub read_csv tests (#13864)
       new  51e6adb   BUG: disallow 'w' mode in pd.read_hdf (#13623) (#13858)
       new  49243d6   BLD: Fixed pointer ambiguity in 'tokenizer.c'
       new  9b2797d   BUG: Fix edge cases in merge_asof() by comparing factorized keys (#13709) (#13836)
       new  b2a1445   CLN: Removed colSpace parameter (#13857)
       new  d4f95fd   MAINT: Nicer error msg for NULL byte in read_csv (#13859)
       new  299fb75   BUG: Series creation with datetime64 with non-ns unit as object dtype (#13876)
       new  1f55e91   DEPR: Remove legacy offsets
       new  a7f7e1d   BUG: Fix slicing subclasses of SparseDataFrames.
       new  2f8fea7   CLN: Removed trellis rplot
       new  768bf49   BUG: fixes 13822, incorrect KeyError string with non-unique columns w…
       new  66c3b46   TST: Add first line comment tests in read_csv (#13881)
       new  caf69d5   BUG: SparseDataFrame may not preserve passed dtype (#13866)
       new  3db3365   ENH: add sort_categories argument to union_categoricals
       new  97de42a   ENH: Allow users to specify whether gbq should use standard SQL
       new  e2cb799   DOC: small doc fixed (#13886)
       new  5f47608   BUG: ufunc is not applied to sparse.fill_value
       new  45d54d0   ENH: add sparse op for other dtypes
       new  8ec7406   BLD: remove generated dep from algos.pyx build
       new  61b14b2   COMPAT: Categorical Subclassing
       new  9ee8c0d   BUG: union_categorical fastpath sort
       new  5d163ce   ENH: DataFrame.style sparsified MultiIndex
       new  0be0d67   BLD: increase cloning depth on travis
       new  9c1e738   BUG: preserve DatetimeIndex.name in HDFStore/read_hdf() with tz (#13884)
       new  2beab41   ENH: sparse astype now supports int64 and bool
       new  c8e7863   DOC: Add missing word in docstring
       new  e5ee5d2   BUG: Ignore the BOM in BOM UTF-8 CSV files
       new  3186fef   BUG: pd.to_datetime doesn't raises AttributeError with specific inputs when errors='ignore'(#12424) (#13909)
       new  55a0c2e   BLD: split join.pyx from algos.pyx (#13925)
       new  cffe6f2   BUG: DatetimeTz shift raises AmbiguousTimeError near DST
       new  a292c13   ENH: parse categoricals in read_csv
       new  63e8f68   BUG: agg() function on groupby dataframe changes dtype of datetime64[ns] column to float64
       new  cfbb24f   BLD: fix conda-build version
       new  142c796   COMPAT/TST: windows sparse int comparisons (#13927)
       new  7e15923   CI: disable py3.4 build appveyor
       new  cff1f55   ENH: Faster merge_asof() performs a single pass when joining tables (#13902)
       new  72be37b   BUG: allow describe() for DataFrames with only boolean columns
       new  81819b7   BUG: Fix Period and PeriodIndex support of combined offsets aliases
       new  b7abef4   DOC: Added example of using OrderedDict for agg.
       new  ae26ec7   BLD: Fix sparse warnings
       new  49f99ac   BUG: Fixed float parsing with unit when using pd.to_datetime (GH13834)
       new  e89a0a0   TST: Removed regex warning for read_csv
       new  cce7993   ENH: raise ImporError if conn is string and sqlalchemy not installed (#11920)
       new  0e7ae89   BUG: multi-type SparseDataFrame fixes and improvements
       new  576f319   COMPAT: py3 compat for scripts/merge-pr.py
       new  4df08a9   BLD: fix up merge scripts
       new  5bfb220   BLD: py3 compat in scripts/merge-pr.py
       new  1c7d194   COMPAT: use mpl area legend if available (#13680)
       new  5df9123   DOC: add whatsnew for #11920 (#13953)
       new  7bfc7c4   DOC: remove rplot seaborn equivalent example figures (#13954)
       new  0b2f1f4   CLN: Period cleanup related to array like meth
       new  257ac88   ENH: Improve error message for repeated Stata categories
       new  a963139   BLD: add tempita files to depends
       new  4a80521   BUG: properly close files opened by parsers
       new  70f361b   CLN: PeriodIndex to use nan related cache
       new  29d9e24   BUG/DEPR: combine dtype fixes
       new  6f88416   DOC: suppress warnings for Panel4D deprecation (#13989)
       new  e0c3291   TST: Cleanup test_indexing
       new  1f88312   BUG: Sparse indexing with bool sparse may be incorrect
       new  0975509   Use DeprecationWarning for core.common deprecations (GH13634)
       new  3760f16   BUG: Index may ignore specified datetime/timedelta dtypes
       new  7a8d224   BUG: freqstr may be parsed incorrectly
       new  22ef6f0   CLN: Move PeriodIndex.repeat to DatetimeIndexOpsMixin
       new  0236d75   TST: Fix unused tests in tseries/test_base.py
       new  a0d05db   BUG: groupby cumsum with axis=1 computes cumprod
       new  5b0a8b0   CLN: move _na_value to DatetimeIndexOpsMixin (#13997)
       new  5f49638   DOC: Added example and notes to NDFrame.where (#13798)
       new  66f9591   BUG: RangeIndex accepting length-1 arrays as argument (#13765)
       new  ef61beb   Fixed to_string with line_width and without index (#13998)
       new  f93ad1c   Ensure total_rows is always set (#13244)
       new  8b50d8c   BUG: Don't error in pd.to_timedelta when errors=ignore
       new  471c4e7   ENH: bool sparse now supports logical op
       new  1d7e451   DEPR: Deprecate SparseList. (#14007)
       new  4d6a40a   TST: move SparseList to deprecate in api, xref #14007 DOC: whatsnew fixes
       new  5c27c02   BUG: Avoid sentinel-infinity comparison problems (#13445)
       new  6b7857b   TST: separate join tests from algos in test_join.py, xref #13925
       new  5d791cc   BUG: handle outofbounds datetimes in DatetimeConverter
       new  0780443   PERF/COMPAT: define platform int to np.intp
       new  cb43b6c   BUG: Parse NULL char as null value
       new  7c0b742   TST: add comprehensive coercion tests
       new  15e9401   BUG: Copy index(GH 13522) (#14005)
       new  6fa2b03   ENH: PeriodIndex now has period dtype
       new  c3e24a1   TST: Fix test_coercion for period dtype
       new  1919e26   ENH: GbqConnector should be able to fetch default credentials on Google Compute Engine
       new  6d8044c   DOC: fixed using IP.prompt_manager which is removed from IPython 5.x (#14004)
       new  6cc7135   CLN: move PeriodIndex.__getitem__ to DatetimeIndexOpsMixin
       new  a01e58f   BUG: ufunc with PeriodIndex may raise IncompatibleFrequency
       new  5c955cb   CLN: Drop lags parameter from Panel.shift (#14041)
       new  453bc26   DOC: NDFrame.to_hdf(data_columns) documented (#13061).
       new  49af018   DOC: add data_columns to doc string of `df.to_hdf()` and `HDFStore.append()` (#14046)
       new  53447f4   CLN: Removed DataFrame.to_wide (#14039)
       new  5c78ee6   DOC: update docs for read_csv().na_values and keep_default_na
       new  51b20de   API: SparseSeries comparison now returns sparse
       new  ce61b3f   ENH: Fine-grained errstate handling
       new  86a36f7   DOC: whatsnew fix
       new  ae4ffac   BUG: Don't error when usecols is a numpy array (#14055)
       new  447df80   BUG, DOC: Fix inconsistencies with scalar na_values in read_csv (#14056)
       new  df2d9ab   BUG: Validate the ordered parameter for Categorical (#14059)
       new  ba2df22   COMPAT/TST Matplotlib 2.0 compatability (#13662)
       new  6645b2b   BUG: fix read_csv c engine to accept unicode aliases for encoding (#14060)
       new  fb6fbae   TST: Add tests for internal EOF in read_csv (#14069)
       new  3923fcd   BUG: Align to_csv signatures with DataFrame and Series (#14063)
       new  e23e6f1   API: PeriodIndex.values now return array of Period objects
       new  5152cdd   API/BUG: Fix Series ops inconsistencies (#13894)
       new  185fcbe   TST/DOC: apply date() with timezones (#14085)
       new  042b6f0   BUG: yield correct Series subclass in df.iterrows() (#13977)
       new  e31f981   BUG: Series indexing with tuple-valued data and a numeric index
       new  0db4304   BUG: Empty lists shouldn't be counted as DateOffsets.
       new  0e61847   BUG: Dataframe.fillna with np.nan for dtype=category(GH 14021)
       new  670435a   DEPR: Deprecated Index.to_datetime (#14096)
       new  9d10b76   BUG: Don't parse index column as numeric when parse_dates=True (#14077)
       new  a0151a7   DOC: unpin IPython version (GH13639) (#14037)
       new  8d1646c   COMPAT: int dtype in json tests (#14100)
       new  be61825   DOC: Update README to link to install instructions. (#13882)
       new  ca2b104   Added consistent pandas imports in io documentation (#14097)
       new  5a20ea2   API: change unique to return Index (#13979)
       new  a9c15d3   DEPR: Deprecate Timestamp.to_datetime (#14101)
       new  10bf721   DOC: small update to install.rst page (#14115)
       new  0c1e052   BUG: series resample with timedelta values looses dtype (GH13119) (#14118)
       new  b6d3a81   ENH: Sparse dtypes (#13849)
       new  47a8e71   ENH: add parameter for HTML border (#14061)
       new  f92cd7e   TST: Enable Google BigQuery (pandas.io.gbq) integration testing #11089
       new  8654a9e   API: Expanded resample
       new  b2a73b8   BUG: #14095. Amend eval() resolvers kwarg to accept lists
       new  5db52f0   API: Warn or raise for > 1 char encoded sep
       new  8fdfa51   Test for segfault in factorize (gh12666) (#14112)
       new  70bb179   CLN: Datetimelike._can_hold_na (#13983)
       new  5f5acc3   TST: confirming tests for some fixed issues (#14117)
       new  6483180   Make show_versions not to reload modules (GH13684) (#14126)
       new  306e647   DEPR: Deprecated PeriodIndex.to_datetime (#14113)
       new  58199c5   API: Raise FileNotFoundError for nonexistent files (#14116)
       new  362a561   BUG: Don't print stray newline with MultiIndex
       new  ccec504   BUG: int dtype for get_dummies
       new  d26363b   BUG/DEPR: Categorical: keep dtype in MultiIndex (#13743), deprecate .from_array
       new  752ba9a   TST: fix blosc version (#14142)
       new  59524af   TST: sparse / dummy array comparisons on windows, xref #14140 (#14141)
       new  0323336   BUG: concat/append misc fixes (#13660)
       new  e9c5c2d   Revert "TST: fix blosc version (#14142)"
       new  4488f18   BUG/CLN: datetimelike Index.equals may return True with non-Index
       new  da7d473   DEPR: Change boxplot return_type kwarg (#12216)
       new  900ae6b   DOC: typo/corrections in whatsnew
       new  33f9c87   Fix typo (change 'n' to 'k' in get_dummies documentation). (#14153)
       new  f7506c6   DOC: issue typo in v0.19.0
       new  3110a72   BLD: add in build conflict resolution to appeveyor.yml
       new  1a8273c   TST: skipping xref #14120, locale separator in parser tests of unsupported engines
       new  e54d4db   MAINT: flake8 *.pyx files
       new  8023029   API/DEPR: Remove +/- as setops for Index (GH8227) (#14127)
       new  844d5fb   Fix trivial typo in comment (#14174)
       new  e88ad28   API/DEPR: Remove +/- as setops for DatetimeIndex/PeriodIndex (GH9630) (#14164)
       new  3f3839b   DEPR: Deprecate pandas.core.datetools (#14105)
       new  ab4bd36   ENH: concat and append now can handle unordered categories (#13767)
       new  9b7efd6   Add steps to run gbq integration testing to the contributing docs (#14144)
       new  1ace12b   DOC: cleanup build warnings (#14172)
       new  957eaa4   DOC: clean-up 0.19.0 whatsnew file (#14176)
       new  497a3bc   RLS: v0.19.0rc1
       new  ff435ba   BUG : bug in setting a slice of a Series with a np.timedelta64
       new  d8cd33b   BUG: fix tz-aware datetime convert to DatetimeIndex (GH 14088)
       new  02df7b6   DOC: minor typo in 0.19.0 whatsnew file (#14185)
       new  8af6264   TST: Make encoded sep check more locale sensitive (#14161)
       new  939a221   BUG: Categorical constructor not idempotent with ext dtype
       new  289cd6d   BUG: fix str.contains for series containing only nan values
       new  ef20980   BUG: union_categorical with Series and cat idx
       new  2672a79   BUG: DatetimeTZBlock can't assign values near dst boundary
       new  1e61aed   BLD: Test for Python 3.5 with C locale
       new  6c73e76   Fix: F999 dictionary key '2000q4' repeated with different values (#14198)
       new  54ab5be   BUG: compat with Stata ver 111
       new  37f95ce   DOC: add source links to api docs (#14200)
       new  461e0e9   BLD: require cython if tempita is needed
       new  f363236   In gbq.to_gbq allow the DataFrame column order to differ from schema
       new  48ad2f4   BUG: add check for infinity in __call__ of EngFormatter
       new  fb25cca   BUG: iloc fails with non lex-sorted MultiIndex #13797
       new  5e665b3   DOC: fix incorrect example in unstack docstring (GH14206) (#14211)
       new  cebc70c   ENH: Allow true_values and false_values options in read_excel (#14002)
       new  9554195   MAINT: Use __module__ in _DeprecatedModule. (#14181)
       new  5e2f9da   DOC: split docstring into multiple lines in excel.py (#14073)
       new  e596cbf   DOC: added example to Series.map showing use of na_action parameter (GH14231)
       new  e8357a1   TST/TEMP: fix pyqt to 4.x for plotting tests (#14240)
       new  db9dc65   BUG: GH13629 Binned groupby median function with empty bins (#14225)
       new  2a5c747   Fix generator tests to run (#14245)
       new  a7469cf   ENH: Add divmod to series and index. (#14208)
       new  ea7aee4   Merge commit 'v0.19.0rc1-25-ga7469cf' into debian
       new  b5aa1df   changelog + patches refresh
       new  64758fe   recythonized files
       new  4873168   debian/rules,patches - save debian-based version into __version.py, so doesn't conflict with upstream tests of public API
       new  755886c   DOC: minor change in whatsnew
       new  dfb6373   TST: remove usages of np.full_like for numpy<1.8.0 compat
       new  3c96442   PERF: use uniqueness_check from monotonic check when possible
       new  14a1c80   BUG: float truncation in eval with py 2
       new  ebc4ac1   ENH: Accept list as level for groupby in non-MultiIndexed objects
       new  d9e51fe   DOC: Typo fix in ordered_merge warning (#14271)
       new  1e607c8   workaround -- for now exclude failing on python3.5 tests
       new  99b5876   Update Github issue template (#14268)
       new  7dedbed   TST: fix some warnings in test_groupby.py
       new  b81d444   BUG/TST: Empty input arrays in cartesian_product and MultiIndex (#12258)
       new  977b384   BUG: Check for overflow in TimedeltaIndex addition.
       new  71df09c   PERF: faster grouping
       new  df50e88   BUG: Index.copy() honors 'name' parameter (#14302)
       new  c084bc1   DOC: expand doc for numeric_only
       new  5033a4a   PERF: unnecessary materialization of a MultiIndex.values when introspecting memory (#14308)
       new  b99cb7a    TST/TEMP: fix pyqt to 4.x for plotting tests
       new  ad92aee   BUG: date slicing with reverse sorted index
       new  6dcc238   BUG: fix alignment in series ops (GH14227) (#14230)
       new  f256ad8   TST: fix period tests for numpy 1.9.3 (GH14183) (#14331)
       new  db79aa7   DOC: fix some sphinx build issues (#14332)
       new  04f6cde   to_latex encoding follows the documentation (py2 ascii, py3 utf8) (#14329)
       new  ef17f8d   DOC: Latest fixes for whatsnew file
       new  69aef3b   DOC: update release notes
       new  b97dbd0   RLS: v0.19.0
       new  96b364a   DOC: minor v0.19.0 whatsnew corrections
       new  507e037   docs: Remove old warning from dsintro.rst (#14365)
       new  58542e8   TST: #14345 fixes TestDatetimeIndexOps test_nat AssertionErrors on 32-bit
       new  61bb4ed   DOC: fix formatting issue with msgpack table
       new  ee374ee   DOC: to_csv warns regarding quoting behaviour for floats #14195 (#14228)
       new  daba8e5   DOC: add 0.19.1 whatsnew file (#14366)
       new  16b64f1   BUG: Fix concat key name
       new  f9ebeae   change impl details slightly for #14292
       new  0407991   DOC: add whitespace to v0.19.1 bug fix section
       new  d98e982   BUG: set_levels set illegal levels. (#14236)
       new  1369e12   BLD/CI: cython cache pxd files (#14363)
       new  e9d17cd   DOC: formatting in basics.rst
       new  4d7c6e7   Convert readthedocs links for their .org -> .io migration for hosted projects (#14406)
       new  a40e185   BUG: Bug in localizing an ambiguous timezone when a boolean is passed
       new  7481c30   Merge commit 'v0.19.0-14-ga40e185' into debian
       new  3ad0376   updated changelog and revision
       new  e4b4db3   recythonized
       new  7d40f18   DOC: pydata/pandas -> pandas-dev/pandas (#14409)
       new  286b9b9   BUG: fix json with lines=True for quoted special characters
       new  e70252b   Bug: Grouping by index and column fails on DataFrame with single index (GH14327) (#14428)
       new  6a3755b   PERF: Period factorization (#14419)
       new  750b6ae   CLN: Removed coerce param in pd.to_timedelta and pd.to_datetime
       new  fd3be00   BUG: Concat with axis rows
       new  7cad3f1   PERF: improved perf in .to_json when lines=True
       new  c31ea34   BUG: Rename pydata to pandas-dev in merge-pr.py (#14447)
       new  0b6946b   Type codes and categories as lists instead of tuples in _factorize_from_iterables (fixes #14438) (#14449)
       new  2d3a739   ERR: Checks for left_index and right_index merge parameters
       new  921ce47   BUG: pivot_table may raise TypeError without values
       new  65362aa   BUG: underflow on Timestamp creation (#14433)
       new  794f792   Update unpack_template.h (#14441)
       new  170d13a   DOC: update readme for repo move (#14470)
       new  83a380c   BUG: Catch overflow in both directions for checked add (#14453)
       new  aff20eb   DOC: correct DataFrame.pivot docstring (#14430)
       new  233d51d   BUG: String indexing against object dtype may raise AttributeError (#14424)
       new  8f54e35   MAINT: Use check_output when merging.
       new  1308884   ERR: Fix GH13139: better error message on invalid pd.eval and df.query input
       new  fe2ebc1   BUG: fix empty intersection of RangeIndex (GH14364)
       new  192b1cd   BLD: don't require cython on sdist install
       new  18fba53   DOC: updated docstring in .to_datetime() for out-of-bounds timestamps with errors='ignore'
       new  bee90a7   BUG: GH14323 Union of differences from DatetimeIndex incorrect
       new  5cf6d94   BUG: block mutation of read-only array in series
       new  2e77536   BUG: Fix issue with inserting duplicate columns in a dataframe
       new  6ff53c2   BUG: downcast='unsigned' on 0 would would not downcast to unsigned.
       new  4852008   Bug: Error when key-only Grouper is passed to groupby in a list (GH14334)
       new  f99f050   BUG: incorrect broadcasting that could casuse dtype coercion in a groupby-transform
       new  d1d75d7   Revert "BUG: downcast='unsigned' on 0 would would not downcast to unsigned."
       new  e3d943d   PERF: performance regression in Series.asof (#14476)
       new  050bf60   COMPAT/TST: fix test for range testing of negative integers to neg powers
       new  66b4c83   BLD: Support Cython 0.25
       new  6130e77   BUG: Accept unicode quotechars again in pd.read_csv
       new  6ac759d   BLD: fix 3.4 build for cython to 0.24.1
       new  31ca717   TST: simplify tests for GH14346 (#14502)
       new  e7ac84d   DOC: Expand on reference docs for read_json() (#14442)
       new  d7fb5bd   BUG: fix DatetimeIndex._maybe_cast_slice_bound for empty index (GH14354) (#14501)
       new  096d886   MAINT: Expand lint for *.py (#14516)
       new  7f5a45c   BUG/ERR: raise correct error when sql driver is not installed (#14527)
       new  1ce6299   DOC: Simplify the gbq integration testing procedure for contributors (#14541)
       new  47f117d   BUG: tseries ceil doc fix (#14543)
       new  b088112   BUG: Don't parse inline quotes in skipped lines (#14514)
       new  60a335e   BUG: Dataframe constructor when given dict with None value (#14392)
       new  e544362   Update ISSUE_TEMPLATE: be more explicit on where to paste the output of show_versions
       new  2683e81   [Backport ##14416] BUG: Concat with axis rows
       new  a1e73ee   [Backport #14429] PERF: improved perf in .to_json when lines=True
       new  9857248   [Backport #14449] Type codes and categories as lists instead of tuples in _factorize_from_iterables (fixes #14438)
       new  b0e4589   [Backport #14434] ERR: Checks for left_index and right_index merge parameters
       new  4ac3295   BUG: pivot_table may raise TypeError without values
       new  68ca401   [Backport 14433] BUG: underflow on Timestamp creation (#14433)
       new  89bb724   [Backport 14441] Update unpack_template.h (#14441)
       new  c93ba9f   [Backport 14453] BUG: Catch overflow in both directions for checked add (#14453)
       new  70d20b6   [Backport #14430] DOC: correct DataFrame.pivot docstring (#14430)
       new  920122c   [Backport #14424] BUG: String indexing against object dtype may raise AttributeError (#14424)
       new  6ff4108   [Backport #14473] ERR: Fix GH13139: better error message on invalid pd.eval and df.query input
       new  154883b   [Backport #14481] BUG: fix empty intersection of RangeIndex (GH14364)
       new  b2e8126   [Backport #14475] BLD: don't require cython on sdist install
       new  9bca038   [Backport #14452] DOC: updated docstring in .to_datetime() for out-of-bounds timestamps with errors='ignore'
       new  6400cdd   [Backport 14346] BUG: GH14323 Union of differences from DatetimeIndex incorrect
       new  8b80562   asv compat for py3
       new  4419907   [Backport #14359] BUG: block mutation of read-only array in series
       new  f77c108   [Backport #14431] BUG: Fix issue with inserting duplicate columns in a dataframe
       new  1b53159   [Backport #14342] Bug: Error when key-only Grouper is passed to groupby in a list (GH14334)
       new  f453f9e   [Backport #14466] BUG: incorrect broadcasting that could casuse dtype coercion in a groupby-transform
       new  90aef73   [Backport #14476] PERF: performance regression in Series.asof (#14476)
       new  135286b   [Backport #14498] COMPAT/TST: fix test for range testing of negative integers to neg powers
       new  ebe6319   [Backport #14496] BLD: Support Cython 0.25
       new  6440067   [Backport #14492] BUG: Accept unicode quotechars again in pd.read_csv
       new  033fdef   BLD: fix 3.4 build for cython to 0.24.1
       new  b65aab6   [Backport #14442] DOC: Expand on reference docs for read_json() (#14442)
       new  796e4ef   [Backport #14501] BUG: fix DatetimeIndex._maybe_cast_slice_bound for empty index (GH14354) (#14501)
       new  aed14dd   [Backport #14527] BUG/ERR: raise correct error when sql driver is not installed (#14527)
       new  01b2af3   [Backport #14541] DOC: Simplify the gbq integration testing procedure for contributors (#14541)
       new  1b0ffaa   [Bacport #14543] BUG: tseries ceil doc fix (#14543)
       new  e8a71a3   [Backport #14514] BUG: Don't parse inline quotes in skipped lines (#14514)
       new  2ca29ef   [Backport #14392] BUG: Dataframe constructor when given dict with None value (#14392)
       new  eb7bd99   BUG: don't close user-provided file handles in C parser (GH14418) (#14520)
       new  52f31d4   BUG: DataFrame.quantile with NaNs (GH14357) (#14536)
       new  1d95179   PERF: casting loc to labels dtype before searchsorted (#14551)
       new  093aa82   DEPR: add deprecation warning for com.array_equivalent (#14567)
       new  7f0c4e0   DOC: rst fixes
       new  252526c   BUG/API: Index.append with mixed object/Categorical indices (#14545)
       new  e7d7872   [Backport #14520] BUG: don't close user-provided file handles in C parser (GH14418) (#14520)
       new  4c42422   [Backport #14536] BUG: DataFrame.quantile with NaNs (GH14357) (#14536)
       new  a95ce63   [Backport #14551] PERF: casting loc to labels dtype before searchsorted (#14551)
       new  8d8b795   [Backport #14567] DEPR: add deprecation warning for com.array_equivalent (#14567)
       new  5491ed2   DOC: rst fixes
       new  dbc19da   [Backport #14545] BUG/API: Index.append with mixed object/Categorical indices (#14545)
       new  e1cdc4b   DOC: update whatsnew/release notes for 0.19.1 (#14573)
       new  84eb875   DOC: update whatsnew/release notes for 0.19.1 (#14573)
       new  27b7839   RLS: v0.19.1
       new  7a2bcb6   DOC: Update GitHub org from pydata to pandas-dev (#14575)
       new  2e276fb   DOC: add sep argument to read_clipboard signature (#14537)
       new  06b35db   DOC: Ordering during set operation on index (#3123) (#14629)
       new  85a6464   TST: Create compressed salary testing data (#14587)
       new  62b2ff3   DOC/ERR: improve readability of error message (#14597)
       new  6bac008   ENH: return an OrderedDict from read_excel with sheetname=None (#14571)
       new  ed21736   TST: correct url for test file on s3 (xref #14587)
       new  46000da   DOC: setup for 0.19.2
       new  f8bd08e   BUG: segfault manifesting with dateutil=2.6 w.r.t. replace when timezones are present
       new  3552dc0   TST: Fix trailing current date zeros flaky test_format problem
       new  1d6dbb4   TST: skip test_gbq.test_upload_data_if_table_exists_replace for now
       new  1606153   COMPAT: Cast to string before raise in read_stata (#14657)
       new  52241a7   BLD: fix linting check for .pyx
       new  3f523f3   DOC: Update Series.mode docstring (#14653)
       new  a7604fc   fix ##14664 (#14665)
       new  4814823   DOC: Explain pivot vs. pivot_table (#6950) (#14650)
       new  726efc7   BUG: don't allow users to move from an interned string (#14494)
       new  2fc0c68   BUG: pandas.cut and negative values #14652
       new  fe555db   ENH: Explicit range checking of floats when writing Stata
       new  7e66937   DOC: add whitespace to bug fix section of 0.19.2
       new  b5864b0   BUG: to_numeric downcast = 'unsigned' would not un-sign a 0 value
       new  b23a329   BLD: add py3.6 build generic support for additional installation instructions (e.g. 3.4_slow build) remove 2.7_NUMPY_DEV build files (not longer on travis) use python 3.5 for root conda env, use PYTHON_VERSION to designate conda installation
       new  b52dda8   ERR: fix exception propogation for datetime parsing functions, noted in python 3.6
       new  313b8e4   BLD: use miniconda3 as the miniconda dir
       new  908c224   BLD: use correct path for travis
       new  45543ec   BLD: cleaner 3.6 deps install
       new  748000d   COMPAT: remove some deprecation warnings in 3.6
       new  bec5bdb   BUG: fix pickling of Custom offsets in 3.6
       new  b6ffd89   ERR: more informative message on invalid Timestamp input
       new  2d8160e   COMPAT: pickle compat for Timestamp in py3.6 BUG: fix unorderable exception types in py3.6
       new  dca0185   DOC: compat notice for 3.6
       new  c045e1d   API: Rename CParserError to ParserError (#14479)
       new  dd3759d   Merge tag 'v0.19.1' into debian
       new  0448f70   Fresh upstream release
       new  4a1a330   BUG in clipboard (linux, python2) with unicode and separator (GH13747)
       new  f26b049   COMPAT: Require a problem description in issues
       new  f609640   BUG: Fix move_into_mutable_buffer for python 3.6.
       new  f862b52   BUG: Fix parse empty df
       new  9f2e453   BUG: Avoid AmbiguousTimeError on groupby
       new  3443de7   TST: Test aggregation over arrays (#3788)
       new  fdb70a9   DOC: update FAQ to note pandas-qt only works for python 2.x (#14713)
       new  880de30   TST: skip test_transactions in sqlitefallback on py3.6
       new  ae72d3b   DOC: Disambiguate 'where' in boolean indexing-10min.rst (#12661) (#14708)
       new  4143b32   DOC: fix typo in merge_asof docstring examples (#14718)
       new  73aa695   doc: comverted --> converted (#14722)
       new  e4413c4   DEPR: Patch to_dense behaviour for sparse.
       new  22d982a   Update frame.py (#14724)
       new  75b606a   BUG: Respect the dtype parameter for empty CSV (#14717)
       new  6ad6e4e   DOC: Correct uniqueness of index for Series  (#14344)
       new  26a72e1   CLN: move assignment from header into cython (#14731)
       new  ee10816   MAINT: Ignore .pxi files
       new  b1d9599   DOC: missing ref in timeseries.rst (#14745)
       new  d8e427b   BUG: Improve error message for multi-char sep and quotes in Python engine (#14582)
       new  58731c4   DOC: Remove outdated caveats for Anaconda and HTML parsing (#9032) (#14739)
       new  75bb530   API: add dtype= option to python parser (#14295)
       new  6d2b34a   BUG: mixed freq timeseries plotting with shared axes (GH13341) (#14330)
       new  08d7b2c   Standardize function signatures (#14645)
       new  837db72   Revert "TST/TEMP: fix pyqt to 4.x for plotting tests" (#14744)
       new  d19fb07   added patch changeset_1309346c08945cd4764a549ec63cf51089634a45.diff to "cherry-pick" 1309346c08945cd4764a549ec63cf51089634a45 (BF: (re)raise the exception always unless returning)
       new  af3cbba   debian/control - Moved statsmodels build-depend (optional) under build-depends-indep to break circular dependency.  Thanks Stuart Prescott for the analysis
       new  08d7b1b   changelog for the patch
       new  c5f219a   BUG: SAS chunksize / iteration issues (#14743)
       new  06f26b5   ENH: add data hashing routines (#14729)
       new  2f43ac4   BF: (re)raise the exception always unless returning (#14756)
       new  dfeae39   BUG: Improve error message for skipfooter malformed rows in Python engine (#14749)
       new  e3de052   added read_msgpack() to index (#14765)
       new  43c24e6   BLD: clean .pxi when cleaning (#14766)
       new  423c16a   BLD/DOC: use new secure key for pandas-docs-travis
       new  de1132d   ERR: raise on python in object hashing, only supporting strings, nulls
       new  11ca57f   DOC: Remove SparseSeries from SparseArray doc (#14769)
       new  e299560   PERF: Improve replace perf
       new  1efa51c   DOC/TST: dtype param in read_fwf (#14768)
       new  87beca3   PEP8: fix line length
       new  2bd9c95   DOC: specify link to frequencies (#14760)
       new  1b0333b   BLD: update pandas-docs github token again
       new  725453d   BLD: restore original pandas-docs key
       new  b308327   Fix typo at pandas/core/generic.py (#14787)
       new  b787468   Fix a simple typo (#14785)
       new  3d73d05   Small typos (#14789)
       new  56c3aae   ENH: support cut/qcut for datetime/timedelta (GH14714) (#14737)
       new  588e29d   API: add dtype param to read_excel (#14786)
       new  27fcd81   BUG: multi-index HDFStore data_columns=True
       new  f23010a   BUG: Bug in a groupby of a non-lexsorted MultiIndex
       new  c0e13d1   BUG: Bug upon Series.Groupby.nunique with empty Series
       new  5d0e157   ENH: support kind and na_position kwargs in Series.sort_index (#14445)
       new  b97e007   DOC: minor format fix (#14802)
       new  b3dd9ba   ENH: add Series to_excel method (#14780)
       new  53bf1b2   BUG: Ensure min_itemsize is always a list (#11412)
       new  4378f82   BUG: Corrects stopping logic when nrows argument is supplied (#7626)
       new  6e514da   BUG: _nsorted incorrect with duplicated values in index
       new  8cdc09e   ENH: Allow usecols to accept callable (GH14154) (#14234)
       new  0412732   COMPAT: numpy compat with 1-ndim object array compat and broadcasting (#14809)
       new  51f725f   BUG: fix hash collisions for from int overflow (#14805)
       new  846e9e5   MAINT: Cleanup pandas/src/parser (#14740)
       new  1725d24   TST: Test pivot with categorical data
       new  2466ecb   BLD: try new build credentials for pandas-docs
       new  1821854   Require cython >= 0.23 or otherwise use pre-cythoned sources (should resolve https://github.com/pandas-dev/pandas/issues/14699 on jessie)
       new  3ac41ab   DOC: Fix grammar and formatting typos (#14803)
       new  7d610d9   debian/control - Build-Conflicts with python-tables 3.3.0-4 since that one leads to FTBFS - boosted policy to 3.9.8
       new  5f057cb   ENH: Add the ability to have a separate title for each subplot when plotting (#14753)
       new  36bb8af   ENH: Introduce UnsortedIndexError  GH11897 (#14762)
       new  0699c89   BF(TST): use = (native) instead of < (little endian) for target data types (#14832)
       new  67e0336   added patch changeset_0699c89882133a41c250abdac02796fec84512e8.diff to "cherry-pick" 0699c89882133a41c250abdac02796fec84512e8 (BF(TST): use = (native) instead of < (little endian) for target data types (#14832))
       new  bd0ab1c   exclude few more tests + add changelog entries for patch
       new  856476b   BLD: use org name in build-docs.sh
       new  3710f2e   TST: add test to confirm GH14606 (specify category dtype for empty) (#14752)
       new  6e09022   DOC: add section on groupby().rolling/expanding/resample (#14801)
       new  1dbc7be   ENH: add timedelta as valid type for interpolate with method='time' (#14799)
       new  ad3eca1   CLN/PERF: clean-up of the benchmarks (#14099)
       new  000e8d4   BLD: try new gh token for pandas-docs
       new  34807fc   TST: skip testing on windows for specific formatting which sometimes hangs (#14851)
       new  d531718   BUG: GH11847 Unstack with mixed dtypes coerces everything to object
       new  e991141   BUG: Allow TZ-aware DatetimeIndex in merge_asof() (#14844)
       new  cb2d6eb   CLN: lint of test_base.py
       new  bca7be9   Frame benchmarking sum instead of mean (#14824)
       new  b6de920   TST: Correct results with np.size and crosstab (#4003) (#14755)
       new  81a2f79   BLD: escape GH_TOKEN in build_docs
       new  6c87601   Merge commit 'v0.19.0-174-g81a2f79' into releases
       new  dd7e977   Merge branch 'releases' (as of v0.19.0-174-g81a2f79) into debian
       new  54ebea7   changelog and dropped 2 of the CPed patches
       new  b818421   recythonized
       new  47e23d9   Moved packaging to Debian Science team
       new  e09178c   New upstream version 0.19.1+git174-g81a2f79
       new  f80a7f3   Re-add debian/ dir
       new  ce9d1cb   Remove non-standard gbp configuration

The 14787 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pandas.git



More information about the debian-science-commits mailing list