[pandas] annotated tag v0.16.2 created (now 912854d)
Andreas Tille
tille at debian.org
Wed Dec 28 15:20:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a change to annotated tag v0.16.2
in repository pandas.
at 912854d (tag)
tagging 06832891870119984c6a5404bc7f7a471f43b99c (commit)
replaces v0.16.1
tagged by Jeff Reback
on Sat Jun 13 06:45:57 2015 -0400
- Log -----------------------------------------------------------------
Version 0.16.2
Andrew Rosenfeld (1):
BUG: categorical doesn't handle display.width of None in Python 3 (GH10087)
Artemy Kolchinsky (2):
BUG: plot doesnt default to matplotlib axes.grid setting (#9792)
BUG: Should allow numeric mysql table/column names
Bernard Willers (1):
BUG: Holiday(..) with both offset and observance raises NotImplementedError #10217
Christer van der Meeren (1):
run output of date parsers through to_datetime to coerce into acceptable
Christian Hudon (1):
Use 'python-dateutil' instead of 'dateutil' for requirement files (except for the old versions),
Constantine Glen Evans (1):
PERF: increase performance of string split when expand=True
Daniel Julius Lasiman (1):
Fix undesired UX behavior of DataFrame output in IPython Notebook #10231
Evan Wright (5):
BUG: get_group fails when multi-grouping with a categorical (GH #10068)
BUG: read_csv does not set index name on an empty DataFrame (GH #10184)
BUG: Strings with exponent but no decimal point parsed as integers in python csv engine (GH 9565)
BUG: Categorical.remove_categories(np.nan) fails when underlying dtype is float (GH #10156)
Bug in to_json causing segfault with a CategoricalIndex (GH #10317)
Francesco Brundu (1):
ENH: validate for axis parameter on pandas.DataFrame.quantile() #9544
Gaëtan de Menten (1):
CLN: cleanup hashtable.pyx
Jake VanderPlas (1):
DOC: minor doc fix for Series.append; indices can overlap
James Hiebert (1):
BUG: invalid column names in a HDF5 table format
Jeff Reback (24):
initial commit for v0.17.0
DOC: add v0.17.0 whatsnew to index
DOC: fixup whatsnew
DOC: fix blosc display in install.rst
BUG: consistent datetime display format with < ms #10170
DOC: move whatsnew from 0.17.0 -> 0.16.2
DOC: add in whatsnew/0.17.0.txt
add numba example to enhancingperf.rst
TST: fix for bottleneck >= 1.0 nansum behavior, xref #9422
PERF: write basic datetimes faster #10271
DOC: use current ipython in doc build
disable some deps on 3.2 build
BUG: bug in cache updating when consolidating #10264
DOCS: back to pip for ipython in build_docs
Revert "PERF: write basic datetimes faster #10271"
DOC: add gitt icon to README.md
CI: make sure cache is used on conda builds
CI: move build_docs.sh to separate section
Merge branch 'docs'
DOC: v0.16.2 edits
DOC: add release notes for 0.16.2
DOC: whatsnew 0.16.2 edits
DOC: update release.rst
RLS: v0.16.2 final
Joris Van den Bossche (32):
DOC/DEPR: port pandas.rpy to rpy2 guide (GH9602)
DOC/DEPR: add link to docs in deprecation warning
Merge pull request #10075 from jorisvandenbossche/doc-rpy2-porting
DOC: fix api documentation for accessors
Merge pull request #9721 from jorisvandenbossche/v0.16.0-docs
DOC: update docs regarding to return_type/expand (due to GH10085)
DOC: fix some doc build errors
DOC: update section on CategoricalIndex in categorical docs
DOC: last clean-up of whatsnew file 0.16.1
Merge pull request #10101 from jorisvandenbossche/v0.16.1-docs
DOC: remove mention of TimeSeries in docs
Merge pull request #7671 from jorisvandenbossche/doc-timeseries
Merge pull request #10107 from mortada/binary_op_docs
DOC: consistent imports (GH9886) part II
Merge pull request #10136 from jorisvandenbossche/doc-imports
Merge pull request #10171 from jreback/dt_format
Merge pull request #10189 from mortada/doc_fixes
Merge pull request #10185 from sinhrks/diff_doc
Merge pull request #10200 from jakevdp/doc_fix
Merge pull request #10202 from robintw/update-axis-docs
DOC: add versionadded to docstrings for 0.16.0 / 0.16.1
Merge pull request #10230 from graingert/fix-testxmysql
DOC: fix issue number in whatsnew
Merge pull request #10263 from artemyk/mysql_numeric2
Merge pull request #10314 from scls19fr/patch-1
Add repeat method to Categorical (ndarray compat) + fix PeriodIndex.repeat
FIX printing index with display.max_seq_items=None (GH10182)
Merge pull request #10183 from jorisvandenbossche/index-repr-setting
DOC: ensure read_json is top level in api.rst
Merge pull request #10339 from jorisvandenbossche/versionadded
DOC: small clean up whatsnew 0.16.2
Merge pull request #10338 from jorisvandenbossche/whatsnew0162
Justin Lecher (1):
ENH: Use datetutil.tz.gettz() instead of dateutil.zoneinfo.gettz()
Ka Wo Chen (3):
BUG: fix bug where date_format in to_csv is sometimes ignored #10209
BUG: #9456 Series construction from dict with datetime64 keys
BUG: GH10332 where Panel.apply does not handle result with ndim=0 correctly
Kevin Sheppard (2):
BUG: Remove auto_close option form read_hdf, #9327, #10330
BUG: Check complib values, #4582 and #8874
Mortada Mehyar (9):
CLN: clean up unused imports
CLN: clean up unused imports part II
DOC: improve binary operator docs (fixes #10093)
BUG: Panel.from_dict does not set dtype when specified
BUG: mean overflows for integer dtypes (fixes #10155)
DOC/CLN: period_range kwarg descriptions missing and other minor doc fixes
ENH: groupby.apply for Categorical should preserve categories (closes #10138)
ENH: make sure return dtypes for nan funcs are consistent
ENH: added rsplit to StringMethods
Morton Fox (1):
Update bq link
Robin Wilson (2):
DOC: Updated to mention axis='index' and axis='columns
DOC: Added nlargest/nsmallest to API docs
Sinhrks (4):
Merge pull request #10096 from sinhrks/dt_properties
Merge pull request #6996 from sinhrks/groupnat
Merge pull request #10067 from sinhrks/align_name
Merge pull request #10258 from sinhrks/sparseconst_name
Stephan Hoyer (6):
Merge pull request #10166 from ElDeveloper/fillna-doc-fix
Merge pull request #10055 from ajamian/master
Merge pull request #10210 from mortonfox/patch-1
Merge pull request #10172 from mortada/mean_overflow
Merge pull request #9427 from craustin/master
Merge pull request #10196 from rekcahpassyla/error_setting_empty_df_boolean
Thomas Grainger (2):
Close mysql connection in TestXMySQL to prevent tests freezing
Fix meantim typo
Tom Ajamian (1):
BUG: closes issue #7212 - side effect on passed columns list
Tom Augspurger (6):
BUG: fix Series.plot label setting
Merge pull request #10131 from TomAugspurger/plot-label
Merge pull request #10212 from artemyk/plotting_grid_fix
ENH: this is a pipe
API: catch target kwarg clobbering
Merge pull request #10253 from TomAugspurger/pipe
Yoshiki Vázquez Baeza (1):
DOC: Reorder arguments in shared fillna docstring
Younggun Kim (1):
ENH: Series.resample performance with datetime64[ns] #7754
austinc (1):
ENH: Don't infer WOM-5MON if we don't support it (#9425)
behzad nouri (2):
BUG: closes bug in json serialization when frame has mixed types
BUG: closes bug in setitem where type promotion is applied to entire block
jreback (40):
Merge pull request #10108 from rosnfeld/issue_10087
Merge pull request #10057 from scari/master
Merge pull request #10111 from gdementen/hashtablecleanup
Merge pull request #10130 from mortada/cleanup_imports
Merge pull request #10141 from mortada/cleanup_imports_2
TST: windows tests for allow for int/long #10050
Merge pull request #10152 from sinhrks/compat_long
Merge pull request #10058 from mortada/panel_dtype
Merge pull request #10158 from sinhrks/tdidx_name
Merge pull request #10206 from robintw/add-nsmallest-nlargest-doc
Merge pull request #10157 from sinhrks/union_array
Merge pull request #10240 from sinhrks/series_ops_name
Merge pull request #10241 from sinhrks/sparseabs_name
Merge pull request #10257 from jreback/numba
Merge pull request #10270 from jreback/fix
Merge pull request #10271 from jreback/dt-perf
Merge pull request #10142 from mortada/groupby_apply_cat
Merge pull request #10275 from graingert/patch-4
TST: skip a datetime formatting issue on windows as datetime.datetime does
Merge pull request #10090 from cgevans/fastsplit
Merge pull request #10251 from mortada/nan_func_dtype
Merge pull request #10272 from jreback/cache
Merge pull request #10132 from evanpw/cat_multigroup
Merge pull request #10276 from sinhrks/series_name
Merge pull request #10188 from rekcahpassyla/empty_df_add
Merge pull request #10301 from lexual/issue_7828_json_normalize_in_api_docs
Merge pull request #10098 from jameshiebert/bugfix-9057-error-only
Merge pull request #10292 from sinhrks/tdi_freq
Merge pull request #10306 from behzadnouri/json-mixed-type
Merge pull request #10302 from evanpw/empty_index_name
Merge pull request #10249 from cmeeren/datetime_res_coercion
TST: only test for np.float128 if np supports
Merge pull request #10303 from mortada/str_rsplit
Merge pull request #10308 from behzadnouri/block-type-loss
Merge pull request #9898 from chrish42/python-dateutil-requirements-fix
Merge pull request #10304 from evanpw/remove_cat_nan
Merge pull request #10322 from evanpw/json
TST: dtype fixes on windows for #10322, #10308
Merge branch 'master' of github.com:pydata/pandas
Merge pull request #10335 from kawochen/BUG-FIX-10332
lexual (1):
DOC: #7828 Add json_normalize to api docs.
rekcahpassyla (2):
BUG: Raise TypeError only if key DataFrame is not empty #10126
BUG: Adding empty dataframes should result in empty blocks #10181
scls19fr (2):
Update v0.16.2.txt
BUG: Series.hist raises with a one-row Series #110214
sinhrks (12):
BUG: Timestamp properties may return np.int
TST: use compat.long in test_tslib for py3
BUG: Index.name is lost during timedelta ops
DOC: Add Index.difference to API
BUG: GroupBy.get_group raises ValueError when group key contains NaT
BUG: Series.align resets name when fill_value is specified
BUG: Series arithmetic methods incorrectly hold name
BUG: SparseSeries.abs() resets name
BUG: Index.union cannot handle array-likes
BUG: SparseSeries constructor ignores input data name
TST: Check series names
BUG: TimedeltaIndex slicing may reset freq
-----------------------------------------------------------------------
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