[pandas] annotated tag v0.14.0rc1 created (now 59be012)

Andreas Tille tille at debian.org
Wed Dec 28 15:20:17 UTC 2016


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

tille pushed a change to annotated tag v0.14.0rc1
in repository pandas.

        at  59be012   (tag)
   tagging  76f6cf0050025ec5a6187e17957ea9a158cc2d56 (commit)
  replaces  v0.13.1
 tagged by  jreback
        on  Fri May 16 18:28:09 2014 -0400

- Log -----------------------------------------------------------------
Version 0.14.0rc1

Acanthostega (1):
      BUG: data written with to_sql legacy mode (sqlite/mysql) not persistent GH6846

Adam Marcus (2):
      to_csv headers kwarg now works regardless of index flag
      Add release note

Alex Gaudio (1):
      ENH: Index(...) constructor creates a MultiIndex when appropriate.

Alex Rothberg (1):
      ERROR: better expection for passing a MS frequency (GH5332)

Andrew Rosenfeld (5):
      BUG: Fix irregular Timestamp arithmetic types #6543
      BUG: preserve frequency across Timestamp addition/subtraction (#4547)
      ENH: including offset/freq in Timestamp repr (#4553)
      REGR: fixing Timestamp/Series subtraction, resolves #6648
      BUG: fixing tseries plot cursor display, resolves #5453

Andy Hayden (21):
      BUG/API groupby head and tail act like filter, since they dont aggregage, fixes column selection
      Merge pull request #6535 from clarkfitzg/error_message
      DOC add groupby head and tail to docs
      Merge pull request #6533 from hayd/groupby_head
      ENH/BUG groupby nth now filters, works with DataFrames
      TST add vbench for groupby nth
      Merge pull request #6569 from hayd/groupby_nth
      FIX use selected_obj rather the obj throughout groupby
      PERF #6570 patch by @jreback
      Merge pull request #6570 from hayd/groupby_selected_obj
      FIX raise when groupby selecting cols not in frame
      FIX filter selects selected columns
      Merge pull request #6593 from hayd/groupby_filter_filter
      FIX str.match uses na flag
      Merge pull request #6611 from hayd/str_match_nan
      Use svg travis badge
      ENH partial sorting for mi in sortlevel
      DOC partial sort for multiindex
      Merge pull request #6916 from marcua/to-csv-headers
      ENH: add count method to groupby (GH5610)
      ENH nlargest and nsmallest Series methods

Antoine Mazières (2):
      Update groupby.rst
      Update groupby.rst

Benedikt Sauer (3):
      Make to_csv return a string in case no buffer is supplied.
      Remove the special case for empty dataframes in to_html.
      BUG: Fix Xl(sx|wt)Writer always using `date_format`.

Brad Buran (1):
      ENH: Keep series name in GroupBy agg/apply ops

Christopher Whelan (2):
      Add references to isnull in notnull docs and vice versa
      ENH: Preserve .names in df.set_index(df.index)

Clark Fitzgerald (2):
      informative error message
      API: default value for read_excel sheet (GH6573)

DSM (1):
      ENH: add method='dense' to rank

Dale Jung (8):
      BUG: shift now converts named axis to numer. fixes #6724
      PRF: .shift() speedup: Only pass in c_contiguous arrays to np.roll/take
      PRF: Fixed shift speed tests and added consolidated DataFrame shift perf
      ENH: Panel.shift now uses NDFrame.shift.
      BUG: DataFrame._reduce was converting integers to strings in mixed-type
      ENH: Added NDFrame.slice_shift
      BUG: Change Panel.shift to use slice_shift #6605 #6826
      PRF: Optimize 2d take operations.

Dan Allan (2):
      ENH #4163 Use SQLAlchemy for DB abstraction
      ENH #4163 Use SQLAlchemy for DB abstraction

Dan Birken (1):
      BUG: Fix to_datetime to properly deal with tz offsets #3944

Daniel Waeber (2):
      ENH: pytables start/stop/selection fixes and select_as_mutlipe change
      BUG: Fix unconverting of long strings from HDF (GH6166)

David Jung (1):
      Added text to the HDFStore.put() method indicating dropna is available and settable via option, as for append()

David Stephens (1):
      TST: nose.Skiptest on RemoteDataErrors in tests for io.data.Options

Douglas McNeil (1):
      CLN: remove vestigial count code

Garrett Drapala (2):
      CLN: replace pandas.compat.scipy.scoreatpercentile with numpy.percentile
      CLN/TST: return Timestamp for .quantile on datetime[ns] series

Gouthaman Balaraman (1):
      A merged version of all my commits .

Guillaume Poulin (2):
      Fix SQLLegacy to allow parameters as mapping
      Add SQL read_parameters tests

Jacob Howard (1):
      BUG: Add type promotion support for eval() expressions with many properties

Jacob Schaer (1):
      Added test and basic unicode support

Jason Sexauer (6):
      ENH: Have pivot and pivot_table take similar arguments
      Deprecate cols in to_csv, to_excel, drop_duplicates, and duplicated.  Use decorator.  Update docs and unit tests. [fix #6645, fix#6680]
      Remove number of deprecated parameters/functions/classes [fix #6641]
      DEPR:  Deprecate DateRange [fix #6816]
      DOC: Use correct git hub numbers for deprecations [#6641]
      Add how kwarg to rolling_* functions [fix #6297]

Jeff Reback (1):
      DOC: whatsnew edits

Jeff Tratner (2):
      BUG/ENH: Fix to_excel representation of inf values
      Merge pull request #6812 from jtratner/excel-inf

Jeffrey Starr (1):
      ENH: Implementing str_wrap function

John David Reaver (1):
      BUG: Fix for GH6399, mergesort is unstable when ascending=False

John McNamara (1):
      BUG: Fix to read decimal seconds from Excel.

Jonathan Chambers (11):
      ENH #4163 Added tests and documentation
      ENH #4163 Added more robust type coertion, datetime parsing, and parse date options. Updated optional dependancies
      ENH #4163 Added tests and documentation
      ENH #4163 Added more robust type coertion, datetime parsing, and parse date options. Updated optional dependancies
      ENH #4163 Tweaks to docs, avoid mutable default args, mysql tests
      ENH #4163 Introduce DataFrame Index support. Refactor to introduce PandasSQLTable for cleaner OOP design
      ENH #4163 Fix bug in index + parse date interaction, added test case for problem
      ENH #4163 Fixed missing basestring import for py3.3 compat
      ENH #6416: performance improvements on write - tradoff higher memory use for faster writes.
      ENH #6416 cleanup for PR
      CLN #6589 remove print statements when sep=None is passed to read_csv

Joris Van den Bossche (78):
      Merge pull request #6255 from michaelaye/patch-1
      DOC: fix link to str.get_dummies
      Merge pull request #6278 from jorisvandenbossche/doc-fix-dummies-link
      Fix merge conflict in sql docs
      DOC: clean-up docstrings of sql
      DOC: fix sql docs (write example data to database)
      Merge pull request #6302 from iled/doc
      Merge pull request #6298 from jorisvandenbossche/sql-docstring
      TEST: add basic postgresql tests
      TEST io.sql: sqlite tests to seperate class
      Add pymysql, psycopg2 and rpy2 to show_versions
      Merge pull request #6316 from jorisvandenbossche/sql-postgresql-tests
      DOC: clarify docstring of rolling/expanding moments
      DOC: fix doc build warnings
      Merge pull request #6362 from jorisvandenbossche/doc-rolling
      DOC: add explanation to doc/sphinxext
      DOC: small doc fixes
      Merge pull request #6442 from jorisvandenbossche/doc-fixes
      Merge pull request #6441 from jorisvandenbossche/doc-sphinxext-readme
      Merge pull request #6499 from cpcloud/r-slicing-with-c
      Merge pull request #6510 from rcarneva/master
      BUG/TST: replace iterrows with itertuples in sql insert (GH6509)
      TST: add check_exact arg to assert_frame/series_equal
      Merge pull request #6591 from jorisvandenbossche/sql-itertuples
      TST: enable MySQL tests
      Merge pull request #6613 from jorisvandenbossche/sql-mysql2
      Merge pull request #5505 from jsexauer/fix5505
      TST: skip sql tests if connection to server fails
      Merge pull request #6651 from jorisvandenbossche/sql-skiptests
      SQL: move df.to_sql to generic + update with new functionality
      Merge pull request #6598 from jorisvandenbossche/sql-to_sql
      DOC: some minor doc fixes
      Merge pull request #6653 from jorisvandenbossche/doc-fixes2
      Merge pull request #6433 from danielballan/in-gotcha
      SQL: add index_label keyword to to_sql
      Merge pull request #6642 from jorisvandenbossche/sql-multiindex
      DOC: small doc fixes (build warning in sym_diff + formatting in release notes)
      Merge pull request #6739 from jorisvandenbossche/doc-fixes
      DOC: fixes empty boxes + too wide:
      DOC: improve docstring of pd.melt
      Merge pull request #6709 from gpoulin2/master
      Merge pull request #6746 from jorisvandenbossche/doc-fixes
      DOC: correct alignment of GH6756
      Merge pull request #6776 from SplashDance/master
      Update v0.10.1.txt
      DOC: fix latex error build
      Merge pull request #6875 from Acanthostega/master
      SQL: fix + test handling columns argument in read_table
      ENH/TST SQL: add multi-index support to to_sql
      ENH/TST SQL: add multi-index support to read_table
      Merge pull request #6735 from jorisvandenbossche/sql-multiindex
      SQL: add multi-index support to legacy mode (#6881)
      SQL: keep backwards compatibility for write_frame index handling
      Merge pull request #6883 from jorisvandenbossche/sql-multiindex
      API: update SQL functional api #6300
      TST: test new read_sql api
      Merge pull request #6867 from jorisvandenbossche/sql-api
      TST: restructure sql tests
      Merge pull request #6912 from jorisvandenbossche/sql-tests
      Merge pull request #6902 from danielballan/remove-safe-col-names
      DOC: fix some doc build warnings
      Merge pull request #6989 from jorisvandenbossche/doc-fixes2
      TST: Deprecation -> FutureWarning + catch in tests
      BUG/TST: fix get_schema + add tests
      SQL: revert deprecated tquery/uquery to 0.13 version
      SQL: put old tests back + some fixes to get them running
      Merge pull request #7062 from TomAugspurger/visualization-doc3
      Merge pull request #6987 from jorisvandenbossche/sql-legacy-tests
      SQL: resolve legacy mode + deprecate mysql flavor (GH6900)
      Merge pull request #7078 from chebee7i/patch-1
      FIX sql handling of timedelta64 columns (GH6921)
      Merge pull request #7077 from jorisvandenbossche/sql-legacy
      Merge pull request #7076 from jorisvandenbossche/sql-timedelta
      TST: add tests for sql datetime writing
      Merge pull request #7082 from jorisvandenbossche/sql-datetime
      TST: sql add tests for NaN handling
      Merge pull request #7100 from jorisvandenbossche/sql-tests
      TST: also skip datetime_NaT tests for sqlite3

Julia Evans (1):
      DOC: link to pandas-cookbook instructions

Júlio (1):
      clarified to_excel and read_excel

K.-Michael Aye (1):
      Update indexing.rst

Katie Atkinson (1):
      Added assert_numpy_array_equals to make assert statments in this

Kelsey Jordahl (1):
      DOC: Update EPD link to Canopy

Kevin Sheppard (2):
      BUG: Error in to_stata when DataFrame contains non-string column names
      BUG: NaN values not converted to Stata missing values

Matt Wittmann (2):
      BUG/ENH: Warn when falling back to python parser
      BUG: fix reading multi-level index in python parser

Matthias Kuhn (1):
      ENH: Add an 'escape' keyword to DataFrame.to_latex (GH6472)

Max Grender-Jones (1):
      Fix for GH 6885 - get_dummies chokes on unicode values

Michael E. Gruen (1):
      TYPO: idxmax is maximum, not minimum

Nipun Batra (1):
      Changed the link to my entries in the cookbook

Noah Spies (1):
      BUG: Series/DataFrame.rank() doesn't handle small floats correctly #6868

PKEuS (1):
      StataWriter: Replace missing values in string columns by an empty string

Patrick O'Keeffe (1):
      ENH/DOC: add params to `DataFrame.to_csv` GH5414 GH4528

Phillip Cloud (84):
      TST: run clipboard tests explicitly
      BUG: fix bool no-op replace calls
      CLN: replace in bool block rather than special-casing in common
      TST: add tests for dict with bool keys
      DOC: release notes
      Merge pull request #6339 from cpcloud/replace-bool-fix
      BUG: properly tokenize & and | and exprs with strings
      CLN: clarify code in com.mask_missing
      BUG: disallow comparisons in replace_list with malformed types
      DOC: add small caveat section in missing_data.rst
      Merge pull request #6354 from cpcloud/bool-block-fail-6353
      BUG: fix nested dict bug
      DOC: release notes
      Merge pull request #6365 from cpcloud/replace-nested-dict-6342
      DOC: add cookbook example for reading in simple binary file formats
      Merge pull request #6390 from cpcloud/cookbook-read-bin-6305
      DOC: use ipython in bool replace doc warning
      DOC: use code block for shorter error message
      Merge pull request #6412 from cpcloud/replace-bool-doc-fix
      ENH: backport Python 3.3 ChainMap
      CLN/ENH: use Scope.swapkey() to update names
      ENH/CLN: track scope instead of hard coding minimal stack level
      ERR/API: disallow local references in top-level calls to eval
      BUG: ChainMap m parameter only exists in Python 3.4
      BUG: use a regular for loop in _ensure_term
      Merge pull request #6366 from cpcloud/eval-fix-scope
      BUG: punt to user when passing overlapping replacment values in a nested dict
      BUG: correctly tokenize local variable references
      Merge pull request #6430 from cpcloud/eval-fix-at-containing-strings
      Merge pull request #6429 from cpcloud/replace-mapping-punt-5338
      CLN: minimize tokenizer passes
      Merge pull request #6432 from cpcloud/eval-consolidate-tokenization
      CLN: remove dead code in pandas.computation
      Merge pull request #6448 from cpcloud/eval-coverage
      BUG: split should respect maxsplit when no pat is given
      Merge pull request #6467 from cpcloud/str-pat-n-fix-6466
      DOC: release notes for #6466
      BUG/TST: read_html should follow pandas conventions when creating empty data
      Merge pull request #6447 from cpcloud/read-html-float-iterable-5129
      DOC: show users how to emulate R c function with iloc slicing and r_
      BUG: disallow mixed dtype operations
      Merge pull request #6652 from cpcloud/gh-5198-stack-blow-eval-mixed-type-operations
      ENH: define the order of resolution for index vs columns in query/eval
      Merge pull request #6677 from cpcloud/index-resolvers-after-columns
      BUG: fix metacharacter replacement bug in DataFrame.replace()
      Merge pull request #6778 from cpcloud/regex-false-replace
      BUG/API: disallow boolean arithmetic operations
      CLN/TST: move ops test from test_frame.py to test_expressions.py
      BUG: check for dtype attr then check block types if no dtype attr
      Merge pull request #6803 from cpcloud/bool-arith-ops-6762
      BLD: spring cleaning on Makefile
      Merge pull request #6784 from cpcloud/clean-up-makefile
      TST/BUG: make the gender variable non random in test_hist_by_no_extra_plots
      CLN: leftover rebasing from 405018c
      Merge pull request #6822 from cpcloud/no-random-hist-by-test
      BENCH: add vbench for issue 6697
      Merge pull request #6825 from cpcloud/replace-dict-vbenches
      BUG: fix replace bug where different dtypes in a nested dict would only replace the first value
      Merge pull request #6820 from cpcloud/replace-dtype-bool-fix
      ENH: Use Float64HashTable for Float64Index backend
      Merge pull request #6879 from cpcloud/float64-index-enh
      BUG: properly rename single group match in Series.str.extract()
      Merge pull request #6888 from cpcloud/single-group-extract-match-naming
      DOC: note about query strings in HDFStore selection
      Merge pull request #6905 from cpcloud/query-doc
      ENH: cythonize groupby count
      VB: add a vbench for groupby count
      BUG: numeric_only must be False for count
      CLN: EAFP for count
      DOC: add release and v0.14.0.txt notes
      Merge pull request #7016 from cpcloud/groupby-count-cython
      BUG: PEBKAC bug in Float64Index
      TST: add test for multiple element Float64Index containment
      Merge pull request #7068 from cpcloud/float64-index-bug
      ENH: use size instead of cythonized count for fallback cases
      Merge pull request #7055 from cpcloud/groupby-count-with-size
      BUG: use size attribute (not method call)
      BUG: force float64 dtype in object results for groupby
      ERR: more informative error message on bool arith op failures
      DOC: add release note and version doc/example
      Merge pull request #7015 from cpcloud/bool-raises-on-exprs-err-msg
      DOC/REF: add docstrings and DRY it up
      DOC: doc blurb in basics.rst
      Merge pull request #7113 from cpcloud/hayd-kth_smallest

Pietro Battiston (4):
      DOC: Clarify that methods taking a MultiIndex level index also accept the name
      DOC: further homogenized the description of "level" argument
      DOC: level argument description in _binop
      DOC: Fixed repetition

Randy Carnevale (1):
      remove semicolon from CREATE TABLE legacy template

Robert Gibboni (1):
      VIS: added ability to plot DataFrames and Series with errorbars

Skipper Seabold (10):
      ENH: Import testing into main namespace.
      ENH: rolling_/expanding_apply take args, kwargs for func
      ENH: Add functions for creating dataframes with NaNs
      ENH: Allow custom frequencies. Closes #4541.
      Merge pull request #6473 from jseabold/allow-freq-test-utils
      DOC: Expand on usage.
      BUG: iloc back to values for assignment. Closes #6602.
      ENH: Make sure to return int for indices
      ENH: Allow longtable in to_latex. Closes #6616.
      DOC: Add parameter to docstring

SplashDance (1):
      DOC: Issue #6763 - Corrected MERGE example

Stephan Hoyer (2):
      DOC: Clarify that DataFrame string formatters must return strings
      BUG FIX: cartesian_product now converts all arguments to ndarrays

Tim Cera (1):
      Initial implementation of calculation of astronomical Julian Date.

Tobias Brandt (5):
      TST: Added tests for pairwise behaviour in rolling moments.
      ENH: Implemented pairwise rolling moment functions.
      ENH: Folded the *_pairwise rolling moment functions into the base function API.
      DOC: Updated documentation for pairwise API changes.
      ENH: Marked rolling_corr_pairwise and expanding_corr_pairwise as deprecated.

Todd Jennings (1):
      adapt matplotlib .gitignore file

Tom Augspurger (42):
      TST: extra test for GH5684
      BUG: Fix interpolate with inplace=True
      check in interp_with_fill too
      ENH: Add sym_diff for index
      BUG/TST: sorting of NaNs on sym_diff
      Merge pull request #6650 from agijsberts/speed-up-dateconverter
      Merge pull request #5638 from gibbonorbiter/master
      BUG: Seed RNG in test_partially_invalid_plot_data
      Use a context manager for RNG
      Merge pull request #6670 from TomAugspurger/partially-invalid-plot
      Merge pull request #6691 from sinhrks/bar_center_pr
      Merge pull request #6761 from TomAugspurger/lazy-iteritems
      BUG: Use reversed to check for list
      Merge pull request #6661 from sinhrks/table
      Merge pull request #6849 from TomAugspurger/unstack-nonunique
      Merge pull request #6909 from TomAugspurger/panel_shift
      Merge pull request #6678 from sinhrks/legend_pr
      Merge pull request #6928 from TomAugspurger/panel_shift_kwarg
      Merge pull request #6930 from TomAugspurger/factorize-kwarg
      Merge pull request #6850 from zachcp/histograms
      BUG: pass bins arg in hist_frame
      Merge pull request #6935 from TomAugspurger/hist-fix
      BUG: Pass args and kwargs to empty
      Merge pull request #6953 from TomAugspurger/_apply_empty_result-args
      ENH: quantiles accept list like
      Merge pull request #6955 from TomAugspurger/quantiles
      Merge pull request #7007 from rosnfeld/issue_6623
      Merge pull request #6834 from sinhrks/errorbar
      Merge pull request #6976 from sinhrks/pie
      Merge pull request #7027 from TomAugspurger/visualization-rewrite
      Merge pull request #6956 from anomrake/plotting
      Merge pull request #7054 from TomAugspurger/visualization-cleanup
      DOC: fix formatting on plot formattting
      Merge pull request #7081 from TomAugspurger/fwf-slice
      release conflict
      BUG: Datetime values in DataFrame.quantile()
      Merge pull request #7093 from TomAugspurger/quantile-datetime
      Merge pull request #7036 from sinhrks/cln_plottest
      Merge pull request #7088 from TomAugspurger/describe-quantiles
      BUG/API: info repr should honor display.max_info_columns
      Merge pull request #7130 from TomAugspurger/max_info_columns
      API: Add return_type kwarg to boxplot

TomAugspurger (16):
      ENH/VIS add kind='hexbin' to df.plot
      BUG: preserve dtypes in interpolate
      BUG: Series.iteritems should be lazy
      API/BUG Raise ValueError when stacking nonunique levels
      ENH: Implement Panel.pct_change
      API: align Panel.shift API with generic
      change pct_change back to a kwarg
      Deprecate order kwarg in factorize
      DOC: Reorganize visualization.rst
      DOC: Give KDE a section header
      BUG: None in read_fwf colspec should work like empty slice
      ENH/API: accept percentiles in describe
      BUG: Escape `<` and `>` in info _repr_html_
      BUG: dont use Counter and make test unambiguous
      DOC: Use shared docstring
      TST: restore matplotlib defaults before testing

agijsberts (5):
      Speed up DatetimeConverter by using Matplotlib's epoch2num when possible.
      Added vbench performance benchmark for speed up of DatetimeConverter.
      Fixes to DatetimeConverter speed up following PR comments and corresponding note in release notes..
      Fix failed tests when importing Series from pandas.
      Update documentation on visualization to mention using pandas objects directly with matplotlib and the automatically installed date and time formatter.

akittredge (1):
      str_extract should work for timeseries, bug 6348

ankostis (1):
      DOC: Improve doc-string for `copy` kw on `convert_object()` (GH1234)

anomrake (2):
      BUG: fix handling of color argument for variety of plotting functions
      TST: add tests for deprecation warnings from plotting functions

anton-d (1):
      DOC: documented that .apply(func) executes func twice on the first time

bashtage (2):
      BUG/API: Fix stata io to deal with wrong data types and missing values (GH6335)
      ENH: Allow timestamp and data label to be set when exporting to Stata

benjamin (3):
      PERF: Improve performance custom business days (#6584)
      ENH: Added CustomBusinessMonth offset.
      ENH: Centrally truncate DataFrames

bwignall (22):
      CLN: test_timeseries_legacy, specialize assert_
      CLN: test_timeseries, specialize assert_
      CLN: Changing some 'assert_'s to 'assert[Not]Equal', as per GH6175
      CLN: test_plotting, specialize assert_
      CLN: test_resample, specialize assert_
      CLN: test_timedeltas, specialize assert_
      CLN: More work on converting assert_'s to specialized forms
      CLN: Work on converting assert_'s to specialized forms, in pandas/tests
      CLN: Converting assert_'s to specialized forms, in pandas/*/tests
      CLN: Convert last of assert_(x == y) to assertEqual
      CLN: Convert assert_(x != y) to assertNotEqual
      CLN: Specialize assert_(np.array_equal(...))
      CLN: Specialize assert_(np.array_equal(...))
      ENH: Add new specialized asserts for tests
      CLN: Change assert_(a in b) and assert_(a not in b) to specialized forms
      CLN: Change assert_(a is [not] None) to specialized forms
      CLN: Specialize assert_(np.array_equal(...))
      CLN: Change assert_(a is [not] b) to specialized forms
      CLN: Change assert_(a [not] in b) to specialized forms
      CLN: Change assert_([not] isinstance(a,b)) to specialized forms
      CLN: Change assert_([not] isinstance(a,b)) to specialized forms
      CLN: Finish changing assert_(...) to specialized forms

cgohlke (2):
      BUG: Fix ImportError on Python 3.4b2 and 3.4b3
      ENH: add support for Python 3.4 ast.NameConstant

chebee7i (1):
      DOC: Remove newline in @verbatim code-block.

danielballan (4):
      DOC: Add common error message to byte-ordering gotcha.
      DOC: Add section on using in operator with Series, DataFrame
      API: Stop modifying SQL column and names, and warn when pertinent.
      FIX: execute() works on a cursor.

hshimizu77 (1):
      BUG: parser_source as a filename with non utf-8 encoding in Windows filesystem (GH6807)

hugo (4):
      FIX: hdfstore queries of the form where=[('date', '>=', datetime(2013,1,1)), ('date', '<=', datetime(2014,1,1))] were broken
      added test by taking test_term_compat, and removing all Term calls
      DOC: added release note about #6313
      TST: checked for DeprecationWarning on tests for backwards compatability logic

immerrr (15):
      PERF: speed up slice indexing on Series with string keys
      PERF: fix series slice indexing performance
      ENH: ensure dtypes/ftypes properties return dtype=object for empty containers
      PERF: optimize index.__getitem__ for slice & boolean mask indexers
      BUG: fix _ref_locs corruption when slice indexing across columns axis
      BUG/TST: fix several issues with slice bound checking code
      BUG: fix fancy indexing with empty list
      BUG/CLN: fix iloc when positional indexer matched Int64Index keys
      BUG: fix NDFrame.as_blocks() for sparse containers
      CLN: remove items/ref_items attributes from Block class
      CLN: rename Block.ref_locs -> mgr_locs to reduce confusion
      Force 64-bit integers to comply with cython buffer specs
      CLN: drop internals._invert_reordering in favour of lib.get_reverse_indexer
      BLD: fix failing vbench cases
      PERF: optimize Index.delete for dtype=object

ischwabacher (3):
      Fix behavior of `to_offset` with leading zeroes
      TST: Add tests for `to_offset` with leading zeroes
      Add `to_offset` fix to release notes

jaimefrio (1):
      ENH: Use Welford's method in stats.moments.rolling_var

jreback (456):
      COMPAT: pytables encoding reference invalid in python3.3
      Merge pull request #6241 from cgohlke/patch-1
      DOC: add 0.14.0 release notes section
      Merge pull request #6243 from cgohlke/patch-2
      BUG: Indexing bugs with reordered indexes (GH6252, GH6254)
      Merge pull request #6256 from jreback/loc_bug
      TST: dtype fixes for #6256
      BUG: bug in xs for a Series with a multiindex (GH6258)
      Merge pull request #6259 from jreback/xs_bug
      Merge pull request #6261 from bwignall/assert_6175_4
      Merge pull request #6262 from bwignall/assert_6175_5
      BUG: Bug in conversion of a string types to a DatetimeIndex with a specified frequency (GH6273)
      TST: add tests for GH6274
      Merge pull request #6275 from jreback/series_to_index
      BLD: re cythonize files only if we have changed then
      Merge pull request #6205 from havoc-io/master
      Merge pull request #6285 from jreback/cython_cache
      TST: move tests for #6205 to class infrastructure to enable numexpr skipping
      PERF: enhance tseries getitem indexing
      BLD: remove numexpr/tables from 2.7_locale build so numexpr tests will skip
      Merge pull request #6269 from jreback/perf2
      PERF: enhance tseries getitem indexing
      Merge branch 'mangecoeur-master'
      Merge pull request #6284 from TomAugspurger/interpolate-inplace
      BLD: cython caches fix
      BLD: provide secondary catching of some imports in print_versions.py
      BLD: importlib not available in py2.6
      Merge pull request #6267 from bwignall/assert_6175_6
      BLD: caching hanging when numstat is long
      BLD: fix hanging build cache again
      BLD: disable MySQL in requirements-2.7 as its failing the building process
      API: allow the iloc indexer to run off the end and not raise IndexError (GH6296)
      Merge pull request #6299 from jreback/iloc_max
      Merge pull request #6177 from wabu/selection-start-stop-fixes
      BLD: update iron cache secure ids
      BLD: iron cache secure ids try again
      BLD: iron cache update third time is the charm
      BLD: import error on py2.6 for print_versions
      Merge pull request #6315 from KTAtkinson/issue_6175
      Merge pull request #6308 from bwignall/assert_6175_7
      BUG: Regression in join of non_unique_indexes (GH6329)
      Merge pull request #6330 from jreback/align
      BUG: Issue with groupby agg with a single function and a a mixed-type frame (GH6337)
      Merge pull request #6338 from jreback/agg
      BLD: remove -v from nosetests for shorter output
      CLN: move indexing loc changes to index.py
      TST: tests for per_axis_per_level_getitem
      ENH: allow core/index/_get_loc_level to deal with a slice indexer for a particular level
      ENH: allow per_axis, per_level multiindex setting
      DOC: v0.14.0 and indexing doc updates for mi slicing
      BUG: Raise a TypeError when trying to assign with a rhs of a multi-index of differeing levels (GH3738)
      API: add in IndexSlice indexer shortcut
      ENH: make it possible to pass keyword argument to .loc
      BLD: add support for pytables 3.1
      Merge pull request #6268 from jreback/pytables_3.1
      Merge pull request #6301 from jreback/mi_indexing
      BUG: Bug in setting complex dtypes via boolean indexing (GH6345)
      Merge pull request #6347 from jreback/complex
      TST: update for windows tests failures
      BUG: Bug in TimeGrouper/resample when presented with a non-monotonic DatetimeIndex would return invalid results. (GH4161)
      Merge pull request #6350 from jreback/groupby_sorted
      Merge branch 'fix-generic-is-all-dates-performance' of https://github.com/immerrr/pandas into immerrr-fix-generic-is-all-dates-performance
      Merge branch 'query-nested-strings' of https://github.com/cpcloud/pandas into cpcloud-query-nested-strings
      Merge pull request #5478 from TomAugspurger/hexbin-plot
      Merge pull request #6054 from shoyer/test-DataFrame.to_latex
      BUG: correctly handle placement of pos/neg inf when dividing by integer 0 (GH6178)
      ENH/BUG: allow single versus multi-index joining on inferred level (GH3662)
      Merge pull request #6304 from mazieres/patch-1
      DOC: minor groupby.rst edits
      Merge pull request #6359 from jreback/int_div
      DOC: release.rst correction
      Merge pull request #6363 from jreback/mi_merge_single
      BUG/API: df['col'] = value and df.loc[:,'col'] = value are now completely equivalent;
      DOC: reformat release.rst
      Merge pull request #6159 from jreback/loc2
      PERF: change Series indexing on multi-indexes to use a fast path
      Merge pull request #6364 from jreback/ix_perf
      BLD: collection of windows build scripts to build binaries, test, output results
      Merge pull request #6367 from jreback/windows
      Merge pull request #6368 from bwignall/assert_6175_arrayequal_1
      BUG: DataFrame.shift with axis=1 was raising (GH6371)
      Merge pull request #6373 from jreback/df_shift
      Merge branch 'explicit-cb' of https://github.com/cpcloud/pandas into cpcloud-explicit-cb
      API/BUG: reindex_like not passing copy/limit kwargs thru
      Merge pull request #6372 from immerrr/fix-perf-for-series-slices
      Merge pull request #6374 from bwignall/assert_6175_arrayequal_2
      PERF: take the fast path on a reindex when reindexers are identical
      Merge pull request #5978 from MichaelWS/master
      TST: more catching of network errors
      BUG: Bug in take with duplicate columns not consolidated (GH6240)
      Merge pull request #6375 from jreback/take_dup
      Merge pull request #6376 from bwignall/assert_6175_newAsserts
      Merge pull request #5740 from immerrr/fix-empty-frame-dtypes
      Merge pull request #5414 from patricktokeeffe/pass-thru-to_csv-params
      CLN: remove need for tz_localize, tz_convert in Series, use the generic
      Merge pull request #6377 from jreback/tz_clean
      TST: comapre only full dtypes in testing
      Merge pull request #6378 from TomAugspurger/interpolate-ignore-good3
      Merge pull request #6016 from TomAugspurger/symmetric-difference
      Merge pull request #6381 from bwignall/assert_6175_newAsserts_2
      TST: dtype comparisons on windows in test_generic.py
      BUG: Bug in Series.get, was using a buggy access method (GH6383)
      Merge pull request #6385 from jreback/get_bug
      Merge branch 'pytables_backwards_compatability' of https://github.com/hhuuggoo/pandas into hhuuggoo-pytables_backwards_compatability
      Merge pull request #6386 from bwignall/assert_6175_newAsserts_3
      BUG: Bug in DataFrame.dropna with duplicate indicies (GH6355)
      Merge pull request #6388 from jreback/dups_dropna
      API/CLN: add in common operations to Series/Index, refactored as a OpsMixin
      Merge pull request #6380 from jreback/common_ops
      Merge pull request #6387 from bwignall/assert_6175_arrayequal_3
      Merge pull request #6392 from bwignall/assert_6175_isisnot
      BUG: Regression in chained getitem indexing with embedded list-like from 0.12 (6394)
      DOC: release.rst update
      Merge pull request #6396 from jreback/index_regr
      TST: dtype issues on windows with test_getitem_dups
      TST: disable odd test_data/test_fred tests failing, maybe a data revision?
      DOC: missing spaces in release.rst
      DOC: more release.rst fixes
      Merge pull request #6391 from ischwabacher/patch-1
      Merge pull request #6188 from jseabold/import-testing
      BUG: Float64Index with nans not comparing correctly
      Merge pull request #6401 from jreback/float_equal
      ENH: pd.infer_freq() will accept a Series as input
      Merge pull request #6408 from jreback/freq_ops
      API: validate conversions of datetimeindex with tz, and fixup to_series() to handle (GH6032)
      Merge pull request #6398 from jreback/index_coerce
      TST: GH6410 / numpy 4328
      Merge pull request #6413 from jreback/32_bit_tests
      BLD: add optional numpy_dev build
      Merge pull request #6414 from jreback/numpy_dev
      BLD: tweak numpy_dev build
      BUG: inconcistency in contained values of a Series created from a DatetimeIndex with a tz, related (GH6032)
      Merge pull request #6419 from jreback/series_tz_fix
      REGR: Bug in Series.reindex when specifying a method with some nan values was inconsistent (noted on a resample) (GH6418)
      Merge pull request #6421 from jreback/reindex_limit
      Merge pull request #6420 from mangecoeur/sql-perf
      TST: windows dtype fix for test_series/test_reindex_pad
      Merge pull request #6435 from jvns/patch-2
      PERF: Perf issue in concatting with empty objects (GH3259)
      API: concat will now concatenate mixed Series and DataFrames using the Series name
      Merge pull request #6438 from jreback/concat
      Merge pull request #6395 from bwignall/assert_6175_innotin
      TST: fix spurious tests for test_groupby (GH6436)
      BUG/TST: iloc will now raise IndexError on out-of-bounds list indexers to promotoe
      DOC: fix .tz attribute error in DatetimeIndex when building docs
      Merge pull request #6443 from jreback/iloc_bounds2
      INT/CLN: clean up block slicing semantics
      Merge pull request #6446 from jreback/iloc_tests
      Merge pull request #6453 from TomAugspurger/sym_diff_nan3.4
      Merge branch 'fix-cartesian-product' of https://github.com/shoyer/pandas into shoyer-fix-cartesian-product
      Merge branch 'str_extract_time_series_bug' of https://github.com/andrewkittredge/pandas into andrewkittredge-str_extract_time_series_bug
      BLD: remove pdb from test_strings.py
      BLD: add numpy 1.8.x builds as optional
      Merge pull request #6458 from qwhelan/notnull_doc
      COMPAT: infer_freq compat on passing an Index of strings (GH6463)
      Merge pull request #6465 from jreback/infer_freq2
      Merge pull request #6422 from jseabold/make-missing
      BUG: Bug in sum of a timedelta64[ns] series (GH6462)
      Merge pull request #6475 from jreback/td
      BUG: Bug in resample with a timezone and certain offsets (GH6397)
      Merge pull request #6477 from jreback/resample
      Merge pull request #6480 from dsm054/remove_vestigial_count
      PERF: perf improvements in DataFrame construction with a non-daily datelike index (GH6479)
      BUG: fix non-caching of some frequency offsets for date generation
      Merge pull request #6489 from jseabold/docs-clarification
      Merge pull request #6481 from jreback/di_perf
      BUG: Bug in iat/iloc with duplicate indices on a Series (6493)
      Merge pull request #6495 from jreback/iat
      PERF: perf improvements in single-dtyped indexing (GH6484)
      Merge pull request #6500 from toobaz/level_name
      TST: windows dtype test fix for tests_indexing/test_imethods_with_dups
      Merge pull request #6486 from jreback/reindex
      Merge pull request #6440 from immerrr/index-getitem-performance
      BUG: Bug in multi-axis indexing using .loc on non-unique indices (GH6504)
      Merge pull request #6506 from jreback/dup_loc
      Merge pull request #6521 from danielballan/endian-gotcha
      Merge pull request #6525 from immerrr/fix-df-column-slice-indexer
      BUG: Regression from 0.13 in the treatmenet of numpy datetime64 non-ns dtypes in Series creation (GH6529)
      Merge pull request #6530 from jreback/datetime_convert
      Merge pull request #6459 from qwhelan/set_index_names
      BUG: Bug in setitem with a duplicate index and an alignable rhs (GH6541)
      Merge pull request #6542 from jreback/dup_assign
      BUG: Bug in setitem with loc on mixed integer Indexes (GH6546)
      Merge pull request #6548 from jreback/loc_setitem
      Merge pull request #6531 from immerrr/fix-out-of-bounds-slice-issues
      Merge pull request #6068 from bburan-galenea/bburan/dataframe_groupby_apply_series_name
      BLD: change wheel url to pandas.pydata.org
      Merge pull request #6567 from jreback/versions3
      BLD: add bottleneck 0.8.0 to 3.3 build
      Merge branch 'fix-fancy-indexing-empty-list' of https://github.com/immerrr/pandas into immerrr-fix-fancy-indexing-empty-list
      BUG: Series.quantile raising on an object dtype (GH6555)
      Merge pull request #6558 from jreback/quantile_object
      Merge pull request #6553 from bashtage/time_stamp-data_label-reserved_words
      Merge pull request #6560 from rosnfeld/issue_4547
      BLD: fix versions of setuptools/pip/wheel to be stable and know to work
      DOC: cookbook.rst entry
      BUG: Bug in .xs with a nan in level when dropped (GH6574)
      Merge pull request #6577 from bwignall/assert_6175_isinstance
      Merge pull request #6579 from jreback/xs
      Merge pull request #6580 from bwignall/assert_6175_cleanup
      Merge pull request #6406 from filmor/patch-2
      BUG: Bug in fillna with method = bfill/ffill and datetime64[ns] dtype (GH6587)
      Merge pull request #6588 from jreback/date_fill
      Merge pull request #6575 from rosnfeld/issue_4553
      Merge pull request #6597 from unutbu/fix-equivalent
      BUG: Bug in popping from a Series (GH6600)
      Merge pull request #6603 from jseabold/fix-testing
      Merge pull request #6601 from jreback/pop
      ENH/TST: Support for non-ascii encodings in DataFrame.to_excel (GH3710)
      Merge branch 'excel_default' of https://github.com/clarkfitzg/pandas into clarkfitzg-excel_default
      Merge pull request #6615 from mangecoeur/CLN-6589
      BLD: add 3.4 build requirements and wheels
      Merge pull request #6614 from immerrr/drop-reindex-takeable-param
      BUG: Bug in fillna with limit and value specified
      Merge pull request #6628 from jreback/fillna_limit
      BUG/API: allow TimeGrouper with other columns in a groupby (GH3794)
      CLN/API: replace groupby.CustomGrouper with Grouper
      DOC: update groupby docs for using pd.Grouper
      Merge pull request #6622 from bashtage/stata-timestamps
      CLN: refactor of groupby/resample to handle Grouper
      Merge pull request #6596 from jacobschaer/GBQ_Unicode_Support
      Merge pull request #6405 from filmor/patch-1
      API: A tuple passed to DataFame.sort_index will be interpreted as the levels of
      DEPR: remove 'columns' kw from DataFrame.sort (prior deprecated circa 2012)
      Merge pull request #6516 from jreback/time_grouper
      Merge pull request #6639 from jreback/sort_error
      PLAT: platform sorting issue surfaced with time_grouper
      Merge pull request #6649 from pydata/platform_sort
      DOC: update groupby pd.Grouper docs
      CLN: move set_grouper/get_grouper type pd.Grouper methods to internal
      Merge pull request #6655 from jreback/groupby
      BLD: update wheel build script to add in psycopg2 support
      Merge pull request #6592 from bjonen/master
      Merge pull request #6657 from rosnfeld/issue_6648
      BUG: Bug in compat with np.compress, surfaced in (GH6658)
      Merge pull request #6659 from jreback/compress
      BLD: statsmodels testing versions now 0.5.0, except py2.6 for 0.4.3
      Merge pull request #6672 from gouthambs/iss5609
      BUG: Bug in binary operations with a rhs of a Series not aligning (GH6681)
      Merge pull request #6682 from jreback/binary_op
      Merge pull request #6685 from bashtage/stata-world-indicators
      BUG: Bug in resample with extra bins when using an evenly divisible frequency (GH4076)
      Merge pull request #6690 from jreback/resample_bin
      Merge pull request #6660 from agijsberts/docs-plot-with-mpl
      DOC: add to docstring of core/groupby/Grouper
      BLD: use numpy 1.8.1 in 2.7 build
      Merge pull request #5231 from unutbu/nan-sort
      BUG: Bug in consistency of groupby aggregation when passing a custom function (GH6715)
      COMPAT: change Series.sort to use na_position rather than deprecated na_last
      Merge pull request #6725 from dalejung/shift_named_axis
      Merge pull request #6718 from jreback/groupby_agg
      Merge pull request #4950 from snth/pairwise
      Merge pull request #6728 from MichaelWS/master
      BUG: bug in BlockManager._get_numeric_data, with invalid combine
      Merge pull request #6730 from jreback/numeric
      BUG: Bug in resample when how=None resample freq is the same as the axis frequency (GH5955)
      Merge pull request #6731 from jreback/resample
      BUG: Bug in downcasting inference with empty arrays (GH6733)
      Merge pull request #6737 from jreback/infer
      DOC: minor documenation changes
      Merge pull request #6722 from sinhrks/loglog
      API: all offset operations now return Timestamp types (rather than datetime), Business/Week frequencies were incorrect (GH4069)
      Merge pull request #6743 from jreback/freq
      TST: windows dtype correction
      Merge pull request #6747 from dalejung/quick_shift_fixes
      Merge pull request #6748 from immerrr/fix-as-blocks-for-sparse
      PERF: perf improvements in timedelta conversions from integer dtypes
      Merge pull request #6756 from anton-d/master
      Merge pull request #6754 from jreback/timedelta_perf
      Merge branch 'general-shift-4867-panel' of https://github.com/dalejung/pandas into dalejung-general-shift-4867-panel
      DOC: cookbook
      BUG: Bug in setting a tz-aware index directly via .index (GH6785)
      Merge pull request #6786 from jreback/set_index
      BUG: bug in taking all on a multi-index when only level 0 is specified (GH6788)
      TST: simply some yahoo network tests
      Merge pull request #6790 from jreback/slice
      Merge pull request #6791 from ankostis/master
      Merge pull request #6765 from TomAugspurger/lazy-iteritems
      BUG: duplicate (getitem) indexing with iloc (GH6766)
      Merge pull request #6799 from jreback/iloc_dups_1
      BUG: bug in timedelta ops on 32-bit platforms (GH6808)
      Merge pull request #6734 from sinhrks/ind_nunique
      Merge branch '6700_dataframe_from_records_itertools' of https://github.com/westurner/pandas into westurner-6700_dataframe_from_records_itertools
      TST: dtype fix for test_base, from PR 6734)
      Merge pull request #6823 from cpcloud/vbench-git-fix
      Merge pull request #6821 from jreback/unconvert2
      DOC: add versionadded for hdf.default_format (GH6554)
      Merge branch 'mixed_dtype_string_promotion' of https://github.com/dalejung/pandas into dalejung-mixed_dtype_string_promotion
      BUG: Regression from 0.13 with fillna and a Series on datetime-like (6344)
      Merge pull request #6824 from jreback/fillna
      Merge branch 'StataParser' of https://github.com/PKEuS/pandas into PKEuS-StataParser
      Merge pull request #6832 from toobaz/docfix_correlations
      Merge pull request #6818 from sinhrks/timedelta64
      DOC: updates to indexing.rst / chained indexing docs
      DOC: add performance section to io.rst
      DOC: v0.14.0 updates
      DOC: add space considerations to IO methods in performance section
      Merge branch 'fix6641_pr' of https://github.com/jsexauer/pandas into jsexauer-fix6641_pr
      Merge pull request #6840 from rockg/holiday-doc
      Merge pull request #6844 from jsexauer/fixDoc6813
      DOC: minor formatting corrections in v0.14.0 / release
      TST: correction for freq in GH5332
      API: make Series.sort/order arguments in the same order
      DOC: updated dsinstro.rst
      Merge pull request #6848 from jreback/sort
      BUG: to_timedelta not properly converting some units (GH6855)
      Merge pull request #6858 from jreback/timedelta
      DOC: minor docs changes
      API: add inplace keyword to Series.order/sort to make them inverses (GH6859)
      BLD: update 2.7 build (doc build) to use matplotlib 1.3.1
      Merge pull request #6863 from unutbu/max-rows
      BLD: change 2.7 build to use scipy 0.13.3
      BUG: Bug in groupby.get_group where a datetlike wasn't always accepted (5267)
      DEPR: Indexers will warn FutureWarning when used with a scalar indexer and
      Merge pull request #6872 from jreback/get_group
      Merge pull request #6853 from jreback/float_indexers
      Merge pull request #6861 from jreback/inplace
      Merge pull request #6873 from sinhrks/nat_convert
      Merge pull request #6810 from gdraps/replace-scoreatpercentile
      Merge pull request #6908 from sinhrks/grouper
      Merge pull request #6917 from unutbu/cookbook-apply-shift
      DOC: minor correction in cookbook.rst
      API: remove the copy kw from .xs to prevent accidental / confusing setting (GH6894)
      Merge pull request #6919 from jreback/xs_copy
      Merge pull request #6845 from jsexauer/fix6297_pr
      BUG/INT: Internal tests for patching __finalize__ / bug in merge not finalizing (GH 6923)
      Merge pull request #6924 from jreback/finalize
      BUG/INT: Internal tests for patching __finalize__ / bug in concat not finalizing (GH 6927)
      Merge pull request #6866 from bjonen/cbm
      Merge pull request #6931 from jreback/finalize2
      Merge pull request #6817 from jaimefrio/rolling_var-welford
      CLN: failing test on 2.6/windows re GH6866, CustomBusinessMonth
      DOC: release/v0.14.0.txt edits
      API: change AssertionError to TypeError for invalid types passed to concat (GH6583)
      Merge pull request #6941 from jreback/concat
      Merge pull request #6889 from mcwitt/fix-gh6607
      Merge pull request #6946 from ribonoous/patch-1
      BLD: add excel deps to 2.6 build
      Merge pull request #6934 from jmcnamara/bug_decimal_seconds
      BUG: Bug in sum/mean on 32-bit platforms on overflows with non-max dtypes (GH6915)
      Merge pull request #6954 from jreback/overflow
      BLD: numpy 1.9-dev requires cython for installation
      Merge pull request #6745 from immerrr/refactor-blockmanager
      COMPAT:  32-bit platform compat for Panel.count
      Merge pull request #6913 from sinhrks/pivotg
      COMPAT: change neg of boolean to inv (deprecation in numpy 1.9)
      COMPAT: windows dtype fix in for Panel.count
      Merge pull request #6981 from pydata/winfix
      TST: windows dtype fix for test_pivot (GH6913)
      COMPAT: fix array_to_datetime on comparison of NaT
      COMPAT: fix warning for slice indexers when using floats in iloc that are convertible
      Merge pull request #6960 from jreback/warnings
      TST: test_frame/test_sum not comparing correctly on smaller sized dtypes (GH6982)
      COMPAT: remove deprecated options from printing in test suite (GH6984)
      Merge pull request #6986 from jreback/warnings2
      PERF: improved performance of compatible pickles (GH6899)
      Merge pull request #6983 from jreback/pickle_perf
      Merge pull request #6985 from jreback/test_sum
      Merge pull request #6977 from onesandzeroes/iterator-error
      Merge pull request #6876 from sinhrks/cln_plot
      TST: test_sum compare of less precise dtypes take 2
      Merge pull request #6988 from immerrr/refactor-blockmanager
      TST: fix checking for less_precise in floats
      BLD: move PANDAS_TESTING_MODE env variable to .travis_yml
      Merge pull request #6990 from jreback/less_precise
      Merge pull request #6914 from sinhrks/getgroup
      Merge pull request #6974 from dalejung/panel_shift_revert
      DOC: release/v0.14.0.txt notes
      ENH: infer selection_obj on groupby with an applied method (GH5610)
      BUG: fixup Categorical.describe to work with 'fixed' count
      BUG: handle as_index=False for pseudo multi-groupers (e.g. .describe())
      Merge pull request #7000 from jreback/groupby_counts_agg
      DOC: add performance reference in v0.14.0.txt
      DOC: corrections in v0.14.0
      DOC: add notes to the groupby.rst docs
      Merge branch 'master' of https://github.com/mikebailey/pandas into mikebailey-master
      BUG: duplicate indexing with iloc
      Merge pull request #7006 from jreback/iloc_dups
      BLD: travis changes forced system site-packages now unavailable
      DOC: add notes to the groupby.rst docs
      Merge pull request #7008 from immerrr/fix-failing-vb-suites
      BLD: add python 3.4 build on travis
      Merge pull request #7009 from jreback/python3.4
      Merge pull request #7012 from ojdo/patch-1
      DOC: cookbook.rst corrections
      TST: fixup test in tseries/test_offsets for test_datetimeindex (was using a current date)
      TST: tests for groupby not using grouper column, solved in GH7000, (GH5614)
      CLN: fix invalid line in test_offsets.py
      Merge pull request #7019 from jreback/groupby_tests
      Merge pull request #6656 from sinhrks/area_pr2
      TST: clean of test_offsets.py
      Merge pull request #6135 from hayd/mi_partial_sorting
      Merge pull request #6578 from hayd/groupby_selecte_badcols
      BUG: error in Float64Index with contains and non-float (GH7025)
      BLD: fix build caching
      BLD: caching update 2
      BLD: fix caching 3
      BLD: fix caching 4
      Merge pull request #7026 from jreback/float_ni
      BLD: update submit_cache.py to to properly submit caches to iron.io
      Merge pull request #7034 from dstephens99/OptionTests
      TST: clean skipping tests in test_offsets
      Merge pull request #7042 from jreback/test_offset
      Merge pull request #7040 from immerrr/perf-index-delete
      Merge pull request #7046 from jseabold/docs-fix
      Merge pull request #7047 from jsexauer/patch-1
      DOC: release notes / v0.14.0 edits
      Merge pull request #7029 from mcwitt/csv_mi_bug
      Merge pull request #7075 from filmor/patch-1
      Merge pull request #7064 from davidljung/master
      BUG: cache coherence issue with chain indexing and setitem (GH7084)
      Merge pull request #7087 from jreback/series_cache
      Merge pull request #7038 from sinhrks/dayfirst
      Merge pull request #7090 from sinhrks/factorize
      Merge pull request #7089 from cpcloud/groupby-size-windows-bug
      Merge pull request #7041 from sinhrks/unstack
      REGR: Regression in groupby.nth() for out-of-bounds indexers (GH6621)
      Merge pull request #7094 from jreback/groupby_nth_repr
      BLD: catch additional network error messages
      API: update nth to use the _set_selection_from_grouper
      DOC: groupby v0.14.0 doc changes
      Merge pull request #7044 from jreback/groupby_nth
      DOC: update groupby/v0.14.0 docs for nth
      Merge pull request #7092 from sinhrks/appendtz
      DOC: groupby.rst edits
      DOC: tiny groupby.rst edit
      Merge pull request #7102 from gruen/master
      TST: fixup windows test from GH7092
      Merge pull request #7099 from sinhrks/grouptz
      BUG: remove unique requirement rom MultiIndex.get_locs to enable
      Merge pull request #7107 from jreback/mi_slicers
      Merge pull request #7043 from sinhrks/pslice
      DOC: v0.14.0.txt edits
      BUG: Regression in the display of a MultiIndexed Series with display.max_rows (GH7101)
      Merge pull request #7114 from jreback/mi_series_display
      TST: numpy 1.9 -dev exception changes indatetime64 indexing (GH7116)
      TST: windows dtype fix related GH3950
      Merge pull request #7118 from jreback/numpy_dev
      API: allow option truncate for show_dimensions to only show the dimensions if the
      Merge pull request #7108 from jreback/show_dim
      API: change default for show_dimensions to 'truncate', related (GH7108, GH6547)
      Merge pull request #7122 from jreback/show_dim_default
      Merge pull request #7125 from nipunreddevil/master
      Merge branch 'setfreq' of https://github.com/sinhrks/pandas into sinhrks-setfreq
      DOC: minor v0.14.0 changes
      Merge pull request #7129 from TomAugspurger/describe-quantiles-valuecounts
      TST: change deprecation mode naming in PANDAS_TESTING_MODE, enable for 3.4 build
      TST: disable PyTables PANDAS_TESTING_MODE - too many warnings
      TST: remove complex256 tests from nlargest/nsmallest
      Merge pull request #7135 from kjordahl/doc/update_epd_to_canopy
      COMPAT/BUG: compat with pytz 2014.3, exposing several test that don't localize
      Merge pull request #7144 from jreback/tz
      Merge pull request #7086 from bjonen/adj_trunc
      DOC: v0.14.0.txt updates
      DOC: update setup.py with 3.4 note
      RLS: v0.14.0 release candidate 1

jsexauer (1):
      Small typo

kdiether (1):
      Modified get_data_famafrench(name) to allow for all file

michaelws (2):
      checkin of percentage rank
      added percentage rank to DataFrame.Rank

mikebailey (1):
      API: add is_beg_month/quarter/year, is_end_month/quarter/year accessors (#4565)

ojdo (1):
      Added selection example to cookbook

onesandzeroes (3):
      Boxplot by quartile example code
      ERR: Add check for iterators when creating DataFrame
      BUG: df.boxplot fails to use existing axis/subplot (#3578)

phaebz (2):
      DOC: Py2/3 examples compat (datetime, print, StringIO/BytesIO, range)
      Note for failing numpy.unique and fix for pandas.Series NameError

ribonoous (1):
      Update indexing.py

rockg (2):
      ENH: Implementation of holidays and holiday calendars to be used with the
      Additional documentation for holiday calendars and minor correction to start/end date logic.

sinhrks (25):
      dataframe bar plot can now accept width and pos keywords for more flexible alignment
      dataframe bar plot can now accept align keyword
      BUG: MPL Plot cannot make loglog option worked
      BUG: NaTType can be unpickled properly
      ENH: added nunique and value_counts functions to Index
      BUG: adding np.timedelta64 to DatetimeIndex with tz outputs incorrect result
      pandas.plotting now supports table keywords
      BUG: Arithmetic, timezone and offsets operations affecting to NaT
      BUG: TimeGrouper outputs different result by column order
      BUG: legend behaves inconsistently when plotting to the same axes repeatedly
      CLN: simplify series plotting
      BUG: Groupby.get_group doesnt work with TimeGrouper
      ENH: pivot_table can now accept Grouper
      BUG: enabling subplots works unexpectedly
      ENH: Area plot is now supported by kind='area'. Also, line plot and area plot can be stacked by stacked=True.
      ENH: Scatter plot now supports errorbar
      ENH: support pie plot
      BUG: DatetimeIndex cannot parse string ndarray with dayfirst
      ENH/CLN: Add factorize to IndexOpsMixin
      BUG: unstack fails in PeriodIndex
      TST/CLN: centralize common validation methods in test_graphics
      BUG: tz info lost by set_index and reindex
      BUG: GroupBy doesnt preserve timezone
      ENH/BUG: partial string indexing with PeriodIndex
      BUG: DatetimeIndex with freq raises ValueError when passed value is too short

unutbu (4):
      FIX: Bug whereby array_equivalent was not correctly comparing Float64Indexes with NaNs.
      EHN/FIX: Add na_position parameter to DataFrame.sort. Fixes GH3917
      BUG: _tidy_repr should not be called when max_rows is None
      DOC: Add recipe for shifting groups of values based on the index

westurner (1):
      PERF: dataframe.from_records: read into list w/ itertools.islice when specifying nrows #6700

y-p (27):
      ENH: allow legend='reverse' in df.plot() GH6014
      CLN: clear up some cython warnings
      CLN: eliminate bootstrapping issue form generate_code.py
      RLS: kick off new release cycle
      CLN: eliminate doc rst warning
      BLD: setup.py version strings. handle shallow clones and installing from sdist
      Merge pull request #6217 from y-p/PR_setuppy_version
      Merge pull request #6176 from y-p/PR_cython_warnings
      ENH: pd.read_clipboard detects tab-separated data (excel) GH6223
      Merge pull request #6226 from y-p/PR_clip_excel
      Merge pull request #6201 from bwignall/assert_6175_3
      Merge pull request #6198 from  bwignall/assert_6175_2 (reworked)
      Merge pull request #6230 from phaebz/PR_py3_doc_compat
      Merge pull request #5958 from danbirken/fix-to-datetime-timezone-offset
      DOC: release notes
      BUG: read_clipboard decode bytes first (windows)
      BLD: fix travis ignored failed tests
      BLD: fix travis ignored failed tests
      BLD: travis, cache, fix test for cython files changed
      BLD/DOC: fix conf.py on PY3
      BLD/DOC: fix ipython_directive to workaround ipython/4504
      Merge pull request #6250 from y-p/PR_ipython_directive
      BLD: travis cache, point pip install at upstream repo
      DOC: mention display.mpl_style in viz.rst
      Merge pull request #6118 from y-p/PR_reverse_legend
      DOC: release notes
      ENH: support per-axis, per-level indexing with loc[]

zach powers (1):
      add bins argument to histogram

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
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