[pandas] annotated tag v0.8.0rc1 created (now c195c34)
Andreas Tille
tille at debian.org
Wed Dec 28 15:20:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a change to annotated tag v0.8.0rc1
in repository pandas.
at c195c34 (tag)
tagging 5f5df2aa34f027d3fc83abb19cf7840ababd4557 (commit)
replaces v0.8.0b2
tagged by Wes McKinney
on Fri Jun 22 15:34:55 2012 -0400
- Log -----------------------------------------------------------------
Version 0.8.0 release candidate 1
Chang She (17):
BUG: code around np.concatenate bug in fast_union #1489
reorg imports
ENH: secondary y-axis
made explicit keyword in MPLPlot
ENH: explicit secondary_y keyword in plot_series and plot_frame. Call twinx depending on the yaxis ticks position
ENH: column-wise secondary y-axis with subplots on
ENH: overwrite keyword in DataFrame.update
ENH: filter_func keyword to DataFrame.update, related to #1477
BUG: masked arrays to stop interpolating gaps
TST: test case for tseries plots with data gaps
BUG: mask NaNs in non-ts plots
BUG: do not convert bday freq in ts plots #1482
BUG: fixed broken imports
BUG: out of bounds on buffer access if time doesn't exist in TimeSeries.at_time
TST: additional coverage and cruft removal for ts plotting #1245
BUG: sub-second plotting was not working
DOC: example for plotting on secondary y-axis
David Zaslavsky (1):
Add parentheses to a print statement so it compiles under Python 3
Jacques Kvam (2):
parse change_pct as a float instead of a string
make parsing position independent therefore more robust
Senthil Palanisami (1):
`autofmt_xdate` is a method of the figure, not axes.
Skipper Seabold (3):
DOC: Add regex to parser docs for sep.
ENH: Allow to_dict to return lists and Series
TST: Test to_dict for list and Series
Wes McKinney (55):
BUG: colheader_justify/max_colwidth None so don't always reset
REF: delete cruft
BUG: rename Factor->Categorical, make .levels a property to enable assignment / type checking, test labels argument and fix bugs. close #1460 and #1461
BUG: fix erroneous upsampling of irregular data #1464
TST: unit test for #1459
BUG: cast object column to M8[ns] in NumPy 1.7, close #1433
BUG: handling of -1 NA markers in Categorical, make isnull/notnull work on cat, close #1457
BUG: resampling bugs with closed='left', close #1465
ENH: improve Categorical console output
BUG: fix DatetimeIndex bug causing downstream groupby failure, close #1455
BUG: remove deprecated, untested makeQuantiles function close #1470
BUG: hack in normalize in MonthEnd, BMonthEnd, close #1451
BUG: fix intraday resampling to daily superperiod bugs raised in #1458 and #1471
REF: rename factor.py to categorical.py close #1468
ENH: return NA (-1) for out of range values in cut/qcut, close #1463
ENH: add include_lowest cut parameter, use it in qcut, make 4 not the qcut default, integer array tests, close #1411, #1462, #1469
REF: refactor MultiIndex to not store tuples, be more efficient. testing and compatibility checks. close #1467
ENH: use O(N) sorting for reshape instead of lexsort
TST: add legacy pickle file
DOC: release notes
TST: use ndtake, fix 32-bit failure
ENH: condense DataFrame.pivot into set_index/unstack for speedup
TST: numpy 1.7 datetimeunit enum gap fix
ENH: get_dummies function, for book
BUG: handling of NA in algorithms.quantile
ENH: cache tuple index when used for speedup in GroupBy.transform
BUG: add datetimeblock NumPy 1.6 workaround close #1498
BUG: fix datetime64 boxing issue with non-integer index, close #1499
DOC: improve date_range/bdate_range docstrings, close #1496
BUG: fix rebase conflicts
TST: remove rogue print statement
BUG: label slicing with duplicate values, close #1480
ENH: at_time/between_time work with tz-localized time series. refactoring and cleanup close #1481
BUG: fix MS/BMS range generation / onOffset bugs causing #1483
BUG: fillna called with Series should be analogous to with dict close #1486
BUG: raise exception in DataFrame.fillna when axis=1 and pass dict/Series. close #1485
TST: test coverage #1245
BUG: fix closed='left' resample bug. test coverage #1245
TST: finish test coverage of pandas.tseries.index #1245
BUG: test coverage and misc bug fixes, cruft deletion in period.py #1245
TST: resample test coverage etc. #1245
BUG: revert mpl hackaround
BUG: fix NumPy 1.7 argmin workaround, test coverage
BUG: test coverage, groupby bug fixes
BUG: minimal out of bounds checking on future/past timestamps, gotcha docs, pre-1900 repr
BUG: nanosecond out-of-bounds checking in array conversions. close #1475
DOC: finish updating release notes
RLS: 0.8.0 what's new docs
BUG: DataFrame constructor regression with dict of tuples close #1491
BUG: don't accidentally upcast values in DataFrame.itertuples, close #1505
BUG: revert to circle marker for markers not in matplotlib < 1.1. close #1484
BUG: clean NAs in DataFrame.boxplot, close #1506
BUG: fix NumPy 1.7 cast-to-bool failure and buglet
BUG: preserve index names in MultiIndex.drop, close #1513
RLS: 0.8.0 release candidate 1
Wouter Overmeire (5):
BUG: Pass on keywords for DataFrame.boxplot to matplotlib boxplot, close #1493.
BUG: DataFrame.boxplot(vert=0) should but labels on yaxis iso xaxis, close #1493.
ENH: Add sharex and sharey to DataFrame.hist()
DOC: Fix typo.
Merge branch 'master' of https://github.com/pydata/pandas
-----------------------------------------------------------------------
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