[pandas] annotated tag debian/0.14.0+git345-g8cd3dd6-1 created (now e4fa37b)

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


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

tille pushed a change to annotated tag debian/0.14.0+git345-g8cd3dd6-1
in repository pandas.

        at  e4fa37b   (tag)
   tagging  c4fd5e5421725cf966fdd9ce3840ba8fcc27a030 (commit)
  replaces  debian/0.14.0+git213-g741b2fa-1
 tagged by  Yaroslav Halchenko
        on  Wed Jul 2 22:06:17 2014 -0400

- Log -----------------------------------------------------------------
pandas Debian release 0.14.0+git345-g8cd3dd6-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEABECAAYFAlO0upkACgkQjRFFY3XAJMg7FQCgsXOzTfPDxJmEijuViMgHm+kl
HjoAoKFREmfT3ZS1wkBc3RS3pEhKgmZu
=f/T2
-----END PGP SIGNATURE-----

Andrew Rosenfeld (1):
      BUG: xlim on plots with shared axes (GH2960, GH3490)

Benjamin Adams (2):
      Added properly functioning case insensitive match without regex
      Documentation for str_contains bug in changelog

Brian Wignall (2):
      CLN: Fix typo
      CLN/DEPR: Fix instances of 'U'/'rU' in open(...)

David Stephens (3):
      TST: io.data.Options changes to avoid test failures on bad data.
      TST: Remove else after except in tests for io.data.Options.
      TST: Change nose.SkipTest to raise nose.SkipTest for io.data.Options.

Jacob Schaer (1):
      Removing Python2.6 CI dependencies to test import failures

John W. O'Brien (1):
      DOC: Use correct, non-deprecated arg name

Joris Van den Bossche (6):
      Merge pull request #7521 from dsm054/fix-startrow-typo
      Merge pull request #7545 from neirbowj/frame_to_excel_docstring
      Merge pull request #7556 from onesandzeroes/expand-grid
      Merge pull request #7613 from jd/master
      DOC: small doc build fixes
      Merge pull request #7635 from jorisvandenbossche/doc-fixes1

Julien Danjou (1):
      Fix typo in documentation

K.-Michael Aye (1):
      ENH: Adding a NotImplementedError for simultaneous use of nrows and chunksize.

Matt Wittmann (1):
      ENH: look for index columns in row after header

Michael Mueller (1):
      Squashed commit of the following:

Phillip Cloud (4):
      TST: some yahoo options tests missing network decorator
      Merge pull request #7549 from cpcloud/fix-network-error-yahoo-options
      BUG: bug in float64index assignment with a non scalar indexer
      Merge pull request #7587 from cpcloud/float64index-assign-7586

Schaer, Jacob C (1):
      Redesigned pandas.io.gbq to remove bq.py as a dependency for everything except unit testing. Minor API changes were also introduced.

Thomas Kluyver (2):
      Remove unused variable assignment
      Add notes deprecating in_ipnb and in_qtconsole

Todd Jennings (3):
      should fix issue #7520, test_nanargmin fails with datetime64 objects
      additional common.is_*_dtype tests in core.common
      make better use of dtype tests in nanops

Yaroslav Halchenko (2):
      Merge commit 'v0.14.0-345-g8cd3dd6' into debian
      fresh changelog and recythonization

dsm054 (3):
      DOC: fix startrow typo in docstrings
      ENH: allow read_excel to accept URLs (GH6809)
      Remove executable flag from frame.py

immerrr (2):
      ENH: change BlockManager pickle format to work with dup items
      PERF: optimize MultiIndex.from_product for large iterables

jaimefrio (1):
      BUG: Error in rolling_var if window is larger than array, fixes #7297

