[pandas] annotated tag v0.17.1 created (now 5df2c98)

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


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

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

        at  5df2c98   (tag)
   tagging  6c30cbecf8e5ae610f2a37ba821116bd9f77044d (commit)
  replaces  v0.17.0
 tagged by  Jeff Reback
        on  Fri Nov 20 11:49:57 2015 -0500

- Log -----------------------------------------------------------------
Version 0.17.1

Aleksandr Drozd (1):
      added axvlines_color parameter to pandas.tools.plotting.parallel_coordinates

Alex Chase (2):
      DOC: Linguistic edit to Contributing
      ENH: tilde expansion for write output formatting functions, #11438

Anthonios Partheniou (2):
      ENH: Improvement to the BigQuery streaming insert failure message #11285
      ENH: Improve the error message in to_gbq when the DataFrame schema does not match #11359

BrenBarn (1):
      Fix mistake in Pytables querying with numpy scalar value. Fixes #11283

Brian J. McGuirk (1):
      Correct typo in warning message.

Chris (7):
      BUG: to_excel duplicate columns
      TST: tests for list skiprows in read_excel
      PERF: Release GIL on some datetime ops
      PERF: fast inf checking in to_excel
      CLN: period boundscheck warnings
      CLN: boundscheck warnings in tslib
      PERF: Cythonize groupby transforms #4095

Christian Berendt (1):
      Fix typo in the docstring of dropna

Christian Perez (1):
      BUG: implement Series.sort_index(..inplace=True) for #11402

Cody Piersall (1):
      Fix link to numexpr

Data & Code Expert Experimenting with Code on Data (1):
      explain how to skip rows between header & data

DrIrv (1):
      Bug in read_excel with multi-index containing integers #11317

Evan Wright (2):
      BUG: drop_duplicates drops non-duplicate rows in the presence of integer columns (GH 11376)
      Revert "PERF: perf improvements in drop_duplicates for integer dtyped arrays"

Guillaume Gay (1):
      Update Vizualisation.rst - Fixes #11589

Hamed Saljooghinejad (2):
      bug#10442 : fix, adding note and test
      Index.shift() gives confusing error message when no DatetimeIndex, #8083

Iblis Lin (1):
      BLD: Close #10510, add CFLAGS `-fgnu89-inline` on FreeBSD 10+

Jake VanderPlas (1):
      BUG: quick fix for #10989

Jan Schulz (5):
      Prevent adding new attributes to the accessors .str, .dt and .cat
      TST: Allow for more than one acessor on a Series
      Make .str available for Series of type category with strings
      Make .dt available for Series of type category with datetimes
      DOC: whatsnew and docs for multiple accessors

Jean-Mathieu Deschenes (1):
      PERF: Released the GIL from parts of the TextReader class

