[pandas] annotated tag v0.10.1 created (now 1a350c4)
Andreas Tille
tille at debian.org
Wed Dec 28 15:20:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a change to annotated tag v0.10.1
in repository pandas.
at 1a350c4 (tag)
tagging 31ecaa9d06f71b5d652d15441cf6b2dcc6f7e640 (commit)
replaces v0.10.0
tagged by Wes McKinney
on Tue Jan 22 00:22:19 2013 -0500
- Log -----------------------------------------------------------------
Version 0.10.1
Andy Hayden (3):
Using autopep8 (https://github.com/hhatto/autopep8) on all py files.
Reverted 4 test failures from autopep8 commit:
shortened lines over 140 chars where appropriate
Anton I. Sipos (1):
DOC: Fix grammar typo in dsintro, "a series is alike" -> "a series is like"
Chang She (43):
BUG: tweak for DataFrame.to_records datetimeindex fix #1908
Merge pull request #2558 from herrfz/patch-2
Merge pull request #2581 from parlarjb/patch-1
BUG: except raised if plot parameters has both color and style with color #2588
BUG: label setting failure in xy plot #2543
BUG: groupby agg over PeriodIndex unboxes to ordinals #2569
BUG: time converter bug computing the hour
BUG: DatetimeEngine does not handle pydatetime with tz #2575
BUG: Series arithmetic operator cannot handle constant and ndarray #2574
BUG: hierarchical indexing bug if more than 2 levels and top is empty #2596
BUG: except raised if plot parameters has both color and style with color #2588
BUG: label setting failure in xy plot #2543
BUG: groupby agg over PeriodIndex unboxes to ordinals #2569
BUG: time converter bug computing the hour
BUG: DatetimeEngine does not handle pydatetime with tz #2575
BUG: Series arithmetic operator cannot handle constant and ndarray #2574
BUG: hierarchical indexing bug if more than 2 levels and top is empty #2596
BUG: xy-plot default label shows y on x-axis
BUG: common.in_interactive_session() returns False after IPython %run magic #2585
BUG: fix for com.in_interactive_session #2585
BUG: Index created from FixedOffset tz without a name loses tz awareness #2604
Merge pull request #2614 from jreback/vbench_fix
DOC: remove non-existent parameter from ExcelFile docstring #2613
BUG: nanmin/nanmax fails for empty int dtype #2610
BUG: exclude non-numeric data from DataFrame.quantile #2625
Fix DataFrame.resample bug for empty DataFrame #2640
BUG: escaping <> in pandas HTML tables #2617
BUG: Series op with datetime64 values misbehaves in numpy 1.6
BUG: Fixed offset tz causing ints_to_pydatetime to fail #2683
BUG: BDay for n>5 bug if starting not on offset #2680
py3 fix for HTML escaping
BUG: Series.combine_first bug in the presence of timestamped data #2626
TST: skip tests if no xlrd or openpyxl #2613
BUG: sort date index first before plotting #2609
ENH: function to reset Google Analytics token store #2687
BUG: fixed incorrect prefix in query construction for segment in Google Analytics integration #2713
TST: unit test for possibly buggy .ix assignment with list of values #2707
BUG: plotting bug when base is nonzero #2571
Merging in MySQL support #2482
RLS: some what's new for 0.10.1
RLS: more what's new for 0.10.1
RLS: note changed return type in DatetimeIndex.unique
Revert "Merging in MySQL support #2482"
Christopher Whelan (3):
Update docstring to reflect deprecation of force_unicode
Add parameter deprecation warnings
Add some default parameters to TextParser in _parse_options_data()
Damien Garaud (4):
CLN: Remove a useless parameter in Series.iteritem method.
DOC: Add docstring to the 'io.sql.has_table' function.
DOC: Write a section about SQL query wrappers to I/O part. close 2541
DOC: Complete IO/SQL part.
Dan Allan (2):
added logx for DataFrame.plot() and Series.plot()
Merging in MySQL support #2482
Dieter Vandenbussche (1):
Use np.iinfo to figure out int min/max values
Garrett Drapala (1):
DOC: correct default merge suffixes: _x,_y
Jay Parlar (2):
Update doc/source/groupby.rst
Update doc/source/groupby.rst
Thouis (Ray) Jones (1):
remove unused kh_del, pack kh_hash flag bits
Vincent Arel-Bundock (5):
ENH: IO World Bank WDI
ENH: wdi->wb
ENH: more informative error msg
ENH: wb country query
split search function
Wes McKinney (59):
ENH: add cleaned up pypi stats aggregation
RLS: bump to 0.10.1dev
BUG: fix groupby regression introduced in 0.10 breaking book example. close #2605
ENH: return DatetimeIndex with metadata from unique. close #2563
ENH: better impl for na_map in string methods. close #2602
BUG: fix integer overflow possibility in python parser. close #2601
ENH: can ungzip data from file handle in parsers. close #2593
Merge PR #2561
STY: line break
DOC: release notes
TST: unit test for #2603
BUG: DataFrame.info bug with utf8 columns. close #2576
TST: skip world bank unit test #2592
DOC: release notes
BUG: fix unit test on linux where too many slashes in file://. close #2564
BUG: fix groupby bug/segfault with NAs in hierarchical level. fix MultiIndex tuple with NA issue. close #2616
BUG: unstacking int64 overflow with many levels. re #2616
DOC: release notes
ENH: enable pivot_table with more complex aggregation function and hack multiple level column unstacking into existing hierarchical columns. close #2643
DOC: release notes
Merge PR #2632
TST: unit test to reproduce #2599 on some platforms
TST: couple small test fixes
TST: randomize HDF5 file name to tease out #2645 issue
TST: skip failure to remove file in HDFStore tests. close #2645
DOC: release notes
Merge PR #2607
BUG: hack aroudn multiple level unstacking into hierarchical columns bug
BUG: boolean groupby performance issue. close #2692
BUG: implement 64-bit int overflowing case in merge. close #2690
BUG: fix data borking in to_datetime called on Series with datetime64 values already. close #2699
BUG: DataFrame.from_records bug with index column and empty record list. close #2633
ENH: raise exc if find NA values when explicit integer dtype passed to read_* functions. close #2631
BUG: parser-tokenizer incorrect state in trailing field handling logic. stupid goto. close #2668
BUG: don't exclude non-numeric data in groupby.max/min. close #2700
ENH: attempt iso8601 date parsing in read_csv and friends. close #2698
BUG: don't lose time zone in DatetimeIndex.drop. close #2621
Merge PR #2675
DOC: remove merge conflict
ENH: kind option for Excel file. close #2613
BUG: box datetime64 values in Series.map/apply. close #2627
DOC: add docstring for dtype arg to read_* functions. close #2619
DOC: add note about na_filter in read_* docstrings. #2619
TST: fix failing vbenchmarks. close #2548
BUG: upconvert datetime64 to datetime.datetime when necessary in concat steps. close #2624
ENH: raise a more helpful error message when merging frames with duplicate columns. close #2649
BUG: fix groupby segfault on MultiIndex issue #2706
STY: CRLF
BUG: fix memory error in sortlevel when many multiindex levels. close #2684
BUG: period resampling bug when all values fall into a single bin. close #2070
BUG: usecols bug with implicit first index column. close #2654
BUG: fix C parser thread safety. verify gil release close #2608
DOC: fix what's new 0.10 doc bug re #2651
BUG: fix python 3 dtype issue
API: restore inplace=TRue returns self, add FutureWarnings. re #1893
BUG: don't let np.prod overflow int64
TST: skip problematic xlrd test
RLS: Version 0.10.1
RLS: set released to true
elpres (1):
Added missing escape for a backslash
herrfz (1):
Update default fillna method in the docstring
jreback (66):
ENH/BUG/DOC: added support for data column queries (can construct searches on the actual columns of the data)
removed conf.py paths
BUG: support multiple data columns that are in the same block (e.g. the same type)
ENH: correctly interpret data column dtypes and raise NotImplementedError (in cases of unicode/datetime64/date)
ENH: automagically created indicies (controlled by kw index=True/False passed to append/put)
DOC: minor doc updates and use cases
ENH/DOC: updated docs for compression
ENH: export of get_store context manager in __init__ for pandas
DOC: doc updates for multi-index & start/stop
DOC: added whatsnew 0.10.1
DOC: minor RELEAST.rst addition
DOC: docstring updates
DOC: RELEASE notes updates
DOC: io.rst example for multi-index frame was propgating, making next examples confusing
BUG: reworked versioning to only act on specific version
BUG: more robust to whitespace in Terms
BUG: make Term more robust to whitespace and syntax
BUG: versioning issue bug!
ENH: added column filtering via keyword 'columns' passed to select
ENH: allow multiple table selection. retrieve multiple tables based on the results from a selector table.
BUG: renamed method select_multiple -> select_as_multiple
ENH: added append_to_multiple, to support multiple table creation
removed paths from conf.py
DOC: minor doc updates/typos
DOC: minor doc updates 2
BUG: added datetime64 support in columns
BUG: updated tests for datetim64 detection in columns
removed paths from conf.py
BUG/TST: min_itemsize not working on data_columns, added more tests
BUG: performance issue with reconsituting string arrays
ENH: allow index=list of columns or True/False/None to guide index creation at append time
BUG: minor change in way expectedrows works (better defaults)
ENH: added unique method to store, for selectin unique values in an indexable or data column w/o selecting the entire table
CLN: removed keywork 'compression' from put (replaced by complib), to make nomenclature consistent
BUG: updated with smaller legacy_0.10.h5 file
CLN: was accidently writing to the legacy_table.h5 file....here is update
BUG: provide for automatic conversion of object -> datetime64[ns] types upon creation (in make_block)
TST: fixed up a failing test
BUG/ENH: explicity support Series construction with a datetime64 dtype (and allow np.nan) to be passed
cleaner Timestamp boxing in frame/applymap
BUG: trivial fix in vb_bench/timeseries.py (failing on argument to vbench)
BUG: fixed old version compatibility warnings
didn't include the test file (in _static of docs dir)
DOC: minor doc updates to conform with new datetime64 behavior
DOC: release notes formatting fixup
BUG: updated the copy method to work with supplied options
ENH: added overwrite parameter to copy (defaults to True)
ENH/BUG: refactor of non-table HDFStore to put in object form (Storer class), for future enhancements
TST: more tests, added ncols to table output in printing
BLD: rebased - for some reason was not up to date
BLD: merged in #2632 locally, resolved a couple of issues
TST: ignore remove file errors
BLD: fixes error in tests on amd64 (because of open file handle)
BUG: shape attribute on GenericStorer returns tuple correctly now (not string)
BUG: fix for GH #2694 (natural naming issue on __contains__)
ENH: added ability to read in generic PyTables flavor tables to allow compatiblity between other HDF5 systems
ENH: allow tables to be specified w/o using 'table' under the group node (only for GenericTable)
DOC: doc updates for external compatibility
BUG: reading non-well formed generic_tables not working (e.g. detector/readout), where readout is a table
BUG: hopefully fixed factor_indexer in reshape.py; failed on 32-bit platformsx
ENH/DOC: added PerformanceWarning which will trigger on putting a non-endemic type
BUG: correctly store float32 dtypes (that are not-mixed with float64 dtypes)
CLN: removed convert_objects step in create_axes (no longer needed)
BUG: series assignment with a boolean indexer AND a series as a value would give incorrect results
ENH: added neg/inv operators to series
DOC: update release notes
svaksha (1):
BUG: fixed DataFrame.to_records() error with datetime64, #1908
y-p (12):
BLD: Accommodate changes in latest travis-ci image update
TST: accept timezone info when parsing string slice GH2658
BUG: accept timezone info when parsing string slice GH2658
CLN: correct stdin override idiom
Merge pull request #2674 from elpres/patch-1
Merge pull request #2673 from aisipos/fixdoctypos
BLD: add a travis build with non utf8 locale, catch encoding issues
TST: fix test to rely on display.encoding rather then utf8, GH2666
Merge pull request #2677 from y-p/GH2666
Merge pull request #2661 from y-p/gh2658
BUG: when parsing partial date, use sane defaults for missing fields GH2618
BUG: perf_HEAD reports wrong vbench name when an exception is raised
-----------------------------------------------------------------------
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