Skip to content

Pull requests: pandas-dev/pandas

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

COMPAT: xarray 0.8.2 test compat w.r.t. CategoricalIndex idempotency Compat pandas objects compatability with Numpy or Python functions Testing pandas testing functions or related to the test suite
#15285 by jreback was merged Feb 1, 2017 Loading… updated Feb 1, 2017 0.20.0
COMPAT: numpy master compat for groupby-filter Compat pandas objects compatability with Numpy or Python functions
#15365 by jreback was closed Feb 12, 2017 Loading… updated Feb 12, 2017 0.20.0
Add __copy__ and __deepcopy__ to NDFrame Compat pandas objects compatability with Numpy or Python functions Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#15444 by bmcfee was closed Feb 20, 2017 Loading… updated Feb 20, 2017
4 tasks
0.20.0
CLN: split off frozen (immutable) data structures into pandas/indexes/frozen.py Clean Compat pandas objects compatability with Numpy or Python functions
#15477 by jreback was closed Feb 24, 2017 Loading… updated Feb 24, 2017 0.20.0
clean up PeriodIndex constructor Compat pandas objects compatability with Numpy or Python functions Period Period data type
#13277 by max-sixty was closed Mar 4, 2017 Loading… updated Mar 4, 2017
4 tasks done
0.20.0
Subclassed reshape Compat pandas objects compatability with Numpy or Python functions
#15564 by delgadom was closed Mar 8, 2017 Loading… updated Mar 9, 2017
4 tasks done
ENH: use constant f32 eps, not np.finfo() during import Compat pandas objects compatability with Numpy or Python functions
#15691 by jzwinck was closed Mar 15, 2017 Loading… updated Mar 15, 2017
2 of 4 tasks
0.20.0
compatibility with scipy 0.19 Compat pandas objects compatability with Numpy or Python functions Numeric Operations Arithmetic, Comparison, and Logical operations Testing pandas testing functions or related to the test suite
#15689 by zym1010 was closed Mar 15, 2017 Loading… updated Mar 16, 2017 0.20.0
BUG: various 32bit compat issues 32bit 32-bit systems Bug Compat pandas objects compatability with Numpy or Python functions Dtype Conversions Unexpected or buggy dtype conversions
#15766 by jreback was closed Mar 21, 2017 Loading… updated Mar 21, 2017 0.20.0
COMPAT: 32-bit skips 32bit 32-bit systems Compat pandas objects compatability with Numpy or Python functions
#15776 by jreback was merged Mar 22, 2017 Loading… updated Mar 22, 2017 0.20.0
COMPAT: 3.6.1 compat for change in PySlice_GetIndices_Ex Compat pandas objects compatability with Numpy or Python functions Internals Related to non-user accessible pandas implementation Testing pandas testing functions or related to the test suite
#15790 by jreback was closed Mar 23, 2017 Loading… updated Mar 23, 2017 0.20.0
COMPAT: add 0.19.2 msgpack/pickle files Compat pandas objects compatability with Numpy or Python functions
#15848 by jreback was merged Mar 30, 2017 Loading… updated Mar 30, 2017 0.20.0
COMPAT: NaT support tz_localize / tz_convert (#15830) Compat pandas objects compatability with Numpy or Python functions Datetime Datetime data dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#15868 by atbd was merged Apr 2, 2017 Loading… updated Apr 2, 2017
2 tasks done
0.20.0
ENH: Add file buffer validation to I/O ops Compat pandas objects compatability with Numpy or Python functions IO CSV read_csv, to_csv
#15894 by gfyoung was closed Apr 5, 2017 Loading… updated Apr 5, 2017 0.20.0
COMPAT: 32bit compat on indexing for MI.remove_unused_levels 32bit 32-bit systems Compat pandas objects compatability with Numpy or Python functions
#15948 by jreback was merged Apr 8, 2017 Loading… updated Apr 8, 2017 0.20.0
move io.c from using unbuffered fread()s to read()s. Compat pandas objects compatability with Numpy or Python functions IO CSV read_csv, to_csv
#16039 by dgwynne was merged Apr 20, 2017 Loading… updated Apr 20, 2017
4 tasks
0.20.0
COMPAT: PySlice_GetIndicesEx is a macro on PyPy Compat pandas objects compatability with Numpy or Python functions
#16194 by mattip was merged May 2, 2017 Loading… updated May 2, 2017 0.20.0
COMPAT: ensure proper extension dtype's don't pickle the cache Compat pandas objects compatability with Numpy or Python functions Dtype Conversions Unexpected or buggy dtype conversions
#16207 by jreback was merged May 3, 2017 Loading… updated May 3, 2017 0.20.0
COMPAT/TEST test, fix for unsafe Vector.resize(), which allows refche… Compat pandas objects compatability with Numpy or Python functions
#16258 by mattip was merged May 11, 2017 Loading… updated May 11, 2017 0.21.0
TST: remove pandas-datareader xfail as 0.4.0 works Compat pandas objects compatability with Numpy or Python functions Testing pandas testing functions or related to the test suite
#16374 by jreback was merged May 17, 2017 Loading… updated May 30, 2017 0.20.2
ENH: Adding 'protocol' parameter to 'to_pickle'. Compat pandas objects compatability with Numpy or Python functions Enhancement IO Data IO issues that don't fit into a more specific label
#16252 by jbschiratti was closed May 18, 2017 Loading… updated May 18, 2017 0.21.0
ENH: Support fspath protocol Compat pandas objects compatability with Numpy or Python functions IO Data IO issues that don't fit into a more specific label
#16301 by TomAugspurger was merged May 18, 2017 Loading… updated May 27, 2017 0.21.0
COMPAT: 32-bit compat for testing of indexers 32bit 32-bit systems Compat pandas objects compatability with Numpy or Python functions
#16849 by jreback was merged Jul 7, 2017 Loading… updated Jul 7, 2017 0.21.0
ENH - Modify Dataframe.select_dtypes to accept scalar values Compat pandas objects compatability with Numpy or Python functions Dtype Conversions Unexpected or buggy dtype conversions Enhancement
#16860 by Ffisegydd was merged Jul 10, 2017 Loading… updated Jul 10, 2017 0.21.0
COMPAT: moar 32-bit compat for testing of indexers 32bit 32-bit systems Compat pandas objects compatability with Numpy or Python functions Indexing Related to indexing on series/frames, not to indexes themselves Testing pandas testing functions or related to the test suite
#16869 by jreback was merged Jul 10, 2017 Loading… updated Jul 10, 2017 0.21.0
ProTip! Exclude everything labeled bug with -label:bug.