[pandas] annotated tag v0.7.3 created (now 78d1331)

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.3
in repository pandas.

        at  78d1331   (tag)
   tagging  9d0949396a8533d9fb9b0a6d0fb90a9f0ac16b23 (commit)
  replaces  v0.7.2
 tagged by  Wes McKinney
        on  Thu Apr 12 13:52:15 2012 -0400

- Log -----------------------------------------------------------------
Version 0.7.3

Abraham Flaxman (1):
      ENH: add percentile_width to describe method in series and dataframe

Adam Klein (3):
      BUG: fixed boolean comparison of indices resulting in unwanted wrapping
      BUG: fix pep8 formatting, close #948
      BUG: close #1001, dataframe lookup return bad data

Andreas H. (1):
      BUG: fix typo

Chang She (22):
      adding ddof parameter back into std and var
      Short version number
      add factor function for HDFStore that's a contextmanager
      TST: added a couple more tests for get_store function
      DOC: docstring for get_store function
      added case for non-string columns
      tests for frame/groupby/series/stats
      additional test coverage for math
      additional test cases for groupby and series. fixes bug in untriggered line of _bottleneck_switch in nanops
      tests for kurt with multiindex, more groupby tests
      TST: test case for over specified read_fwf
      TST: more tests for parsers and sql
      TST: scatter matrix plot
      TST: plotting tests and more groupby
      removed unnecessary test case
      DOC: all 0.7.3 issues should now be in either new features or bug fixes
      ENH: label sizes and rotations for histogram
      add ax kwd to several functions and push ax into subplots so new subplot axes is generated on the ax's figure
      BUG: return ax.get_figure() in scatter_plot if ax argument is not None
      Sphinx documentation for read_fwf
      ENH: added OLS.predict method; pass through call to statsmodels ols predict method
      ENH: make method signature more consistent with new statsmodels behavior. Uses dot product directly so pandas users aren't affected by statsmodels API change

Dieter Vandenbussche (3):
      BUG: partial handling of booleans in to_excel, fixes #940
      Fix unittest for to_excel with np.int64
      BUG: handle empty index column header in xlsx, fixes #951

Jacques Kvam (2):
      add scatter plot matrix method
      typo

K.-Michael Aye (4):
      Adding try/expect for openpyxl. Added test for xlsx and test.xlsx file saved from test.xls. Beautified ugly break of DRY principle in ExcelFile.parse
      Debugged stupid typo
      changed Exception handling to raise the ImportError with the improved error message
      added missing 'install' in pip cmd

Kamil Kisiel (1):
      BUG: Don't mutate DataFrame.from_records columns

Martin Blais (4):
      Added basic support for fixed-width fields, as per R's read_fwf.
      Merge https://github.com/pydata/pandas
      Fixed various issues in read_fwf() implementation (applied merge comments from Thomas Kluyver).
      Removed old comment.

Skipper Seabold (8):
      ENH: Allow read_csv to take a URL
      TST: Add test data for URL io
      ENH: Allow https in url
      REF: Go ahead and import urlparse
      ENH: Only give strings to _is_url
      TST: Add tests for read_table with URL
      ENH: Py3 compatibility for reading URLs
      ENH: Improve encoding error handling for URLs in Py3

Thomas Kluyver (2):
      Merge pull request #967 from andreas-h/patch-1
      Various fixes so test_url() passes on Python 3.

Wes McKinney (58):
      ENH: DataFrame plot improvements, make pivot_table more flexible per #941
      ENH: raise TypeError when comparing numeric frame values with non-numeric value, close #943
      ENH: intercept numpy.sum in groupby, plotting/console improvements
      BUG: work around matplotlib bug 775
      ENH: start of plotting refactor for improved code reuse, enable more kinds of plots more easily
      ENH: horizontal bar plot working, change default rotation for bar plots
      ENH: refactored Series plotting methods to use common code. clean up default arguments
      DOC: some docstring work on plot methods
      ENH: return boxplot dict from DataFrame.boxplot, #985
      BUG: eradicate use of NULL_INDEX 'singleton', failing unit test for #980
      BUG: preserve matching index names in DataFrame.append via concat, Index.append close GH #980
      DOC: improve DataFrame.apply docstring, close #977
      Merge pull request #975 from kisielk/patch-1
      ENH: add git-mrb utility script
      Merge remote branch 'blais/master' into blais-master
      ENH: add read_fwf to pandas namespace
      Merge remote branch 'neurodebian/master' into neurodebian-master
      Merge remote branch 'chang/934_ddof' into chang-934_ddof
      TST: add unit tests for PR #965, agg by level, close #934
      TST: point test url to github for #970
      TST: import with statement for python 2.5
      TST: unit test for #991
      DOC: add note about Series.map in apply docstring
      BUG: fix broken SparsePanel-Panel arithmetic interactions, SparsePanel pickling bug, close #1015
      DOC: fix pivot_table docstring typo
      ENH: tweak error message for #1001
      BUG: raise ValueError when attempting to cast NaN to integer, close #846
      BUG: override Series.reshape to return ndarray when new shape has multiple dimensions, close #989
      ENH: can do non-integer label slicing in DataFrame.__getitem__, close #946
      BUG: tighten up / revert NA comparison behavior, #953, #933
      ENH: api change, more consistent GroupBy.apply behavior with Series, close #938
      DOC: add documentation for Panel.to_frame, close #942
      BUG: workaround when ndarray.__repr__ fails on Index object with unicode values, close #1010
      BUG: deal with logy argument properly, close #1011
      ENH: factor PR #935 into an external method
      ENH: fix merge conflict from cherry-picking PR #964
      BUG: don't attach nonsense 'result' name to groupby results without obvious name, close #995
      ENH: set name attribute during DataFrame.apply computation, close #983
      BUG: correctly handle color keyword for Series/DataFrame bar plots, #958
      ENH: can pass dict of column-specific NA sentinels, close #754
      BUG: check array lengths in vec_compare/vec_binop in Cython, close #1016
      TST: test coverage for 0.7.3, remove deprecated sandbox.functions
      TST: more test coverage
      ENH: attach name to Series on axis=1 in DataFrame.apply, #983
      BUG: fix indexing error when selecting section of a hierarchically-indexed DataFrame row, close #1013
      BUG: treat None as NA in DataFrame arithmetic operations, #992
      RLS: python 2.5 compatibility stuff with boolean arrays
      ENH: partial multiple setting on first level via .ix on DataFrame, close #409
      TST: python 3 fixes
      Merge pull request #1025 from changhiskhan/histogram-options
      DOC: add what's new for 0.7.3, some scatter_matrix improvements
      DOC: read_fwf doc tweaks for 0.7.3
      DOC: encoding affects python 2 and 3
      ENH: use filtered exog index for the y_predict result, per #1027 close #1008
      DOC: some docs re: Panel.from_dict with orient='minor', close #1009
      RLS: set released to True
      TST: fix numpy < 1.6 issues with dot instance method
      DOC: what's new tweak

Wouter Overmeire (1):
      BUG: DataFrame.is_numeric needs to use inferred_type, closes #954

Yaroslav Halchenko (4):
      ENH: assure elements of list are of base dict class while converting into a frame
      DOC: fix url to vbench moved over to pydata
      DOC: refer to pydata at googlegroups.com instead of pystatsmodels at googlegroups.com
      BUG: "install" test/*.xlsx as well

lgautier (1):
      notes regarding how to install rpy2.

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

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