[pandas] annotated tag v0.15.1 created (now 128c431)

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


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

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

        at  128c431   (tag)
   tagging  d8ab3415373ea42713c096a97c3d9ed5c9cb82ee (commit)
  replaces  v0.15.0
 tagged by  Jeff Reback
        on  Sat Nov 8 08:14:33 2014 -0500

- Log -----------------------------------------------------------------
Version 0.15.1

Aaron Staple (1):
      Raise error in certain unimplemented aggregation cases.

Andrew Rosenfeld (2):
      BUG: cut/qcut on Series with "retbins" (GH8589)
      BUG: years-only in date_range uses current date (GH6961)

Anton I. Sipos (1):
      Fix typo in visualization.rst doc

Artemy Kolchinsky (1):
      Documentation fix

Bill Letson (1):
      ENH: Series.str.split can return a DataFrame instead of Series of lists

Dave Hughes (1):
      BUG: fix concat to work with more iterables (GH8645)

David Stephens (5):
      BUG: Fix pandas.io.data.Options for change in format of Yahoo Option page
      DOC: Update docstrings of Options class.
      ENH: DataReaders return missing data as NaN rather than warn.
      BUG: Fix io.data.Options quote time for DST.
      BUG: Allow non-float values in get_yahoo_quotes.

Guillaume Horel (1):
      ENH: read_csv dialect parameter can take a string (GH8703)

Jeff Reback (23):
      DOC: start 0.15.1 cycle for docs
      BUG: bug in Float/Int index with ndarray for add/sub numeric ops (GH8608)
      BUG: Bug in ix/loc block splitting on setitem (manifests with integer-like dtypes, e.g. datetime64) (GH8607)
      TST: skip tests on incompatible PyTables version (GH8649, GH8650)
      BUG: coerce Categorical in record array creation (GH8626)
      Merge branch 'wbISO3' of https://github.com/jnmclarty/pandas into jnmclarty-wbISO3
      DOC: v0.15.1.txt corrections
      BUG: Bug in setitem with empty indexer and unwanted coercion of dtypes (GH8669)
      CLN: more generic index creation in algorithms.py
      PERF: set multiindex labels with coerced dtype (GH8456)
      Merge branch 'fix-datetime-categorical-comparison' of https://github.com/immerrr/pandas into immerrr-fix-datetime-categorical-comparison
      API/BUG: return np.nan rather than -1 for invalid datetime accessors values (GH8689)
      BUG: incorrect serialization of a CustomBusinessDay in HDF5 (GH8591)
      DOC: minor v0.15.1.txt changes
      BUG: bug in selecting from a Categorical with iloc (GH8623)
      ENH: provide a null_counts keyword to df.info() to force showing of null-counts
      Merge branch 'add-basic-zerodim-array-support' of https://github.com/immerrr/pandas into immerrr-add-basic-zerodim-array-support
      BUG: Bug in Panel indexing with a list-like (GH8710)
      ENH/BUG: support Categorical in to_panel reshaping (GH8704)
      COMPAT: Compat issue is DataFrame.dtypes when options.mode.use_inf_as_null is True (GH8722)
      BUG: Bug in slicing a multi-index level with an empty-list (GH8737)
      DOC: 15.1 release notes
      RLS: v0.15.1 final

