You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#3028 is probably relevant. I have epsilon experience with Cython so I won't really be able to help out with this one. Happy to do more debugging if you need any though.
The text was updated successfully, but these errors were encountered:
Version 0.11 RC 1
* tag 'v0.11.0rc1': (647 commits)
RLS: version 0.11 release candidate 1
TST: py3 compat on test_pickle.py
TST: properly raise the quoted exception when trying to unpickle on py2
BUG: fix raw path to github raw data file
DOC add missing arguments to to_datetime docstring
PERF: series construction perf enhancements, use a fast path based on dtype
PERF/CLN: infer Period in infer_dtype, later index inference is faster
TST: run benchmark for repr wide frame with/without interactive mode
PERF: fixed int64 indexing perf issue when conversion to int64
DOC: fix typo
WIP: finish on pandas-dev#2856
DOC: add docstring
BLD: travis make nose test selection clear via env_var
BUG: segfault when set_index with MultiIndex. closepandas-dev#3308
BUG: ensure index casting works even in Int64Index
ENH: added py3 pickles, revsied to include SparseSeries/SparseDataFrame/Index/MultiIndex
BUG: reading py2 pickles in py3 ok now
BLD: fix setup.py to load correctly data files
ENH: added legacy pickel generation/testing suppport
CLN: moved all data for tests to /data sub-dir of the tests
...
I probably shouldn't have been doing this in the first place, but I'm able to consistently generate a segfault with:
#3028 is probably relevant. I have epsilon experience with Cython so I won't really be able to help out with this one. Happy to do more debugging if you need any though.
The text was updated successfully, but these errors were encountered: