[pandas] annotated tag v0.7.1 created (now 101c024)

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


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

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

        at  101c024   (tag)
   tagging  776d80c2145ce4a4df1cf5c9ad21140b09df671d (commit)
  replaces  v0.7.0
 tagged by  Wes McKinney
        on  Wed Feb 29 17:04:50 2012 -0500

- Log -----------------------------------------------------------------
Version 0.7.1

Adam Klein (31):
      BUG: closes #777, high ascii cannot be displayed in console
      Merge branch 'master' of https://github.com/neurodebian/pandas
      ENH, closes #773 PR, deprecating column for columns
      BUG: closes #780, compare float to within 32bit precision
      BUG: fix additional float-based slicing issue, with test
      TST: fixed parenthesis error in test_slice_floats2
      BUG: dtype sometimes not converted to bool, closes issue #820
      BUG: remove lingering set_trace related to previous commit
      BUG: handle grouping aggregations consistently whether as_index is True/False, close #819
      ENH: add new izip-based row-iterator, update release and docs (close #818)
      BUG: close #812, reindex keeps original name along both axes
      BUG: close #816, fix exception thrown on np.diff
      ENH: close #818, per Wes comments on izip df tuple iterator
      BUG: close #812, fix index name dropping in _ensure_index
      BUG: close #816, defer tuple-unboxing until later per perivous commit comments
      BUG: clean up Series wrapper that is not needed, per #819 comments
      BUG: closes #822, cast non-string columns in to_records
      ENH: rename fill_method to method, close #827
      BUG: close #811, fix index.intersection where indices are incomparable
      BUG: close #837, excelfile throws an exception for two-line file
      BUG: close #835, add option to suppress index inference
      TST: added skip excel test for no xlrd installed
      BUG: raise more helpful error msg for #835
      DOC: added more release notes
      DOC: added yet a bit more to release notes
      TST: fix lingering line of code from #838
      TST: added core coverage
      TST: more test coverage for release target
      BUG: close #839, exception on assigning NA to bool or int64 series
      BUG: fixed null-check per #839
      BUG: close #839, another case where nan may be assigned to int series

Brian Granger (1):
      Add _repr_html method to make DataFrames nice in IPython notebook.

Chang She (5):
      Added fill_value argument to Series/DataFrame.align
      Added fill_value argument to Series/DataFrame.align
      Merge remote-tracking branch 'origin/master'
      allows to specify fill_method as well as fill_value
      fixed bug in new test case in test_align

Dieter Vandenbussche (2):
      DOC: add more docs for Excel reading/writing
      DOC: mad computes mean (not median) absolute deviation

Josh Klein (1):
      made it clearer that users should first look to github for issues and, if possible, try stack overflow, before bringing the discussion to the mailing list

Steve (6):
      Fix for "Issue # 513 HDFStore loses microsecond information for datetime indexes"
      incorrect fix when dealing with date objects since they do not store microsecond information.
      actual fix
      refactored datetime and date index handling
      corrected _convert_index's pytables types for handling datetime.date indexes
      changed datetime fractional second test's assertion to make entire datetime comparison

Wes McKinney (44):
      TST: test coverage, pep8
      TST: test coverage
      TST: vbench for #775
      TST: fancy_inc Cython function
      BUG: handle list of Series properly, close #792
      BUG: fix column insertion memory leak #790 per #467
      ENH: optimize fillna for 2D blocks, add inplace option, GH #788, #786
      BUG: don't nuke None in Series.unique, GH #778
      TST: test for #779, try to return string
      BUG: best effort to hack around byte stream decoding issue described in #795
      BUG: fix mixed float/int indexing slicing problem described in #780
      BUG: fix mixed float/int index formatting issue
      BUG: fix DataFrame.append bug with length-0 frame with new columns, GH #782
      BUG: disable position-based slicing altogether if a dtype=object contains any integer objects, augment infer_dtype, GH #798
      ENH: add to_clipboard method, need to test on OSX and Windows still, #774
      ENH: os x clipboard set, #774
      ENH: use pbcopy #774
      BUG: pipe stdin
      BUG: return on success #774
      ENH: get working on windows, maybe #774
      BUG: set clipboard text with CRLF
      ENH: refactor groupings into GroupInfo class to share caches, resolve #775
      ENH: refactoring to support different grouper implementations, re: GH #153
      REF: push groupby iterator code into Grouper class
      ENH: best attempt at NA-friendly Series comparison and boolean binary operations, GH #801
      ENH: implement Series.between for NA-friendly range selection, GH #802
      TST: test coverage, pep8
      ENH: minor tweaks to grouped_hist
      ENH: cache indexers when conforming list of series
      BUG: malformed BlockManager in groupby, regression from 0.7.0, GH #814
      Merge pull request #807 from changhiskhan/master
      BUG: fix issues resulting from unclean merge in PR #807
      BUG: add test case for integer index failure re: #819
      TST: script testing groupby iteration performance GH close #817
      BUG: use Cython take_2d instead of ndarray.take due to Fortran order performance problem, GH #817
      Merge pull request #830 from adamklein/IS811
      ENH: concat Series with axis=1 for completeness, GH #787
      ENH: add fill_value argument to Series.reindex, DataFrame next, #784
      ENH: fill_value arg in DataFrame.reindex/reindex_axis, add fillna to sparse objects, GH #784
      Merge pull request #834 from lespaul/master
      TST: unit test for #838
      ENH: raise NotImplementedError if user tries to iterate over .ix, GH #840
      DOC: release notes, what's new, change dev version to 0.7.1
      RLS: Version 0.7.1

Wouter Overmeire (5):
      Merge branch 'reprhtml' of https://github.com/ellisonbg/pandas into reprhtml
      ENH: wrap _repr_html in a scrollable div, switch over to info for large frame
      TST: very basic test for DataFrame._repr_html_
      DataFrame_repr_html changes according to #772 discussion.
      Merge pull request #829 from lodagro/repr_html

Yaroslav Halchenko (1):
      ENH: API change -- sort (columns=) instead of column=

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

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