[pandas] annotated tag v0.7.2 created (now 44499bf)

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


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

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

        at  44499bf   (tag)
   tagging  4117b4fde3ffbc74a48b01f3a28f1f76b2db05fd (commit)
  replaces  v0.7.1
 tagged by  Wes McKinney
        on  Fri Mar 16 16:37:30 2012 -0400

- Log -----------------------------------------------------------------
Version 0.7.2

Adam Klein (12):
      ENH: fix unhelpful error msg in parsers, closes #856
      BUG: close #870, ensure platform in group_index
      BUG: close #871, concat on axis=1 and ignore_index=True fixed
      BUG: close #869, method count accepts level name
      BUG: close #859, clearer err msg on failed slicing situations
      BUG: incorporate Wes comments on #869
      BUG: incorporate Wes comments on #859
      BUG: close #881, setitem boolean indexing on dataframe
      ENH: added basic multiindex slicing in panel
      TST: test coverage enhancements
      DOC: added release notes, whats new, and rank docs
      DOC: whats new file (forgot to add)

Benjamin Gross (1):
      BUGFIX: stats.ewmcov

Dan Birken (1):
      Add sort_columns parameter to plot to allow unsorted plots

Dieter Vandenbussche (3):
      Fix plotting with datetime.date index values
      BUG: Use older style openpyxl import, closes #897
      TST: run panel excel test with xls too, remove temp file

Josh (3):
      Fixed an issue where it was not possible to subclass Panel because
      Revert "Fixed an issue where it was not possible to subclass Panel because"
      BUG: Couldn't subclass Panel because the _constructor method was using

Thomas Kluyver (1):
      Merge pull request #904 from elpres/patch-1

Travis N. Vaught (2):
      Make references to Issues into links.
      Actually add the link addresses.

Wes McKinney (45):
      BUG: fix int32 overflow when computing group_index, GH #850
      BUG: detect/raise exception if possible int64 overflow #851
      BUG: handle int64 overflows (suboptimally...) in groupby, sortlevel, sort_index, etc. GH #851
      ENH: don't use self.groups in groupby.size(), GH #860
      TST: better vbench for #860
      TST: don't cache groups, GH #860
      ENH: use khash for integer Series.value_counts, move to algorithms.py, vbenchmarks GH #861
      BUG: fix bug causing improper nan -> int cast in #846
      ENH: don't case group arrays to dtype object
      BUG: handle columns argument in DataFrame.to_html, use statsmodels.api to avoid deprecation warnings, close #890
      DOC: add datetools import in docs, close #895
      ENH: implement fill_value on SparseDataFrame._combine_frame, close #887
      ENH: add other tie breaking methods to rank Cython routines, still some testing needed in generic case, GH #874
      ENH: testing / tweaks for non-float dtype ranking #874
      ENH: refactoring for #874, fast int64 rank
      ENH: work on rank function, finish testing, ascending param, #875
      ENH: catch __builtin__.sum in groupby, close #885
      ENH: column selection via attributes on DataFrameGroupBy, GH #882
      ENH: can set existing columns via attributes as convenience, close #883
      TST: unit test for #893
      BUG: encoding woes on iso8859-2 encoded movielens file, close #795
      ENH: add level keyword to drop method, GH #159
      ENH: multiple group selection from hierarchical index via reindex and .ix, close #134
      ENH: can pass dict of values per column to DataFrame.fillna, close #661
      ENH: add axis argument to DataFrame.fillna, #174
      BUG: more encoding / unicode hacks related to #795
      STY: delete cruft
      TST: move unicode_series.csv to data directory
      BUG: hierarchical item selection in Panel.__getitem__
      BUG: don't fillna in align if fill_value=nan, don't try filling int/boolblock, close #910
      TST: raise exception if passed date_parser fails
      BUG: malformed blocks when excluding nuisance columns causing #916
      BUG: possible out of bounds access on 0-length Series, close #917
      Merge pull request #918 from danbirken/add_sort_columns
      ENH: add coerce_float option to DataFrame.from_records, close #893
      ENH: don't raise exception if HDF5 file is readonly, close #847
      BUG: replace encoding errors when reading CSV in Python 3, #795
      BUG: return 0 instead of NA from Series.sum and DataFrame.sum on 0-length input, close #844
      BUG: better unicode compatibility from DataFrame.to_html, close #891
      BUG: allow numerical/NA comparisons to flow through in dtype=object arrays, GH #925
      BLD: require NumPy 1.4 in setup.py close #927
      RLS: a few more 0.7.2 release notes
      ENH: tweak to PR and close #879
      ENH: handle tuple-like objects as last ditch effort in DataFrame.from_records, close #907
      RLS: Version 0.7.2

Wouter Overmeire (4):
      BUG: Fix Series, DataFrame plot() for non numerical/datetime (Multi)Index (closes #741).
      BUG: close 872, DataFrame.to_string formatters on integers
      BUG: close #911, fix df.set_value() failure when index dtype needs to change.
      Make sure unicode_series.csv file (needed for unittest) gets installed.

claudiobertoldi (1):
      Added simple editing feature

elpres (1):
      Update doc/source/merging.rst

joshuaar (3):
      Update pandas/core/panel.py
      Update pandas/core/panel.py
      __class__ to cls.

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

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