[pandas] annotated tag v0.17.0rc2 created (now 76d2945)

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


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

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

        at  76d2945   (tag)
   tagging  071cffd63e4b99362c68a5e2d472b629618c50a1 (commit)
  replaces  v0.17.0rc1
 tagged by  Jeff Reback
        on  Sat Oct 3 16:23:55 2015 -0400

- Log -----------------------------------------------------------------
v0.17.0rc2

Anthonios Partheniou (6):
      ENH: Add ability to create tables using the gbq module. #8325
      BLD: Install google-api-python-client and httplib2 using pip
      BUG: Use StrictVersion instead of LooseVersion when testing for minimum google api client version #10652
      TST: Fix skipped unit tests in test_ga. Install python-gflags using pip. #11090
      ENH: Add ability to create datasets using the gbq module #11121
      COMPAT: Add Google BigQuery support for python 3 #11094

Charlie Clark (1):
      COMPAT: openpyxl >= 2.2 support, #10125

Chris (10):
      DOC: Missing Excel index images
      DOC: Comparison with SAS
      BUG: nested construction with timedelta #11129
      PERF: infer_datetime_format without padding #11142
      ENH: add merge indicator to DataFrame.merge
      PERF: nested dict DataFrame construction
      DOC: header=None in SAS docs
      API: raise on header=bool in parsers
      API: read_excel signature
      PERF: vectorized DateOffset with months

