[pandas] annotated tag v0.6.1 created (now 26b0d44)
Andreas Tille
tille at debian.org
Wed Dec 28 15:20:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a change to annotated tag v0.6.1
in repository pandas.
at 26b0d44 (tag)
tagging d5fbdcc26520d1c92b5dd73bb6e9a9902756ad16 (commit)
replaces v0.6.0
tagged by Wes McKinney
on Tue Dec 13 18:04:27 2011 -0500
- Log -----------------------------------------------------------------
Version 0.6.0
Dieter Vandenbussche (1):
Add Series.from_csv with some tests
Fernando Perez (1):
Minor fix for simpler indexing syntax in array of subplots.
Jev Kuznetsov (4):
added yahoo quote fetcher
added qtpandas.py : a module for integration of pandas into PyQt
updated to 0.6.1 functionality (data type retaining). Used input from cswegger
fixed issue with py2exe
Joon Ro (1):
more momery efficient describe for DataFrame
Ralph Bean (1):
Fixed DataReader for yahoo to match the API.
Wes McKinney (85):
BUG: DataFrame.count behavior in corner case as described in GH #423
ENH: accept date strings in data functions
DOC: release notes
TST: mark graphics tests as slow, asserts to class methods
BUG: fix common.take_1d failure with empty array, GH #434
BUG: DataFrame.apply function returning list resulted in unexpected Series return value, GH #432
BUG: don't accidentally upcast int->float in .ix scalar indexing, GH #431
ENH: can pass Series to DataFrame.append, GH #430
BUG: groupby.agg(len) failure with column selected and as_index=False, GH #421
ENH: DataFrame.delevel will attempt to infer a better dtype for the level values, GH #440
ENH: exclude non-numeric dtypes in DataFrame.corr, motivated by #440
ENH: add kendall/spearman correlation methods, GH #428
BUG/ENH: override Index.astype to prevent Index with non-object dtype, GH #412
ENH: refactoring and micro-optimizations to support #437, uncovered panel bug
BUG: setting sparse panel fields should update member DataFrames
ENH: add get_value, set_value to Panel per #437, more perf tweaks
DOC: release notes
BUG: lookup locations in SparseSeries.get, start adding get_value/set_value re: #437
ENH: set/get value working for sparse classes too, close #437
ENH: set_value with resizing, DataFrame constructor can resize BlockManager, tweaks, #438
ENH: set_value impl for Panel. no sparse yet, GH #438
DOC: panel doc update
BLD: don't build cppsandbox ext for now b/c setupegg.py doesn't like it
BLD: cross-platform inline attribute, MSVC fix with pointer arithmetic, re #458 and #460
TST: test to check #457
BUG: DateRange union bug caused by DateOffset __ne__ not being implemented, GH #456
DOC: release notes
ENH: use max_columns=0 by default to use terminal size
BUG: unstack multiple levels bug described in #451
ENH: accept ndarray input to __setitem__ in Panel, GH #452
ENH: add get_value/set_value support to sparse data structures, #438
ENH: align can accept Series, add axis argument for DataFrame, GH #461
ENH: index Cython method refactoring, left_join bugfix, sparse bugfix
BUG: copy index slice causing memory leak described in #467
DOC: release notes, sparse submodule
REF: broke apart sparse.py, created sparse subpackage
ENH: refactoring sparse classes to create SparseArray subclass for SparseSeries re: #436
ENH: first cut at SparseList data structure, #436
TST: unit testing and buglets in SparseArray, #436
TST: more unit tests, add r* operators to sparse Cython code, #463
TST: finish unit test coverage for sparse arrays, release notes GH #436
DOC: release notes
BUG: exclude NAs also with dtype=object in nanmean, others, GH #469
ENH: implement rank function in Cython for Series and DataFrame, per #428
BUG: use map_infer in applymap, speed boost and fix #465
ENH: rolling_corr/rolling_cov can take DF/DF and DF/Series combos for easy multi-application, GH #462
BUG: handle floating point values when storing the index in HDF5, GH #454
ENH: DataFrame.from_items alternate constructor for sequence of (key, value) pairs, per #444
REF: rename names -> columns + deprec warning in DataFrame.from_records, GH #422
ENH: DataFrame.convert_objects for inferring better dtypes, GH #302
BUG/ENH: reindex boolean Series passed to getitem/setitem, GH #429
ENH: rolling_corr_pairwise function re: #189
ENH: speed regression in DataFrame.dropna / DataFrame.count(axis=1)
DOC: release notes
BLD: add sparse submodule to package, close #471
BUG/ENH: fix stale reference caused by block modification described in #473, add block splitting logic per #158
ENH: add inplace option to NDFrame/DataFrame.consolidate, GH #474
BUG: Index.get_loc should always raise exception with duplicates
ENH: better error message with non-unique index values
BUG: handle differently-indexed Series input to DataFrame constructor, fix #475
DOC: release notes
ENH: first cut at margins for pivot_table. testing still needed, #114
BUG: omit nuisance columns in multi-groupby with Python agger
TST: testing of margins in pivot_table, GH #114
BUG: handling of grand margin when no columns passed, GH #114
TST: test case for MultiIndex data alignment
ENH: get_level_values accept level name
BUG: handling of single-grouping keys in general apply
DOC: release notes
BUG: proper type inference with list of lists passed to DataFrame constructor, from_records type-handling fixes, GH #484
BUG: preserve index names in GroupBy.apply concat step, GH #481
TST: use util.compat.product for py2.5
TST: can't pass 'i8' to take py2.5/win32 array...
TST: add check_dtype flag to assert_series_equal
BLD: use Py_ssize_t instead of int, MSVC compiler warnings
TST: another win32 hack
TST: detect long, too
TST: pow returns complex numbers in Python 3
TST: pow returns complex numbers in Python 3
TST: python 3.1 test script
TST: python 3.2 test script
ENH: more helpful error message when plotting fails in DataFrame.plot, GH #478
DOC: release notes
BLD: don't convert git revision to unicode on Python 2.x
RLS: version 0.6.1
Wouter Overmeire (5):
Pass Series.hist **kwds on to plotting function.
Change Series default float formatter.
Series/DataFrame, make decision between full and short __repr__ configurable.
Adding clever screen render mode.
Utility that can report terminal width and height.
-----------------------------------------------------------------------
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