[pandas] annotated tag v0.8.1 created (now 76f7e86)

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


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

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

        at  76f7e86   (tag)
   tagging  4e95b311bbf320d7b88edd6f8ce17194e48b8145 (commit)
  replaces  v0.8.0
 tagged by  Wes McKinney
        on  Sun Jul 22 15:42:50 2012 -0400

- Log -----------------------------------------------------------------
Version 0.8.1

Chang She (39):
      BUG: intraday irregular freq plotting
      BUG: read_csv na_values and index_col #1567
      BUG: monthly periods prior to dec 1969 off by one year #1570
      BUG: Series(Series) discards name attribute #1578
      BUG: DataFrame.corr bug #1595
      ENH: per column styles to plot #1559
      ENH: reset_index by level
      ENH: append keyword to set_index
      BUG: Series repr if name==0 #1602
      BUG: DataFrame.set_index bug #1590
      BUG: unordered dup index does not yield scalar value #1586
      BUG: stringify column label for ts plot frame
      BUG: microsecond time plotting
      BUG: remove undefined freq #1600
      removed bad exception handling in parse_time_string
      BUG: CSV parser fails with single line, no separator #1553
      DOC: additional note on complex date parsing in read_*
      ENH: plot one column vs another #857 #1527
      DOC: example for x-y plot
      BUG: new converters for sub-second plotting #1599
      DOC: mno-cygwin in mingw
      BUG: remove bare mpl import
      remove mpl import in test suite
      ENH: selectively parse columns in ExcelFile.parse #873
      BUG: slicing with dups #1587
      TST: mixed types for string methods
      ENH: don't repeat numerical types
      ENH: additional unicode handling
      ENH: upsample existing data on plotting
      ENH: unified legend for secondary axis
      BUG: unify legends for when existing data is resampled
      ENH: unified color cycle for 2nd yaxis
      TST: legends and secondary resampling
      ENH: resample loses index name #1631
      ENH: naming for other axes; index name for date_range/period_range. TST: testing name pass through
      ENH: use asfreq and reset index instead of resample for plotting
      minor cleanup in plotting module
      DOC: getting started on v0.8.1 rls notes
      ENH: marking right y-axis columns

Skipper Seabold (2):
      BUG: no longer ignore given axes in boxplot
      ENH: Conditionally import Rpy stuff.

Todd DeLuca (2):
      Show idxmin behavior for multiple min values.
      Fix describe() failure for None and empty Series.

Vytautas Jancauskas (11):
      Added bootstrap plot
      Added docstring
      Added test for bootstrap plot
      Added bootstrap plot documentation
      Added parallel coordinates plotting
      Added tests for parallel coordinates plotting
      Added parallel coordinates documentation
      Better solution to setting smaller font sizes in tick labels
      Added docstring for radviz
      Added radviz test
      Added RadViz documentation

Wes McKinney (77):
      DOC: update release daet
      DOC: add fx_prices data file
      TST: test for bug fixed since 0.7.3
      BUG: check for errors / clear errors inside khash with PyObject* close #1318
      BUG: fix resampling bug with lowercase daily freq close #1588
      DOC: update ewma formula
      TST: more correlation tests, release notes
      BUG: fix conflict introduced in #1592
      Merge remote-tracking branch 'orbitfold/bootstrap-plot'
      Fix merge conflict
      BUG: fix integer index issues in parallel_coordinates #1488
      Merge PR #1566
      BUG: fix panel integer .ix indexing issue close #1603
      BUG: partial indexing bug with PeriodIndex close #1601
      BUG: tweaks to radviz method, add integer indexing docs close #1607
      BUG: fix MultiIndex formatting issue close #1606
      BUG: fix to_panel NA handling with non-floating poitn data close #1582
      DOC: release notes
      BUG: Fix resampling of tz-aware time series with anchored freq close #1591
      BUG: fix DataFrame.rank on integer data close #1589
      ENH: always apply functions when passed to how option in resample, close #1596
      BUG: enable multiple column selection in SparseDataFrame via __getitem__ close #1585
      BUG: override ndarray.tolist in Index for MultiIndex compat, close #1576
      ENH: hugely improve performance of to_datetime on ISO8601 data #1571
      BUG: fix sum over level failure with MultiIndex of length 1, close #1568
      BUG: work around NumPy 1.6.1 datetime64 bug, close #1561
      BUG: check for monotonicity in resampling, close #1580
      BUG: avoid unnecessary copies when passed dtype matches DataFrame/ndarray in DataFrame constructor close #1572
      BUG: Fix unhandled IndexError when indexing very large time series close #1562
      BUG: logical error in DatetimeIndex.intersection with irregular indexes close #1551
      ENH: improve DatetimeIndex repr for len-1 and len-2 cases close #1611
      TST: check for dateutil 2.1 too #1594
      TST: fix test errors on Python 3, close #1550
      DOC: release notes
      ENH: add multi_sparse option to set_printoptions to disable sparsification in MultiIndex.format, close #1538
      ENH: use bottleneck moving max/min impl for perf improvement close #1504, #50
      ENH: Cython group_median method close #1358
      ENH: array of Periods to PeriodIndex handling, close #1215
      ENH: add Panel.dropna, close #171
      BUG: fix duplicate index indexing problems close #1201
      BUG: raise KeyError for key not found in HDFStore close #1254
      ENH: better repr for weekly Periods, close #1503
      ENH: reindex_multi in Panel per #979
      BUG: consider iso8601 strings as naive, not local close #1571
      ENH: add adjust option to ewma to disable adjustment close #1584
      DOC: release notes for #1599
      ENH: get working on vectorized string methods #620
      ENH: continue filling out string methods + tests #620
      TST: add testing module for string methods #620
      ENH: finish docs
      TST: added unit tests from PR #1179 and copied docstrings
      Merge branch 'string-methods'
      BUG: don't copy int64 arrays in DatetimeIndex ctor when copy=False, close #1624
      BUG: period quarterly -> annual resampling bug, close #1622
      BUG: support dateutil 2.1, fix scatter_matrix axis labels. #1637 #1625
      Merge remote branch 'chang/plotting-bugs'
      BUG: fix broken BusinessMonthBegin logic close #1645
      BUG: ensure that key aliases get properly converted when assigned to Series from DataFrame slice, close #1644
      BUG: string date aliases now work with tz-aware time series close #1647
      BUG: len-0 Series min/max/describe #1650
      BUG: properly handle None values in dict input to concat, close #1649
      BUG: Series.interpolate bug with method='values' and datetime64[ns], close #1646
      BUG: fix merge bug with left joins on length-0 DataFrame, close #1628
      ENH: hack to not compress single group keys, accelerate single-key and Categorical groupby operations
      ENH/BUG: handle tz-aware datetime.datetime in to_datetime, add utc=True option to allow conversion to utc, close #1581
      TST: skip another @network test if no internet connection
      TST: span unit test #1635
      ENH: handling of UTF-8 strings in DataFrame columns, close #1620
      BUG: get #1620 fix working on python 3
      BUG: fix windows/32-bit builds
      BUG: handle Yahoo! finance returning duplicate dates for prev bus day, doc fixes
      DOC: minor additions to release notes for 0.8.1
      ENH: better string element access/slicing notation close #1656
      DOC: doc fixes and what's new in 0.8.1, vectorized string methods
      DOC: set_index/reset_index examples
      DOC: tweak
      RLS: Version 0.8.1

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

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