[pandas] annotated tag v0.16.0rc1 created (now a9b42b2)

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.16.0rc1
in repository pandas.

        at  a9b42b2   (tag)
   tagging  9e859f40c1651b38f9528aaccd211b1706cf317e (commit)
  replaces  v0.15.2
 tagged by  Jeff Reback
        on  Fri Mar 13 10:01:02 2015 -0400

- Log -----------------------------------------------------------------
Version 0.16.0rc1

Aaron Toth (1):
      BUG: The 'jobComplete' key may be present but False in the query results.

Alan Du (1):
      Make style uniform

Alessandro Amici (1):
      ENH: add interval kwarg to get_data_yahoo

Artemy Kolchinsky (2):
      ENH: Store in SQL using double precision
      BUG: Dynamically created table names allow SQL injection

Ben Schiller (1):
      PR 9090 Fixes .nth() with groupby multiple columns

Bill Letson (1):
      ENH: Implement Series.StringMethod.slice_replace

Brandon Bradley (8):
      setup.py CleanCommand uses full relative path from project root instead of filename
      move Period to Cython extension
      remove some Python dependecies from Period class
      move period related functions from tslib to period module
      various Period related name changes, release note
      setup.py clean: exclude period_helper.c
      convert Period class to Cython extension type
      cythonize bulk Period properties

Chau Hoang (1):
      Fix & add clear doc for groupby

Chris Reynolds (1):
      BUG: Fixes GH9311 groupby on datetime64

Chris Whelan (3):
      PERF: Utilize mixed dtype information in df.count()
      PERF: Utilize mixed dtypes in df.count() with MultiIndexes
      Fix randomly failing test in test_frame.py

Christer van der Meeren (1):
      DOC: Clarify how date_parser is called (GH9376)

David Cottrell (4):
      Fix bug in multiindex series groupby where sort argument is ignored (issue 9444). One test added.
      Add test and patch to fix bug GH8868 (groupby sort categorical).
      Add SparseSeries.to_coo and from_coo methods for interaction with scipy.sparse.
      Test addaed and patch to fix python-version-dependent issues when len row/col_levels is 1.

David Stephens (1):
      CLN: Bring pandas up to date with pandas-datareader

Ehsan Azarnasab (1):
      test sql table name

Garrett-R (3):
      Closes #8943 COMPAT: periods needs coercion to np.int64
      BUG: Fixes #9281: fixes to tseries.tests.test_tslib.TestTimestamp
      BUG: Fix #9144 #8445  Fix how core.common._fill_zeros handles div and mod by zero

Guillaume Gay (2):
      TEST add a test for repeat() method with MultiIndex, referenced in #9361, fixed in 0.15 by #7891
      update test comments to reference #7891

Jake Torcasso (1):
      BUG: wide_to_long no longer changes the stubnames passed as an argument to the function call (GH9204)