jreback (77):
      Merge pull request #7485 from sinhrks/periodnat
      BUG: Bug in Panel indexing with a multi-index axis (GH 7516)
      Merge pull request #7519 from jreback/mi2
      REGR: Regression in datetimelike slice indexing with a duplicated index and non-exact end-points (GH7523)
      Merge pull request #7525 from jreback/slice
      Merge pull request #7529 from sinhrks/dtibool
      CI: use cython 0.20.2 on py3.4
      Merge pull request #7535 from toddrjen/nandatetime
      Merge pull request #7534 from sinhrks/nanotz
      Merge pull request #7530 from dstephens99/master
      Merge pull request #7537 from dsm054/fix-frame-permissions
      Merge pull request #7538 from sinhrks/nanotz_correct
      DOC: v0.14.1 corrections
      Merge pull request #7533 from sinhrks/resetindex
      Merge pull request #7451 from sinhrks/skiptest
      Merge pull request #7502 from sinhrks/offsetret
      TST: dtype test fixes for GH7533
      Merge pull request #7550 from sinhrks/rn_fix
      Merge pull request #7531 from dsm054/excel-via-url
      BUG: Bug in setitem with list-of-lists and single vs mixed types (GH7551)
      Merge pull request #7552 from jreback/iloc
      Merge pull request #7544 from sinhrks/dtmixin
      PERF: vbench for mixed groupby with datetime (GH7555)
      Merge pull request #7085 from michaelaye/add_notimp_error
      Merge pull request #7560 from jreback/groupby_first_perf
      API: add/clarify numpy ufunc prepare/wrap
      Merge pull request #7499 from takluyver/ipy-no-detect-frontend
      BUG/PERF: perf issues in object groupby aggregations (GH7555)
      Merge pull request #7568 from jreback/perf2
      Merge pull request #7564 from dstephens99/master
      Merge pull request #7547 from toddrjen/nanopsclean
      BUG: Bug in timedelta inference when assigning an incomplete Series (GH7592)
      Merge pull request #7593 from jreback/timedelta_nat
      BUG/TST: fix tests for groupby nth on Series (GH7559)
      TST: tests for GH7594, ensure conversion on tz-aware datetimes in the constructors
      Merge pull request #7595 from jreback/tz_aware
      COMPAT: comparisons vs numpy nat not working on windows
      Merge pull request #7597 from pydata/nat
      Merge pull request #7598 from dstephens99/master
      Merge pull request #7606 from sinhrks/freqstr
      Merge pull request #7609 from sinhrks/pminmax
      Merge pull request #7602 from sinhrks/periodrepr
      Merge pull request #7580 from jreback/groupby_nth
      Merge pull request #7600 from sinhrks/bingrouper
      Merge pull request #7610 from sinhrks/nanots
      BUG: Bug in to_timedelta that accepted invalid units and misinterpreted m/h (GH7611, GH6423)
      Merge pull request #7616 from jreback/td
      COMPAT: make numpy NaT comparison use a view to avoid implicit conversions
      Merge pull request #7617 from jreback/nat2
      Merge pull request #7582 from amras1/ignore-comment-lines
      Merge pull request #7591 from mcwitt/parse-index-cols-c
      Merge pull request #6937 from jacobschaer/gbqv2
      Merge branch 'fix_string_contains_case_insensitive_with_no_regex' of https://github.com/benjwadams/pandas into benjwadams-fix_string_contains_case_insensitive_with_no_regex
      TST: fix groupby test on windows (related GH7580)
      Merge pull request #7370 from immerrr/blockmanager-new-pickle-format
      Merge pull request #7604 from seth-p/moments_diff_index_sets
      Merge pull request #7624 from bwignall/quickfix_depr
      Merge pull request #7627 from immerrr/perf-multiindex-fromproduct
      BUG: doc example in groupby.rst (GH7559 / GH7628)
      Merge pull request #7631 from jreback/groupby_nth_fix
      DOC: v0.14.1 edits
      DOC: add v0.15.0.txt template
      Merge pull request #7457 from sinhrks/axlayout
      Merge pull request #7394 from sinhrks/figsize
      Merge pull request #7532 from sinhrks/baralign
      BUG: Bug in Series.get with a boolean accessor (GH7407)
      REGR: Add back #N/A N/A as a default NA value (regresion from 0.12) (GH5521)
      Merge pull request #7638 from jreback/series_get
      Merge pull request #7639 from jreback/na_values
      Merge pull request #7625 from bwignall/depr_ru
      Merge pull request #7322 from rosnfeld/xlim_issues
      Merge pull request #7572 from jaimefrio/rolling_var_bug
      TST: fixes for 2.6 comparisons
      Revert "Merge pull request #7591 from mcwitt/parse-index-cols-c"
      PERF: allow dst transition computations to be handled much faster
      PERF: allow slice indexers to be computed faster
      Merge pull request #7652 from jreback/dst_transitions

onesandzeroes (1):
      DOC: Add cookbook recipe like R's `expand.grid()`

seth-p (1):
      BUG: {expanding,rolling}_{cov,corr} don't handle arguments with different index sets properly

sinhrks (17):
      ENH: Period supports NaT
      BUG: DatetimeIndex comparison handles NaT incorrectly
      BUG: Timestamp.tz_convert resets nanosecond
      DOC: Release note correction for GH7534
      TST/CLN: centralize module check funcs
      BUG: df.reset_index loses tz
      BUG: offsets.apply may return datetime
      BUG: grouped hist and scatter use old figsize default
      BUG: single column bar plot is misaligned
      BUG: Better xaxis handling for partial layout
      DOC: correct relase note
      BUG: DatetimeIndex.asobject raises ValueError when contains NaT
      BUG: DTI.freqstr raises AttributeError when freq is None
      BUG: PeriodIndex.min/max returns int
      API: DatetimeIndex and PeriodIndex have same representation
      BUG: GroupBy.size created by TimeGrouper raises AttributeError
      BUG: Timestamp.__new__ doesnt preserve nanosecond

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

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