[pandas] annotated tag v0.15.0rc1 created (now 6906a2a)
Andreas Tille
tille at debian.org
Wed Dec 28 15:20:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a change to annotated tag v0.15.0rc1
in repository pandas.
at 6906a2a (tag)
tagging 8dfbe09c1443334fc3036465712195a36c773f4b (commit)
replaces v0.14.1
tagged by jreback
on Mon Oct 6 20:39:07 2014 -0400
- Log -----------------------------------------------------------------
Version 0.15.0rc1
Aaron Schumacher (1):
typo: "cubhelix" -> "cubehelix"
Adam Greenhall (1):
adjust timezone when adding date offsets for DST. fixes #5175
Andy Hayden (1):
ENH to_latex mi index will use & sep for levels
Anthony O'Brien (1):
Closes #6852. Dataframe memory usage methods implemented.
Artemy Kolchinsky (7):
Fix bug when testing multiindex dtypes in assert_frame_equal and assert_series_equal
Fixed incorrect datatype conversion on multi-indexes
Added chunksize argument to to_sql
Fix creation of database indexes (GH8083)
Rewrote/refactored get_schema to use methods from table classes (GH8232)
Avoid transaction context-managers for legacy SQL drivers (GH8277)
Added test and fix for insertion of empty table bug
Ben Schiller (1):
Fix VECTOR_TYPES and NA_TYPES dicts used for pd DataFrame <-> R data.frame conversion
Benedikt Sauer (1):
Raise exception on non-unique column index in to_hdf for fixed format.
Benjamin Thyreau (4):
BUG: fix groupby crash on duplicated columns (GH7511)
ENH groupby: more user-friendly error message (GH7511)
DOC: mention 'category' in select_dtypes docstring
More flexible describe() via include/exclude type filtering
BorisVerk (1):
appended newline to DataFrame.info() output
Chris Reynolds (1):
CLN PEP8 on format.py
Chris Stoafer (2):
Added a section to FAQ Docs about startup scripts for setting up pandas.
Moved startup script information to options docs and fixed link based on GH8407 and GH5748
DSM (1):
BUG: Allow __name__less callables as groupby hows (GH7929)
Dav Clark (1):
Some more clarification, particularly regexps
FragLegs (1):
DOC: Added warning about attribute access on 'reserved' words (GH8082)
German Gomez-Herrero (1):
Bugfix: Prevent configuration paths to contain python keywords
Hsiaoming Yang (1):
Fix bdist_wheel. Add Tag information to WHEEL dist info.
Huan Li (1):
BUG: DatetimeIndex.__iter__ creates a temp array of Timestamp (GH7683)
Hyungtae Kim (2):
DOC: add some links in install.rst
BUG: add 'import warnings' statement in panel.py (GH8152)
Isaac Slavitt (1):
DOC: fix formatting error in io.rst
Jacob Schaer (1):
Allow importing pandas without setuptools
Jacob Wasserman (1):
ENH: Use 'left' constructor on pd.merge
Jan Schulz (15):
Categorical: Thanks for Jan Schulz for much of the work on Categoricals
CLN/DOC/TST: Categorical fixups (GH7768)
API/FIX: wrap result cut/qut in Series and make it ordered
FIX: Implement small Categorical fixups
API: remove compat keyword in Categorical constructor
API: Implement Series.cat.codes and rename the proxy class
API: rename Categorical.levels to .categories
ENH: Introduce methods for each change to Categorical.categories
DOC: update to reflect changes in Categorical
DOC: fixup categorical news
DOC: update cut/qcut docstrings
FIX: add nbytes property in Categorical
Fixup 10min
Doc: Add Categorical to R comparison
FIX: Add Categorical.searchsorted stub
Jeff Tratner (1):
BUG: Fix mismatched logic error in compatibility check
Jesse Farnham (1):
BUG: OLS with clustering and nw_lags does not error (GH5884)
Joe Bradish (1):
Added file path existence check for read_hdf
Joerg Rittinger (1):
ENH: add schema support to sql functions
John W. O'Brien (2):
ENH/TST/DOC: Implement experimental io.excel._Openpyxl2Writer
BUG: Work-around openpyxl-2.1.0 NumberFormat removal
Joris Van den Bossche (64):
DOC: fix docstring of DatetimeIndex.delete
DOC: fix indentation in v0.14.1.txt
Merge pull request #7734 from lexual/docs_specify_align_join_default
Merge pull request #7745 from lexual/docs_fixes
Merge pull request #7747 from ElDeveloper/typo-fix
Merge pull request #7769 from bashtage/doc-stata-fix
DOC: small fixes categorical docs
Update deprecate_kwarg message
DOC: add intersphinx mapping to numpy
Merge pull request #7945 from jorisvandenbossche/depr_message
Merge pull request #7946 from jorisvandenbossche/intersphinx_numpy
Merge pull request #7995 from sinhrks/rn_7812
DOC: suppress warning + fix reshape example
Merge pull request #8034 from jorisvandenbossche/doc-fixes4
Merge pull request #8022 from artemyk/sql-create-table-index-dtype-fix
Merge pull request #8047 from shoyer/patch-1
Merge pull request #8062 from artemyk/to_sql_chunksize
BUG: fix checking of table name in read_sql (GH7826)
Merge pull request #7961 from jorisvandenbossche/sql-7826
ENH: add support for datetime.date/time in to_sql (GH6932)
ER: clarify import error message of BeautifulSoup (read_html)
DOC: fix formatting in dependencies in install.rst
Merge pull request #8111 from jorisvandenbossche/doc-install
DOC: fix build error in io-sql
Merge pull request #8090 from jorisvandenbossche/sql-date-time
ENH: add schema support to sql functions + add tests
Merge pull request #7952 from jorisvandenbossche/sql-schema
DOC: v0.15.0 edits
Merge pull request #8179 from mortada/nth_values_notes
SQL: add warning for mismatch in provided and written table name (GH7815)
ERR: pass original error message in read_sql_query (GH7730)
Merge pull request #8201 from jorisvandenbossche/sql-7730-errormessage
Merge pull request #8180 from jorisvandenbossche/sql-7815-casesens
BENCH: add benchmarks for SQL
Merge pull request #8102 from jorisvandenbossche/sql-bench
CLN: fix whitespace issue in vb_suite/io_sql.py
Merge pull request #8083 from artemyk/to_sql_create_indexes
Merge pull request #7963 from rockg/master
ENH: SQL support for writing NaN + datetime64 values (GH2754, GH7103)
ENH: refactor to_sql insert_data - performance improvement (GH8208)
Merge pull request #8208 from jorisvandenbossche/sql-2754-nan
Merge pull request #8232 from artemyk/get_schema_fix
Merge pull request #8266 from jnmclarty/SQL_params_note
Merge pull request #8278 from artemyk/remove_context_transactions
Merge pull request #8316 from artemyk/empty_table_insert
CLN: pep8 clean up of sql.py
Merge pull request #8340 from jorisvandenbossche/sql-pep8
Merge pull request #8439 from bthyreau/doc_selectdtypes_categ
API: SQL class definitions renaming
SQL/ERR: raise error when insert failed with sqlite fallback (GH8341)
Merge pull request #8470 from jorisvandenbossche/sql-8314-time
Merge pull request #8440 from jorisvandenbossche/sql-ooapi-naming
DOC: fix minor formatting issues
TEST: add for sqlite fallback raising on datetime.time (and not failing silently) GH8341
Merge pull request #8474 from jorisvandenbossche/sql-8314-time
DOC: fix bunch of doc build errors
Merge pull request #8487 from jorisvandenbossche/doc-fixes
DOC: fix notes in plot() docstring
Merge pull request #8493 from jorisvandenbossche/doc-plot-docstring
BUG: searchsorted sorter issue with 32bit platforms (GH8490)
Merge pull request #8492 from jorisvandenbossche/fix-searchsorted
Merge pull request #8478 from TomAugspurger/doc-modifications
ENH: add chunksize argument to read_sql (GH2908)
Merge pull request #8330 from jorisvandenbossche/sql-2908-chunksize
Kevin Sheppard (7):
ENH: Add uint and bool support in to_stata
FIX: Documentation for for 0.14.1 change log
BUG: Fixed failure in StataReader when reading variable labels in 117 files
BUG: Fixed incorrect string length calculation when writing strings to Stata
PERF: StataReader is slow due to excessive lookups for missing vales
PERF: StataReader is slow
PERF: StataWriter is slow
Kyle Meyer (1):
DOC: Correct and expand Series.nonzero docstring
Max Chang (1):
BUG: Fix for to_excel +/- infinity
Michael Mueller (6):
Made line comments work with whitespace delim and custom line terminator
Added a release note
Made read_html ignore empty tables, added test
Squashed commit of the following:
Squashed commit of the following:
Changed round_trip converter to Python converter instead of strtod
Michael W Schatzow (2):
update to holiday to help with GH#7070
bug fix for 7987
Mortada Mehyar (4):
DOC: grammar fixes in docs
added support for selecting multiple nth values
CLN: PEP8 cleanup of holiday.py
DOC: added release note, this fixes #8173
Nathan Sanders (1):
Fixing 'chunksize' parameter name typo io.rst
Nathan Typanski (1):
CI: fix typos in readme
Paul Masurel (1):
Closes #7758 - astype(unicode) returning unicode.
Phillip Cloud (26):
Merge pull request #7742 from lexual/docs_spell_fix
TST/BUG: html tests not skipping properly if lxml is not installed
BUG: forgot to super the right class
Merge pull request #7836 from cpcloud/read-html-test-fix
BUG: don't force date parsing in read_html
Merge pull request #7851 from cpcloud/read-html-date-parsing
BUG/FIX: gut groupby.filter code, raise on multi-valued filter
Merge pull request #7871 from cpcloud/groupby-filter-fix
Merge pull request #7903 from jmorris0x0/osx-html-encode-bugfix
Merge pull request #7959 from mcjcode/docfix
BUG: fix transform with integers
Merge pull request #7973 from cpcloud/transform-oddity-7972
CLN: change requirements to only use numpy>=17
Merge pull request #7954 from cpcloud/drop-np16
CLN: add html_encoding path to setup.py data
BUG: fix html reading for bytes types in py3
TST: add assertion that we will actually read a file
DOC: release notes [ci skip]
Merge pull request #8030 from cpcloud/read-html-py3-encoding-7927
BUG: fix iat and at for Float64Index
Merge pull request #8094 from cpcloud/float64index-iat-at
Merge pull request #8110 from jorisvandenbossche/err-bs
CI: use conda for most build dependencies
Merge pull request #7971 from cpcloud/conda
WIP: searchsorted implementation
Merge pull request #7447 from cpcloud/pd-searchsorted
Pietro Battiston (3):
BUG: do not assume 0 is in index of potential Series
DOC: mention that stack/unstack implicitly sort
DOC: mention implicit sorting in docstrings
RenzoBertocchi (1):
BUG: Bug on pivot_table with margins and dict aggfunc (GH8349)
Ross Petchler (1):
ENH: Add orient argument and split option to DataFrame.to_dict. (GH7840)
Shahul Hameed (2):
Better message in exception when conversion from period to timestamp fails
CLN: Remove core/array.py
Shashank Agarwal (1):
Provides a link to the list of encoding in Python
Stephan Hoyer (3):
Fix DataFrame.to_latex() with MultiIndex columns
Update README to use pydata instead of pystatsmodels google group
API: support `c` and `colormap` args for DataFrame.plot with kind='scatter'
Tom Augspurger (26):
Merge pull request #8043 from TomAugspurger/stack-datetime
Merge pull request #7736 from sinhrks/multi_ax
Merge pull request #7998 from sinhrks/boxplot
Merge pull request #8098 from sinhrks/gh8091
Merge pull request #8123 from TomAugspurger/groupby-tuple
Merge pull request #8126 from onesandzeroes/axis-limits
Merge pull request #8140 from TomAugspurger/df-dummies
Merge pull request #8183 from sinhrks/scatter_error
Merge pull request #8196 from onesandzeroes/kde-na
Merge pull request #8177 from TomAugspurger/barplot-NaN
Merge pull request #7780 from shoyer/plot-frame-scatter
Merge pull request #8246 from TomAugspurger/datetime-asof
Merge pull request #8114 from BorisVerk/master
BUG: plot methods modified rcParams
Merge pull request #8249 from TomAugspurger/color-cycle
Merge pull request #8199 from stas-sl/patch-1
VIS: Hide labels for NaN/zeros in boxplt
Merge pull request #8297 from TomAugspurger/neg-layout
Merge pull request #8301 from TomAugspurger/default-rot
Merge pull request #8353 from TomAugspurger/trellis-doc
Merge pull request #8307 from TomAugspurger/pie-nan
Merge pull request #8393 from TomAugspurger/pie-nan-fu
Merge pull request #8398 from TomAugspurger/mpl-dev-boxplot-skips
Merge pull request #8429 from TomAugspurger/flier-test-adjust
Merge pull request #8459 from TomAugspurger/plot_cln
Merge pull request #8391 from TomAugspurger/square-pie
TomAugspurger (19):
BUG: stack with datetimes
fix groupby with tuple bug
ENH: let get_dummies take a DataFrame
DEPR: deprecate convert_dummies
BUG: barplot with NaNs
DOC: Table about how plots handle missing data.
BUG: interpolate with no nans and limit
BUG: DatetimeIndex.asof matches partial dates
API: accept -1 for layout
VIS: default LinePlot rotation of 0
DOC: need blankline for example
DOC: move trellis under visualization.rst
TST: Fix failing pie plot tests
TST: Skip failing boxplot tests on mpl 1.4+
TST: Adjust boxplot tests following MPL API change
PEP8 fixups
DOC: Cleanup of plots in visualization.py
DOC: Try to use matplotlib ggplot style
DOC: Fix some warnings is visualization.rst
Tony Lorenzo (1):
Fixed issue GH7777, HDFStore.read_column did not preserve UTC tzinfo
Wilfred Hughes (2):
Don't call np.roll on empty arrays.
Coerce None consistently, depending on the dtype of the container.
Yevgeniy Grechka (1):
Clarification to .ix functionality
Yoshiki Vázquez Baeza (1):
DOC: Fix typo conncection -> connection
behzad nouri (10):
BUG: left join on index with multiple matches (GH5391)
PERF: speed up multi-key groupby
BUG: broadcasting with numpy scalars (GH8116)
BUG: use stable sort for group_index in groupby
BUG: map builtins min/max to numpy/cython versions
counting sort instead of np.argsort in left outer join
BUG: GroupBy.count() with float32 data type does not exclude nan
BUG: apply Series mask to aligned new values (GH8387)
type diversity breaks alignment
sub-frame assignment of a multi-index frame breaks alignment
benjamin (1):
BUG: Auto-detect terminal size on max_col/max_row==0
bjonen (1):
PERF: Improve performance of CustomBusinessDay
dlovell (2):
BENCH: programmatically create benchmarks for large ngroups (GH6787)
make running multiple values of ngroups easy
dsm054 (1):
BUG: allow get default value upon IndexError, GH #7725
hunterowens (1):
DOC: warning about copying for df.append/concat. Fixes #7967
immerrr (6):
TST: add mixed-type panels & frames to generate_legacy_pickles
BUG: fix unpickling of some pre-0.14.1 pickles with non-unique items
API: add 'level' kwarg to 'Index.isin' method
BUG: fix setting dataframe column to a sparse array
BUG: fix Index.reindex to preserve name when target is list/ndarray
BUG: fix Index.reindex to preserve type when target is empty list/ndarray
ischwabacher (2):
Allow deprecate_kwarg to transform arguments
Fix DataFrame.from_records error message
jmorris0x0 (2):
TST/BUG: Rename html encoding test files.
BUG: Fix Grouper with multi-level index and frequency (GH7885)
jnmclarty (1):
DOC: Add notes explaining params is db driver dep. GH7573
jreback (316):
DOC: add v0.15.0.txt to whatsnew.txt
DOC: 0.15.0 release notes updates
DOC: update RELEASE.md to point to stable whatsnew
ENH: upgrade categoricals to a first class pandas type
Merge pull request #7217 from jreback/categorical
Merge pull request #7756 from lexual/indexing_docs_past_end
Merge pull request #7720 from jreback/iter
Merge pull request #7767 from lexual/remove_multi_index_bleeding_edge_comment
BUG: unwanted conversions of timedelta dtypes when in a mixed datetimelike frame (GH7778)
Merge pull request #7779 from jreback/td
Merge pull request #7783 from lexual/docs_categorical_tidyup
BUG: Bug in Series 0-division with a float and integer operand dtypes (GH7785)
Merge pull request #7786 from jreback/div
TST: unicode compat for test_astype_unicode (GH7758)
Merge pull request #7804 from sinhrks/nanodoc
Merge pull request #7800 from lexual/indexing_docs_structure_fix
Merge pull request #7789 from sinhrks/normalize_pickle
Merge pull request #7805 from lexual/docs_inf_as_null_note
Merge pull request #7802 from sinhrks/reset_index_bug
Merge pull request #7803 from sinhrks/superperiod
Merge pull request #7788 from filmor/patch-2
Merge pull request #7794 from immerrr/fix-unpickling-series-with-non-unique-index
Merge pull request #7770 from onesandzeroes/int-stacking
Merge pull request #7810 from sinhrks/test_gh6572
Merge pull request #7708 from sinhrks/dtmixin_reso
DOC: edits in v0.15.0.txt
DOC: add sub-levels to reshaping.rst
Merge pull request #7717 from sinhrks/lineplot_cln
Merge pull request #7801 from sinhrks/axlayout_bug
Merge pull request #7790 from alorenzo175/pytables_index_tzutc
COMPAT: platform compat for GH7802
TST/COMPAT: skip scipy tests if needed (GH7764)
Merge pull request #7818 from bashtage/stata-117-variable-labels
DOC: v0.15.0.txt corrections
API/BUG: Bug in passing a DatetimeIndex with a timezone that was not being retained in DataFrame construction from a dict (GH7822)
Merge pull request #7823 from jreback/tz
Merge pull request #7741 from sinhrks/period_ops
Merge pull request #7806 from lexual/docs_panel_has_dropna
Merge pull request #7733 from sinhrks/tsplot_bug
Merge pull request #7831 from nathantypanski/typo-correction
COMPAT/TST: add assertRaises and assertRaisesRegex to the base TestCase to avoid confusion
Merge pull request #7738 from seth-p/flex_binary_moment_column_order
Merge pull request #7697 from sinhrks/offsetnano
Merge pull request #7735 from sinhrks/value_counts_tz
BUG: Series.__iter__ not dealing with category type well (GH7839)
Merge pull request #7842 from jreback/cat_iter
DOC: add link to SettingWithCopy warning/error message (GH7658)
COMPAT: SettingWithCopy will now warn when slices which can generate views
Merge pull request #7845 from jreback/setting_with_copy
Merge pull request #7843 from sinhrks/punique
Merge pull request #7854 from sinhrks/tslib_cln
Merge pull request #7844 from sinhrks/minor_rot
Merge pull request #7849 from lexual/docs_install_conda_wakari
BUG: Bug in multi-index slicing with missing indexers (GH7866)
BUG: fix multi-column sort that includes Categoricals (GH7848)
BUG: Categorical concat should preserve levels (GH7864)
Merge pull request #7850 from jreback/cat_sort
PERF: groupby / frame apply optimization
NETWORK: change failing FRED test
Merge pull request #7881 from jreback/apply_optimize
Merge pull request #7867 from jreback/mi_loc
TST: fix date parsing issue in test_frame/test_replace_datetime
TST: windows dtype issue on testing with GH7866
Merge pull request #7862 from bashtage/stata-minimal-width-strings
Merge pull request #7896 from seth-p/ewma_missing_weights_fix1
Merge pull request #7902 from toobaz/_get_array_list
Merge pull request #7898 from seth-p/ewm_min_periods_off_by_one
TST: make removal tests exact for test_pytables
Merge pull request #7906 from mortada/grammar
Merge pull request #7798 from sinhrks/tz_convert_bug
BLD: remove *~ and #* from source distribution
REGR: Regression in multi-index indexing with a non-scalar type object (GH7914)
Merge pull request #7920 from sinhrks/rn7798
Merge pull request #7917 from jorisvandenbossche/docs-categorical-fixes
Merge pull request #7921 from jreback/mi_index
BUG/DOC: Categoricals now raise NotImplementedError when writing to HDFStore with a Fixed type store (GH7918)
Merge pull request #7892 from immerrr/add-level-kwarg-for-index-isin
Merge pull request #7924 from jreback/cat_fixes
BUG: Bug in to_datetime when format='%Y%m%d and coerce=True are specified, where previously an object array was returned (rather than
Merge pull request #7931 from jreback/dt_format
DOC: update docs to show construction of periodindex when needing out-of-bounds spans
Merge pull request #7933 from jreback/oob
Merge pull request #7852 from sinhrks/reset_tz
Merge pull request #7937 from toobaz/stack_unstack_doc
Merge pull request #7909 from rockg/master
API/COMPAT: Index no longer an ndarray sub-class (GH5080)
Merge pull request #7891 from jreback/index
DOC: release notes corrections
API: raise on __nonzero__ for Index (GH7897)
Merge pull request #7951 from jreback/index_follow
Merge pull request #7915 from mtrbean/ENH-7846
TST: windows fixes relatd to Index not-subclass-ndarray
DOC: cookbook.rst update
PERF: perf improvements for Series.transform (revised) (GH6496)
Merge pull request #7975 from jreback/transform_perf
Merge pull request #7974 from dsm054/allow_nameless_callables
INT: use platform_int for np.repeat related (GH7975)
Merge pull request #7966 from sinhrks/period_delta
API: add Series.dt delegator for datetimelike methods (GH7207)
Merge pull request #7953 from jreback/dt
COMPAT: raise SettingWithCopy in even more situations when a view is at hand
COMPAT: capture chain indexing even on single-dtyped
Merge pull request #7907 from sinhrks/parse_ns2
Merge pull request #7913 from MichaelWS/master
Merge branch 'merge_constructor' of https://github.com/jwass/pandas into jwass-merge_constructor
Merge pull request #7950 from jreback/setting_with_copy
Merge pull request #7809 from sinhrks/histplot
COMPAT: change pytables to use 3.0.0 API (GH7990)
Merge pull request #7994 from jreback/pytables_api
API: consistency in .loc indexing when no values are found in a list-like indexer (GH7999)
BUG: related to GH5080, get_indexer choking on boolean type promotion (GH8024)
Merge pull request #8026 from jreback/series_map
Merge pull request #8003 from jreback/indexing
Merge pull request #8027 from sinhrks/area_legend
Merge pull request #7979 from sinhrks/dup_idx
Merge pull request #8035 from nesanders/patch-1
Merge pull request #8042 from artemyk/fix-assert_frame_equal-multiindex-dtypes
TST: skip test_kds_colors if too old scipy installed
BUG: fix HDFStore iterator to handle a where properly (GH8014)
Merge pull request #8029 from jreback/hdf_iterator
Merge pull request #8036 from sinhrks/tz_except
TST: catch invalid options data parsing
Merge pull request #8053 from jreback/test_data
BUG: Bug in DataFrameGroupby.transform when transforming with a passed non-sorted key (GH8046)
Merge pull request #8049 from jreback/transform_order
Merge pull request #8041 from ahlmss/slice_empty
Merge pull request #8045 from bashtage/stata_unpack_performance
Merge pull request #8054 from sinhrks/gh7233
Merge pull request #8067 from ajschumacher/patch-1
Merge pull request #8068 from sinhrks/rn8019
Merge pull request #8007 from JanSchulz/categorical_fixups
Merge pull request #8069 from sinhrks/scatter_doc
BUG: Bug in Timestamp comparisons with == and dtype of int64 (GH8058)
Merge pull request #7934 from seth-p/rolling_center
Merge pull request #8070 from jreback/timestamp_equal
Merge pull request #7941 from ahlmss/set_item_to_none
Merge pull request #7988 from MichaelWS/master
Merge pull request #7982 from shoyer/fix-to_latex-multicolumn
TST: platform indexing, xref GH8007
DOC: show min supported version of numexpr is 2.1
Merge pull request #8073 from bashtage/stata-read-batching
TST: platform indexing, xref GH8007
Merge pull request #8079 from bashtage/stata-write-performance
TST: TestYahooOptions issue
ENH: add support dtype='category' in Series constructor
BUG: fix reindexing to an all-nan Categorical (GH8076)
Merge pull request #8075 from jreback/cat2
Merge pull request #8085 from mortada/pep8_cleanup
DOC: updated cookbook.rst
BUG: Bug in multi-index slicing with various edge cases (GH8132)
Merge pull request #8134 from jreback/mi_slicers
Merge pull request #8122 from amras1/linecomments-whitespace-delim
Merge pull request #8059 from seth-p/rolling_count
Merge pull request #8119 from behzadnouri/numpy-scalar
Merge pull request #8103 from sinhrks/pivot_dt
Merge branch 'groupby-speed-up' of https://github.com/behzadnouri/pandas into behzadnouri-groupby-speed-up
BUG: comparison of category vs np dtypes buggy (GH8143)
Merge pull request #8099 from sinhrks/gh7993
TST: windows test fix re GH8103
CI: change nose to be 1.3.4
Merge pull request #8146 from jreback/cat_dtype
Merge pull request #8149 from htkim/docs-install
DOC: v0.15.0 edits
Merge branch 'bug-panel-import-warnings' of https://github.com/htkim/pandas into htkim-bug-panel-import-warnings
Merge pull request #7910 from mortada/nth_values
Merge pull request #8148 from behzadnouri/argsort-merge-sort
BUG/API: Previously an enlargement with a mixed-dtype frame would act unlike .append which will preserve dtypes (related GH2578, GH8176)
Merge pull request #8176 from jreback/expand
Merge branch 'excel-infinity-fix' of https://github.com/maxchang/pandas into maxchang-excel-infinity-fix
Merge branch 'dst-date-offset' of https://github.com/adamgreenhall/pandas into adamgreenhall-dst-date-offset
Merge pull request #8171 from behzadnouri/count-f32
Merge pull request #8172 from behzadnouri/lj-cnt-sort
Merge pull request #8203 from jtratner/fix_openpyxl_compat_check
Merge branch 'Fix-GH7885' of https://github.com/jmorris0x0/pandas into jmorris0x0-Fix-GH7885
COMPAT: dtype on windows related to GH8172
Merge pull request #7728 from dsm054/fix-get-indexerror
Merge pull request #8195 from someben/master
BUG: Bug in read_csv where squeeze=True would return a view (GH8217)
Merge pull request #8218 from jreback/squeeze
Merge pull request #8220 from onesandzeroes/csv-output
Merge pull request #8221 from zachcp/patch-1
Merge pull request #8223 from isms/patch-1
Merge pull request #7991 from ischwabacher/patch-2
Merge pull request #7926 from seth-p/ewmvar_bias_correction
BUG: Bug in putting a PeriodIndex into a Series would convert to int64 dtype, rather than object of Periods (GH7932)
Merge pull request #8235 from TomAugspurger/interp-limit-nonan
Merge pull request #8237 from jreback/pi
API: raise on setops for + and - for Indexes (GH8226)
Merge pull request #8227 from jreback/index_api
Merge pull request #8125 from dxshank/dev-update-read-csv-docs
DOC: v0.15.0 for GH8226
DOC: created advanced indexing section
Merge pull request #8204 from jreback/doc
Merge pull request #8247 from kyleam/fix-nonzero-docstring
ENH: TimedeltaIndex and Timedelta scalar support (GH3009)
Merge branch 'master' of https://github.com/grechkay/pandas-1 into grechkay-master
Merge pull request #8184 from jreback/tdi
BUG: Bug in inference in a MultiIndex with datetime.date inputs (GH7888)
Merge pull request #8264 from jreback/mi
DOC: v0.15.0 edits
Merge pull request #8066 from lepture/bdist-wheel
Merge pull request #8219 from hayd/latex_mi_index
TST: tests for reduction of series with nan timedelta (GH7661)
Merge pull request #8268 from jreback/nat
Merge pull request #8267 from rockg/tz-doc-fix
TST: addtl tests for TimedeltaIndex/DatetimeIndex sub ops
DOC: correction in timedelta.rst
Merge pull request #8281 from bthyreau/fix_grouper_errormessage
BUG: make sure that the multi-index is lex-sorted before passing to _lexsort_indexer (GH8017)
Merge pull request #8282 from jreback/sort
Merge pull request #8275 from seth-p/rolling_apply
Merge pull request #8291 from immerrr/frame-setitem-with-sparse-series
BUG: Bug in 32-bit platforms with Series.shift (GH8129)
Merge pull request #8280 from seth-p/rolling_cov_ddof
BUG: Bug in iat return boxing for Timestamp/Timedelta (GH7729)
Merge pull request #8294 from ischwabacher/patch-2
Merge pull request #8298 from jreback/iat
TST: windows test fixes for 2.6 / older mpl
Merge pull request #8286 from iwschris/pep8_format
Merge pull request #7781 from germangh/master
TST: py2.6 test fix in test_graphics.py
BUG: Bug in .at that would accept integer indexers on a non-integer index and do fallback (GH7814)
Merge pull request #8320 from jreback/fallback
Merge pull request #8044 from amras1/new-float-conversion
DOC: v0.15.0.txt corrections
BUG: Bug in casting when setting a column in a same-dtype block (GH7704)
PERF: perf fixes
Merge pull request #8322 from jreback/dtype
DOC: v0.15.0.txt edits
Merge pull request #7565 from neirbowj/openpyxl2_issue7177
DOC: v0.15.0.txt edits
PERF: add copy=True argument to pd.concat to enable pass-thru concats with complete blocks (GH8252)
Merge pull request #8331 from jreback/concat_copy
TST: test_precision_conversion on windows fix (GH8324)
Merge pull request #8356 from jreback/excel_fix
ENH/BUG: allow timedelta resamples
Merge pull request #8345 from jreback/resample
DOC: timedelta resample docs
BUG: Bug in alignment with TimeOps and non-unique indexes (GH8363)
Merge pull request #8364 from jreback/datetime_ops
Merge pull request #8238 from stahlous/win_weights
BUG/COMPAT: set tz on DatetimeIndex on pickle reconstruction (GH8367)
Merge pull request #8370 from jreback/tz_pickle
Merge pull request #8299 from seth-p/test_moments_warnings
TST: 32-bit fix related GH8364
BUG: bug in non-evently divisible offsets when resampling (e.g. '7s') (GH8371)
API: .fillna will now raise a NotImplementedError when passed a DataFrame (GH8377)
Merge pull request #8378 from jreback/fillna_err
Merge pull request #8153 from JanSchulz/categorical_fixups_2
Merge pull request #8384 from mcjcode/master
FIX: categorical fixups
Merge pull request #8388 from unutbu/fillna-df
Merge pull request #8372 from jreback/resample
BUG: inconsisten panel indexing with aligning frame (GH7763)
Merge pull request #8373 from jbradish/master
Merge pull request #8399 from jreback/panel
DOC: v0.15.0 et all updates
Merge pull request #8357 from amras1/new-float-conversion
Merge pull request #8407 from cstoafer/docs
Merge pull request #8406 from sh9189/bbopensrcday2
Merge pull request #8409 from jacobschaer/issue-8107
Merge pull request #8414 from JanSchulz/nbytes_categories
API/BUG: a timeseries/index localized to UTC when inserted into a Series/DataFrame will preserve the UTC timezone (rather than being a naive datetime64[ns]) as object dtype (GH8411)
Merge pull request #8405 from sh9189/bbopensrcday
Merge pull request #8421 from JanSchulz/cat_searchsorted
Merge pull request #8418 from cstoafer/docs
Merge pull request #8413 from JanSchulz/CategoricalFixups3
Merge pull request #8400 from benjschiller/master
Merge pull request #8415 from jreback/tz_aware
DOC: create text.rst with string methods (GH8416)
Merge pull request #8423 from jreback/str
Merge branch 'vbench_for_groupby' of https://github.com/dlovell/pandas into dlovell-vbench_for_groupby
BUG: regression in groupby with a pass thru multiindex on axis=1 (GH7997)
Merge pull request #8417 from jreback/mi_grouping
BUG: Groupby.transform related to BinGrouper and GH8046 (GH8430)
Merge pull request #8434 from jreback/bin_grouper
Merge pull request #8443 from unutbu/dtypeO-equals
BUG: bug in df.info() when embedded categorical (related GH7619)
Merge pull request #8449 from jreback/cat
Merge pull request #8451 from jsexauer/fix_delevel
BUG: reset identity on legacy index pickles (GH8431)
Merge pull request #8454 from jreback/legacy_pickle
TST: compat for *.pkl -> *.pickle in pandas/tests/data
Merge pull request #8293 from bjonen/fix_8236_2
TST: fix path for getting pickles wrt (GH8431)
PERF: optimize storage type for codes in Categoricals (GH8453)
BUG: fix applymap to handle Timedelta
Merge pull request #8461 from jreback/applymap
Merge pull request #8455 from jreback/cat2
Merge pull request #8457 from behzadnouri/align-rhs
DOC: doc updates for categoricals
TST/PERF: have moments slow tests run faster (GH8450)
DOC: categorical.rst fixups
Merge pull request #8460 from immerrr/preserve-index-names-when-reindexing
TST: complex ops test correction
Merge pull request #7619 from asobrien/df-mem-info
Merge pull request #8462 from immerrr/preserve-index-type-when-reindexing-to-empty
COMPAT: disallow Timedelta invalid ops
DOC: v0.15.0 / faq.rst updates
TST: dtype fixes on tests wrt GH8432
Merge pull request #8472 from rockg/series-indexing
BUG: .at indexing should allow enlargement scalars w/o regards to the type of index (GH8473)
Merge pull request #8475 from jreback/at_fix
BUG: allow std to work with timedeltas (GH8471)
Merge pull request #8476 from jreback/td_std
DEPR: deprecate value_range (GH8481)
Merge pull request #8480 from behzadnouri/align-mi
BUG: Bug in groupby .apply with a non-affecting mutation in the function (GH8467)
Merge pull request #8483 from jreback/value_range
DOC: reference to docs for describe
Merge pull request #8484 from jreback/groupby_fix
DOC: indexing.rst fixes w.r.t (GH8227)
Merge pull request #8485 from jreback/index_fixups
Merge pull request #8488 from hunterowens/speed-docs
DOC: update release.rst for 0.15.0
RLS: 0.15.0rc1
klonuo (1):
BUG: to_clipboard output formatting (GH8305)
lexual (11):
Specify in docs that join='outer' is the defaul for align method.
spell fix: seperated -> separated
Fix many spelling mistakes in the docs.
Make consistent use of acronyms, and US spellings for serializ*
docs: rewrite .iloc accessing beyond ends.
Docs: MultiIndex support is hardly bleeding edge, remove docs warnings.
Docs: Categorical docs fixups.
fix length of underlinings.
Docs: Be more specific about inf/-inf no longer being treated as nulls.
Docs: Panel.dropna now exists, update docs accordingly.
Docs: improve installation instructions, recommend Anaconda.
mcjcode (3):
Removed unpaired left-paren. Rephrased references.
DOC: Explicitly create class definitions of whitelisted SeriesGroupBy and DataFrameGroupBy methods (GH6944)
non-existent columns in DataFrame.dropna subset argument now raises KeyError
mtrbean (2):
ENH: Add optional level argument to set_names(), set_levels() and set_labels() (GH7792)
ENH: New `level` argument for DataFrame.tz_localize and DataFrame.tz_convert (GH7846)
onesandzeroes (6):
BUG: Fix for multiple ints as levels in DataFrame.stack()
BUG: Fix bad axis limits for DataFrame.boxplot()
API: kdeplot fails with NaNs
API: Series.to_csv() should return string when path is None
BUG: DataFrame.to_string ignores col_space when header=False
BUG: boxplot fails when one column is all NaNs
rockg (4):
Remove from start/end dates if tz is not None (remove check of inferred_tz).
New "ambiguous" argument in tz_localize to enhance support for ways of resolving transition times ('infer', dot indicators, 'NaT', and 'raise')
Minor doc clean for ambiguous time handling
Disallow Series indexing by DataFrame
seth-p (11):
API: rolling_* functions should not shrink window (GH7766)
BUG: ewma() weights incorrect when some values are missing (GH7543)
BUG: _flex_binary_moment() doesn't preserve column order or handle non-unique columns
BUG: fixing ewma() for adjust=False and ignore_na=False
BUG: ewm*() interpretation of min_periods is off by one
BUG: rolling/expanding_* treamtment of center
BUG: rolling_count() and expanding_*() with zero-length args; rolling/expanding_apply() with min_periods=0
BUG/ENH/API: ewm* debias, 'adjust', min_periods; roll/exp_var/std 1 val
BUG: rolling_apply(..., center=True) should not append NaNs
API: add ddof to expanding/rolling_cov()
TST: suppress gratuitous warnings
sinhrks (36):
BUG/COMPAT: pickled dtindex with freq raises AttributeError in normalize related ops
API: Add PeriodIndex.resolution
BUG: reset_index with MultiIndex contains PeriodIndex raises ValueError
BUG: is_superperiod and is_subperiod cannot handle higher freq than S
DOC: added nanosecond frequencies to doc
CLN: Simplify LinePlot flow
TST: add tests for GH 6572
BUG: timeseries subplots may display unnecessary minor ticklabels
ENH: PeriodIndex ops can accept Index
BUG: Repeated timeseries plot may result in incorrect kind
BUG: offsets.apply doesnt preserve nanosecond
BUG: DTI.value_counts doesnt preserve tz
BUG: PeriodIndex.unique results in Int64Index
BUG/VIS: rot and fontsize are not applied to minor ticks
CLN: cln tslib, frequencies
BUG: tslib.tzconvert handles DST incorrectly
DOC: Fix release note for GH7798
ENH: tz_localize(None) allows to reset tz
ENH/BUG: Period and PeriodIndex ops supports timedelta-like
BUG: Timestamp cannot parse nanosecond from string
ENH/CLN: add HistPlot class inheriting MPLPlot
DOC: Release note format correction
ENH: plot functions accept multiple axes and layout kw
ENH: Add duplicated/drop_duplicates to Index
BUG: Area plot legend has incorrect color
API: Timetamp.tz_localize and tz_convert raises TypeError rathar
TST: Fix converter test for MPL1.4
DOC: Fix Release note 8019, 8039
DOC: Add scatter to visualization.rst
TST: Fix boxplot test for python3
ENH/CLN: add BoxPlot class inheriting MPLPlot
BUG: pivot_table raises KeyError with nameless index and columns
TST: Fix timezone test to avoit dateutil issue
BUG: scatter with errorbar raises IndexError
ENH: Add duplicated/drop_duplicates to Index
DOC/CLN: Cleanups plotting.py
someben (1):
more verbosity to PyTables import failures
stahlous (1):
BUG: rolling_window() properly averages weights in mean=True mode; removed scikits-timeseries dependency for testing; added further tests for rolling_window()
stas-sl (1):
fix variable overwriting in radviz
tom-alcorn (1):
BUG: Bug in interesection of non-monotonic non-unique indexes (GH8362)
unknown (1):
Remove DataFrame.delevel
unutbu (2):
EHN: Allow DataFrame.fillna to accept a DataFrame as its fill value.
BUG: NDFrame.equals gives false negatives with dtype=object (GH8437)
zachcp (1):
numexpr is now on github
-----------------------------------------------------------------------
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