[pandas] annotated tag v0.14.0 created (now 8eb8543)

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


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

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

        at  8eb8543   (tag)
   tagging  da0f7ae362bb0ee747c3c5c141327d1d8ba161bc (commit)
  replaces  v0.14.0rc1
 tagged by  jreback
        on  Fri May 30 07:47:40 2014 -0400

- Log -----------------------------------------------------------------
Version 0.14.0

AllenDowney (1):
      Update indexing.rst

John W. O'Brien (1):
      TST/DOC/BUG: Accommodate OpenPyXL incompatibility

Joris Van den Bossche (16):
      SQL: add release notes for refactor (GH6292)
      DOC: update sql docs
      SQL: update some signatures and docstrings:
      DOC: some doc build fixes
      Merge pull request #7185 from jorisvandenbossche/doc-fixes3
      Merge pull request #7188 from AllenDowney/patch-1
      DOC: fix api doc build warning
      DOC: add some missing entries to api.rst
      DOC: fix docs after disabling datetime-like Series-ops (GH7213)
      Merge pull request #7215 from jorisvandenbossche/doc-fixes2
      DOC: fix api docs
      DOC: clean-up docstrings of option functions
      Merge pull request #7236 from jorisvandenbossche/doc-fixes2
      Merge pull request #7239 from clham/gh3850
      DOC/RLS: remove duplicate content in release.rst and move remaining to whatsnew
      Merge pull request #7275 from jorisvandenbossche/release-notes

Mike Kelly (1):
      BUG: hashtable memory error causes test_factorize_nan crash

Phillip Cloud (8):
      COMPAT: 2.6 format spec compat
      Merge pull request #7153 from cpcloud/test-compat-2.6-7152
      BUG: lookup global constants correctly in query/eval
      Merge pull request #7181 from cpcloud/eval-with-inf
      CLN/DOC: add axis parameter doc for filter method
      Merge pull request #7197 from cpcloud/filter-axis-doc
      API: let +, * and - pass thru but eval via Python
      Merge pull request #7245 from cpcloud/bool-warn-and-work-7210

Stephan Hoyer (2):
      BUG: fix isnull for 0d object arrays
      ENH: check for __array__ instead of ndarray subclasses when creating an Index

Yaroslav Halchenko (1):
      BF: reading stata files - unpack read value describing stored byte order

benjamin (1):
      BUG: multi-index output formatting

bwignall (7):
      CLN: Python 3.4 deprecation of assert_
      CLN: Deprecation of assert_
      CLN: Deprecation of assertEquals
      CLN: Deprecation of assertAlmostEquals
      CLN: Deprecation of assert_
      CLN: Deprecation of assert_
      CLN: Deprecation of assert_

cgohlke (1):
      TST Fix AttributeError: 'iterator' object has no attribute 'next' on Python 3

clham (1):
      DOC: GH3850, add .isin to 10min.rst

jreback (53):
      Merge pull request #7120 from jorisvandenbossche/sql-release
      RLS: set isreleased=False
      Merge pull request #7148 from cgohlke/patch-1
      TST:  test fixes for plotting with old scipy (GH7151)
      Merge pull request #7161 from sinhrks/pslice2
      Merge pull request #7162 from bwignall/issue7131_assert
      Merge pull request #7164 from bwignall/issue7131_assert2
      Merge branch 'hashtable' of https://github.com/mtkni/pandas into mtkni-hashtable
      Merge pull request #7165 from bwignall/issue7131_assertEquals
      Merge pull request #7166 from bwignall/issue7131_assertalmostequals
      CI: use current versions for excel / dateutil / pytz on 3.4 build
      Merge pull request #7170 from jreback/new
      Merge pull request #7172 from bwignall/issue7131_assert_
      Merge pull request #7176 from shoyer/isnull-0d-object-array
      Merge pull request #7182 from bwignall/issue7131_assertEquals
      BUG: bug in recognizing out-of-bounds positional list indexer with iloc and a multi-axis tuple indexer (GH7189)
      Merge pull request #7189 from jreback/panel_iloc
      BUG: Bug in setitem with a single item, and a multi-index and integer indicies (GH7190)
      Merge pull request #7191 from jreback/loc_bug
      BUG: Bug in expressions evaluation with reversed ops, showing in series-dataframe ops (GH7198)
      Merge pull request #7201 from jreback/div
      BUG: Bug in multi-axis indexing with > 2 ndim and a multi-index (GH7199)
      Merge pull request #7202 from jreback/iloc
      CLN: make chunksize an integer in  to_csv to avoid float slicing semantics
      Merge pull request #7204 from jreback/depr_clean
      BUG: check edge case with GH7190
      COMPAT: disable Series datetimeindex/periodindex methods introduced in (GH6380)
      DOC: changes to remove Series datetime-like properties (GH6380)
      Merge pull request #7206 from jreback/ops
      DOC: cookbook.rst entry
      DOC: doc fixups for (GH7213)
      Merge pull request #7216 from jreback/ops2
      BUG: bug in setitem with multi-index and a 0-dim ndarray (GH7218)
      Merge pull request #7219 from jreback/si
      TST: tests for reindex_like consistency (GH7179)
      Merge pull request #7221 from jreback/reindex_like
      Merge pull request #7214 from neirbowj/openpyxl_compat
      DOC: corrections in v0.14.0
      Merge pull request #7232 from bjonen/fix_7174
      DOC: corrections in v0.14.0 / release
      TST/CLN: remove prints (esp of unicode), replacing with com.pprint_thing (GH7247)
      Merge pull request #7248 from jreback/fix_print
      Merge pull request #7225 from sinhrks/boxbug
      Merge pull request #7260 from sinhrks/boxdict
      DOC: small change to 10min.rst
      Merge pull request #7264 from jreback/sparc_fixes
      DOC: typo in 10min.rst
      TST: disable stata tests on big-endian (GH5781)
      Merge pull request #7266 from jreback/sparc_fixes3
      Merge pull request #7272 from neurodebian/master
      Merge pull request #7270 from shoyer/use-__array__
      DOC: add thanks list to release.rst
      RLS: 0.14.0 final

sinhrks (3):
      BUG: PeriodIndex slices with out of bounds results incorrect
      BUG: boxplot returns incorrect dict
      TST/BUG: Fix grouped_box_return_type

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

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