[pandas] annotated tag v0.13.0rc1 created (now c723dd8)

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


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

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

        at  c723dd8   (tag)
   tagging  16052e501adc3dedec3bf8cf65a7ea24300de1b1 (commit)
  replaces  v0.12.0
 tagged by  Chang She
        on  Fri Nov 29 15:53:26 2013 -0500

- Log -----------------------------------------------------------------
Version 0.13.0 Release Candidate 1

Agustín Herranz (1):
      BUG/TST: Allow generators in DataFrame.from_record.

Alex Gaudio (1):
      BUG: HDFStore.append_to_multiple - ensures rows are synchronized before writing

Alex Rothberg (9):
      BUG: Test and fix for subclasses of CacheableOffset (GH4609)
      ENH Factored out excel_value_to_python_value from ExcelFile::_parse_excel (GH4589)
      BUG: Fix for issue with PythonParser::_check_thousands. (GH4596)
      BUG: Fix for DateOffset's reprs. (GH4638)
      ENH Change ExcelFile and read_excel to accept a workbook for the io
      DOC: Added versionadded for "Setting index metadata"
      ENH: Support for "52–53-week fiscal year" / "4–4–5 calendar" and
      Fix Issues with FY5253 and variation=nearest w/ year end in Dec
      Reordered DateOffset classes after merge

Andreas Klostermann (1):
      Issue #5269: Fix unhelpful "length mismatch" error message on set_axis

Andreas Würl (4):
      BLD: test_perf, retrieve short form hash from git directly GH4654
      micro + nanosecond time support
      inlined some functions and avoid repeated conversion factor calculation when using period_asfreq_arr in period.c
      fixed business day calculation

Andy Hayden (36):
      ENH tweak DataFrame isin method
      ENH add iloc argument to DataFrame isin
      Merge pull request #4258 from hayd/dataframe_isin2
      DOC/CLN move isin to 0.13 release note
      Merge pull request #4440 from cpcloud/fix-cumsum-bool
      Merge pull request #4573 from jtratner/fix-url-parse-call
      DOC add fix status for 4235
      Merge pull request #4658 from hayd/rebase4236
      FIX groupby apply ignores as_index
      TST another groupby as_index test
      ENH add bins argument to value_counts
      DOC add get_dummies to rst, example to docstring
      DOC add get_dummies NaN to whatsnew
      Merge pull request #4458 from hayd/get_dummies
      Merge pull request #4502 from hayd/value_count_bins
      Merge pull request #4670 from hayd/groupby_as_index
      FIX bad get_dummies test in py3
      ENH drop_level argument for xs
      Merge pull request #4180 from hayd/xs_drop_selected_level
      ENH ohlc resample for DataFrame
      CLN refactor with _apply_to_column_groupbys
      Merge pull request #4761 from jreback/dt_multi
      Merge pull request #4740 from hayd/ohlc_dataframe
      Merge pull request #5199 from TomAugspurger/isin_dfs
      DOC add get_dummies to reshaping.rst
      ENH add cumcount groupby method
      DOC add cumcount example to groupby.rst
      Merge pull request #5510 from hayd/groupby_cumcount
      PERF faster head, tail and size groupby methods
      Merge pull request #5547 from aldanor/patch-1
      TST more coverage for groupby head and tail
      Merge pull request #5533 from hayd/groupby_head_tail
      DOC add cumcount ascending kwarg
      DOC version added 0.13 to cumcount
      Merge pull request #5559 from hayd/cumcountversionadded
      Merge pull request #5573 from TomAugspurger/reorder_docstring

Ben Alex (2):
      ENH: HDFStore.flush() to optionally perform fsync (GH5364)
      DOC: Modifications to documentation following PR 5369 review.

Benedikt Sauer (3):
      Fixed _format_labels in tile.py for np.inf.
      Fixes wrong overlapping check in _can_fast_union.
      Added closed parameter to the DatetimeIndex constructor.

Brad Buran (1):
      ENH: Keep original traceback in DataFrame.apply

Caleb Epstein (1):
      Fix typo

Chang She (1):
      RLS: first release candidate for v0.13

Christopher Whelan (1):
      ENH: Add date_format keyword to to_csv()

Dale Jung (2):
      ENH: Add makePeriodPanel
      BUG: (GH4853) Fixed Panel.shift/tshift to use freq.

Dan Birken (7):
      BUG: Fix Panel instance variable namespace issue GH3440
      BUG: Constrain date parsing from strings a little bit more #4601
      BUG: Fix bound checking for Timestamp() with dt64 #4065
      BUG: Fix to_datetime() uncaught error with unparseable inputs #4928
      TST/PERF: Re-write assert_almost_equal() in cython #4398
      TST: Fix edge cases in assert_almost_equal() + tests #4398
      CLN: Make the name of the test file more accurate

David Rasch (1):
      ENH: add to_dataframe method to Series

Dieter Vandenbussche (2):
      BUG: fix compilation with MSVC for strcasecmp
      BUG: Add separate import for numpy.ma.mrecords (GH5577)

Gabi Davar (1):
      win32 paths cannot be turned into URLs by prefixing them with "file://"

Garrett Drapala (1):
      TST: fix cumcount test on 32-bit env

