[pandas] annotated tag debian/0.19.1+git174-g81a2f79-1 created (now bf81b5c)

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


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

tille pushed a change to annotated tag debian/0.19.1+git174-g81a2f79-1
in repository pandas.

        at  bf81b5c   (tag)
   tagging  b81842106e262465502c6081601b0f0a622e4fb9 (commit)
  replaces  debian/0.19.1-3
 tagged by  Yaroslav Halchenko
        on  Sat Dec 10 22:48:02 2016 -0500

- Log -----------------------------------------------------------------
pandas Debian release 0.19.1+git174-g81a2f79-1
-----BEGIN PGP SIGNATURE-----

iHQEABECADQWIQQ7tuEkBkOmFW8AaFSNEUVjdcAkyAUCWEzMchYcZGViaWFuQG9u
ZXJ1c3NpYW4uY29tAAoJEI0RRWN1wCTI8f4AoMlONR4SU+NKAIileNgeaVu+pOyk
AJ944i90p1zLzAdaboTFsMU4ffJPjA==
=8Goy
-----END PGP SIGNATURE-----

Ajay Saxena (3):
      BUG in clipboard (linux, python2) with unicode and separator (GH13747)
      ENH: support cut/qcut for datetime/timedelta (GH14714) (#14737)
      ENH: add timedelta as valid type for interpolate with method='time' (#14799)

Anthonios Partheniou (1):
      DOC: Simplify the gbq integration testing procedure for contributors (#14541)

Ben Kandel (1):
      BUG: Fix parse empty df

Bill Chambers (1):
      fix ##14664 (#14665)

Brandon M. Burroughs (3):
      BUG: Concat with axis rows
      BUG: Dataframe constructor when given dict with None value (#14392)
      ENH: support kind and na_position kwargs in Series.sort_index (#14445)

Chris (2):
      BLD: don't require cython on sdist install
      BUG: multi-index HDFStore data_columns=True

Chris Warth (1):
      DOC: Expand on reference docs for read_json() (#14442)

Christopher C. Aycock (1):
      BUG: Allow TZ-aware DatetimeIndex in merge_asof() (#14844)

Daniel Himmelstein (2):
      DOC: Update GitHub org from pydata to pandas-dev (#14575)
      TST: Create compressed salary testing data (#14587)

Dave Willmer (1):
      DOC: fix typo in merge_asof docstring examples (#14718)

David Krych (1):
      BUG: GH14323 Union of differences from DatetimeIndex incorrect

Dimitris Spathis (1):
      Update frame.py (#14724)

Dody Suria Wijaya (1):
      Fix a simple typo (#14785)

Dr. Irv (1):
      ENH: Introduce UnsortedIndexError  GH11897 (#14762)

Hao Wu (1):
      DOC: minor format fix (#14802)

Iván Vallés Pérez (1):
      ERR: Checks for left_index and right_index merge parameters

James Draper (1):
      DOC: update FAQ to note pandas-qt only works for python 2.x (#14713)

Jan Schulz (1):
      COMPAT: Require a problem description in issues

Jeff Carey (1):
      BUG: Corrects stopping logic when nrows argument is supplied (#7626)

Jeff Reback (38):
      PERF: improved perf in .to_json when lines=True
      BUG: incorrect broadcasting that could casuse dtype coercion in a groupby-transform
      Revert "BUG: downcast='unsigned' on 0 would would not downcast to unsigned."
      COMPAT/TST: fix test for range testing of negative integers to neg powers
      BLD: fix 3.4 build for cython to 0.24.1
      asv compat for py3
      DOC: setup for 0.19.2
      BUG: segfault manifesting with dateutil=2.6 w.r.t. replace when timezones are present
      TST: skip test_gbq.test_upload_data_if_table_exists_replace for now
      BLD: fix linting check for .pyx
      DOC: add whitespace to bug fix section of 0.19.2
      BLD: add py3.6 build
      ERR: fix exception propogation for datetime parsing functions, noted in python 3.6
      BLD: use miniconda3 as the miniconda dir
      BLD: use correct path for travis
      BLD: cleaner 3.6 deps install
      COMPAT: remove some deprecation warnings in 3.6
      BUG: fix pickling of Custom offsets in 3.6
      ERR: more informative message on invalid Timestamp input
      COMPAT: pickle compat for Timestamp in py3.6
      DOC: compat notice for 3.6
      TST: skip test_transactions in sqlitefallback on py3.6
      DOC: missing ref in timeseries.rst (#14745)
      ENH: add data hashing routines (#14729)
      BLD: clean .pxi when cleaning (#14766)
      BLD/DOC: use new secure key for pandas-docs-travis
      ERR: raise on python in object hashing, only supporting strings, nulls
      BLD: update pandas-docs github token again
      BLD: restore original pandas-docs key
      BUG: Bug in a groupby of a non-lexsorted MultiIndex
      COMPAT: numpy compat with 1-ndim object array compat and broadcasting (#14809)
      BUG: fix hash collisions for from int overflow (#14805)
      BLD: try new build credentials for pandas-docs
      BLD: use org name in build-docs.sh
      BLD: try new gh token for pandas-docs
      TST: skip testing on windows for specific formatting which sometimes hangs (#14851)
      CLN: lint of test_base.py
      BLD: escape GH_TOKEN in build_docs

Joe Jevnik (3):
      BUG: block mutation of read-only array in series
      BUG: don't allow users to move from an interned string (#14494)
      BUG: Fix move_into_mutable_buffer for python 3.6.

Jon M. Mease (1):
      Bug: Error when key-only Grouper is passed to groupby in a list (GH14334)

Joris Van den Bossche (20):
      DOC: correct DataFrame.pivot docstring (#14430)
      BUG: fix empty intersection of RangeIndex (GH14364)
      TST: simplify tests for GH14346 (#14502)
      BUG: fix DatetimeIndex._maybe_cast_slice_bound for empty index (GH14354) (#14501)
      BUG/ERR: raise correct error when sql driver is not installed (#14527)
      Update ISSUE_TEMPLATE: be more explicit on where to paste the output of show_versions
      BUG: don't close user-provided file handles in C parser (GH14418) (#14520)
      BUG: DataFrame.quantile with NaNs (GH14357) (#14536)
      PERF: casting loc to labels dtype before searchsorted (#14551)
      DEPR: add deprecation warning for com.array_equivalent (#14567)
      DOC: rst fixes
      BUG/API: Index.append with mixed object/Categorical indices (#14545)
      DOC: update whatsnew/release notes for 0.19.1 (#14573)
      TST: correct url for test file on s3 (xref #14587)
      BUG: mixed freq timeseries plotting with shared axes (GH13341) (#14330)
      Revert "TST/TEMP: fix pyqt to 4.x for plotting tests" (#14744)
      PEP8: fix line length
      DOC: specify link to frequencies (#14760)
      TST: add test to confirm GH14606 (specify category dtype for empty) (#14752)
      CLN/PERF: clean-up of the benchmarks (#14099)

Julian Santander (1):
      BUG: Avoid AmbiguousTimeError on groupby

Jun Kim (1):
      Fix typo at pandas/core/generic.py (#14787)

Kerby Shedden (1):
      BUG: SAS chunksize / iteration issues (#14743)

Keshav Ramaswamy (2):
      DOC: updated docstring in .to_datetime() for out-of-bounds timestamps
      DOC: add sep argument to read_clipboard signature (#14537)

Kevin Sheppard (1):
      ENH: Explicit range checking of floats when writing Stata

Larry Ren (1):
      PERF: performance regression in Series.asof (#14476)

Luca Scarabello (1):
      BUG: pandas.cut and negative values #14652

Matt Roeschke (4):
      TST: Test aggregation over arrays (#3788)
      BUG: Bug upon Series.Groupby.nunique with empty Series
      BUG: _nsorted incorrect with duplicated values in index
      TST: Test pivot with categorical data

Matthew Roeschke (7):
      DOC: Ordering during set operation on index (#3123) (#14629)
      DOC: Explain pivot vs. pivot_table (#6950) (#14650)
      DOC: Disambiguate 'where' in boolean indexing-10min.rst (#12661) (#14708)
      DOC: Remove outdated caveats for Anaconda and HTML parsing (#9032) (#14739)
      DOC: Fix grammar and formatting typos (#14803)
      Frame benchmarking sum instead of mean (#14824)
      TST: Correct results with np.size and crosstab (#4003) (#14755)

Matti Picus (1):
      CLN: move assignment from header into cython (#14731)

Michael Felt (1):
      Update unpack_template.h (#14441)

Mykola Golubyev (1):
      TST: Fix trailing current date zeros flaky test_format problem

Nicholas Ver Halen (2):
      BUG: downcast='unsigned' on 0 would would not downcast to unsigned.
      BUG: to_numeric downcast = 'unsigned' would not un-sign a 0 value

Nolan Nichols (1):
      doc: comverted --> converted (#14722)

Pawel Kordek (1):
      BUG: GH11847 Unstack with mixed dtypes coerces everything to object

Pietro Battiston (1):
      BUG: Ensure min_itemsize is always a list (#11412)

Piotr Chromiec (1):
      BUG: tseries ceil doc fix (#14543)

Robert Bradshaw (1):
      BLD: Support Cython 0.25

Sinhrks (1):
      BUG: String indexing against object dtype may raise AttributeError (#14424)

Tara Adiseshan (1):
      added read_msgpack() to index (#14765)

Thiago Serafim (1):
      ERR: Fix GH13139: better error message on invalid pd.eval and df.query input

Thrasibule (1):
      Small typos (#14789)

Tom Augspurger (1):
      COMPAT: Cast to string before raise in read_stata (#14657)

WillAyd (1):
      ENH: Allow usecols to accept callable (GH14154) (#14234)

Yaroslav Halchenko (6):
      BF: (re)raise the exception always unless returning (#14756)
      BF(TST): use = (native) instead of < (little endian) for target data types (#14832)
      Merge commit 'v0.19.0-174-g81a2f79' into releases
      Merge branch 'releases' (as of v0.19.0-174-g81a2f79) into debian
      changelog and dropped 2 of the CPed patches
      recythonized

bmagnusson (1):
      ENH: Add the ability to have a separate title for each subplot when plotting (#14753)

chris-b1 (5):
      BUG: underflow on Timestamp creation (#14433)
      DOC: update readme for repo move (#14470)
      API: add dtype= option to python parser (#14295)
      DOC/TST: dtype param in read_fwf (#14768)
      API: add dtype param to read_excel (#14786)

dubourg (1):
      Type codes and categories as lists instead of tuples in _factorize_from_iterables (fixes #14438) (#14449)

gfyoung (16):
      CLN: Removed coerce param in pd.to_timedelta and pd.to_datetime
      BUG: Rename pydata to pandas-dev in merge-pr.py (#14447)
      BUG: Catch overflow in both directions for checked add (#14453)
      MAINT: Use check_output when merging.
      BUG: Accept unicode quotechars again in pd.read_csv
      MAINT: Expand lint for *.py (#14516)
      BUG: Don't parse inline quotes in skipped lines (#14514)
      API: Rename CParserError to ParserError (#14479)
      DEPR: Patch to_dense behaviour for sparse.
      BUG: Respect the dtype parameter for empty CSV (#14717)
      MAINT: Ignore .pxi files
      BUG: Improve error message for multi-char sep and quotes in Python engine (#14582)
      Standardize function signatures (#14645)
      BUG: Improve error message for skipfooter malformed rows in Python engine (#14749)
      DOC: Remove SparseSeries from SparseArray doc (#14769)
      MAINT: Cleanup pandas/src/parser (#14740)

maxalbert (1):
      DOC/ERR: improve readability of error message (#14597)

paul-mannino (1):
      BUG: Fix issue with inserting duplicate columns in a dataframe

sakkemo (1):
      DOC: Update Series.mode docstring (#14653)

scls19fr (2):
      ENH: return an OrderedDict from read_excel with sheetname=None (#14571)
      ENH: add Series to_excel method (#14780)

sinhrks (2):
      BUG: pivot_table may raise TypeError without values
      PERF: Improve replace perf

themrmax (1):
      DOC: Correct uniqueness of index for Series  (#14344)

wandersoncferreira (1):
      DOC: add section on groupby().rolling/expanding/resample (#14801)

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

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