Evan Wright (1):
      TST: Verify fix for buffer overflow in read_csv with engine='c' (GH #9735)

Jeff Reback (69):
      DOC: corrections in whatsnew
      Merge pull request #11067 from chris-b1/excel-doc-images
      Merge pull request #11068 from sinhrks/whatsnew_v017
      DOC: update release.rst with the highlites
      CI: support *.pip for installations
      Merge pull request #11081 from jreback/pip
      Merge pull request #11072 from stephen-hoover/stream-bzip2-files
      TST: make sure to close stata readers
      Merge pull request #11088 from jreback/fix_stata
      Merge pull request #11087 from chris-b1/sas-docs
      Merge pull request #11057 from terrytangyuan/patch-1
      Merge pull request #10857 from parthea/allow-creation-of-gbq-tables
      Merge pull request #11071 from stephen-hoover/recognize-s3n
      Merge pull request #11091 from parthea/ga-test-failure
      Merge pull request #11073 from stephen-hoover/stream-csv-from-s3
      CI: add py3.5 build
      Merge pull request #11074 from stephen-hoover/infer-s3-compression
      COMPAT: compat for python 3.5, #11097
      Merge pull request #11114 from jreback/fix
      COMPAT: numpy 1.10 doesn't like float indexers in np.ones
      BLD: install build deps when building
      Merge pull request #11127 from jreback/ci
      Merge pull request #11093 from terrytangyuan/tests
      Merge pull request #11124 from lmjohns3/master
      ERR: make sure raising TypeError on invalid nanops reductions xref #10472
      Merge pull request #11131 from jreback/error
      TST: fix occastional failure in test_pytables because of existing node
      Merge pull request #11120 from neurodebian/bf-test-expand-user
      Merge pull request #11134 from chris-b1/timedelta-hash
      Merge pull request #11098 from terrytangyuan/docs
      Merge pull request #11138 from evanpw/read_csv_overflow
      Merge pull request #11153 from sinhrks/fillna_tzbug
      Merge pull request #11147 from behzadnouri/grby-transf
      Merge pull request #11152 from behzadnouri/grby-size
      Merge pull request #11154 from chris-b1/merge-indicator-method
      Merge pull request #11146 from chris-b1/inference-padding
      BLD: dateutil->python-dateutil in conda recipe
      DEPR: deprecate SparsePanel
      Merge pull request #11156 from jreback/dateutil
      Merge pull request #11157 from jreback/sparse_panel
      Merge pull request #11155 from kawochen/BUG-FIX-11086
      Merge pull request #11158 from chris-b1/frame-nested-dict
      Merge pull request #11145 from TomAugspurger/mpl15
      CI: tests latest versions of openpyxl
      Merge branch 'Themanwithoutaplan-openpyxl22'
      Merge pull request #11177 from KarrieK/patch-2
      Merge pull request #11168 from neurodebian/bf-versions-etc
      Merge pull request #11182 from chris-b1/header-bool-readers
      TST: generate_bq_scheme deprecation and tests
      COMPAT: use compat.range for gbq py3 testing
      Merge pull request #11183 from jorisvandenbossche/api-xport
      COMPAT: platform_int fixes in groupby ops, #11189
      Merge pull request #11191 from jreback/fix
      Merge pull request #11110 from parthea/gbq-python3
      Merge pull request #11197 from kawochen/CLN-11170
      COMPAT: remove __metaclass__ syntax from core/dtypes. This is py2 only (and not used anyhow)
      TST: skip some unreliable html truncations tests on travis
      Merge pull request #11202 from rinoc/GH11185
      Merge pull request #11194 from jorisvandenbossche/tsplot-perf
      Merge pull request #11205 from chris-b1/faster-offsets
      Merge pull request #11173 from bashtage/to-numeric
      DOC: add to_numeric to api.rst
      Merge pull request #11225 from TomAugspurger/openhub
      Merge pull request #11102 from sinhrks/unicode_justify
      DOC: update docs for 0.17.0rc2
      BUG: edge case when reading from postgresl with read_sql_query and datetime with timezone types and a chunksize, #11216
      use datetime64[ns, UTC] for 'datetime with timezone' sql types
      COMPAT: skip some test on 32-bit platforms for ordering issues
      Merge pull request #11216 from jreback/datetime_with_tz

Joris Van den Bossche (12):
      asv bench cleanup - groupby
      Merge pull request #10998 from jorisvandenbossche/asv-cleanup
      DOC: fix ref to template for plot accessor
      Merge pull request #11104 from jorisvandenbossche/doc-fix-template
      DOC: minor doc formatting fixes
      Merge pull request #11161 from jorisvandenbossche/doc-fixes3
      Merge pull request #10983 from stephenpascoe/issue-10846
      Merge pull request #11176 from chris-b1/sas-doc-fixup
      DOC: XPortReader not top-level API
      DOC: fix bunch of doc build warnings
      Merge pull request #11184 from jorisvandenbossche/doc-fixes4
      PERF: compare freq strings in extract_ordinals (GH11084)

Ka Wo Chen (2):
      BUG/API: GH11086 where freq is not inferred if both freq is None
      CLN: GH11170, * import is removed from test_internals.py

Karrie Kehoe (1):
      Update 10min.rst

Kevin Sheppard (1):
      ENH: Resotre original convert_objects and add _convert

Leif Johnson (1):
      BUG: Fix computation of invalid NaN indexes for interpolate.

Phillip Cloud (2):
      Fix Series.nunique groupby with object
      Merge pull request #11079 from cpcloud/fix-series-nunique-groupby-with-object

Rinoc Johnson (1):
      BUG: groupby list of keys same length as index

Sheppard, Kevin (2):
      REF: Move conversion functions to core/convert.py
      FIX: Add boxing for to_numeric and add tests

Sinhrks (2):
      Merge pull request #11092 from sinhrks/eval_doc
      Merge pull request #11135 from sinhrks/timeseries_depr

Stephan Hoyer (3):
      DOC: add whatsnew_plot_submethods.png
      DOC: fix plot submethods whatsnew example
      Merge pull request #11083 from shoyer/plot-whatsnew

Stephen Hoover (4):
      ENH Enable bzip2 streaming for Python 3
      ENH Recognize 's3n' and 's3a' as an S3 address
      ENH Enable streaming from S3
      ENH Move check for inferred compression to before `get_filepath_or_buffer`

Stephen Pascoe (1):
      Tests demonstrating how to use sqlalchemy.text() objects in read_sql()

Tom Augspurger (5):
      COMPAT: Support for matplotlib 1.5
      COMPAT/BUG: color handling in scatter
      TST: Capture warnings in _check_plot_works
      defer loading of openhub
      remove openhub and unclosed ptag

Yaroslav Halchenko (2):
      BF: do not assume that expanduser would replace all ~
      BF: for version comparison first arg should be the LooseVersion

Yuan Tang (Terry) (1):
      DOC: Modified incorrect doc-string for DataFrameFormatter and removed outdated doc-string (+1 squashed commit)

behzad nouri (3):
      PERF: improves performance in SeriesGroupBy.transform
      PERF: improves performance in groupby.size
      PERF: improves groupby.get_group_index when shape is a long sequence, #10161

sinhrks (5):
      DOC: Categorize whatsnew
      DOC: Update perf doc for 10953
      DEPR: Series.is_timeseries
      BUG: DatetimeTZBlock.fillna raises TypeError
      ENH: Data formatting with unicode length

terrytangyuan (3):
      TST: More thorough test to check correctness of to_html_unicode
      DOC: Fixed outdated doc-string, added missing default values, added missing optional parameters for some io classes (+1 squashed commit)
      ERR/API: Raise NotImplementedError when Panel operator function is not implemented, #7692

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

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