Jason Sexauer (1):
      Deprecation for 0.16 (#6581)

Jeff Reback (49):
      DOC: initial setup for v0.16.0
      BUG: Bug in DatetimeIndex iteration, related to (GH8890), fixed in (GH9100)
      Merge branch 'master' of https://github.com/mairas/pandas into mairas-master
      Merge branch 'duplicated2' of https://github.com/sinhrks/pandas into sinhrks-duplicated2
      Merge branch 'trailing_spaces_fix' of https://github.com/selasley/pandas into selasley-trailing_spaces_fix
      fixup unicode compat with 3.2 in test_index.py
      DOC: minor updates in faq
      BUG: Bug in Panel indexing with an object-like (GH9140)
      BUG: Bug in using grouper functions that need passed thru arguments (e.g. axis), when using wrapped function (e.g. fillna), (GH9221)
      BUG: Bug in the returned Series.dt.components index was reset to the default index (GH9247)
      API: restore full datetime.timedelta compat with Timedelta w.r.t. seconds/microseconds accessors (GH9185, GH9139)
      DOC: cleaning in v0.16.0.txt
      BUG: Bug in Categorical.__getitem__/__setitem__ with listlike input getting incorrect results from indexer coercion (GH9469)
      BUG: bug in partial setting of with a DatetimeIndex (GH9478)
      import msgpack deps only as needed (GH9482)
      make gbq imports on-demand
      import io/html.py as needed
      promote consistency among type typetesting routines
      clean up indexing/index method names to make all module public (rather than _ leading)
      BUG: Bug in .loc partial setting with a np.datetime64 (GH9516)
      DOC: minor updates to v0.16.0
      no ssl_verify: false on conda builds
      BUG: Incorrect dtypes inferred on datetimelike looking series & on xs slices (GH9477)
      fix doc-string to conform with behavior in GH9562
      simplied DataFrame.duplicated a bit
      API: consistency with .ix and .loc for getitem operations (GH8613)
      DOC: reorg / update v0.16.0.txt docs
      API: enable float slicing with .loc on int index
      API: enable float slicing with .ix
      clean up semantics on slice_indexer a bit
      add back some kwargs usage, closes GH8883
      Merge branch '016_depr_pr' of https://github.com/jsexauer/pandas into jsexauer-016_depr_pr
      BUG: Regression in merging Categorical and object dtypes (GH9426)
      TST: clean up deprecated asserts in io/tests/test_data.py
      dateutil 2.4.1 update on tz's
      DEPR: deprecate pandas.sandbox.qtpandas
      DEPR: deprecate pandas.rpy (GH9602)
      DOC: v0.16.0.txt corrections
      DOC: v0.16.0 updates / release note updates
      DOC: more v0.16.0 changes
      DOC: change link positions
      DOC: more fixes to 0.16.0.txt
      DOC: some more changes in 0.16.0.txt
      fix pymysql at 0.6.3 (GH9608)
      DEPR: deprecate DatetimeIndex - DatetimeIndex (subtraction) (GH9094)
      API: deprecate setting of .ordered directly (GH9347, GH9190)
      allow unordered categorical to order/sort (exclude only min/max)
      make dateoffsets_0.15_2 a py2 pickle
      RLS: v0.16.0rc1

John McNamara (1):
      BUG: Fix for extraneous default cell format in xlsxwriter files.

Joris Van den Bossche (42):
      TST: start tests for PeriodConverter
      FIX PeriodConverter unicode parsing
      Merge pull request #9055 from jorisvandenbossche/periodconverter
      Merge pull request #9074 from michaelaye/fix_typo_in_webdoc
      TST: sql skip tests at class level if database is not available
      SQL: fix type conversion for Timestamp object typed columns (GH9085)
      Merge pull request #9110 from jorisvandenbossche/sql-testing-skipclass
      Merge pull request #9109 from jorisvandenbossche/sql-timestamp-object
      Merge pull request #9120 from minrk/nbviewer-link
      FIX: to_sql dtype argument accepting SQLAlchemy type instance (GH9083)
      Merge pull request #9138 from jorisvandenbossche/sql-9083-dtype-no-subclass
      Merge pull request #9195 from vfilimonov/doc_ecosystem_api
      Merge pull request #9206 from robertdavidwest/9203_resubmitted_in_single_commit
      Merge pull request #9238 from clham/GH8686
      DOC: update docstring of DataFrame.append
      Remove ScatterCI link as this does not exist anymore
      Merge pull request #9234 from jorisvandenbossche/doc-append
      Merge pull request #9310 from sergiopasra/dateutil2indoc
      DOC: ensure indexer properties get docstring
      DOC: start API docs for indexers (GH6920)
      DOC: delete removed Timedelta properties (see GH9257) from API overview + add docstring for components
      Merge pull request #9318 from jorisvandenbossche/doc-api-dt
      DOC/BLD: add custom sphinx autodoc AccessorAttributeDocumenter
      Merge pull request #9041 from artemyk/doubleprecisionsql
      Merge pull request #8986 from artemyk/sql_injection_fix
      Merge pull request #9377 from cmeeren/patch-1
      DOC: further clean-up of removed timedelta attributes in whatsnew docs
      Merge pull request #9383 from jorisvandenbossche/doc-whatsnew-timedelta
      Merge pull request #9419 from graingert/patch-3
      Merge pull request #9411 from dashesy/add_sql_test
      Merge pull request #9417 from cel4/plot_error
      DOC: change deprecated sql calls in the io performance section
      Merge pull request #8877 from sinhrks/plot_doc
      BUG: binary operator method alignment with integer level (GH9463)
      Merge pull request #9475 from jorisvandenbossche/bug-mul-level
      Merge pull request #9575 from TomAugspurger/whatsnew_img_size
      DOC: update tutorial docs on changed sniffing feature of read_csv
      Deprecating the trellis rplot module (GH3445)
      DOC: add seaborn equivalent examples in the rplot trellis docs (GH3445)
      Merge pull request #9357 from jorisvandenbossche/rplot
      Merge pull request #9588 from jorisvandenbossche/doc-sniffer
      Merge pull request #9628 from jbochi/patch-1

Juarez Bochi (1):
      Fix table name on comparison with SQL

Junya Hayashi (4):
      FIX: Fixed some issues around vb_suite
      FIX: Fixed typo, which causes checksum duplication issue.
      BUG: Fix not to reindex on non-Categorical groups (GH9049, GH9344)
      ENH: Refactor groupby for Categorical grouper

K.-Michael Aye (1):
      fixing highly confusing typo.

Kerby Shedden (3):
      Read Stata file incrementally
      Fix several stata doc issues
      Further minor doc fixes

Kevin Sheppard (4):
      FIX: Fix encoding to allow StataReader to read urls
      FIX: Add endianness missing flag when reading data
      TST: Remove tests using proprietary data
      DOC: Clarify definition of kurtosis used

Kieran O'Mahony (1):
      PERF: json support for blocks GH9037

Kodi Arfer (1):
      BUG,TST,CLN: improve handling of Series.value_counts's argument 'dropna' (GH9443)

Matti Airas (1):
      Fixes GH9099: Support simultaneous copy and dtype args in DataFrame init

Min RK (1):
      fix an nbviewer link in tutorials

Mortada Mehyar (2):
      fixes division by zero error for kurt()
      added mising numeric_only option for std/var/sem

Robert (1):
      9203 REQUEST SQUASHED - DOCS: doc string edited pandas/core/frame.duplicated()

Scott E Lasley (2):
      BUG in read_csv when using skiprows on a file with CR line endings with the c engine. #9079
      BUG: Fix buffer overflows in tokenizer.c with certain malformed input files. GH9205

Scott Lasley (1):
      BUG: "index_col=False" not working when "usecols" is specified in read_csv #9082

Sergio Pascual (1):
      DOC: update install.rst, required version of dateutil is 1.5 or higher GH9305

Skipper Seabold (2):
      COMPAT: Need to read Bytes on Python
      DOC: Add s3 python 3 compat note.

Stephan Hoyer (24):
      Merge pull request #9078 from Garrett-R/fix_8943
      PERF: fix slow s.loc[[0]]
      Merge pull request #9127 from shoyer/fix-slow-loc
      Merge pull request #9128 from hsperr/expanduser
      Merge pull request #9189 from vfilimonov/doc_to_datetime
      Merge pull request #9197 from mortada/kurt_corner_cases
      Merge pull request #9014 from billletson/split-replace
      ENH: add Timestamp.to_datetime64
      Merge pull request #9255 from shoyer/to_datetime64
      Merge pull request #9293 from yyl/quickdocfix
      ENH/DOC: reimplement Series delegates/accessors using descriptors
      BUG: ensure Series.str raises TypeError for inappropriate dtype
      Merge pull request #9322 from shoyer/better-delegate-api-docs
      Merge pull request #9333 from kidphys/groupby.tail.docfix
      BUG: don't sort unique values from categoricals
      BUG: fix common.is_hashable for NumPy scalars on Python 3
      Merge pull request #9331 from shoyer/categorical-unique-order
      API/ENH: add method='nearest' for Index.get_indexer and reindex
      Merge pull request #9525 from shoyer/ischwabacher-patch-3
      Merge pull request #9258 from shoyer/get_nearest
      BUG/API: Accessors like .cat raise AttributeError when invalid
      TST/DOC: Fix tests and docs for .cat raising AttributeError if invalid
      Merge pull request #9629 from shoyer/fix-accessors-raise-AttributeError
      Merge pull request #9639 from rockg/contributing-docs

Thomas Grainger (2):
      Fix missing text on Index documentation page.
      Fix truncated Index monotonic documentation

Tom Augspurger (7):
      Merge pull request #9230 from jseabold/py3-s3
      Merge pull request #9278 from sinhrks/subplotbox_warn
      Merge pull request #9122 from TomAugspurger/remove-bar-line
      Merge pull request #9387 from sinhrks/string_zfill
      Merge pull request #9239 from TomAugspurger/dfTransform
      DOC: Shrink image asset
      Merge pull request #9619 from TomAugspurger/whatsnew-image-shrink

TomAugspurger (4):
      API: Remove dashed line in bar plots
      BUG: Fix read_csv on S3 files for python 3
      ENH: Add assign method to DataFrame
      DOC: Fixup image size

Vladimir Filimonov (3):
      Docstring: pd.to_datetime (issue #9107)
      Docstring: pd.to_datetime - added output
      Documentations: Ecosystem/API - pydatastream (issue #5630)

Vyomkesh Tripathi (4):
      ENH: add to_offset method to Timedelta #9064
      GH 9273: Timedelta constructor should accept nanoseconds keyword.
      GH 9016: Bitwise operation weirdness
      Gh 9391: delete examples folder

Will Holmgren (1):
      BUG: allow for empty SparseSeries SparsePanel constructors (GH9272)

Yulong Yang (1):
      Update plotting.py (issue #2916)

behzad nouri (17):
      overflow bug in multi-index when checking for duplicates
      unstack with nan in the index
      use labels to find duplicates in multi-index (GH9125)
      improves merge performance when key space exceeds i8 bounds
      tests for GH5873
      bug in left join on multi-index with sort=True or nulls
      bug in multi-index where insert fails
      tests for issues with unstack with nan
      bug in groupby when key space exceeds int64 bounds
      performance improvements in multi-key groupby
      performance improvement in MultiIndex.sortlevel
      unstack with nulls & Timedelta/DateTime index
      multiple level unstack with nulls
      BUG: floats cannot be ranked with tolerance
      performance improvement in DataFrame.duplicated
      BUG: reindexing a frame fails to pick nan value
      refactor **kwargs usage

bertrandhaut (1):
      ENH: add decimal support in to_csv (GH8448)

cel4 (1):
      improved error messages for invalid chart types

clham (2):
      Small syntax change to indexing.rst to address GH8686.
      ENH: Corrects to_html print spacing GH4987

hsperr (1):
      ENH: Expand tilde in pathnames GH9066

ischwabacher (1):
      BUG: Fix some instances where idx[0] not in idx

jnmclarty (2):
      TST: Fix failing test due to revision in WB data #9115
      ENH read multiple sheets in read_excel()

josham (1):
      ENH: Add days_in_month property to Timestamp/DatetimeIndex/... (GH9572)

jreback (96):
      Merge pull request #9101 from behzadnouri/mi-dups
      Merge pull request #9104 from jreback/dti_iteration
      Merge pull request #9061 from behzadnouri/nan-pivot
      Merge pull request #9135 from jreback/fix_32
      Merge pull request #9137 from jnmclarty/fixwbtests
      Merge pull request #9134 from unutbu/nunique-unique
      Merge pull request #9143 from jreback/panel_indexing
      Merge pull request #9130 from Komnomnomnom/json-block-support
      Merge pull request #9136 from qwhelan/master
      Merge pull request #9151 from behzadnouri/i8merge
      TST: dtype test comparison w.r.t GH9151 on 32-bit platforms
      Merge pull request #9116 from sinhrks/dt_summary
      Merge pull request #9072 from alexamici/master
      Merge pull request #9222 from jreback/grouper
      Merge pull request #9210 from behzadnouri/lji
      Merge pull request #9248 from jreback/td
      Merge pull request #9225 from qwhelan/master
      Merge pull request #9245 from bashtage/stata-url
      Merge pull request #9256 from behzadnouri/mi-insert
      Merge pull request #9264 from bashtage/stata-fix-bigendian
      Merge pull request #9257 from jreback/td
      Merge pull request #9283 from sinhrks/where_dtype
      Merge pull request #9271 from bashtage/stata-remove-broken-tests
      Merge pull request #9226 from tvyomkesh/vyom/firstpr
      Merge pull request #9289 from tvyomkesh/vyom/pd_issue_9273
      Merge pull request #9296 from Garrett-R/fix_GH9281
      Merge pull request #9332 from ledmonster/fix/vb_suite
      TST: fix tests on in test_series/test_where_numeric_with_string on windows
      Merge pull request #9291 from sinhrks/nano_add
      Merge pull request #9292 from behzadnouri/tst-unstack
      Merge pull request #9362 from glyg/master
      Merge pull request #9282 from sinhrks/string_ismethods
      Merge pull request #9352 from sinhrks/string_fillchar
      Merge pull request #9380 from behzadnouri/i8grby
      Merge pull request #9392 from tvyomkesh/vyom/delete_examples
      Merge pull request #9388 from sinhrks/offsets_test
      Merge pull request #9338 from tvyomkesh/vyom/gh9016_bit_op_weird
      Merge pull request #9418 from sinhrks/rn_20150205
      TST: fix for windows compat on test_series_bitwise
      Merge pull request #9429 from behzadnouri/grby-mi
      Merge pull request #9439 from sinhrks/string_isnumeric
      Merge pull request #9437 from bashtage/doc-kurtosis
      Merge pull request #9177 from ledmonster/fix/9049
      Merge pull request #9461 from cottrell/groupby_sort
      Merge pull request #9415 from blbradley/clean-exclude-path-check
      Merge pull request #9401 from sinhrks/pickle_test
      Merge pull request #9470 from jreback/cat
      Merge pull request #9479 from jreback/align
      Merge pull request #9345 from iwschris/groupby_nano_int
      Merge pull request #9498 from jreback/consist
      Merge pull request #9491 from behzadnouri/idx-insert-nan
      Merge pull request #9445 from behzadnouri/i8sort
      Merge pull request #9308 from Garrett-R/fix_GH9144
      Merge pull request #9465 from sinhrks/assertequals
      Merge pull request #9386 from sinhrks/string_find
      TST: fix read_pickle for win32 compat
      Merge pull request #9499 from jreback/pickle
      BLD: revise setup.py to clean properly on windows platforms
      Merge pull request #9473 from shoyer/fix-is_hashable
      Merge pull request #9500 from jreback/clean
      Merge pull request #9440 from blbradley/period-refactor-to-cython
      Merge pull request #9508 from blbradley/clean-exclude
      Merge pull request #9480 from cottrell/more_groupby_sort
      Merge pull request #9522 from jreback/npdt
      Merge pull request #9450 from jnmclarty/multixlsheet
      Merge pull request #9487 from jreback/imports
      Merge pull request #9501 from jreback/series
      xref #9258
      Merge pull request #9504 from blbradley/period-cython-optmize01
      Merge pull request #8379 from behzadnouri/rank-tol
      Merge pull request #9566 from jreback/loc
      Merge pull request #9583 from cottrell/to_coo_patch
      Merge pull request #9517 from behzadnouri/unstack-multiple
      Merge pull request #9493 from kshedden/stata_read_chunk
      Merge pull request #9464 from sinhrks/plot_warn2
      Merge pull request #9358 from dstephens99/master
      Merge pull request #9335 from graingert/patch-2
      Merge pull request #9316 from jorisvandenbossche/doc-indexing
      Merge pull request #9227 from alanhdu/master
      Merge pull request #8108 from behzadnouri/khash-nan
      Merge pull request #9597 from jreback/cat_merge
      Merge pull request #9561 from TomAugspurger/s3_encoding
      TST: windows dtype update xref GH8613
      Merge pull request #9601 from kshedden/stata_doc
      Merge pull request #9605 from josham/days_in_month
      Merge pull request #9615 from jreback/qt
      Merge pull request #9612 from jreback/rpy
      Merge pull request #9621 from jreback/pymysql_fix
      Merge pull request #9617 from shoyer/accessors-raise-AttributeError
      Merge pull request #9630 from jreback/dti_sub
      Merge pull request #9622 from jreback/cat_fix
      BLD: add conda recipe (GH8934)
      Merge pull request #9634 from jreback/conda
      COMPAT: dtype fix for windows tests; ensure passing i8 to tslib/normalize routines
      Merge pull request #9209 from mortada/numeric_only
      Merge pull request #9642 from jreback/winfix2

omtinez (1):
      Add lag parameter to autocorrelation, default to lag-1 autocorrelation

roch (2):
      Fixes to resample over DST boundaries.  This requires
      Rearrange into logical sections and add relevant links

sinhrks (16):
      API: Index.duplicated should return np.array
      API: Datetime-like indexes `summary` should output the same format
      BUG: Subplotting boxplot shows unnecessary warnings
      BUG: where coerces numeric to str incorrectly
      BUG: Adding nano offset raises TypeError
      ENH: StringMethods supports is_xxx methods
      ENH: StringMethods now supports ljust and rjust
      TST: Cleanup offsets.Tick tests
      ENH: Add StringMethods.zfill
      DOC: Fix release note format
      ENH: Add StringMethods.isnumeric
      TST/DOC: Add procedure for TestPickle
      ENH: Add StringMethod.find and rfind
      DOC: Suppress warnings in visualization.rst
      BUG: subplots with layout kw may show unnecessary warning
      TST: Remove assertEquals

unutbu (1):
      BUG: fix isnull behavior when passed PeriodIndex with NaT (GH 9129)

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

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