[pandas] annotated tag v0.10.0 created (now 51b5c2e)
Andreas Tille
tille at debian.org
Wed Dec 28 15:20:10 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a change to annotated tag v0.10.0
in repository pandas.
at 51b5c2e (tag)
tagging 1751bae723d336904bca81945097b3b700b11801 (commit)
replaces v0.10.0b1
tagged by Wes McKinney
on Mon Dec 17 11:49:37 2012 -0500
- Log -----------------------------------------------------------------
Version 0.10.0 final
Adam Obeng (1):
Fixed DataFrame.any() docstring
Chang She (12):
BUG: wide repr display problem when first column is greater than line width
Merge pull request #2500 from y-p/stats
BUG: fix type spec bug in roll_window
Merge pull request #2519 from adamobeng/master
BUG: Series.str.split bug if split on more than 1 char #2513
TST: refactoring to speed up test suite
BUG: diff should cast n to int #2523
BUG: DataFrame.from_dict does not work with dict of sequence and orient=index #2496
BUG: allow users to set the max number of columns before per column info is hidden away #2524
ENH: add max_cols as keyword in DataFrame.info #2524
DOC: wide frame repr examples in dsintro #2477
DOC: rolling window examples #2477
Dieter Vandenbussche (1):
Fix compilation on MSVC, signbit not in math.h
Wes McKinney (22):
DOC: more what's new
BLD: cdef import Py_TYPE b/c older Cython doesn'thave it in cpython headers. re #2509, #2510
BUG: let formatters be list in DataFrame.to_string, too. close #2520
BUG: fix python 3 zip usage
BUG: more floating point error robustness in rolling mean. close #2527
Merge remote branch 'jreback/pytables_ndim2'
BUG: compat OrderedDict import for python 2.6
TST: unit test to assert behavior described in #2525
BUG: fix DataFrame.icol with list of integers when columns are integers with duplicates. close #2259
BUG: use Series name attributes for colnames in concat with axis=1. close #2489
TST: doc for inf_as_null. more testing to ensure inf not excluded by default. #2477
ENH: handle decompression in python-parser, e.g. for regular expression delimiting. close #2535
BUG: raise exception if passing start, end, AND periods to date_range. close #2538
TST: unit test for groupby apply
BUG: handle bytes in regular expression parsing for python 3
Merge remote branch 'jreback/pytables_update'
ENH: read_* function header inference. make backwards compatible again with 0.9.x. close #2539
BUG: fix panel bin-grouping aggregation with custom functions. close #2537
BUG: remove pdb
BUG: don't fail in PeriodIndex.format when passing formatter. close #2549
DOC: add some licenses, remove b1 qualifier
RLS: Version 0.10.0 final
jreback (25):
DOC: broken display in 2 places in Updated PyTables Support section
duplicate density mention for SparseSeries
DOC: added compatibiliy warning in whatsnew and io for HDFStore
ENH: ndim tables in HDFStore
BUG: removed table check in select if where is provided (convience really)
ENH: added meta data attribute saving
BUG: better detection of legacy_frame tables (and ability to force certain typ's)
BUG: fixed version checking for PyTables >= 2.3 (and put the correct tests in this time)
BUG: fixes most of the memory issues
BUG: non-datetime indicies were not being handled correctly in searchings (via Terms)
BUG: fixed string truncation in values by passing min_itemsize = { 'values' : 1024 }
DOC: small doc change w.r.t. min_itemsize
BUG: fixed string appending when length of subsequent is longer/shorter that existing
BUG: fixed versioning of the data, not reporting correct warnings
ENH: allow index recreation by calling create_table_index with new parameters
DOC: updated HDFStore docs for indexing support and better explanations on how to deal with strings in indexables/values
ENH: vbench support for HDFStore
start date -> 7/1/12
BUG: removed debugging info
BUG: row removal was really slow if there were non-cosecutive groups,
BUG/ENH: allow appending of different item orders if the items are still equal (will use the existing order)
BUG/DOC: ndim not currectly implementing axes that are non-default
BUG: copy=False on reindex of non_index_axis
BUG: ordering in returned data on an index axis if had a selection filter
BUG: more memory usage fixes
y-p (32):
BLD: add statsmodels, scikit.timeseries, pytables(py2.x) to travis FULL_DEPS build
BLD: setup.py 2.5 dateutil cruft, tweak numpy ver to be consistent
TST: use nose feature to allow rerunning only failed tests
BLD: add numexpr, libhdf-dev to FULL_DEPS build for pytables
update .gitignore to ignore .ropeproject
ENH: Support callback functions to be called on config.option set/reset
CLN: create mode.use_inf_as_null, mode.sim_interactive options
DOC: update docs to reflect new mode.use_inf_as_null option
ENH: implement option_context context manager
TST: convert tests to use option_context
DOCS: make issues links live in RELEASE.RST, add script. #842
CLN: remove new has_index_names argument from ExcelFile.parse() before release
BUG: df.from_dict should respect OrderedDict 2517
BUG: import OrderedDict from util.compat for 2.6
BLD: document pytz as a hard dependency
DOC: Emphazise that cython is needed when installing from the repo in install.rst
BLD: add patsy, numexpr to ci/print_versions.py
DOC: add FAQ section on monkey-patching
ENH: df.select uses bool(crit(x)) rather then crit(x)
REF: rename option key "print" to "display"
ENH: provide attribute style access to options via pd.options
BUG: make sure pd.options style access triggers warnings and callbacks as needed
TST: option names must valid, non-keyword python identifiers
ENH: option names must valid, non-keyword python identifiers
BUG: use "for" as keyword to test against
BUG: workaround numpy issue in 1.6.2 on certain distros
CLN: remove argument and deprecation warning from internal function
CLN: remove redundant assignment
CLN: modify test_perf to allow import as a module
ENH: perf_HEAD cleanups and enhancements
BLD: add pytables as dep in VBENCH travis build
BUG: allow perf_HEAD to run off travis
-----------------------------------------------------------------------
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