Joris Van den Bossche (20):
      DOC: fix formatting read_csv comment kwarg explanation
      DOC/REL: adapt make.py file to upload with other user than pandas
      DOC: read_html docstring update link to read_csv and infer_types mention
      Merge pull request #8583 from jorisvandenbossche/doc-upload
      DOC: reorg whatsnew files to subfolder
      Merge pull request #8606 from jorisvandenbossche/doc-whatsnew-reorg
      Merge pull request #8563 from jorisvandenbossche/docstring-read-csv
      DOC/REL: clean-up and restructure v0.15.0 whatsnew file (GH8477)
      Merge pull request #8586 from jorisvandenbossche/doc-whatsnew
      Merge pull request #8605 from jorisvandenbossche/doc-read_html
      Merge pull request #8663 from billletson/strsplit
      BUG: fix writing of Categorical with to_sql (GH8624)
      Merge pull request #8691 from sangheestyle/master
      Merge pull request #8682 from jorisvandenbossche/sql-8624-categorical
      ERR: leftover from renaming outtype to orient in to_dict
      Merge pull request #8721 from jorisvandenbossche/to_dict-invalid-orient
      VIS: register datetime64 in matplotlib units registry (GH8614)
      Merge pull request #8693 from jorisvandenbossche/plot-datetime64
      CLN: fix conflict leftovers
      Merge pull request #8746 from gepcel/master

Kevin Sheppard (1):
      ENH: Allow columns selection in read_stata

Nick Stahl (1):
      BUG: setitem fails on mixed-type Panel4D

Sanghee Kim (1):
      CLN: fix grammar in extract_index error message

Stephan Hoyer (4):
      Use '+' to qualify memory usage in df.info() if appropriate
      Fix shape attribute for MultiIndex
      ENH: add Index.is_monotonic_decreasing and Index.is_monotonic_increasing
      ENH: support monotonic decreasing indexes in Index.slice_locs

Tom Augspurger (1):
      Merge pull request #8541 from TomAugspurger/plot-label-index-name

TomAugspurger (1):
      BUG: Do not overwrite index name with plot

WANG Aiyong (1):
      pd.show_versions()

behzad nouri (1):
      BUG: column name conflict & as_index=False breaks groupby ops

immerrr (3):
      TST/PERF: optimize tm.makeStringIndex
      BUG: fix Categorical comparison to work with datetime
      BUG: fix reflected comparison operations for Categorical

jnmclarty (1):
      ENH: Add ISO3 ctry codes and error arg. Fix tests, warn/exception logic #8482

jreback (32):
      Merge pull request #8575 from immerrr/optimize-makestringindex
      Merge pull request #8577 from bashtage/stata-columns
      Merge pull request #8598 from artemyk/io_doc_fix
      Merge pull request #8599 from shoyer/qualify-mem-usage
      Merge pull request #8604 from aisipos/fixplotdoctypo
      Merge pull request #8622 from rosnfeld/issue_8589
      Merge pull request #8609 from shoyer/MultiIndex-shape
      Merge pull request #8634 from jreback/numeric_index
      Merge pull request #8644 from jreback/ix_consist
      Merge pull request #8651 from jreback/pytables_import
      Merge pull request #8652 from jreback/to_cat
      Merge pull request #8592 from staple/reduce
      Merge pull request #8585 from behzadnouri/in-axis
      Merge pull request #8668 from waveform80/deque-concat
      Merge pull request #8671 from jreback/coerce
      Merge pull request #8672 from rosnfeld/issue_6961
      TST: fix up for 32-bit indexers w.r.t. (GH8669)
      Merge pull request #8675 from pydata/setitem
      Merge pull request #8676 from jreback/algos
      Merge pull request #8695 from jreback/danger
      Merge pull request #8699 from jreback/cbd
      Merge pull request #8700 from jreback/cat
      Merge pull request #8701 from jreback/show_counts
      Merge pull request #8715 from jreback/panel_index
      Merge pull request #8705 from jreback/to_panel
      Merge pull request #8680 from shoyer/reversed-monotonic-slices
      Merge pull request #8724 from unutbu/groupmax-recipe
      Merge pull request #8726 from jreback/inf
      Merge pull request #8631 from dstephens99/issue8612
      Merge pull request #8743 from dstephens99/issue8433
      Merge pull request #8741 from dstephens99/issue8612
      Merge pull request #8742 from dstephens99/issue5229

pallav-fdsi (1):
      BUG: invalid import checking in gbq (GH8587)

unutbu (1):
      DOC: Select row with maximum value from each group

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

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