Jeff Reback (142):
      Merge pull request #11233 from taeold/bugfix/multiindex-frame-to-latex-bug
      DOC: add whatsnew 0.17.1 to index
      Merge pull request #11237 from chris-b1/excel-column-bugs
      Merge pull request #11245 from llllllllll/dt64-reduce-to-nat
      Merge pull request #11286 from parthea/improve-bq-streaming-insert-error
      Merge pull request #11219 from yoavram/issue7615
      REGR: change in output formatting for long floats/nan, #11302
      Merge pull request #11291 from BrenBarn/pytables-fix
      BUG: Bug in tz-conversions with an ambiguous time and .dt accessors, #11295
      Merge pull request #11301 from jreback/tz_convert
      DOC: correction
      Merge pull request #11309 from jreback/astype
      Merge pull request #11313 from bmcguirk/patch-1
      TST: validation tests for #11314, set_index with a tz
      Merge pull request #11316 from jreback/set_index
      DEPR: deprecate pandas.io.ga, #11308
      Merge pull request #11318 from jreback/ga
      remove warnings from the tests for deprecation of engine in to_csv
      BUG: Bug in list-like indexing with a mixed-integer Index, #11320
      Merge pull request #11294 from scari/master
      Merge pull request #11322 from jreback/indexing
      Merge pull request #11330 from kawochen/CLN-11271
      BUG: bug in comparisons vs tuples, #11339
      Merge pull request #11345 from jreback/boolean
      Merge pull request #11148 from hamedhsn/bug#10442
      DOC: typo in whatsnew/0.17.1.txt
      Merge pull request #11263 from chris-b1/tslib-gil
      BUG: Bug in DataFrame.replace with a datetime64[ns, tz] and a non-compat to_replace #11326
      CLN: clean up internal impl of fillna/replace, xref #11153
      Merge pull request #11329 from jreback/replace
      Merge pull request #11352 from chris-b1/excel-infcheck
      Merge pull request #11159 from sinhrks/dropna_perf
      DEPR: remove some SparsePanel deprecation warnings in testing
      Merge pull request #11362 from flying-sheep/pathlib-testfix
      Merge pull request #11347 from jreback/sparse
      DEPR: avoid numpy comparison to None warnings
      API: indexing with a null key will raise a TypeError rather than a ValueError, #11356
      WARN: elementwise comparisons with index names, xref #11162
      DEPR warning in io/data.py w.r.t. order->sort_values
      WARN: more elementwise comparisons to object
      WARN: more uncomparables of numeric array vs object
      Merge pull request #11356 from jreback/warnings
      API: add _to_safe_for_reshape to allow safe insert/append with embedded CategoricalIndexes
      Merge pull request #11371 from jreback/jakevdp-pivot-table-categorical
      BLD: conda
      TST: remove invalid symbol warnings
      Revert "BLD: conda"
      Merge pull request #11397 from jreback/conda-revert
      Merge pull request #11396 from jreback/warnings3
      TST: move some tests to slow
      TST: fix some warnings filters
      TST: import pandas_datareader, use for tests
      DEPR: fix VisibleDeprecationWarnings in sparse
      TST: remove some warnings in test_nanops
      Merge pull request #11391 from jreback/slow
      Merge pull request #11401 from parthea/bq-improve-schema-error-msg
      add libgfortran to 1.8.1 build
      binstar -> anaconda
      BUG: Bug in merging datetime64[ns, tz] dtypes, #11405
      Merge pull request #11410 from jreback/tz_merge
      Merge pull request #11393 from kawochen/BUG-FIX-11344
      Merge pull request #11416 from SixtyCapital/namedtuple-fields-as-columns
      Merge pull request #11366 from kawochen/BUG-FIX-11235
      Merge pull request #11403 from evanpw/drop_dup_integers
      Merge pull request #11404 from chris-b1/ts-gil-warnings
      DOC: add squash section to contributing
      Merge pull request #11425 from jorisvandenbossche/doc-index-set
      DOC: corrections in whatsnew/0.17.1
      Merge pull request #11429 from chris-b1/boundscheck-warnings
      Merge pull request #10996 from Winterflower/pandas-reindex-doc
      Merge pull request #11400 from rekcahpassyla/multiindex_setitem
      CI: use latest for 3.5 build (e.g. numpy 1.10.1), #11187
      TST: invalid test for unsortable for > numpy 1.10, #11138
      Merge pull request #11439 from jreback/py3.5
      TST: unsortable only on PY3, #11138
      Merge pull request #11325 from mjoud/namedtuples
      BLD: add build_dist.sh script
      include all tags in build_dist.sh
      Merge pull request #11462 from stahlous/missing_reorg
      BLD: incorrectly distributed .c file in the PyPi build causing an exception when reading a csv of floats with na_values of a scalar, #11374
      Merge pull request #11486 from emilydolson/days_in_month-docs
      Merge pull request #11450 from kawochen/CLN-PERF-roll-median
      Merge pull request #11272 from jdeschenes/nogil_csv
      Merge pull request #11539 from sieben/useless_semicolon
      Merge pull request #11449 from SixtyCapital/panel-apply-docs
      Merge pull request #11546 from varun-kr/fix-describe-column-names
      Merge pull request #11398 from iblis17/gnu-inline
      Merge pull request #11590 from glyg/patch-1
      Merge pull request #11560 from roman-khomenko/roman-khomenko/fix-kendall-for-num-and-bool
      Merge pull request #11343 from sinhrks/idx_fillna
      DOC: move create_table_index example to io.rst
      CI: remove matplotlib dev channel
      PERF/DOC:  Option to .info() and .memory_usage() to provide for deep introspection of memory consumption, #11595
      Merge pull request #11596 from jreback/memory
      DOC: minor whatsnew corrections
      BLD: conda recipe uses numpy x.x, #11506
      Merge pull request #11484 from rockg/master
      Merge pull request #11172 from ajcr/ptp-handle-nan
      Merge pull request #11575 from JanSchulz/prevent_new_accessor_attributes
      DOC: whatsnew edits
      Merge pull request #11443 from Winterflower/pandas-11223
      Merge pull request #11581 from lexual/issue_3335_pivot_handle_all_for_margins
      Merge pull request #11598 from lexual/issue_11433_slow_series_construct_no_values
      DOC: whatsnew edits
      DOC: whatsnew edits
      DOC: updates
      DOC: fix links
      WARN: fix performance warning failure on numpy master
      Merge pull request #11609 from jreback/warn
      BUG: date_range creation with an ambiguous endpoint, #11619
      Merge pull request #11588 from sinhrks/test_idxtype
      Merge pull request #11627 from jreback/ambiguous
      ENH: Implement export of datetime64[ns, tz] dtypes with a fixed HDF5 store #11411
      Merge pull request #11628 from jreback/hdf
      Merge pull request #11622 from kawochen/COMPAT-11108
      TST: remove warnings on test_strings.py
      Merge branch 'JanSchulz-dt_str_accessor_for_cats'
      Merge pull request #11632 from Moisan/windows_frame_test
      Merge pull request #11634 from TomAugspurger/styler-fu
      DOC: whatsnew fix for str/dt
      TST: windows test fixes
      DOC: corrections
      TST: tests for outputing ambiguous times, #11619, fixed already in #11301
      Merge pull request #11641 from jreback/ambig
      DOC: doc fixups
      TST: fix warnings in tests_timeseries_with_DateOffset
      TST: more tests for GH8083
      DOC: fix up doc-string creations in generic.py
      Merge pull request #11646 from jreback/doc-strings
      ENH: fixup tilde expansion, xref #11438
      Merge pull request #11651 from codypiersall/patch-1
      BUG: indexing with a range , #11652
      DOC: sponsor notice
      Merge pull request #11653 from jreback/range
      Merge pull request #11650 from jreback/sponsor
      DOC: update release.rst / whatsnew edits
      Merge pull request #11659 from TomAugspurger/doc-note
      COMPAT: compat of scalars on all platforms, xref #11638
      Merge pull request #11212 from kawochen/BUG-FIX-11206
      DOC: fix sponsor notice
      Merge pull request #11662 from jreback/scalar
      Merge pull request #11663 from TomAugspurger/doc-fixup-more

