[pandas] annotated tag v0.9.1 created (now 4128026)
Andreas Tille
tille at debian.org
Wed Dec 28 15:20:31 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a change to annotated tag v0.9.1
in repository pandas.
at 4128026 (tag)
tagging 9867f8af6e20cd2248626548f9b3f9a66b57789c (commit)
replaces v0.9.1rc1
tagged by Wes McKinney
on Wed Nov 14 19:41:16 2012 -0500
- Log -----------------------------------------------------------------
Version 0.9.1
Chang She (4):
Merge pull request #2231 from justincjohnson/master
Merge pull request #2223 from y-p/fix3
BUG: axes.color_cycle from mpl rcParams should not be joined as single string
BUG: ExcelWriter raises exception on PeriodIndex #2240
Jeff Reback (5):
in core/frame.py
relaxed __setitem__ restriction on boolean indexing a frame on an equal sized frame
fixed file modes for core/frame.py, test/test_frame.py
in core/frame.py
added back mask method that does condition inversion
Justin C Johnson (1):
BUG: Incorrect error message due to zero based levels. close #2226
Wes McKinney (14):
BUG: fix internal error in constructing DataFrame.values with duplicate column names. close #2236
Merge remote branch 'jreback/maskv3'
BUG: make inplace semantics of DataFrame.where consistent. #2230
Merge remote branch 'y-p/fix1'
BUG: 1 ** NA issue in computing new fill value in SparseSeries. close #2220
TST: unit test for #2214
BUG: icol duplicate columns with integer sequence failure. close #2228
BUG: fix tz-aware resampling issue. close #2245
BUG: SparseDataFrame.icol return SparseSeries. SparseSeries.from_array return SparseSeries. close #2227, #2229
BUG: issue constructing DataFrame from empty Series with name. close #2234
BUG: parallel_coordinates bugfix with matplotlib 1.2.0. close #2237
BUG: make Series.tz_localize work with length-0 non-DatetimeIndex. close #2248
BUG: override SparseDataFrame.icol to use __getitem__ instead of accessing _data internals. close #2251
RLS: Version 0.9.1 final
y-p (14):
CLN: use com._is_sequence instead of duplicating code
TST: df with dupe cols should raise KeyError on accessing non-existent col via list
BUG: df with dupe cols should raise KeyError on accessing non-existent col via list #2218
TST: df.iteritems() should yield Series even with non-unique column labels
BUG: modify df.iteritems to support duplicate column labels #2219
ENH: warn user when invoking to_dict() on df with non-unique columns
TST: add dual ( x op y <-> y op x ) tests for arith operators
TST: getting column from and applying op to a df should commute
ENH: Use __file__ to determine REPO_PATH in vb_suite/suite.py
ENH: make vbench_suite/run_suite executable
BUG: coerce ndarray dtype to object when comparing series
ENH: disable repr dependence on terminal width when running non-interactively. #1610
TST: icol() should propegate fill_value for sparse data frames
BUG: icol() should propegate fill_value for sparse data frames #2249
-----------------------------------------------------------------------
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