[pandas] annotated tag v0.17.0rc1 created (now 694fead)
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.17.0rc1
in repository pandas.
at 694fead (tag)
tagging 9687145e06aed545c14630460d24a9693c9a0b39 (commit)
replaces v0.16.2
tagged by Jeff Reback
on Fri Sep 11 12:20:39 2015 -0400
- Log -----------------------------------------------------------------
Version v0.17.0rc1
Alex Rothberg (1):
ENH: GH10378 Pass kwargs to interpolation methods.
Andrea Bedini (1):
BLD: Stop distributing ez_setup.py, #10168
Andrew Rosenfeld (1):
BUG: display.precision options seems off-by-one (GH10451)
Andy Hayden (1):
Merge pull request #11048 from kawochen/CLN-DOC-misc
Andy Li (1):
improve documentation for pandas.Series.interpolate
Artemy Kolchinsky (2):
BUG: Should allow numeric mysql table names
BUG: get_dummies not returning SparseDataFrame
Bernard Willers (1):
BUG: CategoricalBlock shift GH9416
Chris (7):
PERF: Improve perf of to_datetime with ISO format
BUG: #10565 Series.name lost in rolling_*
ENH: Allow DateOffset operations with Series
PERF: value_counts_float64 #10821
DOC: Excel formatting and searchsorted cookbook
BUG: Index name lost in conv #10875
ENH: read_excel MultiIndex #4679
Chris Whelan (3):
Add period.pyx to package
Fixes for vb_suite
PERF: add initial asv config and vbench->asv conversion script
Christoph Gohlke (2):
Use Visual Studio 2013+ signbit function
Remove duplicate code
Christopher Whelan (4):
PERF: Fix asv benchmarks failing due to initial translation from vbench
PERF: Fix performance benchmark suite so it runs on Python 3
PERF: Update contributing guidelines with asv information
PERF: Add new vbench tests to asv
Clark Fitzgerald (1):
ENH: GH10485 'Frequency' label for Series.plot
Clearfield Christopher (1):
BUG: Fix MLK and Memorial day date representations, #9760
Dan Ringwalt (2):
DOC: Clarified PyTables "natural" names
ENH: Fixed DF.apply for functions returning a dict (closes #8735)
Daniel Ni (1):
Added tests for ABC Types, Issue #10828
Data & Code Expert Experimenting with Code on Data (1):
updated link to online documentation
David Cottrell (1):
Add tests and fix issue #10366 encoding and categoricals hdf serialization.
David John Gagne (1):
BUG: Fixed import error in index.py when using a mixed-integer indexing, #10610
David Kelly (1):
Minor fix to error messages ('See the the caveats in the documentation...')
ETF (1):
Small style consistency fix
Eduardo Schettino (2):
CLN: cleanup up platform / python version checks. fix GB10151
BUG: (GH10408, GH10412) in vectorised setting of timestamp columns
Egor (2):
BUG: #10833 Added test and info to whatsnew
BUG: #10833 Reworked test in accordance with the code style
Egor Panfilov (2):
BUG: Error while saving DataFrame with TimedeltaIndex to .csv #10833
BUG: #10833 Added forced index rename
Evan Wright (5):
BUG: Filter/transform fail in some cases when multi-grouping with a datetime-like key (GH #10114)
BUG: read_csv fails when using nrows or chunksize on a file containing only a header (GH #9535)
BUG: Fix handling of EOF in 'c' csv parser (GH #10728, #10548)
BUG: DataFrame.where does not respect axis parameter when shape is symmetric (GH #9736)
BUG: Exception when setting a major- or minor-axis slice of a Panel with RHS a DataFrame (GH 11014)
Frank Pinter (1):
Fix docstring spelling
Gabriel Araujo (1):
ENH: Index orientation option when converting a DataFrame into a dict, #10844
Garrett-R (3):
BUG: #10228 resampling empty Series caused segfaults
DOC: Add warning for newbs not to edit auto-generated file, #10456
MAINT: minor refactoring and some documentation
Gianluca Rossi (2):
BUG: Allow read_sql_table to read from views
BUG: Concat of Series w/o names. Closes #10698
Guillaume Gay (3):
updating docs for the new sorting mechanisms - GH #10886
shut down warnings in the whats new files
BUG: column_format argument not passing from DataFrame.to_latex to formatter, #9402
Guillaume Poulin (1):
BUG: segfault on to_json serializing a 0d-ndarray, #9576
Harsh Nisar (1):
DOC: GH10414 Missing example in NA values in GroupBy
Ian Henriksen (2):
CLN: Combined value_count_in64 and value_count_float64 into a single
CLN: Combined build_count_table_int64 and build_count_table_float64 into a
Ian Hoegen (1):
Removed scikit-timeseries migration docs from FAQ
Jaidev Deshpande (2):
Add str as an option for na_values in docstring
DOC: Better explain the behaviour of na_values
Jan Rudolph (1):
BUG: allow duplicate column names if they are not merged upon, #10639
Jan Schulz (1):
Remove Categorical.name to make it more numpy.ndarray like
Jason Swails (1):
Fix repeated typo in documentation:
Jeff Reback (236):
INIT: start of v0.17.0 cycle
CI: run doc-tests always
PERF: parse timedelta strings in cython #6755
PERF: timedelta and datetime64 ops improvements
BLD: remove support for 3.2, #9118
PERF: bench for #10287
PERF: fix _get_level_indexer to accept an intermediate indexer result
BUG: using .loc[:,column] fails when the object is a multi-index, #10408
BUG: Timedeltas with no specified units (and frac) should raise, #10426
DOC: update missing.rst with ref to groupby.rst
BUG: provide categorical concat always on axis 0, #10430
PERF: vbenches for #8882, releasing the GIL
PERF: releasing the GIL, #8882
DOC: release note for #9607, as_blocks copy arg
DOC: fix formatting in DataFrame.to_csv doc-string
TST: 32-test fixes
DOC: add downloads to the readme.md page
DOC: update readme.md again
DOC: readme.md again
nicer README.md page
more badges in README.md
CI: use versioneer, for PEP440 version strings #9518
TST: skip famafrench test for now
ERR: Boolean comparisons of a Series vs None will now be equivalent of to null comparisions, rather than raise TypeError, xref, #1079
DEPR: remove numpy deprecation warnings for i8 vs integer comparisions
DEPR: remove visible deprecation warning for slicing in test_internals
DEPR: remove unordered types depreceation usage in core/index.py
TST: fixes stata datetimelike comparisons for #10606
DOC: whatsnew changes
misc import cleanups
DOC: enhanced docs for #10569
DOC: corrections for None/np.nan comparisons
ENH: add StataReader context manager to ensure closing of the path
TST: skip buggy parsing test on win-64
API: mspack compat on windows / right dtype.name rather than dtype.num
TST: skip buggy ujson tests on win-64/py2.7
DOC: use sub-headings in enhancedperformance.rst
DOC: more enhancedperf fixes
DOC: release note for #10516/#9882
add in .gz file to the repo for testing
TST: move test_parsing of s3 buckets to pandas-test public bucket
provide proper index coercion with _shallow_copy for insert,delete,append operations
Merge pull request #10248 from nipunreddevil/patch-1
BUG: Bug in Index construction with a mixed list of tuples #10697)
Merge pull request #10703 from jreback/index_sort
TST: change Fred test to just look for some data
Merge pull request #10619 from agijsberts/outer_indexer_right_empty
Merge pull request #10124 from evanpw/issue_10114
fix up conda build recipe
TST: winfix on dtype comparison, xref #10124
API: #10636, changing default of to_datetime to raise, deprecating coerce in favor of errors
Merge pull request #10705 from jseabold/index-optional-pivot
Merge pull request #10674 from jreback/dt_default
Merge pull request #10097 from nickeubank/patch-1
DOC: whatsnew updates
DOC: more whatsnew fixes
DOC: release date revert
DOC: edits in io.rst
DEPR: deprecate irow,icol,iget_value,iget in Series/DataFrame, #10711
BLD: remove fake_pyrex
Merge pull request #10719 from jreback/irow
DOC: move Categorical.name to deprecations section
Merge pull request #10513 from rosnfeld/issue_10451
xref #10711, remove more iget warnings
Merge branch 'filter'
TST: better testing for io/data
Merge branch 'dt_strftime' of https://github.com/mortada/pandas into mortada-dt_strftime
Merge pull request #10731 from jreback/data
Merge branch 'mortada-dt_strftime'
Merge pull request #10724 from ajcr/GH9431
Merge pull request #10743 from kawochen/TST-TestMsgpack-gen
Revert "Merge pull request #10743 from kawochen/TST-TestMsgpack-gen"
Merge branch 'kawochen-TST-TestMsgpack-gen'
Merge pull request #10393 from cpcloud/df-partial-sort
Merge pull request #10757 from jbuyl/fix-read-stata-column-reordering
Merge pull request #10433 from behzadnouri/stack-dupl-indx
Merge pull request #10776 from kawochen/BUG-FIX-10747
Merge pull request #10744 from chris-b1/dateoffset-add
Merge pull request #9711 from kshedden/sas_xport
DOC: doc/setup fixes for #9711
TST: skip shape comparison test in test_testing
Merge pull request #10808 from ajcr/iloc-negative-index
Merge pull request #10827 from evanpw/empty_nrows_chunksize
Merge pull request #10829 from dvmk/master
Merge pull request #10825 from evanpw/csv_eof
Merge pull request #10836 from cel4/fix_locale_failure
BUG: Panel setitem with a multiindex #10360 (partial)
ENH/DEPR: add .sorted() method for API consistency, #9816, #8239
Merge pull request #10838 from jreback/mi_panel
Merge pull request #10841 from MatthewGilbert/master
Merge pull request #10810 from sinhrks/dup_doc
Merge pull request #10716 from sinhrks/salign
clean up some imports
Merge pull request #10686 from kawochen/BUG-FIX-10581
Merge pull request #10840 from chris-b1/valuecounts-float64
COMPAT: windows compat for #9838
Merge pull request #9715 from qwhelan/vbench_to_asv
PERF: add in numexpr to asv
Merge pull request #10853 from kawochen/TST-FIX-10837
Merge pull request #10738 from nickeubank/patch_sample_to_return_copy
DOC: fix doc-string in Categorical constructor, #10356
Merge pull request #10858 from behzadnouri/cat-attr
Merge pull request #10826 from sinhrks/merge_empty
update legacy_storage for pickles
Merge pull request #10866 from jreback/period_pickle
update pickles/msgpack for 0.16.2
Merge pull request #10726 from jreback/sorted
Merge pull request #10845 from soupault/timedelta-bugfix
Merge pull request #10874 from behzadnouri/cat-val-cnt
DEPR: deprecate the data reader package, #10861
remove Categorical name warnings from tests, xref #10482
Merge pull request #10881 from sinhrks/quantiles
DOC: minor whatsnew corrections
DEPR: remove DataFrame.colSpace in favor of col_space, circa v0.8.0
DEPR: remove auto broadcasting with a time-series, xref #2304
DEPR: deprecate TimeSeries officially
Merge pull request #10876 from kawochen/BUG-FIX-10747-2
Merge pull request #10887 from kawochen/BUG-FIX-10885
Merge pull request #10890 from jreback/depr
DEPR: Remove the table keyword in HDFStore.put/append, in favor of using format= #4645
DEPR: Remove unused keyword kind in read_excel/ExcelFile, #4712
DEPR: Remove infer_type keyword from pd.read_html as its unused, #4770, #7032
DEPR: Remove offset and timeRule keywords from Series.tshift/shift, in favor of freq, #4853, #4864
DEPR: Remove pd.load/pd.save aliases in favor of pd.to_pickle/pd.read_pickle, #3787
DEPR: WidePanel, LongPanel -> deprecated
Merge pull request #10892 from jreback/depr2
Merge pull request #10894 from behzadnouri/grby-nunique
remove deprecated test code xref #10726
DOC: update install for PyTables version, xref #10672
Merge pull request #10283 from mortada/df_where
TST: pythonxs link seems to have changed in test_html.py, skip tests
Merge pull request #10909 from behzadnouri/grby-val-cnt
clean up string conversions
Merge pull request #10889 from jreback/cottrell-categ_hdf
Revert "Merge pull request #10727 from jorisvandenbossche/sphinx-traceback"
Merge pull request #10916 from jreback/de
Merge pull request #10918 from behzadnouri/bin-gr-info
PERF: perf improvements in drop_duplicates for integer dtyped arrays
Merge pull request #10917 from jreback/drop_duplicates
BUG: Bug in clearing the cache on DataFrame.pop and a subsequent inplace op #10912
Merge pull request #10922 from jreback/pop
DOC: fix up whatsnew
DOC: add in asv mention
Merge pull request #10920 from sinhrks/nlargest
DOC: more whatsnew fixes
BUG: Bug in incorrection computation of .mean() on timedelta64[ns] because of overflow #9442
Merge pull request #10926 from jreback/timedelta_mean
Merge pull request #10942 from RafalSkolasinski/benchfix
Merge pull request #10937 from glyg/master
Merge pull request #10935 from RafalSkolasinski/docfix
DOC: fix formatting of links on doc-strings
Merge pull request #10945 from chris-b1/timeseries-index-name
DOC: avoid warnings on http links
TST: use assert_frame_equal directly
Merge pull request #10958 from terrytangyuan/upstream
Merge pull request #10951 from sinhrks/legacyoffset
Merge pull request #10691 from lmjohns3/master
Merge pull request #10879 from sinhrks/plot_gridspec
Merge pull request #10628 from Winterflower/pandas-doc-5023
move NaN deprecation warning to _validate_categories, cleanup a bit
Merge pull request #10960 from terrytangyuan/PR2update
Merge pull request #10927 from kawochen/PERF-10213-kth
Merge pull request #10943 from ajcr/raise-scalar-dict
Merge pull request #10939 from sjdenny/series_total_seconds
Merge pull request #10723 from IamGianluca/issue_10698_fix
COMPAT: remove deprecation warnings for nan in cat in test_index.py
Merge pull request #10976 from behzadnouri/bin-gr
Merge pull request #10625 from larvian/fix-issue-groupby-NaT
DOC: document regression, xref #9345, in #10979 (already fixed in master)
Merge pull request #10568 from roblevy/variable-round
Merge pull request #7832 from sinhrks/period_mult
TST: add windows test.bat
Merge pull request #10974 from sinhrks/period_repr
Merge pull request #10054 from nickeubank/merge_indicator
TST: test_nanops turns off bottneck for all tests after
TST: skip comparisons on incompat bottleneck functions, xref 9422
clean up expanding/rolling slow tests a bit
Merge pull request #10986 from jreback/bn
COMPAT/TST: fix group_info dtype issues, xref #10981
Merge pull request #10988 from jreback/winfixes
TST: more fixes, xref #10981
COMPAT: 0-d ndarray compat on windows
TST: skip some pytables tests with compress on windows/PY3
DOC: some whatsnew edits
DOC: small whatsnew edits
Merge pull request #10977 from Winterflower/pandas-series-apply
cleanups in io.rst/HDF5
wider sidebar & overall width
Merge pull request #10992 from jreback/docs
API: add DatetimeBlockTZ #8260
Merge pull request #10477 from jreback/tz
COMPAT: test dtype fix for windows
TST: skip some html tests with encoding of utf-16/32 on windows
BLD: add xlwt to requirements_all.txt
add setuptools/pip to print_versions
CI: fix clone depth
BUG: Bug in pickling of a non-regular freq DatetimeIndex #11002
Merge pull request #10931 from nickeubank/test_groupby_sort_preservation
Merge pull request #10953 from sklam/eval_math
DOC: whatsnew corrections
Merge pull request #11006 from jreback/tzpickle
Merge pull request #10638 from sinhrks/array_finalize
TST: avoid some numpy comparison warnings
update conda recipe to make import only tests
Merge pull request #10602 from bashtage/convert-object-dep-fix
remove libpython from recipe
CI: add back libpython to py2k on windows
DOC: fix up docs a bit for datetime64[ns, tz]
add .astype('datetime64[ns, tz]') ability
Merge pull request #11021 from evanpw/panel_set_minor_major
Merge pull request #11018 from sinhrks/negative_freq
Merge pull request #11003 from jreback/tz
Merge pull request #11013 from behzadnouri/grby-count
PERF: use NaT comparisons in int64/datetimelikes #11010
Merge pull request #11023 from jreback/nat
DOC: clean up timeseries.rst a bit
Merge pull request #11025 from sinhrks/groupby_count_doc
Merge pull request #11027 from swails/typo
Merge branch 'newgroupby' of https://github.com/terrytangyuan/pandas into terrytangyuan-newgroupby
TST: groupby tests for tz interations
CLN: remove _repr_footer from Series, which is not called
TST: formatting tests for tz in Series
Merge pull request #10967 from chris-b1/excel-read-multiindex
Merge pull request #11011 from terrytangyuan/reformatDocstring
CLN: print the categorical levels w/o regards to the truism of the dtype
Merge pull request #11037 from gaulinmp/patch-1
whatsnew note / fixes xref #4125
TST: add connection refused (111) error to skipping for network. the urlerror apparentely
DOC: versionadded directions added where needed
Merge pull request #11049 from kawochen/BUG-FIX-10692
Merge pull request #11059 from jorisvandenbossche/whatsnew017
DOC: doc note to advanced.rst for multi-index slicing
TST: window dtype comparisons, xref #11049
don't create temporary stata test files
perf on dtype comparisons
RLS: v0.17.0rc1 release candidate for 0.17.0
Jonas Buyl (1):
Fix column reordering
Joris Van den Bossche (73):
DOC: fix docstrings
Merge pull request #10348 from jorisvandenbossche/docstrings
DOC: consistent imports (GH9886) part III
Merge pull request #10359 from jorisvandenbossche/doc-imports2
Merge pull request #10423 from ihoegen/master
Merge pull request #10450 from harshnisar/GH10414-DOC-missing-example
Merge pull request #10387 from sinhrks/plot_color_str
Merge pull request #10488 from jaidevd/jd-doc-na-values
BUG: fix multiple columns as primary key in io.sql.get_schema (GH10385)
Merge pull request #10386 from jorisvandenbossche/get-schema-keys
CLN: remove na_fvalues from TextFileReader (read_csv et al) signature (GH10481)
Merge pull request #10105 from graingert/sqlalchemy-connectable
Merge pull request #10262 from artemyk/mysql_numeric_identifier
DOC: consistent imports (GH9886) part IV
Merge pull request #10561 from jorisvandenbossche/doc-imports
Merge pull request #10593 from Winterflower/pandas-doc-10371
Merge pull request #10589 from bashtage/convert-objects-doc-fix
Merge pull request #9947 from mortada/index_compare
DOC: some formatting fixes in whatsnew
DOC: ignore deprecation warnings for convert_objects (GH10265)
Merge pull request #10600 from jorisvandenbossche/doc-whatsnew-fixes
DOC: fix table in whatsnew
Merge pull request #10666 from scls19fr/issue_10654
TST: fix usage of assert_produces_warning
Merge pull request #10706 from msund/patch-1
Merge pull request #10701 from jorisvandenbossche/fix-warning-test
DOC: improve docs on iteration
Merge pull request #10714 from msund/patch-1
Merge pull request #10680 from jorisvandenbossche/doc-iter
DOC: fix whitespace in whatsnew
DOC: to_datetime outdated example
DOC: fix some doc build errors/warnings
Merge pull request #10749 from jorisvandenbossche/doc-fixes
Merge pull request #10751 from fpinter/patch-1
Merge pull request #10733 from jorisvandenbossche/doc-to_datetime
Merge pull request #10418 from carpevitam/master
DOC: fix namespace
Merge pull request #10803 from IamGianluca/fix_issue_10750
Merge pull request #10795 from sinhrks/dup_test
DOC: add guideline to use versionadded directive to contributing docs (GH10215)
Merge pull request #10794 from jorisvandenbossche/doc-dev-versionadded
Deprecate combineAdd and combineMult (GH10735)
Merge pull request #10812 from jorisvandenbossche/depr-combine
Merge pull request #10852 from chris-b1/cookbook
Merge pull request #10854 from rgieseke/patch-1
DOC: discourage DataFrame.from_csv (GH4191)
DOC: limit error traceback to one line for expected exceptions (GH10715)
DOC: change code-blocks to ipython blocks with okexcept (GH10715)
DEPR: iterkv change Deprecation to FutureWarning
Merge pull request #10570 from flamingbear/10564-allow-multiindex-excel-writing
DOC: typo
DOC: update ipython sphinxext for IPython 4.0
Merge pull request #10867 from jorisvandenbossche/iterkv
Merge pull request #10163 from jorisvandenbossche/depr-from_csv
Merge pull request #10727 from jorisvandenbossche/sphinx-traceback
DEPR: also deprecate io/wb.py (GH10861)
Merge pull request #10868 from jorisvandenbossche/doc-ipython-sphinxext-update
Merge pull request #10896 from dacoex/patch-1
Merge pull request #10928 from qwhelan/asv_update
Merge pull request #10941 from springcoil/merging
Merge pull request #10968 from terrytangyuan/PR4
Merge pull request #10965 from Winterflower/pandas-doc-10700
DEPR: add stacklevel to FutureWarnings (GH9584)
TST: check stacklevel in assert_produces_warning (GH9584)
DEPR/TST: correct stacklevels (GH9584)
Merge pull request #10676 from jorisvandenbossche/stacklevel
Merge pull request #10997 from pratapvardhan/docs
DOC: several doc errors
Merge pull request #10999 from jorisvandenbossche/doc-cat-nan
Merge pull request #11004 from terrytangyuan/sqlDefault
DOC: correct quoting constants order
Merge pull request #11046 from jorisvandenbossche/doc-quoting
DOC: rearrange 0.17 whatsnew a bit
Joris Vankerschaver (2):
ENH: Make group_var_ use Welford's algorithm.
BUG: Use stable algorithm for _nanvar, #10242
Josh Levy-Kramer (1):
Updated to_hdf doc string
Ka Wo Chen (17):
BUG: GH10392 bug where Table.select_column does not preserve column name
BUG: GH10395 bug in DataFrame.interpolate with axis=1 and inplace=True
BUG: GH9907 generate_range when start and end have higher resolution than offset
TST/ERR: GH10369 read_msgpack checks argument type
ERR: GH9513 NaT methods now raise ValueError, return np.nan or return NaT
BUG: GH9618 in read_msgpack where DataFrame has duplicate column names
CLN: Remove duplicate implementations of bind_method; typo in compat
TST: test_packers.TestMsgpack checks for minimum structure and extra keys
TST: test_packers.TestMsgpack checks for minimum structure and extra keys
BUG: GH10747 in astyping of a NaT-like
BUG: GH10581 where read_msgpack does not respect encoding
TST: GH10837 remove test_ujson.py reliance on dict iteration order
BUG: GH10885 where an edge case in date_range produces an extra timestamp
BUG: GH10747 where 'timestamp' is not inferred to be datetime column name
PERF: GH10213 kth_smallest GIL release
DOC/CLN: typo and redundant code
BUG: GH10645 and GH10692 where operation on large Index would error
Kelsey Jordahl (1):
ENH: Add attributes to serialize
Kerby Shedden (6):
Align options in chunk and full file read
Add support for dta version 118.
Small doc update for Stata 118 support
Revise version support statement
Support for reading SAS xport files
Minor changes following code review
Kevin Sheppard (7):
ENH: Enable ExcelWriter to construct in-memory sheets
ENH: Simplify using read_hdf for HDF files with one dataset
BUG: Enable complex values to be written to HDF
BUG: Ensure 'coerce' actually coerces datatypes
CLN: PEP 8 improvements
DOC: Small improvement to convert_objects doc
BUG: Fix issue with old-style usage in convert_objects
Lars Buitinck (1):
MAINT: get rid of some compiler warnings
Leif Johnson (1):
Add limit_direction kwarg for interpolation.
Luis Ortiz (1):
BUG: GH8243 Change unary - to ~. Fixes numpy warning in ols.
Mac (1):
Fix misspelling of max_colwidth in documentation.
Matt Gambogi (1):
DOC: Add docstrings to DataFrame properties, #10421
Matt Savoie (1):
COMPAT:Allow multi-indexes to be written to excel.
Matthew Gilbert (1):
DOC: Fix for #10823, updating min_periods docstring
Maximilian Roos (1):
BUG: .ix with PeriodIndex isn't treated as integers, #4125
Michelangelo D'Agostino (1):
ENH: Allow gzip de-compression for files specified by a url.
Mortada Mehyar (5):
DOC: fixed docstrings for StringMethods ljust and rjust
BUG: operator equal on Index should behavior similarly to Series
BUG: made behavior of operator equal for CategoricalIndex consistent, improved unit tests
ENH: support .strftime for datetimelikes (closes #10086)
BUG: DataFrame.where does not handle Series slice correctly (fixes #10218)
Nick Eubank (5):
Extended docs on numba
Change pytable default for dropna to false (9382)
amend sample to return copy and align weight axis
Create indicator for obs from left, right, or both
Add tests to ensure sort preserved by groupby; add docs
Nipun Batra (1):
Added link to aggregation and plotting time series
Ondřej Čertík (1):
Fix a typo 'does' -> 'do'
Phillip Cloud (5):
Add odo to ecosystem docs
Merge pull request #10455 from cpcloud/odo-eco
Improve categorical concat perf by ~20x
Implement nlargest and nsmallest for DataFrames
Fix Timestamp __ne__ comparison issue
Pratap Vardhan (1):
DOC: Update pip reference links
Rafal Skolasinski (2):
BUG: fixing bug in groupby_indices benchmark
DOC: clarification on -b flag in asv
Richard Lewis (1):
BUG: Series.from_csv not loading header names, #10483
Rob Levy (1):
ENH: Added DataFrame.round and associated tests
Robert Gieseke (1):
DOC: fix Panel4D docstring
Safia Abdalla (3):
ENH: Update exception message to resolve #10515
BUG: Fixed typo-related bug to resolve #9266
ENH: Added functionality in resample to resolve #10530
Samuel Denny (1):
ENH: Added Series.dt.total_seconds() (#10817)
Saumitra Shahapure (1):
BUG: Pandas throws exception if Google Bigquery output is empty, #10274
Sebastian Pölsterl (1):
BUG: concat on axis=0 with categorical (GH10177)
Sebastian Rubbert (1):
consistent imports in text.rst
Sinhrks (25):
Merge pull request #10350 from sinhrks/freq_tests
Merge pull request #10367 from sinhrks/drop_duplicates_names
Merge pull request #10405 from sinhrks/test_unicode
Merge pull request #10419 from sinhrks/base_name_handling
Merge pull request #10464 from sinhrks/categorical_map
TST: DataFrame.quantile should have Float64Index
TST: Fix test for datetime categorical
Merge pull request #10500 from sinhrks/test_quantile
Merge pull request #10501 from sinhrks/test_dtcategorical
Merge pull request #9813 from sinhrks/plot_test
Merge pull request #10609 from sinhrks/fama
Merge pull request #10558 from sinhrks/numexpr_0dim
Merge pull request #9894 from sinhrks/subplots_style
Merge pull request #10508 from sinhrks/groupby_dtcat
Merge pull request #10512 from sinhrks/test_nparray
Merge pull request #9814 from sinhrks/tsplot_df
Merge pull request #10346 from sinhrks/to_html_bug
Merge pull request #10305 from sinhrks/pidx_order
Merge pull request #10718 from sinhrks/cat_dttz
Merge pull request #10236 from sinhrks/duplicated
Merge pull request #10507 from sinhrks/test_assert
Merge pull request #10791 from sinhrks/take_freq
Merge pull request #10717 from sinhrks/plot_cln
Merge pull request #10962 from sinhrks/plot_dupcolumns
Merge pull request #11024 from sinhrks/ufunc_freq
Siu Kwan Lam (1):
Implement math function support in eval
Skipper Seabold (1):
ENH: Make index optional in pivot. Closes #3962
Spencer Carrucciu (1):
ENH: pickle support for Period #10439
Stephan Hoyer (8):
Merge pull request #10487 from ETF/patch-1
Merge pull request #10525 from certik/typos
Fix broken tests RE: immutability error message
Merge pull request #10493 from clarkfitzg/histogram_label
ENH: add tolerance to get_indexer, get_loc and reindex
Merge pull request #10411 from shoyer/max_distance
ENH: plot method accessors
Merge pull request #9321 from shoyer/PlotMethods
Stephen Hoover (1):
ENH: More permissive S3 reading
Terry Santegoeds (1):
BUG: Fix csv_read bugs when using empty input. GH10467 & GH10413
Thomas Grainger (1):
support both sqlalchemy engines and connections Fixes #7877
Tjerk Santegoeds (3):
BUG: Fix csv_read bug with reversed index_col list.
Add addition test for pandas.csv_read to test variations of index_col kwarg.
BUG: pd.read_csv uses dtype arg with empty input
Tom Augspurger (5):
Merge pull request #10604 from stephen-hoover/more-permissive-s3-reads
API: CategoricalIndex for value_counts
Merge pull request #10729 from TomAugspurger/categorical-value_counts
DEPR: No NaNs in categories
Merge pull request #10929 from TomAugspurger/depr-categorical-nans
Vincent Davis (1):
BUG: inconsistent behavior with invalid dates in to_datetime, #10154
Winterflower (5):
Bug-10371: Add note regarding supported interpolation methods for MultiIndex series/dfs
DOC: 9789 Added missing letter, added link, fixed examples formatting
Add more examples to Series.resample
DOC:10700 add note regarding 0-len string
DOC: Examples for Series.apply docstring
agijsberts (1):
Fixed bug in outer_indexer where the special case of an empty right array resulted in bogus return data.
ajcr (5):
BUG: GH9428 promote string dtype to object dtype for empty DataFrame
BUG: pd.unique should respect datetime64 and timedelta64 dtypes (GH9431)
BUG: fix bounds for iloc with negative integers (GH10779, GH10547)
BUG: passing columns and dict with scalar values should raise error (GH10856)
BUG: DataFrame constructor should not promote complex64 dtypes (GH10952)
behzad nouri (11):
closes bug in apply when function returns categorical
closes bug in reset_index when index contains NaT
closes bug in stack when index is not unique
removes categories & ordered from CategoricalIndex attributes
PERF: uses bincount instead of hash table in categorical value counts
PERF: improves SeriesGroupBy.nunique performance
PERF: imporves performance in SeriesGroupBy.value_counts
BUG: closes bug in BinGrouper.group_info where returned values are not compatible with base class
CLN: removes BinGrouper kind of cython methods
PERF: improves performance in SeriesGroupBy.count, #10946
CLN: removes cython implementation of groupby count
cel4 (2):
ERR: improved error message when concatenating an empty sequence of dataframes, #9157
skipped failing test on non-engish locales
chris-b1 (1):
Merge pull request #1 from insertinterestingnamehere/fused_cleanup
cyrusmaher (1):
API: allow a filter regex to work on numeric labels, #10506
davidovitch (1):
TST: add missing test Excel file formats, rename test to test1 for clarity
ganego (1):
Update install.rst
jreback (60):
Merge pull request #10352 from jreback/doc-tests
Merge pull request #10354 from behzadnouri/cat-reduce
Merge pull request #10379 from rekcahpassyla/empty_series_with_freq_setitem2
Merge pull request #10389 from behzadnouri/nat-reset-index
Merge pull request #10376 from bashtage/improve-excel
Merge pull request #10396 from jreback/td
Merge pull request #10397 from jreback/py3.2
Merge pull request #10401 from kawochen/BUG-FIX-10392
Merge pull request #10400 from kawochen/BUG-FIX-10395
Merge pull request #10428 from jreback/indexing
Merge pull request #10429 from jreback/td2
Merge pull request #10290 from jreback/mi_perf
Merge pull request #10431 from jreback/numpy_dev
Merge pull request #10383 from cancan101/interp_kwargs
BUG: xref #10428, need platform_int as indexer
Merge pull request #10453 from mortada/str_doc_fix
Merge pull request #10179 from sebp/bug_concat_categorical
Merge pull request #10458 from sinhrks/assert_isinstance
Merge pull request #10199 from jreback/gil
Merge pull request #10479 from jaidevd/jd-fix-csv-docstring
Merge pull request #9395 from larsmans/cleanup
Merge pull request #10490 from kawochen/BUG-FIX-10369
Merge pull request #10499 from joshlk/master
Merge pull request #10509 from sinhrks/gen_pickle
Merge pull request #10469 from santegoeds/bugfix/fix-csv_reader-multiindex-empty-data
Merge pull request #10518 from ringw/hdf5-doc-fix
Merge pull request #10472 from jvkersch/fix/var-welford-algorithm
Merge pull request #10541 from zafia/column-name-in-parser-exception
Merge pull request #10542 from schettino72/10151-cleanup-up-platform-python-version-checks
Merge pull request #10557 from kjordahl/bug/pickle-subclass-metadata
Merge pull request #10443 from bashtage/read-hdf-singleton
Merge pull request #10473 from bashtage/hdf-complex
Merge pull request #10502 from jorisvandenbossche/remove-na_fvalues
Merge pull request #10265 from bashtage/enforce-coercion-conversion
Merge pull request #7599 from sinhrks/parsenat
TST: dtype comparisons on windows, xref #10472
Merge pull request #10370 from jreback/build
Merge pull request #10597 from cpcloud/cat-perf
Merge pull request #10569 from jreback/comp
Merge pull request #10497 from bwillers/categorical_shift
Merge pull request #10577 from santegoeds/bugfix/csv_reader-empty-data-with-dtype-args
Merge pull request #10527 from kawochen/BUG-FIX-9618
Merge pull request #10613 from jreback/stata
Merge pull request #10615 from chris-b1/master
Merge pull request #10643 from kawochen/CLN-10566
Merge pull request #10605 from Winterflower/9789-pandas-doc
Merge pull request #10630 from jreback/winbuild
Merge pull request #10614 from nickeubank/update_numba_docs
Merge pull request #10659 from chris-b1/rolling-name
Merge pull request #10516 from kshedden/stata118
Merge pull request #10637 from mortada/index_compare_tests
Merge pull request #10644 from schettino72/gh10408-vectorized-setting-timestamp-column
Merge pull request #10649 from mdagost/url_gzip_fix
Merge pull request #10662 from kshedden/stata118_doc
Merge pull request #10658 from ajcr/GH9428
Merge pull request #10632 from JanSchulz/rem_cat_name
TST: need to use platform int on .take
TST: #10822, skip tests on windows for odd error message in to_datetime with unicode
TST: odd failure of reverse comparison with None on some platforms, xref #10835
COMPAT: value_counts always return int64 dtype, xref #10876
juricast (1):
BUG #GH10425 test_categorical big-endian fix
larvian (1):
BUG: Fix issue with incorrect groupby handling of NaT #10590
maximilianr (1):
Drop & insert on subtypes of index return their subtypes, #10620
msund (2):
Adding plotly to ecosystem
updating account info
rekcahpassyla (1):
Check for size=0 before setting item
scls19fr (1):
read_sql/to_sql can accept database URI as con parameter (:issue:`10214`)
seth-p (1):
ENH: Added api_rst_coverage.py (#8166)
sinhrks (39):
BUG: frequencies.get_freq_code raises an error against offset with n != 1
BUG: drop_duplicates drops name(s).
TST: Use unicode literals in string test
BUG: Fix value_counts name handling
BUG: DataFrame.plot raises ValueError when color name is specified by multiple characters
TST/CLN: remove assert_isinstance
BUG: Series.map using categorical Series raises AttributeError
TST: Simplify genelate_legacy_pickles.py usage
BUG: each date parsing funcs results differently
TST: Split graphics_test to main and others
TST: test_read_famafrench fails with HTTP 404
BUG: pd.eval with numexpr engine coerces 1 element numpy array to scalar
ENH/BUG: color cannot be applied to line subplots
BUG: Repeated time-series plot causes memory leak
BUG: Groupby(sort=False) with datetime-like Categorical raises ValueError
TST: Deprecate assert_numpy_array_equivalent
BUG: df.to_html(index=False) renders index.name
Series.align with MultiIndex may be inverted
BUG: PeriodIndex.order doesnt preserve freq
BUG: Categorical doesn't show tzinfo properly
ENH: duplicated and drop_duplicates now accept take=all kw
TST: make assertion messages more understandable
TST: Suppress warnings of drop_duplicates tests
BUG: Index.take may add unnecessary freq attribute
DOC: Updated drop_duplicates doc
BUG: Merge with empty dataframe may raise IndexError
ERR: Fix quantile error message
DEPR: Series.nlargest/nsmallest take_last.
CLN: plotting cleanups for groupby plotting
BUG: DataFrame.plot may not handle shared ax properly
DEPR: Deprecate legacy offsets
ENH: PeriodIndex can accept freq with mult
BUG: repr of Periods in a Series is broken
BUG: DataFrame subplot with duplicated columns output incorrect result
CLN: Remove __array_finalize__
BUG: Unable to infer negative freq
BUG: DatetimeIndex.freq can defer by ufunc
DOC: Add GroupBy.count
BUG: Index dtype may not be applied properly
springcoil (2):
BUG: 10633 and 10800 fix
updating the docs
terrytangyuan (8):
TST: Changed pythonxs link to alternative link and mofidifed test_html (issue: 10906)
BUG: Fixed bug in DataFrame.diff, #10907 when DataFrame is not consolidated
BUG: Fixed bug that Timedelta raises error when slicing from 0s
DOC: Added default values in parsers.py doc-string
DOC: consistent doc-string with function declaration, added missing param doc-string for sql.py (+1 squashed commit)
BUG: Fixed bug in len(DataFrame.groupby) causing IndexError when there's a NaN-only column (issue11016)
DOC/BUG: Docstring Redesign to fix the problem of unexpected keyword arg (issue10888) (+1 squashed commit)
BUG: Fixed bug in groupby(), and axis=1 with filter() throws IndexError, #11041
tzinckgraf (1):
ENH: allow as_blocks to take a copy argument (#9607)
-----------------------------------------------------------------------
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