Jimmy Callin (1):
      Fixed typo in plotting documentation

Joris Van den Bossche (28):
      DOC: whatsnew fixes
      Merge pull request #11277 from azuranski/patch-1
      Merge pull request #11280 from jorisvandenbossche/post0170
      Merge pull request #11340 from chris-b1/excel-skiprows-list
      DOC: add some examples to Index set operations
      DOC: fix cython example (failed on Windows as Py_ssize_t and int are not the same)
      Merge pull request #11361 from matthewgilbert/master
      Merge pull request #11426 from jorisvandenbossche/doc-cython-windows
      Merge pull request #11504 from scari/master
      BUG: fix incorrect xticklabels when specifying xticks (GH11529)
      Merge pull request #11535 from cel4/roll_docs
      Merge pull request #11541 from mineo/apply-doc
      Merge pull request #11531 from jorisvandenbossche/plot-xticks
      Merge pull request #11469 from aechase/contributing-edit
      Merge pull request #10910 from dacoex/patch-2
      Merge pull request #11572 from jimmycallin/patch-1
      VIS: only apply shared axes handling on actual SubplotAxes
      BUG: fix UnicodeEncodeError with to_sql and unicode column names (GH11431)
      Merge pull request #11432 from jorisvandenbossche/sql-unicode-column
      Merge pull request #11613 from berendt/fix_typo_defalt
      BUG: remove_unused_categories with NaN values (GH11599)
      Merge pull request #11639 from jorisvandenbossche/cat-remove-unused
      DOC: fix link syntax
      DOC: whatsnew edits
      DOC: fix build errors/warnings
      Merge pull request #11661 from jorisvandenbossche/doc-whatsnew2
      Revert "DOC: fix sponsor notice"
      Merge pull request #11664 from TomAugspurger/nbviewer-link

K.-Michael Aye (1):
      PERF: Checking for length of categories before doing string conversion. fixes #11305