Goyo (4):
      FIX #4554 and other issues with Series.reshape()
      BUG: MultiIndex.get_level_values() replaces NA by another value (#5074)
      Make _na_value a class attribute.
      BUG: empty series not printing name in repr (#4651)

Ivan Smirnov (2):
      DOC: Fixing a good number of spelling mistakes in 0.13 release notes
      DOC: replace _prop_attributes with __finalize__()

Jack Kelly (2):
      Update period.py
      DOC: added "Must be a singlular rule-code (e.g. 5T is not allowed)."

Jacob Schaer (4):
      Added pandas.io.gbq module To Connect To Google BigQuery
      Updated All Documentation and CI Requirements
      Updated Documentation for Google BigQuery Module, and Added to_gbq to frame.py
      Fixed pandas.io.gbq Paging Bug

Jan Schulz (2):
      Add a convenience function to compile pandas ready for doc-building
      Add some new entries to API doc

Jeff Tratner (109):
      ENH: Additional keyword arguments for Index.copy()
      ENH: Additional keyword arguments for Index.copy()
      Merge pull request #4613 from jtratner/refactor-datetimes
      Merge pull request #4718 from jtratner/multiindex-rename
      Merge pull request #4723 from jorisvandenbossche/patch-1
      Merge pull request #4719 from jtratner/contributing-update
      Merge pull request #4713 from jtratner/remove-kind-parameter-read-excel
      Merge pull request #4727 from jtratner/fix-from-records-unstructured-ndarray
      Merge pull request #4721 from jtratner/change-bare-exceptions-pt-2
      Merge pull request #4751 from jtratner/fix-summary-GH3869
      Merge pull request #4752 from jtratner/fix-to_csv_QUOTE_NONE-GH4328
      Merge pull request #4732 from jtratner/change-bare-exceptions-pt-3
      Merge pull request #4760 from jtratner/add-versions-method
      Merge pull request #4774 from jtratner/fix_fwf_error_msg
      Merge pull request #4784 from jtratner/fix-read-fwf-with-compression
      Merge pull request #4821 from jtratner/add-__abs__-method
      Merge pull request #4750 from jtratner/refactor-excel-writer
      Merge pull request #4783 from jtratner/wrap-compressed-fileobjects-in-py3
      Merge pull request #4837 from jtratner/fix-tuple-index-series-exception
      Merge pull request #4843 from jtratner/remove-rwproperty
      Merge pull request #4844 from jtratner/cleanup-excel-tests
      Merge pull request #4838 from jtratner/better-error-message-with-bad-json-key
      Merge pull request #4846 from jtratner/GH4839_sort_index_ascending_bug
      Merge pull request #4891 from TomAugspurger/fixfred3
      Merge pull request #4776 from jorisvandenbossche/doc-unstack
      Merge pull request #4775 from jorisvandenbossche/docstring-rendering
      Merge pull request #4923 from jtratner/simplify-next-in-fwf
      Merge pull request #4909 from jtratner/add-is_-method-to-index
      Merge pull request #4857 from jmcnamara/enh_xlsxwriter2
      Merge pull request #4929 from jtratner/fix-repr-on-FrozenNDArray-and-FrozenList
      Merge pull request #4933 from jtratner/make-ExcelWriter-contextmanager
      Merge pull request #4830 from jtratner/copy-index-and-columns
      Merge pull request #4935 from jtratner/multiindex-smart-repr
      Merge pull request #4868 from cancan101/offset_repr
      Merge pull request #4962 from cancan101/excel_take_workbook
      Merge pull request #5022 from jtratner/arithmetic-refactor2
      Merge pull request #5046 from jtratner/fix-unbound-local
      Merge pull request #5052 from jtratner/update-docstrings-as-appropriate
      Merge pull request #5081 from jtratner/fix-order-of-index-methods
      Merge pull request #5058 from neurodebian/master
      Merge pull request #5084 from jtratner/fix-mi-pickle
      Merge pull request #5095 from jtratner/add-skip-test-excel
      Merge pull request #5119 from jtratner/remove-test_py
      Merge pull request #5117 from jtratner/cleanup-int64index-constructor
      Merge pull request #5132 from jtratner/fix-set-names-error
      Merge pull request #5090 from goyodiaz/multiindex-nan
      Merge pull request #5086 from westurner/patch-2
      Merge pull request #5125 from jtratner/fix-segfault-mi-isnull
      Merge pull request #5188 from jtratner/fix-hasattr-on-options-object
      Merge pull request #5077 from jtratner/fix-mi-repr
      Merge pull request #5122 from jmcnamara/tst_excel_types
      Merge pull request #5209 from jtratner/validate-everything-on-mi
      Merge pull request #5215 from jtratner/mi-clear-tuples-on-mutate
      Merge pull request #5208 from jorisvandenbossche/doc-currentmodule
      Merge pull request #5189 from jtratner/stop-instantiating-offsets-on-load
      Merge pull request #5214 from jtratner/mi-validate-level-label-compat
      Merge pull request #5240 from jtratner/cleanup-core_ops
      Merge pull request #5238 from jtratner/add-_reset_cache-to-PandasObject
      Merge pull request #5281 from cancan101/index_meta_data_doc
      Merge pull request #5276 from jtratner/remove-unused-ValuesProperty
      Merge pull request #5271 from jcbozonier/master
      Merge pull request #5004 from cancan101/retail
      Merge pull request #5308 from jtratner/temporarily-revert-print-skipped
      Merge pull request #5309 from jtratner/add-rows-to-axis-alias
      Merge pull request #5334 from jtratner/try-fix-for-initobjtojson
      Merge pull request #5341 from jtratner/tweak-sanitize-column
      Merge pull request #5352 from jtratner/add-axis-kwarg-to-series-flex
      BUG/ENH: Allow drop to accept axis name
      Merge pull request #5354 from jtratner/allow-drop-to-accept-names
      Merge pull request #5336 from jtratner/minor-doc-cleanups
      Merge pull request #5247 from jtratner/inplace-drop
      TST: Make sure files are removed in test_graphics
      Merge pull request #5359 from jtratner/always-cleanup-graphics-files
      TST/CLN: Only print on test failure.
      Merge pull request #5360 from jtratner/only-print-conditionally-in-tests
      Merge pull request #5100 from mindw/win32_tests_fix_master
      TST: Better handle np.array_equal() edge cases
      Merge pull request #5371 from jtratner/catch-errors-array-equal
      CLN: Minor touchups to docstrings + use assert_produces_warning
      Merge pull request #5224 from daniel-ballan/redefine-match
      Merge pull request #5378 from tacaswell/fix_andrews_colors
      CLN: Remove unnecessary ExcelWriterMeta metaclass
      Merge pull request #5403 from jtratner/remove-excel-metaclass
      ENH: read_excel: try converting numeric to int
      TST: Test for float --> int in the middle of object dtype
      Merge pull request #5394 from jtratner/fix-int-handling-excel
      TST: Use tempfiles in all tests.
      ENH: Add mode method to Series and DataFrame
      CLN: Mode result needs to be sorted, otherwise hit weirdness with hashing
      Merge pull request #5380 from jtratner/add-mode-to-series-and-frame
      ENH: Always do true division on Python 2.X
      DOC: Add notes about truedivision
      Merge pull request #5439 from jtratner/make-div-do-truediv
      Merge pull request #5432 from kevinastone/master
      Merge pull request #5423 from jmcnamara/enh_excel_multi_index
      PERF: Use xlsxwriter by default (if available)
      Merge pull request #5429 from jmcnamara/bug_excel_cols_option
      Merge pull request #5446 from jtratner/default-imports-for-excel-writers
      Merge pull request #5405 from cancan101/fy5253_fix
      TST: Fix test case to use int64 and explicit float
      Merge pull request #5469 from jtratner/series-mode-test-error
      Merge pull request #5038 from alefnula/pep8
      CLN: More autopep8
      Merge pull request #5538 from neirbowj/fbsd_failing_tests
      Merge pull request #5540 from gdraps/cumcount-test-fix
      Merge pull request #5560 from jorisvandenbossche/docstring-numpydoc-cleanup
      Set basic stacklevel for SettingWithCopy warning
      Merge pull request #5581 from jtratner/fix-stacklevel-for-basic-setting
      Merge pull request #5587 from Bklyn/master

Jeffrey Tratner (86):
      TST: Make network tests run twice
      ENH: Use case-insensitive checks for 'inf' in parser.
      CLN: Newer syntax, unicode, iterator range, zip, etc
      TST/ENH: Add assert_isinstance util to util/testing + better type checking
      CLN/ENH: Refactor url methods to be Py2/3 compatible
      CLN: Py2/3-compatible dict keys/items/values.
      CLN/ENH: Add list versions of iterator methods.
      CLN: Add __bool__ alias for __nonzero__
      CLN/ENH: Merge compat with py3compat and six
      DOC/ENH: Deprecate iterkv + add docs
      CLN: pandas.util.compat --> pandas.compat
      CLN: Add unicode compatibility wrapper for dateutil.
      TST: Make 2.6 require dateutil==1.5 in Travis
      DOC: lrange, lzip --> list(range and list(zip
      TST: util/testing improvements
      CLN/BUG: Revert 2/3 compat changes to vb_suite
      DOC/BLD: Update version support in docs and setup.py.
      ENH: Make core/index exceptions more descriptive
      ENH: Index inherits from FrozenNDArray + add FrozenList
      BUG/ENH: Make names, levels and labels properties.
      ENH: Make core/index exceptions more descriptive
      ENH: Index inherits from FrozenNDArray + add FrozenList
      BUG/ENH: Make names, levels and labels properties.
      BUG: Fix incorrect urlparse in _is_s3_url
      CLN: Add abstract base classes for certain objects
      Move time operations for Series into class _TimeOp
      DOC: Updates to CONTRIBUTING.md
      ENH: Better rename/set_names handling for Index
      CLN: Remove unused and undocumented kind keyword from read_excel
      BUG: Fix DataFrame.from_records w/ normal ndarray.
      CLN:Better exceptions in common, io/excel & format
      BUG: Fix wrong str.format() calls in Index.summary
      BUG: Fix crash using to_csv with QUOTE_NONE
      ENH:Add raise_with_traceback & use in assertRaises
      CLN: Better exceptions and tests for core/frame
      CLN: Move print_versions into pandas proper.
      BUG: read_fwf: incorrect error message with no colspecs or widths
      BUG: Fix read_fwf with compressed files.
      Use passed encoding to decode bytes
      ENH: Allow abs to work with PandasObjects
      ENH: Add 'add_metaclass' class decorator.
      CLN: Make ExcelWriter more pluggable
      BUG: Fix compressed files in Py3 to return str
      ENH: Better Exception when trying to set on Series with tuple-index.
      CLN: replace rwproperty with regular property
      Merge pull-request #4642 from prossahl/AHLRAP-3063-01
      TST: Cleanup Excel tests to make it easier to add and test additional writers
      ENH: Better read_json error when handling bad keys
      BUG: fix sort_index with one col and ascending list
      Merge pull request #4485 'PR_fix_of-by-one-in-network-repeats'
      CLN: Remove py3 next method from FixedWidthReader
      ENH: Add 'is_' method to Index for identity checks
      BUG: Fix FrozenNDArray & FrozenList string methods
      ENH: Make ExcelWriter & ExcelFile contextmanagers
      BUG: Fix copy s.t. it always copies index/columns.
      CLN: PEP8 tests/test_index.py and core/index
      ENH: Better string representation for MultiIndex
      TST: chmod -x on pandas/computation/tests/test_eval.py
      CLN: Refactor arithmetic operations to core/ops
      BUG: Fix DateOffsets to return NotImplemented when types do not match
      BUG: Fix unbound local in exception handling in core/index
      ENH/DOC: Cleanup docstrings on NDFrame
      Fix order of index methods
      CLN: Remove internal classes from MultiIndex pickle.
      Revert "Merge pull request #5058 from neurodebian/master"
      TST: Add skip test to excelwriter contextmanager
      CLN: Remove leftover test.py file
      CLN: Cleanup Int64Index and Float64Index __new__
      BUG: set_names should not change is_ relationship
      BUG: Fix segfault on isnull(MultiIndex)
      CLN/BUG/ENH: Raise AttributeError with pd.options
      BUG: Make Index, Int64Index and MI repr evalable
      CLN/BUG: Better validation of levels/labels/names
      BUG/CLN: Clear _tuples on setting MI levels/labels
      CLN/ENH: Stop instantiating all offsets on load.
      BUG/CLN: MI now checks level & label compatibility
      CLN: Add _reset_cache method to PandasObject
      CLN/ENH: Make names getattr'able in core/ops +PEP8.
      CLN: Remove unused ValuesProperty class.
      Revert print_skipped.py changes for now
      ENH: Make 'rows' an axis alias for 'index'
      CLN: Fix return type for initObjToJSON()
      BUG/CLN: Refactor sanitize_column broadcasting
      CLN: Add axis kwarg to Series wrapper for compat
      DOC: Added/fixed some docstrings, esp Panel flex
      ENH: Add inplace option to drop and dropna

John McNamara (5):
      ENH: Added xlsxwriter as an ExcelWriter option.
      TST: Tests and fix for unhandled data types in Excel writers.
      TST: Added test for Excel writers with duplicated column names.
      ENH: Better handling of MultiIndex with Excel
      BUG: Excel writer doesn't handle "cols" option correctly

John W. O'Brien (1):
      TST: correctly predict locale setability

Joris Van den Bossche (15):
      DOC: small clarification in DataFrame docstring
      PERF: faster plotting of PeriodIndex (#4705)
      PERF: add plotting to vbench
      DOC: some stylistic improvements to docstring rendering in documentation
      DOC: correction of example in unstack docstring
      VIS: let scatter plots obey mpl color scheme (#3338)
      DOC: Note -> Notes (numpydoc docstring section)
      DOC: make api docs reflect api usage (#4539)
      DOC: add DataFrame et al class docstring to api docs
      DOC: fix building of gbq docs
      DOC: add some missing entries to api docs
      DOC: fix build error in to_latex and release notes
      DOC: remove docstring of flags attribute during doc building process (#5331)
      DOC: small error in cookbook (doc build warning)
      DOC: styling clean-up of docstrings (part 1, frame.py)

Justin Bozonier (1):
      Added handling for v3 advanced segment ids which aren't just ints

Kelsey Jordahl (2):
      CLN: Remove redundant call to get_splitter
      CLN: Remove unused assignment

Kevin Stone (1):
      Added failing test case for resampling TimeSeries by period with a local timezone.

Kieran O'Mahony (18):
      BUG: to_json should raise exception for non-unique index / columns (#4359)
      BUG: values array for non-unique, interleaved cols incorrect
      BLD/TST: correct pytz version for tox
      ENH: ujson native datetime serialisation
      CLN: pep8-ify json.py
      DOC: update json docs for new date behaviour
      TST: fix ujson's intermittently failing date unit test
      DOC: fix conflicting ewma documentation
      BUG: ujson labels are encoded twice
      BLD: json mingw doesnt have sprintf_s
      TST: windows dtype 32-bit fixes
      FIX: iso date encoding year overflow
      FIX: JSON support non C locales
      FIX: resample to single group with custom function
      TST: fix indexing test for windows failure
      ENH: Json support for datetime.time
      ENH: json default_handler param
      DOC: expand JSON docs

Kyle Hausmann (1):
      Added ind and bw_method kwargs to KdePlot

Kyle Kelley (1):
      Gotachas -> Gotchas

Kyle Meyer (1):
      DOC: Fix typo

Mike Kelly (1):
      BUG: Boolean indexing on an empty series loses index names

Mortada Mehyar (2):
      DOC: added google finance as a data source to the DataReader doc
      added halflife to exponentially weighted moving functions

Nick Foti (1):
      Fixed issue #4345.

Olivier Harris (1):
      Fixed assertion error message

Ondřej Čertík (1):
      DOC: typo fix

PKEuS (2):
      Implementation of Stata 13 (format 117) support
      Updated docs

Phillip Cloud (179):
      CLN: remove try suite in _read
      Merge pull request #4305 from cpcloud/add-urlerror-info
      DOC: correct release notes version
      Merge pull request #4349 from cpcloud/add-urlerror-info
      DOC/BUG: fix doc build error because a frame was being redefined
      Merge pull request #4350 from cpcloud/fixup-indexing-doc-failures
      DOC: add #4096 issue to v0.13.0.txt
      ENH: allow layout for grouped DataFrame histograms
      ENH: add integer sheetname support
      Merge pull request #4104 from cpcloud/layout-with-by
      BUG: period idx str map correctly returns an array of str with object dtype
      Merge pull request #4136 from cpcloud/period-index-repr
      Merge pull request #4308 from cpcloud/read-excel-page-number-sheet-name
      TST/BUG/CLN: make stata IO tests use temporary files for writing
      Merge pull request #4356 from cpcloud/fix-stata-testing
      BUG: fix sum over integer frames
      TST: add basic clipboard test
      Merge pull request #4282 from cpcloud/add-clipboard-test
      Merge pull request #4366 from cpcloud/frame-sum-int-perf-reg
      Merge pull request #4369 from jtratner/make-network-tests-run-twice
      TST/BUG: make sure read_html tests work on python 2.6
      Merge pull request #4352 from cpcloud/html-testing-assertions-fix
      TST/BUG: fix NameError in network decorator
      DOC: release notes
      CLN: remove some space
      Merge pull request #4380 from daydreamt/patch-2
      Merge pull request #4381 from cpcloud/undefined-runs-in-network-decorator
      ENH: add git names to test_perf.py
      Merge pull request #4392 from cpcloud/test_perf-rev-parse
      BUG: fix period index object instantiation when joining with self
      Merge pull request #4379 from cpcloud/self-join-index-is-same
      Merge pull request #4360 from nfoti/master
      BUG/VIS: fix Series.hist so that users can create hist subplots without the mpl API
      ENH: add more informative error message when dupe style and color args are given
      Merge pull request #4414 from cpcloud/fix-hist-subplots
      FIX: revert docs and fix for py3 compat
      Merge pull request #4419 from cpcloud/fix-doc-imports
      Merge pull request #4436 from kyleam/groupby-doc-typo
      BUG: fix truncation for astype(str)
      Merge pull request #4437 from cpcloud/fix-astype-calls
      DOC: fix tz doc bug
      BUG/OFMT: fix spurious tuple repring of bytes types in python 3
      CLN: clean up _is_sequence
      ENH/CLN: add string and binary types compat object
      Merge pull request #4456 from cpcloud/fix-py3-bytes-repr
      Merge pull request #4459 from danbirken/panel-instance-name-fix
      BUG: fix plotting of dup indexed objects
      Merge pull request #4495 from Komnomnomnom/tox-pytz
      Merge pull request #4492 from cpcloud/plotting-length-fix
      BUG: allow cummethods to work with bool dtypes
      CLN: do not allow frozenset
      Merge pull request #4482 from cpcloud/set-construct
      DOC: add more docs to CONTRIBUTING
      DOC: add cookbook example
      BUG: fix erroneous call to prrint_thing -> pprint_thing
      Merge pull request #4586 from cpcloud/fix-tony-the-tiger-pprint-call
      Merge pull request #4762 from rgbkrk/patch-1
      API: raise a TypeError when isin is passed a string
      Merge pull request #4765 from cpcloud/series-isin-fix
      Merge pull request #4753 from kjordahl/cleanup/redundant-splitter
      BUG: allow replacement with a single list
      Merge pull request #4748 from cpcloud/series-replace-with-list
      DOC: add resample + groupby to cookbook
      DOC: doc build fixes
      BUG/VIS: correctly test for yaxis ticklocs across different versions of MPL
      CI: use mpl 1.3.0 in LOCALE build
      Merge pull request #4832 from cpcloud/fix-bar-log
      ENH: add new computation module and toplevel eval function
      ENH: rewrite assignment operator as equal comparison for PyTables
      ENH: add boolean operators
      ENH: add chained comparisons
      ENH: add subscripting to eval expressions
      ENH: add local scoping with @lcl_variable syntax
      ENH: add DataFrame.eval method
      ENH: add in, not in, and string/list query support
      CLN: correct in and not in
      CLN: remove __getitem__ queries
      CLN/DOC: remove __getitem__ from docs
      CLN: remove expr maybe_expression
      Merge pull request #4164 from pydata/eval-3393
      DOC: add eval/query v0.13.0 fixes
      DOC: show a more informative query performance plot
      DOC: added bitwise op disallow clarification in eval docs
      CLN: clean up test_graphics.py
      CLN: clean up tseries/tests/test_plotting.py
      Merge pull request #4876 from cpcloud/plotting-test-cleanup
      CLN: move README.rst to markdown
      Merge pull request #4888 from cpcloud/readme-fixup
      CI: allow print_versions to work without pandas install
      Merge pull request #4901 from cpcloud/print-versions-without-pandas
      CLN: just call print_versions via subprocess
      CLN: more plotting test cleanups
      Merge pull request #4912 from cpcloud/plotting-test-cleanup
      BUG: prevent double plot in Series.hist
      DOC: expand the documentation on the xs method
      DOC: fix read_stata formatting typo
      Merge pull request #4921 from cpcloud/mi-doc-blurb
      Merge pull request #4113 from cpcloud/double-fig-series-hist-by-fix
      DOC: show disallowed/allowed eval syntax
      Merge pull request #4922 from cpcloud/eval-syntax-docs
      DOC: add HTML bad-request cookbook example
      BUG: fix incorrect TypeError raise
      Merge pull request #4957 from cpcloud/hdfstore-append-error-fix
      Merge pull request #4965 from westurner/patch-1
      CLN: do not use mutable default arguments
      Merge pull request #4966 from cpcloud/scatter-matrix-kwargs
      Merge pull request #4973 from alefnula/print-cleanup
      TST/CLN: pare down the eval test suite
      Merge pull request #4974 from cpcloud/eval-test-paredown
      ENH: add statsmodels wheel
      CLN: proper version checking for statsmodels testWLS
      Merge pull request #4981 from cpcloud/statsmodels-ci-addition
      BUG: allow Timestamp comparisons on the left
      BUG: Fix Timestamp compares to NaT
      PERF: add vbench for DatetimeIndex unions/intersetions
      PERF: add Timestamp <-> Series comparison vbench
      Merge pull request #4983 from cpcloud/series-timestamp-compare
      API: add whitelist for methods that make sense GroupBy objects
      Merge pull request #4887 from cpcloud/groupby-blacklist
      ENH: evaluate datetime ops in python space with eval
      TST: test nondate vs. date comparisons in query
      TST: add test for multiindex resolver naming
      ENH: convert all datetime-like objects to Timestamp
      CLN: move resolvers getter to generic.py
      PERF: add vbench for datetime comparisons
      Merge pull request #4924 from cpcloud/eval-datetime-in-python
      ER: give concat a better error message for incompatible types
      Merge pull request #5011 from cpcloud/concat-err-msg
      ENH/CLN: Give AssertionErrors and nose.SkipTest raises a message
      ER: give a better error message for hashing indices
      Merge pull request #3730 from cpcloud/parse-exceptions
      Merge pull request #5019 from cpcloud/raise-on-index-hash
      DOC: make experimental functionality more visible in release notes
      Merge pull request #5037 from cpcloud/exp-rls-notes
      CLN: clean up tslib.pyx a bit
      CLN: skip without np 1.7
      Merge pull request #5067 from cpcloud/tslib-unreachable-fixups
      CI: use nose-show-skipped plugin to show skipped tests
      CLN: remove print_skipped.py
      CI: freeze the showskipped commit
      Merge pull request #5072 from cpcloud/travis-nose-skipped
      CI/CLN: remove print_skipped.py line
      CLN/ENH: add parse_dates arg and use TextReader
      ENH: add tupleize_cols, thousands args
      TST: add test case for GH5048
      TST: add nyse wsj test
      CLN: proper parse_dates support
      Merge pull request #4770 from cpcloud/read-html-refactor
      BUG: fix DatetimeIndex join with PeriodIndex stack overflow
      TST: add test for joining PeriodIndex with DatetimeIndex
      CLN: remove unused imports
      CLN: remove copying of PeriodIndex values on astype(int)
      Merge pull request #5101 from cpcloud/fix-period-datetime-join-stack-overflow
      CLN: tiny typo from GH5057: Period() docstring
      BUG: allow plot, boxplot, hist and completion on GroupBy objects
      BUG: catch attribute error for raw ndarrays to avoid duplicate plots
      DOC: add frame tab completion example in 10min.rst
      DOC: doc fixups
      Merge pull request #5111 from cpcloud/infer-dist-doc-build-failure
      Merge pull request #5105 from cpcloud/enable-groupby-plot-and-completion
      CLN: clean up parser options
      CLN: remove factorize argument
      Merge pull request #5121 from cpcloud/parser-options-mania
      TST/CI/BUG: fix borked call to read_html testing code
      Merge pull request #5151 from cpcloud/read-html-lxml-skips
      DOC: 5143 (read_html testing bug) release notes
      DOC: minor doc correction (issue number) from the previous commit
      BUG: convert replacement tuples to lists
      Merge pull request #5145 from cpcloud/replace-exact-fix
      TST/BUG: Make sure locales are properly tested
      TST/ENH: add locale testing utils
      TST: only test Google Finance if there is at least one US English locale
      Merge pull request #5073 from cpcloud/travis-locale
      RVT: revert 4912 change of 4030 nose import bug
      Merge pull request #5170 from cpcloud/remove-debug-and-move-nose
      DOC/CLN: fix a few typos that were causing Sphinx warnings
      Merge pull request #5169 from cpcloud/doc-build-fixes
      TST: test_fast.sh and test_multi.sh should skip network tests
      Merge pull request #5265 from cpcloud/update-test-fast-script-no-network

Pierre Haessig (1):
      fix replacement key for deprecated option `display.height`

Richard T. Guy (12):
      BUG: Fixes issue #3334: brittle margin computation in pivot_table
      BUG: fixes issue #4322
      TST: Removed double import in test io.tests.parser_tests.
      ENH: avoid branch in thousands check. Thanks to @cancan101
      BUG: Conflict between thousands sep and date parser.
      BUG: fix issue #4678 for Python parser
      BUG: fix skiprows option for python parser in read_csv
      BUG: wrong index name during read_csv if using usecols
      BUG: Warn when dtypes differ in between chunks in csv parser
      ENH: Add usecols option to python parser.
      BUG: Fixed issue #5156: segfault on read_csv
      TST: Fixed int32/int64 problem in csv parser tests

Roman Pekar (1):
      fixing https://github.com/pydata/pandas/issues/5372

Roy Hyunjin Han (1):
      Ensure that we can get a commit number from git

Skipper Seabold (1):
      ENH: Make categorical repr nicer.

Sten (1):
      Fix issue #4496: tslib.tz_convert(vals, tz1, tz2) may raise an IndexError exception.

Thomas A Caswell (1):
      BUG: Fix color selection in andrews curve"

Thomas Kluyver (6):
      Truncate repr by default rather than changing to info view.
      Add repr footer showing total number of rows and columns
      Use to_string() to format DataFrames for clipboard.
      Update FAQ entry on controlling repr
      Explain repr changes more prominently in release notes
      Add image for whatsnew docs

Tiago Requeijo (2):
      Fix an issue with the csv cparser when usecols is used
      Display the correct error message when calling a binary moment without appropriate parameters.

TomAugspurger (11):
      ENH: Add `isin` method to DataFrame.
      BUG/TST: Fix failing FRED comparison tests and remove skips.
      DOC:  Add isin example to .13 release notes
      ENH/REF: Additional methods for interpolate
      DOC: Fix name in interpolate plot.
      ENH/API: Accept DataFrame for isin
      DOC: Remove iloc example.
      DOC: default is copy=True but docstring said False
      TST: Precision issues with infer on OSX
      DOC: Series/Frame.reorder_level() can take names
      ENH: mutliple series for FRED

Trent Hauck (1):
      Add 'records' outtype to to_dict method.

Valentin Haenel (2):
      BUG: off-by-one when doing network test repeats
      BUG/TST: fix (and skip) tests that have been failing unnoticed all along

Viktor Kerkez (8):
      Fixed issue #4902.
      Fixes issue #4967
      General print statement cleanup.
      ENH: Added automatic colspecs detection to read_fwf (GH4488)
      ENH: Added PySide support for qtpandas.
      API: Enable changing the DataFrame in the DataFrameWidget.
      DOC: Adding an example of using the DataFrameWidget.
      CLN: PEP8 cleanup

Vincent Arel-Bundock (1):
      DOC: io.wb example

Wes McKinney (3):
      RLS: edit windows note about numpy build version
      ENH: ship msgpack as pandas submodule to enable customization for pandas use cases, per #3814 and others
      ENH: add functional (but pretty slow) json_normalize function for flattening nested records per #1067

Wes Turner (1):
      DOC: remote_data.rst: Fama/French punctuation

Yaroslav Halchenko (2):
      TST: allow to check for specific xlrd version and skip reader test if xlrd < 0.9
      BF: import isnull

Zach Dwiel (1):
      DOC: add basic documentation to some of the GroupBy properties and methods

d10genes (1):
      BUG: Fix Index.__iadd__ bug by setting equal to __add__

danielballan (9):
      ENH: Series.str.extract returns regex matches more conveniently
      DOC: str.match should (obviously) be str.extract.
      BUG/TST: Test filter corner cases, and treat NaN as False.
      BUG: Groupby filter maintains ordering, closes #4621
      ENH/CLN: Redefine str.match, and issue a warning on deprecated default behavior.
      DOC: Expanded section on string methods in wake of extract/match change.
      BUG/TST: transform and filter on non-unique index, closes #4620
      BUG: to_timedelta of a scalar returns a scalar, closes #5410.
      BUG: pd.to-timedelta handles missing data

daydreamt (1):
      Fix typo.

engstrom (1):
      Added to docstrings in factorize function

jreback (560):
      DOC: add v0.13.0.txt to the index.rst (closes GH4288)
      ER:  HDFStore raising an invalid ``TypeError`` rather than ValueError when appending with
      Merge pull request #4355 from jreback/hdf_order
      DOC: move data reader docs to Remote Data Access top-level section
      Merge pull request #4220 from jtratner/expand-inf-comparisons
      DOC: revised code-blocks in remote_data.rst
      Merge branch 'ujson-unique-keys' of https://github.com/Komnomnomnom/pandas into Komnomnomnom-ujson-unique-keys
      DOC: release notes on GH4359 to_json change
      DOC: cookbook entries
      Merge pull request #4384 from jtratner/better-python3-compat
      BUG: Fixed passing keep_default_na=False when na_values=None (GH4318)
      DOC: add new sections na_values, infinity to read_csv docs
      Merge pull request #4374 from jreback/GH4318
      BUG:  Fixed bug with values raising an error on a DataFrame with duplicate columns and mixed
      Merge pull request #4399 from certik/docs
      Merge pull request #4388 from jreback/GH4377
      BUG: Fix .iat indexing with a PeriodIndex GH4390
      Merge pull request #4394 from jreback/pi_iat
      Merge pull request #4406 from tr11/fix_csv_parser_dtypes
      BUG: Fix an issue in merging blocks where the resulting DataFrame had partially set _ref_locs (GH4403)
      Merge pull request #4410 from jreback/df_rename
      TST: better assertion messages on test failures
      Merge pull request #4430 from jreback/testing
      API: GH4409 HDFStore addes an is_open property to indicate if the underlying file handle is_open;
      DOC: 10min import fixes
      Merge pull request #4417 from jreback/hdf_close
      TST: test updates for testing
      Merge pull request #4445 from jreback/hdf_fix
      DOC: change lzip,lrange in 10min.rst to list(zip(..)) and list(range(..))
      DOC: minor 10min.rst import fixes
      Merge pull request #4450 from jtratner/change-range-zip-in-docs
      Merge pull request #4451 from jtratner/better-assert-tests
      PERF: enhance HDFStore Table writing performance
      Merge pull request #4460 from Komnomnomnom/frame-dupe-cols
      Merge pull request #4457 from jreback/hdf_opt
      BUG: bug when using chunksize and writing ndim > 2
      Merge pull request #4462 from jreback/hdf_opt2
      ENH: allow where to be a list/array or a boolean mask of locations (GH4467)
      Merge pull request #4470 from jreback/hdf_coord
      TST: test for breaking test in pytables on travis
      Merge pull request #4478 from jtratner/revert-vb-suite
      Merge pull request #4489 from jreback/hdf_fix
      TST: reverse hdf_fix
      Merge pull request #4490 from jreback/hdf_fix2
      BUG: (GH4016) fix panel slicing issue that was returning an object that should not
      BUG: (GH3830), panel assignment using loc with a transpose frame did not work
      ER: GH3777, raise a NotImplementedError for Panel -> Panel setting with alignment
      Merge pull request #4507 from jreback/panel_index
      TST: tests for GH4502, consistency in ix assignments, but ok in master
      Merge pull request #4509 from jreback/ix_consist
      BUG: read_hdf was not respecting as passed mode (GH4504)
      DOC: cookbook example
      DOC: corrected cookbook.rst example on reversing timeseries
      BUG: GH4516 Fixed issue with sorting a duplicate multi-index that has multiple dtypes
      Merge pull request #4518 from mehyar/doc_datareader
      Merge pull request #4522 from jreback/mi_dups
      Merge pull request #4530 from jtratner/update-version-support-in-docs
      Merge pull request #4039 from jtratner/fix-multiindex-naming
      Merge branch 'guyrt-fix-brittle-pivot-margins'
      Merge pull request #4513 from jreback/hdf_per
      DOC: PyTables 3.0.0 and Python 3 compatibility note
      BUG: (GH4532) Fix bug in having a rhs of np.timedelta64 or np.offsets.DateOffset when operating
      BUG: (GH4134) Fix arithmetic with series/datetimeindex and np.timedelta64 not working the same
      ENH: GH4521 A Series of dtype timedelta64[ns] can now be divided/multipled by an integer series
      DOC/ENH: timedelta conversions & docs
      Merge pull request #4534 from jreback/td
      DOC: bigger badder warnings on chained assignment
      BUG: Fix bug in pd.read_clipboard on windows with PY3 (GH4561); not decoding properly
      Merge pull request #4498 from Komnomnomnom/ujson-datetime
      TST: skip buggy io/tests/test_json/test_ujson/test_datetime_units
      Merge pull request #4571 from jreback/clip
      Merge pull request #4562 from prossahl/AHLRAP-3065-01
      ENH/CLN: refactor of common code from frame/panel to generic.py
      CLN: rebase to 0.12
      BLD: pep8 major changes
      BUG:  Bug in Series update where the parent frame is not updating its cache based on
      ENH: 'replaced' series.replace with generic.replace !
      BLD: py3 compat
      DOC: updated v0.13.0/release.rst for Internal Refactoring changes
      Merge pull request #3482 from jreback/series2
      Merge pull request #4592 from Komnomnomnom/ujson-date-explosion
      TST: GH4604, reindexing with a method of 'ffill' gives incorrect results
      Merge pull request #4593 from Komnomnomnom/ujson-slash-happy
      BUG: GH3317 Fix frequency inference to be automatic in a DatetimeIndex if freq is not specified during _ensure_index
      Merge pull request #4610 from jreback/series_reindex
      Merge pull request #4549 from bburan-galenea/bburan-galenea/apply_exception_traceback
      BUG: Fix selection with ``ix/loc`` and non_unique selectors (GH4619)
      Merge pull request #4622 from jreback/ix_issue
      TST: GH4312, assignment with iloc/loc and an dtype change
      BUG: Fix assignment with iloc/loc involving a dtype change in an existing column (GH4312)
      TST: add tests/test_generic.py
      Merge pull request #4624 from jreback/astype_iloc2
      Merge pull request #4627 from jreback/rename_consist
      Merge pull request #4499 from Komnomnomnom/moments-doc-
      PERF: optimize __getitem__ in DataFrame for columns lookup
      Merge pull request #4639 from jreback/gi_perf
      ENH: (GH4629) Support for using a DatetimeIndex/PeriodsIndex directly in a datelike calculation
      DOC: revised 0.13 internal refactoring to add np.where
      Merge pull request #4497 from stenri/tslib_tz_convert_trans_pos_plus_1__bugfix
      BUG: GH4273, appending a 0-len table to HDFStore was raising
      Merge pull request #4660 from jreback/hdf_empty
      DOC: update attribute access docs for Series/Panel access
      DOC: indexing.rst edits
      Merge pull request #4598 from guyrt/csv-import-arg-conflict
      ENH: In HDFStore, handle a passed Series in table format (GH4330)
      Merge branch 'offset_cache' of https://github.com/cancan101/pandas into cancan101-offset_cache
      Merge pull request #4664 from jreback/hdf_series
      BUG/API: (GH4584) to_hdf was raising when passing both arguments append and table
      CLN: pep8 pandas/io/pytables
      API: the ``fmt`` keyword now replaces the table keyword; allowed values are ``s|t``
      Merge pull request #4641 from jreback/arthops
      Merge branch 'excel_parse_utils' of https://github.com/cancan101/pandas into cancan101-excel_parse_utils
      Merge pull request #4645 from jreback/hdf_api
      BUG: Fix boolean comparison with a DataFrame on the lhs, and a list/tuple on the rhs GH4576
      Merge pull request #4585 from jreback/boolean_comp
      CLN/API: Refactor of _get_numeric_data/_get_bool_data to core/generic.py, allowing Series/Panel functionaility
      CLN: cleaned up numeric dtype tests in tools/plotting.py
      Merge pull request #4675 from jreback/numeric
      BUG: GH 4667 setitem error/dtype wrong with Series/Frame when setting with None
      Merge pull request #4676 from jreback/where_none
      BUG: (GH4626) Fix decoding based on a passed in non-default encoding in pd.read_stata
      Merge pull request #4643 from jreback/stata_encode
      Merge pull request #4316 from khgitting/kde_kwargs
      BUG: preserve empty dtype if possible when creating an empty BlockManager
      Merge pull request #4677 from jreback/numeric2
      Revert "ENH Factored out excel_value_to_python_value from ExcelFile::_parse_excel (GH4589)"
      TST: test for GH4633, bool(obj) behavior
      DOC: docs to add detail on gotchas for true value testing
      API:  for HDFStore, add the keyword dropna=True to append to change whether ALL nan rows are not written
      Merge pull request #4714 from jreback/hdf_nan
      API/DOC: in HDFStore, change fmt -> format, change Storer format to Fixed format (just a name change);
      API: add io.hdf.default_format option to enable an override to default storage formats in HDFStore
      Merge pull request #4715 from jreback/hdf_format
      Merge pull request #4657 from jreback/bool
      API/BUG: a column multi-index will be recreated properly (GH4710)
      Merge pull request #4716 from jreback/hdf_column_mi
      BUG: (GH4726) bug in getting a cross-sectional using iloc/loc with a duplicate items index
      Merge pull request #4729 from jreback/dups_iloc
      Merge pull request #4698 from adgaudio/master
      ENH:  GH2578, allow ix and friends to partially set when the key is not contained
      API: iat/iloc will raise if enlargement is specified as its ambiguous
      Merge pull request #4515 from jreback/partial_setting
      BUG:  (GH2702) Bug with Series indexing not raising an error when the right-hand-side has an incorrect length
      Merge pull request #4756 from jreback/nested
      TST/CLN: moved the legacy tests out of tseries/test_timeseries.py to tseries/test_timeseries_legacy.py
      BUG: (GH4758) Bug in multi-indexing with a partial string selection as one part of a MultIndex
      BUG: TimeSeries not properly deserializing for < 0.13 (deprecations); additional tests
      Merge pull request #4755 from jreback/pickle_compat
      BUG: Bug with reindexing where a non-unique index will now raise ValueError (GH4746)
      CLN: refactored out take from core/frame.py to use core/generic.py version
      Merge pull request #4757 from jreback/reindex_er
      BUG: Bug in setting with loc/ix a single indexer and a numpy array, related to (GH3777)
      BUG: reading from a store with duplicate columns across dtypes would raise (GH4767)
      Merge pull request #4766 from jreback/ix_assign
      Merge pull request #4768 from jreback/hdf_dups
      BUG: ensure column ordering in HDFStore with dup columns and column where specified
      TST: more robust testing for HDFStore dups
      Merge pull request #4769 from jreback/hdf_dups2
      BUG: Bug in concatenation with duplicate columns across dtypes not merging with axis=0 (GH4771)
      TST: add append/join tests for merging dup columns
      Merge pull request #4772 from jreback/concat_dups
      TST: add dups on both index tests for HDFStore
      INT: add TimeDeltaBlock support in internals
      BUG/ENH: add bfill/ffill support for datetime64[ns]
      Merge pull request #4773 from jreback/hdf_dups3
      Merge pull request #4722 from jorisvandenbossche/slow-plotting
      API: provide automatic dtype conversions on _reduce operations
      Merge pull request #4684 from jreback/timedelta_fill
      DOC: updated release.rst to conform headings
      TST: (GH4550) where with a dup index in Series
      BUG: (GH4548) inplace updating of a duplicate Series with a boolean aligning incorrectly
      Merge pull request #4779 from jreback/dups_ops
      ENH: Add axis and level keywords to where, so that the other argument
      Merge pull request #4781 from jreback/where
      CLN: add Timestamp reference in core/common.py
      CLN: default for tupleize_cols is now False for both `to_csv and read_csv. Fair warning in 0.12 (GH3604)
      BUG: pickle failing on FrozenList, when using MultiIndex (GH4788)
      Merge pull request #4791 from jreback/pickle_fix
      Merge pull request #4797 from jreback/clean_csv
      CLN: move clip to core/generic (adds to Panel as well), related to (GH2747)
      Merge pull request #4798 from jreback/clip
      CLN: move align out of series consolidating into core/generic.py
      Merge pull request #4800 from jreback/series_align
      BUG: Fixed an issue with a duplicate index and assignment with a dtype change (GH4686)
      Merge pull request #4806 from jreback/mi_assign
      CLN: removed need for Coordinates in HDFStore tables, instead return an Index of the coordinates
      DOC: fix typos in missing_data.rst
      Merge pull request #4809 from jreback/coordinates
      DOC: added .item() to __nonzero__ error message
      DOC: add panelnd section to cookbook.rst
      API: Complex compat for Series with ndarray. (GH4819)
      Merge pull request #4820 from jreback/complex
      DOC: expand gotchas/basics on boolean reductions
      ENH: support timedelta64[ns] as a serialization type in HDFStore for query and append (GH3577)
      CLN: refactored locations of timedeltas to core/tseries/timedeltas (from a series of functions in core/common)
      TST: add pandas/tseries/tests/test_timedeltas.py
      ENH: add top-level to_timedelta to convert string/integer based to timedeltas
      Merge pull request #4822 from jreback/timedelta_hdf
      PERF: much faster to_datetime performance with a format of '%Y%m%d'
      Merge pull request #4826 from jreback/dunit
      BUG: enhanced to_datetime with format '%Y%m%d' to handle NaT/nan and NaT-like better
      Merge pull request #4828 from jreback/dunit2
      TST: tests for GH4812 (already fixed in master)
      Merge pull request #4813 from jreback/dup_resample
      BUG: allow DataFrame constructor to accept more list-like objects, e.g. list of
      TST: explicity tests for iterator/generator types in DataFrame/Series construction
      Merge pull request #4829 from jreback/seq
      ENH: DataFrame constructor now accepts a numpy masked record array (GH3478)
      Merge pull request #4836 from jreback/mra
      BUG: store datetime.date objects in HDFStore as ordinals rather then timetuples to avoid timezone issues (GH2852),
      Merge pull request #4841 from jreback/hdf_tz
      DOC: v0.13.0.txt cleanup
      BUG: Fixed an issue with a duplicate index and duplicate selector with .loc (GH4825)
      Merge pull request #4833 from jreback/series_loc
      ENH: add Expr based terms for pytables
      ENH: add automatic query via frame.__getitem__
      ENH: added interpretation of 'in' in pytables Term syntax
      BUG: parsing of timedelta selection syntax needed correction
      DOC: string columns update in io.rst/HDFStrore
      BUG: (GH4851) path for 0-dim arrays in DataFrame construction were incorrect
      Merge pull request #4852 from jreback/seq2
      DOC: v0.13.0.txt typos
      CLN: _axis_len checking cleanup and better message
      COMPAT: unicode compat issue fix
      Merge pull request #4855 from jreback/axis_len
      Merge pull request #4856 from jreback/hdf_unicode
      TST: reproducing tests for subtle PyTables bug (disabled for now), see:
      Merge pull request #4858 from jreback/hdf_where
      DOC: v0.13.0 HDFStore corrections
      BLD: fix json to build on windows, @Komnomnomnom
      TST: dtypes tests fix for 32-bit
      Merge pull request #4860 from jreback/dtypes_fix
      Merge pull request #4778 from Komnomnomnom/json-win-build-oops
      Merge pull request #4870 from Komnomnomnom/win-dtype-32-bit-fixes
      Merge pull request #4871 from Komnomnomnom/iso-date-overflow
      DOC: v0.13.0 adds
      Merge pull request #4864 from dalejung/panel-tshift-4853
      Merge pull request #4602 from cancan101/number_parsing
      BUG: bug in getitem with a duplicate index when using where (GH4879)
      Merge pull request #4881 from jreback/boolean_dup
      Merge pull request #4696 from danielballan/str_extract
      DOC: warning about using numexpr > 2.1 as it has a backward incompatible change
      Merge branch 'fix-float-into-datetime' of https://github.com/danbirken/pandas into danbirken-fix-float-into-datetime
      Merge branch 'iss4902' of https://github.com/alefnula/pandas into alefnula-iss4902
      Merge pull request #4662 from PKEuS/master
      DOC: v0.13.0 for stata enhancement
      DOC: issue reference for 4298
      BUG: Fixed a bug in convert_objects for > 2 ndims GH4937
      Merge pull request #4938 from jreback/panel_convert
      BUG: Fixed a bug in DataFrame/Panel cache insertion and subsequent indexing GH4939
      Merge pull request #4942 from jreback/index_cache
      BUG: Fixed a bug with setting invalid or out-of-range values in indexing
      Merge pull request #4943 from jreback/e_dtype
      CLN: removed Panel.fillna, replacing within core/generic.py/fillna
      Merge pull request #4951 from jreback/fillna
      TST: Tests for fillna on empty Series (GH4346), thanks @immerrr
      ENH: enable deep copy for sparse Series/Panel
      API: raise a TypeError on invalid comparison ops on Series (e.g. integer/datetime) (GH4968)
      Merge pull request #4970 from jreback/invalid_compare
      Merge pull request #4972 from alefnula/iss4967
      Merge pull request #4969 from guyrt/issue-4382
      Merge pull request #4494 from Komnomnomnom/resample-sing-grp-bug
      Merge pull request #4976 from Komnomnomnom/json-locale-fix
      Merge pull request #4954 from filmor/format-labels-fix
      BUG/ENH: provide better .loc based semantics for float based indicies, continuing not to fallback (related to GH236)
      API: properly box numeric timedelta ops on Series (GH4984)
      Merge pull request #4985 from jreback/timedelta1
      Merge pull request #4850 from jreback/loc_float
      BUG: Bug in concatenation with duplicate columns across dtypes not merging with axis=0 (originally GH4771),
      Merge pull request #4989 from jreback/merge_er
      Merge branch 'dt_index_fix' of https://github.com/filmor/pandas into filmor-dt_index_fix
      Merge pull request #4944 from engstrom/master
      Merge branch 'issue-4678-thousands-date-conflict' of https://github.com/guyrt/pandas into guyrt-issue-4678-thousands-date-conflict
      CLN: fix py2to3 issues in categorical.py
      Merge pull request #4990 from jreback/cat_fix
      Merge pull request #4992 from Komnomnomnom/indexing-dtype-test-fix
      BUG: Fix appending when dtypes are not the same (error showing mixing float/np.datetime64) (GH4993)
      Merge pull request #4995 from jreback/nat_append
      API: Remove deprecated Factor (GH3650)
      Merge pull request #5000 from jreback/remove_factor
      API: Remove set_printoptions/reset_printoptions (:issue:3046)
      API: remove deprecated _verbose_info (GH3215)
      Merge pull request #5001 from jreback/remove_set_printoptions
      BLD: numexpr 2.2.2 fixes incompatiblity in PyTables 2.4 (GH4908)
      Merge branch 'issue-4201-index-name-wrong' of https://github.com/guyrt/pandas into guyrt-issue-4201-index-name-wrong
      API: Remove deprecated read_clipboard/to_clipboard/ExcelFile/ExcelWriter from pandas.io.parsers (GH3717)
      Merge pull request #5009 from jreback/remove_io_deprecate
      DOC: prior version section in v0.13.0
      BUG: Fix a bug when indexing np.nan via loc/iloc (GH5016)
      Merge pull request #5018 from jreback/column_nan
      TST: added null conversions for TimeDeltaBlock in core/internals related (GH4396)
      Merge pull request #5040 from jreback/sparc_fix
      COMPAT: provide numpy compat with 1.7 for numeric methods when calling like: np.prod(obj)
      CLN: refactor all numeric type stats methods to core/generic.py
      CLN: refactor cum methods to core/generic.py
      CLN: make_stat_function for numeric methods in core/generic.py
      Merge pull request #4998 from mortada/halflife
      Merge pull request #5034 from jreback/numpy_compat
      Merge branch 'issue-3866-column-conversion' of https://github.com/guyrt/pandas into guyrt-issue-3866-column-conversion
      API: copy Index when creating in a Series to avoid aliasing
      TST: fix failing unicode comparison test on sparc (with non-standard encoding)
      Merge pull request #5043 from jreback/sparc_fix2
      CLN: pytables cleanup added functiones (previously deleted/moved to computation/pytables.py)
      Merge pull request #5047 from jreback/pytables_cln
      Merge branch 'master' of https://github.com/goyodiaz/pandas into goyodiaz-master
      Merge pull request #4955 from alefnula/iss4488
      Merge branch 'to_dict_records' of https://github.com/tshauck/pandas into tshauck-to_dict_records
      DOC: release notes fixup related to GH4936
      Merge pull request #4848 from TomAugspurger/isin_notes2
      Merge pull request #5059 from neurodebian/bf-isnull
      Merge pull request #3060 from wuan/nanosecond_time
      API: allow single element boolean Series to mimic numpy behavior( related GH4657)
      CLN: add .bool() method for single length evaluation
      API: provide __dir__ method (and local context) for tab completion / remove ipython completers code (GH4501)
      Merge pull request #4738 from jreback/bool_single
      Merge pull request #5050 from jreback/dir
      BUG: Bug in setting with ix/loc and a mixed int/string index (GH4544)
      Merge pull request #5064 from jreback/ix_edge
      BUG: Make sure series-series boolean comparions are label based (GH4947)
      ENH: Series lhs, scalar rhs bool comparison support
      ENH: support for msgpack serialization/deserialization
      BLD: py3 compat
      CLN: autopep8 packers.py/test_packers.py
      Merge pull request #4953 from jreback/bool_intersect
      Merge pull request #3831 from jreback/msgpack3
      DOC: minor release/v0.13 corrections
      BUG: fixed a bug in multi-level indexing with a Timestamp partial indexer (GH4294)
      Merge pull request #5088 from jreback/mi_timestamp
      TST: Tests for multi-index construction of an all-nan frame (GH4078)
      Merge pull request #5089 from jreback/mi_constructor
      Merge pull request #4706 from rockg/tz-localize-aware
      Merge pull request #5013 from alefnula/qtpandas
      Merge branch 'iadd' of https://github.com/d10genes/pandas into d10genes-iadd
      Merge branch 'r-dataset' of https://github.com/unutbu/pandas into unutbu-r-dataset
      BUG: non-unique indexing in a Panel (GH4960)
      Merge pull request #5099 from danielballan/minor-doc-edit-extract
      DOC: io/v0.13/release notes
      Merge pull request #4007 from pydata/PR_json-normalize-proto
      Merge pull request #5097 from jreback/panel_dup
      Merge pull request #5057 from JackKelly/master
      API: convert objects on fillna when object result dtype, related (GH5103)
      Merge pull request #5112 from jreback/dtype_conv
      Merge branch 'master' of https://github.com/tinproject/pandas into tinproject-master
      Merge pull request #5060 from jorisvandenbossche/scatter-color
      BUG: Treat a list/ndarray identically for iloc indexing with list-like (GH5006)
      Merge pull request #5134 from jreback/list_index
      Merge pull request #5137 from Komnomnomnom/json-time-suport
      Merge branch 'json-default-handler' of https://github.com/Komnomnomnom/pandas into Komnomnomnom-json-default-handler
      TST: fillna(values) equiv of replace(np.nan,values)
      Merge pull request #5139 from jreback/fillna_string
      DOC: revised io.rst
      Merge branch 'timestamp-object-bounds' of https://github.com/danbirken/pandas into danbirken-timestamp-object-bounds
      DOC: timeseries.rst updates
      TST: use default utf8 encoding when passing encoding to parser as Bytes (GH5141)
      Merge pull request #5149 from jreback/sparc_fix3
      API/CLN: provide isnull/notnull on NDFrame objects
      Merge pull request #5154 from jreback/perf
      Merge pull request #5157 from danbirken/gh4928
      API/PERF: restore auto-boxing on isnull/notnull for Series (w/o copy) preservers perf gains
      Merge pull request #5159 from jreback/isnull_box
      DOC:  Move qt interface instructions to faq.rst from visualization.rst
      BLD: updated print_versions for bigquery & google apiclient
      BUG: apply Timestamp to resultant datetimes when operating on offsets
      DOC: pytables natural name docs
      Merge pull request #5165 from TomAugspurger/interp_docfix
      DOC: whatsnew.rst,missing_data.rst,io.rst updates
      DOC: update readme.md for bq/excel deps
      DOC: readme.md updates
      Merge branch 'series_to_dataframe' of https://github.com/drasch/pandas into drasch-series_to_dataframe
      API: make allclose comparison on dtype downcasting (GH5174)
      Merge pull request #5177 from jreback/infer
      PERF: calling get_indexer twice when a specialized indexer (e.g. pad) could be called instead
      Merge pull request #5178 from jreback/perf_reindex
      TST: addtl pytables tests
      Merge pull request #5180 from jreback/pytables_clean
      DOC: multi-index update on cookbook.rst
      BUG: Allow duplicate indices when performing operations that align (GH5185)
      DOC: minor whatsnew changes
      Merge pull request #5187 from jreback/dup_ops
      DOC: whatsnew changes
      Merge branch 'to_csv_date_format' of https://github.com/qwhelan/pandas into qwhelan-to_csv_date_format
      BUG: raise NotImplementedError on passing of compound dtypes in constructors (GH5191)
      Merge pull request #5192 from jreback/compound_dtypes
      BUG: Bug in comparing duplicate frames (GH4421) related
      Merge pull request #5194 from jreback/dup_eq
      BUG: Bug in to_datetime with a format and coerce=True not raising (GH5195)
      Merge pull request #5197 from jreback/to_datetime
      BUG: Bug in loc setting with multiple indexers and a rhs of a Series that needs
      Merge pull request #5210 from jreback/loc_index
      Merge branch 'c_inline' of https://github.com/wuan/pandas into wuan-c_inline
      Merge pull request #5096 from danielballan/filter-len-test
      Merge pull request #5181 from pierre-haessig/patch-1
      Merge pull request #5207 from jorisvandenbossche/docs-note
      BUG: don't try to deal with a dead cache refereant (GH5216)
      Merge pull request #5217 from jreback/cacher
      Merge pull request #5160 from jorisvandenbossche/api-docs-template
      API: rename _prop_attributes to __finalize__ (in NDFrame)
      Merge pull request #5222 from danielballan/filter-maintains-ordering
      Merge pull request #5179 from jacobschaer/master
      Merge pull request #5205 from jreback/meta
      Merge branch 'date_range' of https://github.com/filmor/pandas into filmor-date_range
      Merge branch 'AHLRAP-3081' of https://github.com/prossahl/pandas into prossahl-AHLRAP-3081
      BUG: allow enlargement to work with empty objects (GH5226)
      Merge pull request #5227 from jreback/enlarge_empty
      Merge branch 'bdays_fix' of https://github.com/wuan/pandas into wuan-bdays_fix
      Merge pull request #5124 from JanSchulz/API_additions
      Merge pull request #5242 from ojh/master
      Merge pull request #5241 from jorisvandenbossche/docs-gbq-fixes2
      API: default export for to_clipboard is now csv (GH3368)
      Merge pull request #5070 from jreback/clip
      Merge branch 'tst_excel_duplicated_cols' of https://github.com/jmcnamara/pandas into jmcnamara-tst_excel_duplicated_cols
      API: add excel kw to to_clipboard to preserve compat behavior (related GH5070)
      Merge pull request #5243 from jreback/clip2
      API/CLN: consolidate truncate into NDFrame (panel had a separate method)
      Merge pull request #5244 from jreback/truncate
      BUG: fixed issue with drop on a non-unique index with Series (GH5248)
      CLN: remove reindex_like from core/frame.py (use core/generic.py version)
      Merge pull request #5249 from jreback/drop_dup
      Merge branch 'scatterplot' of https://github.com/zachcp/pandas into zachcp-scatterplot
      API: allow Series/Panel dropna to accept other args for compat with DataFrame (GH5233/GH5250)
      DOC: core/generic/drop docs from array-like to list-like
      Merge pull request #5251 from jreback/dropna
      Merge pull request #5252 from jreback/drop_dup2
      DOC/TST: core/generic/drop doc-string and tests
      Merge pull request #5211 from guyrt/issue-4355-usecols-python-engine
      Merge pull request #5253 from jreback/drop3
      DOC: core/generic/drop doc-string change
      Merge pull request #5268 from guyrt/issue-5156-segfault
      Merge pull request #5282 from jorisvandenbossche/docs-api-add1b
      Merge pull request #5287 from Komnomnomnom/json-docs
      Merge pull request #5262 from jacobschaer/master
      DOC: cookbook.rst
      Merge pull request #5219 from danbirken/c_assert_almost_equal_simple
      Merge pull request #5293 from hayd/get_dummies_docs
      BLD: add 0.13.0 pickles support
      Merge pull request #5296 from TomAugspurger/iloc-docs
      BLD: 2.7 64-bit AMD, 2.7, 3.3 linux-64 0.13.0 pickles
      Merge pull request #5295 from jreback/0_13_pickles
      Merge branch 'master' of https://github.com/akloster/pandas into akloster-master
      BUG: fix typo from b8aa22aa9915710f3120c60e5d4a187844aeb0fe
      BUG: setting on a frame without an index silenty was failing, related (GH5226)
      Merge pull request #5301 from jreback/partial_setting_bug
      ENH: allow astype conversions for timedeltas to other timedelta freqs (still returns a float), related to GH4521
      Merge pull request #5305 from jreback/astype_td
      BUG:  Fix Series.isin with date/time-like dtypes (GH5021)
      Merge pull request #5303 from jreback/isin
      TST: changes AssertionErrors in core/generic/_construct_axes_from_arguments to Type/Value Errors
      BUG: parser can handle a common_format multi-column index (no row index cols), (GH4702)
      Merge pull request #5298 from jreback/mi_csv
      Merge pull request #5311 from jreback/panel_exceptions
      PERF: vbench for time-series index assignment in frame (GH5320)
      Merge pull request #5321 from jreback/assign_index_perf
      Merge pull request #5318 from guyrt/fix-csv-32bit-test
      BUG: when trying to use an out-of-bounds date as an object dtype (GH5312)
      Merge pull request #5322 from jreback/datetime_bounds
      BUG: bug when trying to display an embedded PandasObject (GH5324)
      BUG: repr/str of storers in HDFStore was calling an incorrect method
      Merge pull request #5328 from jreback/hdf_repr
      Merge pull request #5325 from jreback/df_display
      TST/BUG: allow invalid Timestamps to pass thru as datetimes when operating with offsets
      DOC: squash doc typos in indexing/reshaping
      Merge pull request #5327 from jreback/timestamp_offset
      API: provide compat for Timestamp  now/today/utcnow class methods (GH5339)
      ENH: allow in-line expression assignment with df.eval
      DOC: update docs in enhancedperf.rst
      BUG: Bug when renaming then set_index on a DataFrame (GH5344)
      Merge pull request #5345 from jreback/rename_bug
      Merge pull request #5342 from jreback/timestamp
      Merge pull request #5343 from jreback/assign_eval
      Merge pull request #5362 from TomAugspurger/interp_dtype_infer
      Revert "TST: Precision issues with infer on OSX"
      BUG: downcasting via com._possibly_downcast_to_dtype now rounds before casting
      Merge pull request #5368 from jreback/dtype_conv
      BUG: Make sure that head/tail are iloc based, (GH5370)
      Merge pull request #5373 from jreback/float_index
      Merge pull request #5369 from benalexau/master
      ER/API: unicode indices not supported on table formats in py2 (GH5386)
      Merge pull request #5387 from jreback/hdf_index_tests
      DOC: minor io.rst updates / cookbook.rst
      BUG: groupby with a Float like index misbehaving when the index is non-monotonic (related GH5375)
      Merge pull request #5393 from jreback/groupby_iloc
      Merge pull request #5376 from RomanPekar/periodIndex-repr
      BUG/TST: fix downcasting of float-like object array
      Merge pull request #5397 from jreback/infer
      Merge pull request #5375 from danielballan/filter-nonunique
      BLD: dateutil-2.2 patch
      Merge pull request #5411 from jreback/dateutil_fix
      BLD: numpy 1.8 on the 3.3 build
      Merge pull request #5335 from goyodiaz/repr_empty
      Merge pull request #5413 from jreback/numpy_1.8
      BUG: not clearing the cache when reindexing issue when partial setting (GH5424)
      TST: provide temporary file creation inside of io/pytables.py directly w/o
      Merge pull request #5426 from jreback/indexing_cache
      Merge pull request #5425 from jreback/temp_file
      Merge pull request #5415 from danielballan/to-timedelta-scalar
      BUG/TST: bug in the test apparatus when dtypes are equal in a Series but the
      Merge pull request #5434 from jreback/test_fix
      API: raise SettingWithCopy when chained assignment is detected
      PERF: Fixed decoding perf issue on pyt3 (GH5441)
      Merge pull request #5447 from jorisvandenbossche/docs-to_latex-error
      Merge pull request #5448 from jreback/hdf_decode
      Merge pull request #5450 from jorisvandenbossche/docs-flags-remove-docstring
      Merge pull request #5454 from jorisvandenbossche/patch-1
      Merge pull request #5390 from jreback/chained
      Merge pull request #5438 from danielballan/to-timedelta-missing-data
      PERF: performance improvements on isnull/notnull for large pandas objects
      Merge pull request #5462 from jreback/perf_isnull
      Merge pull request #5472 from rockg/date-normalize
      TST: test_indexing dtype comps (GH5466)
      Merge pull request #5474 from jreback/win32_fix
      API: make sure _is_copy on NDFrame is always available (GH5475)
      Merge pull request #5477 from jreback/is_copy_bug
      PERF: perf regression with mixed-type ops using numexpr (GH5481)
      Merge pull request #5482 from jreback/infer_fix
      DOC: add cookbook entry
      API/ENH: pass thru store creation arguments for HDFStore; can be used to support in-memory stores
      Merge pull request #5499 from jreback/hdf_args
      PERF: msgpack encoding changnes to use to/from string for speed boosts
      ENH: allow msgpack to accept and return string-like objects in addition to files
      Merge pull request #5498 from jreback/msgpack_perf
      BUG: bug in to_msgpack for timezone aware datetime index
      Merge pull request #5507 from jreback/msgpack_bug
      DOC: doc corrections basics.rst / io.rst
      BUG: Fixed various setitem with iterable that does not have a matching
      Merge pull request #5512 from jreback/indexing_bug
      BUG: Bug in getitem with a multi-index and iloc (GH5528)
      Merge pull request #5529 from jreback/iloc_mi
      BUG: Bug in delitem on a Series (GH5542)
      Merge pull request #5544 from jreback/series_del
      BUG: Bug fix in apply when using custom function and objects are not mutated (GH5545)
      Merge pull request #5554 from jreback/apply_bug
      BUG: Bug in selecting from a non-unique index with loc (GH5553)
      Merge pull request #5555 from jreback/loc_bug
      BUG: repr of series fails in the presence of a Float64Index that is not monotonic (GH5557)
      Merge pull request #5558 from jreback/series_index
      TST/API/BUG: resolve scoping issues in pytables query where rhs is a
      Merge pull request #5566 from jreback/hdf_select
      PERF: slow conversion of single series to data frame
      Merge pull request #5568 from jreback/df_perf
      BUG: format label for inf in cut with a str directly
      Merge pull request #5574 from pydata/win32_fix2
      Merge pull request #5579 from dieterv77/FixGH5577
      PERF: perf enhancements in indexing/query/eval
      Merge pull request #5590 from jreback/indexing_perf
      BUG: Bug in groupby returning non-consistent types when user function returns a None, (GH5592)
      Merge pull request #5593 from jreback/groupby_apply
      TST: dtype issue in test_groupby.py on windows
      Merge pull request #5598 from pydata/winfix3
      BUG: reset setitem_copy on object enlargement
      TST: add testing base TestCase to provide global testing config
      TST: changed refs to use testing/TestCase where setUpClass/tearDownClass are defined
      TST: change from using unittest.TestCase directly to using pandas.util.testing.TestCase
      Merge pull request #5492 from TomAugspurger/fred_multi_series
      Merge pull request #5594 from takluyver/repr-whatsnew-img
      TST/API: test the list of NA values in the csv parser. add N/A, #NA as independent default
      Merge pull request #5601 from jreback/na_values
      Merge pull request #5459 from dwiel/groupby_comments
      BUG: repr formating to use iloc rather than getitem for element access (GH5605)
      Merge pull request #5606 from jreback/fix_repr
      Merge pull request #5584 from jreback/copy_warn

monicaBee (1):
      DOC: Added filtering example to groupby doc

prossahl (3):
      BUG: Fix Segfault with pd.tslib.get_period_field (GH4520)
      BUG/ER: Stricter testing of 'monotocity' when reindexing with ffill or bfill (GH4483).
      BUG: (GH4708) A zero length series written to HDF cannot be read back.

rockg (3):
      Add DatetimeIndex and Index documentation.
      ENH: Ability to tz localize when index is implicility in tz
      DatetimeIndex.normalize now accounts for nanoseconds (#5461).

unutbu (1):
      EHN: Allow load_data to load the "Titanic" and other problematic R datasets

westurner (1):
      DOC: CONTRIBUTING.md: Gold plating: syntax, punctuation, Markdown

y-p (35):
      TST: skip some tests if scikits is installed but not scipy GH3376
      Merge pull request #4320 from y-p/GH3376
      BLD: Use git describe to generate the version string for dev versions
      BLD: Strip leading v in git describe version string
      BLD: remove ISRELEASED flag
      Merge pull request #4218 from y-p/PR_dev_version_string
      ENH: suppress display.height DeprecationWarning
      Merge pull request #4391 from y-p/PR_supress_disp_height_warning
      DOC: update RELEASE.rst
      BLD: test_perf, bring back pickle-compare code clobbered in 244d56751
      BLD: test_perf, revert s/save/to_pickle change, warn the unwary
      Merge pull request #4644 from y-p/PR_test_perf_fixes
      BLD: make test_perf.sh work on OSX too
      DOC: cleanups
      Revert "DOC: cleanups"
      DOC: cleanups
      BUG: fix path reolution in print_versions.py
      BUG: print_versions uses path python rather then the invoking python
      Merge pull request #5486 from y-p/PR_pr_ver_fixes
      BUG: print_versions return outside function
      Merge pull request #5520 from invisibleroads/patch-2
      DOC: mention new to_clipboard/paste into excel capability
      Merge pull request #5548 from y-p/doc_toclipboard
      ENH: short-circuit config lookup when exact key given GH5147
      Merge pull request #5565 from y-p/PR_GH5147_fast_config_lookup
      Merge pull request #5399 from tr11/fix_flex_binary_moment_type_check
      Merge pull request #5350 from TomAugspurger/panel_xs_doc
      CLN: fix Exception type and tweak message GH5399
      CLN: remove config._get_option_fast. get_option faster now GH5147
      Merge pull request #5550 from takluyver/long-repr-html
      BUG: to_html doesn't slice index to max_rows before formatting
      VB: add to_html vbench
      Merge pull request #5589 from y-p/PR_fix_slow_truncated_large_repr_html_5588
      DOC: limit code snippet output to max_rows=15
      Merge pull request #5599 from y-p/PR_doc_set_max_rows

zach powers (1):
      add ScatterPlot class to allow df.plot(kind=scatter)

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

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