Ka Wo Chen (6):
      CLN: GH11271 move _get_handle, UTF encoders to io.common
      BUG: GH11344 in pandas.json when file to read is big
      BUG: GH11235 where pd.eval doesn't handle unary ops in lists
      CLN/PERF: remove used functions; use C skip list for rolling median
      CLN/COMPAT: Remove raise StopIteration syntax in SparseArray.__iter__`
      BUG: GH11206 where pd.isnull did not consider numpy NaT null

Loïc Séguin-C (1):
      BUG: remove midrule in latex output with header=False

Luo Yicheng (1):
      BUG: Fix to_dict() problem when using only datetime #11247

Magnus Jöud (1):
      ENH: itertuples() returns namedtuples

Manuel Leonhardt (1):
      BUG: fix col iteration in DataFrame.round, #11611

Matthew Gilbert (1):
      DOC: added exp weighting clarifications from #8861

Maximilian Roos (3):
      BUG: squeeze works on 0 length arrays, #11299, #8999
      use a namedtuple's fields as column names in df constructor
      mild improvements in panel apply docstring

Michael (1):
      added a note on index creation for pandas dataframe stored in hdf5 file

Nicholas Stahl (1):
      CLN: move routines for filling missing data from core/common.py to core/missing.py

Nicolas Bonnotte (2):
      BUG: multi-index to_native_types is not passing thru parameters, #7791
      BUG: df.join(df2, how='right') TypeError: Argument 'left' has incorrect type (issue #11519)

Pastafarianist (1):
      Fixed typo

Petra Chong (1):
      BUG: Fixes GH11372

Phil Schaf (1):
      fixed pathlib tests on windows

Philipp A (2):
      Use set literal syntax for set prettyprinting, #11215
      ENH: added capability to handle Path/LocalPath objects, #11033

Rob deCarvalho (1):
      Fixed groupby().apply(func) bug when working with time colums (GH #11324)

Roman Khomenko (1):
      BUG: Fix kendall df.corr when in DF num and bool

Rémy Léone (1):
      CLN: Remove useless semicolon

Sebastian Bank (1):
      PERF: speed-up DateFrame.itertuples() with namedtuples

Sinhrks (1):
      Merge pull request #11293 from hironow/pyconjp-2015-sprint

Stephan Hoyer (1):
      Merge pull request #11315 from Pastafarianist/patch-1

Thierry Moisan (1):
      TST: Fix two failing tests on Windows #10631

Tom Augspurger (9):
      BUG: HDFStore.append with encoded string itemsize, #11234
      ENH: Conditional HTML Formatting
      Merge pull request #10250 from TomAugspurger/stylely
      CLN: Followup to formatting
      DOC: Clarify foramtting
      DOC: warnings and remove HTML
      Merge pull request #11660 from TomAugspurger/whatsnew-prov
      DOC: a few touchups
      add nbviewer link

Tux1 (1):
      BUG: axis kw not propogating on pct_change #11150

Varun (3):
      BUG: GH11517 add multiindex column names after describe()
      BUG: #11637 fix to_csv incorrect output.
      BUG: #11638 return correct dtype for int and float

Wieland Hoffmann (1):
      DOC: Document the args of DataFrame.apply in the same order as in the signature

Winterflower (2):
      DOC: Improve reindex examples
      DOC:Remove supression from ipython directive to make object visible

Yoav Ram (1):
      ENH: added compression kw to to_csv GH7615

Younggun Kim (2):
      PERF: Checking monotonic-ness before sorting on an index #11080
      Fixed typos

Zeke (1):
      BUG: to_sparse was dropping MultiIndex column names, #11600

ajcr (1):
      ENH: make Series.ptp ignore NaN values (GH11163)

azuranski (1):
      Update sql.py

behzad nouri (1):
      PERF: improves performance in remove_unused_categories

cel4 (1):
      improved cross-linking in computation.rst

emilydolson (1):
      Added days_in_month to documentation

hironow (1):
      Add hex color strings test

lexual (2):
      PERF: Faster Series construction with no data and DatetimeIndex.
      ENH: #3335 Pivot table support for setting name of margins column.

llllllllll (1):
      BUG: datetime64 series reduces to nan when empty instead of nat

rockg (1):
      BUG: Holiday observance rules could not be applied

silentquasar (1):
      DOC: Link to IO Tools docs

sinhrks (3):
      PERF: Series.dropna with non-nan dtypes
      ENH: Add Index.fillna
      TST: Change type checking as default

taeold (2):
      BUG: to_latex() output broken when the index has a name #10660
      DEPR: deprecate engine keyword from to_csv #11274

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

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