Skip to content

BUG: DataFrame.to_string with formatters, header and index False #13350

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 360 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
360 commits
Select commit Hold shift + click to select a range
6b9cd15
TST: assert message shows unnecessary diff (#13676)
sinhrks Jul 18, 2016
694fe61
ENH: Series.append now has ignore_index kw
sinhrks Jul 19, 2016
5a52171
BUG: Add type check for width parameter in str.pad method GH13598
wcwagner Jul 19, 2016
9f635cd
BUG: Cast a key to NaT before get loc from Index
yui-knk Jul 19, 2016
b054536
BUG: merge_asof not handling allow_exact_matches and tolerance on fir…
jreback Jul 19, 2016
361a2b4
CLN: removed pandas.sandbox
gfyoung Jul 19, 2016
1e1e9b3
DEPR: Remove legacy offsets
sinhrks Jul 19, 2016
006bd0b
CLN: removed setter method of categorical's ordered attribute
gfyoung Jul 19, 2016
b225cac
BUG/PERF: Sort mixed-int in Py3, fix Index.difference
pijucha Jul 19, 2016
fafef5d
ENH: Add support for writing variable labels to Stata files
bashtage Jul 19, 2016
506520b
API: Index doesn't results in PeriodIndex if Period contains NaT
sinhrks Jul 19, 2016
31c2e5f
PERF: improve DTI string parse
sinhrks Jul 19, 2016
4c9ae94
DOC: resample warnings
chris-b1 Jul 19, 2016
8acfad3
CLN: Removed the flavor='mysql' option and deprecate flavor in DataFr…
gfyoung Jul 19, 2016
786edc7
ENH: add time-window capability to .rolling
jreback Jul 20, 2016
57b373c
CLN: Remove a test case about Timestamp to TestTimestamp (#13722)
yui-knk Jul 20, 2016
b25a2a1
DOC/DEPR: pivot_annual
sinhrks Jul 20, 2016
016b352
PERF: Improve Period hashing
sinhrks Jul 20, 2016
4962131
MAINT: Removed some warnings in tests
gfyoung Jul 20, 2016
634e95d
CLN: removed the 'diff' method for Index
gfyoung Jul 20, 2016
210fea9
ERR: csv parser exceptions will now bubble up
bdrosen96 Jul 20, 2016
63a1e5c
ENH: astype() allows col label -> dtype mapping as arg
StephenKappel May 8, 2016
aa3ece3
CLN: Replace float64_t with int64_t in _ensure_components (#13673)
yui-knk Jul 20, 2016
1ce8f8e
ERR: Add check for input array lengths in from_arrays method (GH13599)
sahildua2305 Jul 20, 2016
622297c
TST/BUG: test unsortable in safe_sort and Categorical (GH13714)
pijucha Jul 20, 2016
ae144bb
BUG: DatetimeIndex raises AttributeError on win
sinhrks Jul 20, 2016
b37ec14
TST/BUG: Added mote tests for Period(NaT) (#13737)
sinhrks Jul 21, 2016
0fe5a34
ENH: Enable automatic writing of dates to Stata files
bashtage Jul 19, 2016
fc16f1f
CLN: remove deprecated io.sql uquery and tquery functions (#13616)
jorisvandenbossche Jul 21, 2016
e357ea1
DOC: some general doc/sphinx fixes (#13740)
jorisvandenbossche Jul 21, 2016
4d3b6c1
ENH: Adding additional keywords to read_html for #13461 (#13575)
gte620v Jul 21, 2016
4caacdf
DOC: Add reference to frequency strings
sahildua2305 Jul 21, 2016
bb6b5e5
ENH: DataFrame sort columns by rows: sort_values(axis=1)
IamJeffG Jul 21, 2016
253ed5d
CLN: Removed the return_type param in StringMethods.split (#13701)
gfyoung Jul 22, 2016
9f94e6a
TST: Move plotting related tests to tests/plotting (#13621)
sinhrks Jul 22, 2016
e533947
BUG: DatetimeIndex with nanosecond frequency does not include end
sinhrks Jul 23, 2016
5a3b071
BUG: union_categoricals can't handle NaN
sinhrks Jul 23, 2016
1cd1026
Groupby getitem works with all index types (#13731)
jcrist Jul 23, 2016
b23ec91
Closes #13688: added scroll to top button to footer block in theme (#…
shawnheide Jul 23, 2016
b60e42b
ENH: Allow to_sql to recognize single sql type (GH11886) (#13614)
jorisvandenbossche Jul 23, 2016
f919b9e
PEP8: test/indexes/base (#13771)
sinhrks Jul 24, 2016
0067b90
BUG: value_counts may raise OutOfBoundsDatetime (#13772)
sinhrks Jul 24, 2016
7f02a46
TST: add timedelta describe (#13769)
sinhrks Jul 24, 2016
6cae23d
BUG: datetime64[us] arrays with NaT cannot be cast to DatetimeIndex
sinhrks Jul 24, 2016
ee6c0cd
BUG: Fix segfault in lib.isnullobj
gfyoung Jul 24, 2016
6efd743
ENH: Adding lines to read_json
aterrel Jun 2, 2016
964b7bb
TST: skip .to_json with encoding test as not implemented yet
jreback Jul 24, 2016
42cc66d
PERF/BUG: improve factorize for datetimetz (#13750)
sinhrks Jul 24, 2016
4556957
TST, COMPAT: Make MMapWrapper tests Windows compatible (#13732)
gfyoung Jul 24, 2016
be7485f
PEP: for for json skiptest
jreback Jul 24, 2016
c1d8c09
BUG: Fix pd.Timedelta(None) to return NaT.
yui-knk Jul 24, 2016
2c047d4
DOC: whatsnew for #13723
jreback Jul 24, 2016
81a5c98
CNL: remove the io.data and io.wb modules in favor of pandas-dataread…
jorisvandenbossche Jul 24, 2016
474fd05
DOC: Add Fedora and Centos install instructions (#13588)
mscherer Jul 24, 2016
5f524d6
ENH: add is_leap_year property for datetime-like
sinhrks Jul 25, 2016
2166ac1
PERF: Improve duplicated perf
sinhrks Jul 25, 2016
4c2840e
BUG: Fix .to_excel() for MultiIndex containing a NaN value #13511 (#1…
mpuels Jul 25, 2016
4dd734c
DOC: fix slashes in read_csv line_terminator/sep kwargs descriptions …
shawnheide Jul 25, 2016
1367945
CLN: Removed copy parameter in xs_* methods
gfyoung Jul 25, 2016
309e1fe
DEPR: Panel4d and panelND
jreback Jul 25, 2016
3fdcea6
PERF: RangeIndex.is_monotonic_inc/dec
sinhrks Jul 25, 2016
a208c56
DOC: contributing: fix asv usage instructions (#13794)
pv Jul 26, 2016
690d52c
CLN: Removed SparsePanel
gfyoung Jul 26, 2016
98c5b88
BLD: Use tempita for cython templating
sinhrks Jul 26, 2016
8f64ad7
DOC: show failing string on numeric parse (#13773)
chris-b1 Jul 26, 2016
d06355d
TST: Add test for skipfooter + decimal in read_csv (#13800)
gfyoung Jul 26, 2016
a3cddfa
BUG: TypeError in merge with timedelta64 column
sinhrks Jul 26, 2016
fcf2d86
DOC: contributing: explain how to set the asv reporting threshold (#1…
pv Jul 27, 2016
2d3ede6
ASV: fix params to be strings (for better repr) (#13805)
jorisvandenbossche Jul 27, 2016
10da3ae
BUG: RangeIndex can be created without args
sinhrks Jul 27, 2016
63285a4
DOC: Added note to io.rst regarding reading in mixed dtypes
wcwagner Jul 27, 2016
31f8e4d
BUG: parser_trim_buffers properly initializes word pointers in read_csv
ivannz Jul 27, 2016
cc216ad
TST: AmbiguousTimeError with set_index() (#13814)
sinhrks Jul 27, 2016
12c8ce6
BLD: use tempita for hashtable (#13815)
sinhrks Jul 28, 2016
28b4b01
BUG, COMPAT: Fix read_csv for multi-char sep and non-utf8 data in Pyt…
gfyoung Jul 28, 2016
dcb7bf7
ENH: add Index.dropna
sinhrks Jul 28, 2016
5b0d947
BUG: provide chunks with progressively numbered (default) indices
toobaz Jul 29, 2016
e908733
BUG: fix categories in HDFStore not filtering correctly
shawnheide Jul 25, 2016
aa88215
API: Deprecate skip_footer in read_csv
gfyoung Jul 29, 2016
2c55f28
DOC: Fix groupby nth (#13810)
sinhrks Jul 29, 2016
748787d
CLN: Removed the kwds param in to_csv (#13804)
gfyoung Jul 29, 2016
54b2777
BUG: group_shift_indexer checks for null group keys
ivannz Jul 29, 2016
59f2557
ENH: union_categorical supports identical categories with ordered
sinhrks Jul 29, 2016
28ec4cc
TST: use types.api in plotting (#13867)
sinhrks Aug 1, 2016
78eadb7
CLN: Removed / filled stub read_csv tests (#13864)
gfyoung Aug 1, 2016
51e6adb
BUG: disallow 'w' mode in pd.read_hdf (#13623) (#13858)
iamsimha Aug 1, 2016
49243d6
BLD: Fixed pointer ambiguity in 'tokenizer.c'
ivannz Jul 31, 2016
9b2797d
BUG: Fix edge cases in merge_asof() by comparing factorized keys (#13…
chrisaycock Aug 1, 2016
b2a1445
CLN: Removed colSpace parameter (#13857)
gfyoung Aug 1, 2016
d4f95fd
MAINT: Nicer error msg for NULL byte in read_csv (#13859)
gfyoung Aug 1, 2016
299fb75
BUG: Series creation with datetime64 with non-ns unit as object dtype…
sinhrks Aug 2, 2016
1f55e91
DEPR: Remove legacy offsets
agraboso Aug 2, 2016
a7f7e1d
BUG: Fix slicing subclasses of SparseDataFrames.
sstanovnik Jul 25, 2016
2f8fea7
CLN: Removed trellis rplot
gfyoung Aug 2, 2016
768bf49
BUG: fixes 13822, incorrect KeyError string with non-unique columns w…
shawnheide Aug 2, 2016
66c3b46
TST: Add first line comment tests in read_csv (#13881)
gfyoung Aug 3, 2016
caf69d5
BUG: SparseDataFrame may not preserve passed dtype (#13866)
sinhrks Aug 3, 2016
3db3365
ENH: add sort_categories argument to union_categoricals
chris-b1 Aug 3, 2016
97de42a
ENH: Allow users to specify whether gbq should use standard SQL
parthea Aug 3, 2016
e2cb799
DOC: small doc fixed (#13886)
sinhrks Aug 3, 2016
5f47608
BUG: ufunc is not applied to sparse.fill_value
sinhrks Aug 3, 2016
45d54d0
ENH: add sparse op for other dtypes
sinhrks Jul 27, 2016
8ec7406
BLD: remove generated dep from algos.pyx build
jreback Aug 4, 2016
61b14b2
COMPAT: Categorical Subclassing
sinhrks Aug 4, 2016
9ee8c0d
BUG: union_categorical fastpath sort
chris-b1 Aug 4, 2016
5d163ce
ENH: DataFrame.style sparsified MultiIndex
TomAugspurger Aug 4, 2016
0be0d67
BLD: increase cloning depth on travis
jreback Aug 4, 2016
9c1e738
BUG: preserve DatetimeIndex.name in HDFStore/read_hdf() with tz (#13884)
jzwinck Aug 4, 2016
2beab41
ENH: sparse astype now supports int64 and bool
sinhrks Aug 4, 2016
c8e7863
DOC: Add missing word in docstring
rgieseke Aug 5, 2016
e5ee5d2
BUG: Ignore the BOM in BOM UTF-8 CSV files
gfyoung Aug 3, 2016
3186fef
BUG: pd.to_datetime doesn't raises AttributeError with specific input…
conquistador1492 Aug 5, 2016
55a0c2e
BLD: split join.pyx from algos.pyx (#13925)
jreback Aug 6, 2016
cffe6f2
BUG: DatetimeTz shift raises AmbiguousTimeError near DST
sinhrks Aug 6, 2016
a292c13
ENH: parse categoricals in read_csv
chris-b1 Aug 6, 2016
63e8f68
BUG: agg() function on groupby dataframe changes dtype of datetime64[…
facaiy Aug 6, 2016
cfbb24f
BLD: fix conda-build version
jreback Aug 7, 2016
142c796
COMPAT/TST: windows sparse int comparisons (#13927)
jreback Aug 7, 2016
7e15923
CI: disable py3.4 build appveyor
jreback Aug 7, 2016
cff1f55
ENH: Faster merge_asof() performs a single pass when joining tables (…
Aug 8, 2016
72be37b
BUG: allow describe() for DataFrames with only boolean columns
agraboso Aug 8, 2016
81819b7
BUG: Fix Period and PeriodIndex support of combined offsets aliases
agraboso Aug 8, 2016
b7abef4
DOC: Added example of using OrderedDict for agg.
bkandel-picwell Aug 8, 2016
ae26ec7
BLD: Fix sparse warnings
sinhrks Aug 8, 2016
49f99ac
BUG: Fixed float parsing with unit when using pd.to_datetime (GH13834)
wcwagner Aug 9, 2016
e89a0a0
TST: Removed regex warning for read_csv
gfyoung Aug 9, 2016
cce7993
ENH: raise ImporError if conn is string and sqlalchemy not installed …
ksindi Aug 10, 2016
0e7ae89
BUG: multi-type SparseDataFrame fixes and improvements
sstanovnik Aug 10, 2016
576f319
COMPAT: py3 compat for scripts/merge-pr.py
jreback Aug 10, 2016
4df08a9
BLD: fix up merge scripts
jreback Aug 10, 2016
5bfb220
BLD: py3 compat in scripts/merge-pr.py
jreback Aug 10, 2016
1c7d194
COMPAT: use mpl area legend if available (#13680)
sinhrks Aug 10, 2016
5df9123
DOC: add whatsnew for #11920 (#13953)
jorisvandenbossche Aug 10, 2016
7bfc7c4
DOC: remove rplot seaborn equivalent example figures (#13954)
jorisvandenbossche Aug 10, 2016
0b2f1f4
CLN: Period cleanup related to array like meth
sinhrks Aug 10, 2016
257ac88
ENH: Improve error message for repeated Stata categories
bashtage Aug 10, 2016
a963139
BLD: add tempita files to depends
chris-b1 Aug 11, 2016
4a80521
BUG: properly close files opened by parsers
agraboso Aug 11, 2016
70f361b
CLN: PeriodIndex to use nan related cache
sinhrks Aug 12, 2016
29d9e24
BUG/DEPR: combine dtype fixes
sinhrks Aug 12, 2016
6f88416
DOC: suppress warnings for Panel4D deprecation (#13989)
jorisvandenbossche Aug 13, 2016
e0c3291
TST: Cleanup test_indexing
sinhrks Aug 13, 2016
1f88312
BUG: Sparse indexing with bool sparse may be incorrect
sinhrks Aug 13, 2016
0975509
Use DeprecationWarning for core.common deprecations (GH13634)
jorisvandenbossche Aug 13, 2016
3760f16
BUG: Index may ignore specified datetime/timedelta dtypes
sinhrks Aug 13, 2016
7a8d224
BUG: freqstr may be parsed incorrectly
sinhrks Aug 13, 2016
22ef6f0
CLN: Move PeriodIndex.repeat to DatetimeIndexOpsMixin
sinhrks Aug 14, 2016
0236d75
TST: Fix unused tests in tseries/test_base.py
sinhrks Aug 14, 2016
a0d05db
BUG: groupby cumsum with axis=1 computes cumprod
agraboso Aug 14, 2016
5b0a8b0
CLN: move _na_value to DatetimeIndexOpsMixin (#13997)
sinhrks Aug 15, 2016
5f49638
DOC: Added example and notes to NDFrame.where (#13798)
jalexvig Aug 15, 2016
66f9591
BUG: RangeIndex accepting length-1 arrays as argument (#13765)
jorisvandenbossche Aug 15, 2016
ef61beb
Fixed to_string with line_width and without index (#13998)
cr3 Aug 15, 2016
f93ad1c
Ensure total_rows is always set (#13244)
cgrin Aug 15, 2016
8b50d8c
BUG: Don't error in pd.to_timedelta when errors=ignore
gfyoung Aug 15, 2016
471c4e7
ENH: bool sparse now supports logical op
sinhrks Aug 15, 2016
1d7e451
DEPR: Deprecate SparseList. (#14007)
gfyoung Aug 16, 2016
4d6a40a
TST: move SparseList to deprecate in api, xref #14007
jreback Aug 16, 2016
5c27c02
BUG: Avoid sentinel-infinity comparison problems (#13445)
dsm054 Aug 16, 2016
6b7857b
TST: separate join tests from algos in test_join.py, xref #13925
jreback Aug 16, 2016
5d791cc
BUG: handle outofbounds datetimes in DatetimeConverter
jorisvandenbossche Aug 16, 2016
0780443
PERF/COMPAT: define platform int to np.intp
chris-b1 Aug 17, 2016
cb43b6c
BUG: Parse NULL char as null value
gfyoung Aug 17, 2016
7c0b742
TST: add comprehensive coercion tests
sinhrks Aug 17, 2016
15e9401
BUG: Copy index(GH 13522) (#14005)
conquistador1492 Aug 17, 2016
6fa2b03
ENH: PeriodIndex now has period dtype
sinhrks Aug 17, 2016
c3e24a1
TST: Fix test_coercion for period dtype
sinhrks Aug 18, 2016
1919e26
ENH: GbqConnector should be able to fetch default credentials on Goog…
mhaseebtariq Aug 18, 2016
6d8044c
DOC: fixed using IP.prompt_manager which is removed from IPython 5.x …
znmean Aug 18, 2016
6cc7135
CLN: move PeriodIndex.__getitem__ to DatetimeIndexOpsMixin
sinhrks Aug 18, 2016
a01e58f
BUG: ufunc with PeriodIndex may raise IncompatibleFrequency
sinhrks Aug 18, 2016
5c955cb
CLN: Drop lags parameter from Panel.shift (#14041)
gfyoung Aug 19, 2016
453bc26
DOC: NDFrame.to_hdf(data_columns) documented (#13061).
jzwinck Aug 19, 2016
49af018
DOC: add data_columns to doc string of `df.to_hdf()` and `HDFStore.ap…
jorisvandenbossche Aug 19, 2016
53447f4
CLN: Removed DataFrame.to_wide (#14039)
gfyoung Aug 19, 2016
5c78ee6
DOC: update docs for read_csv().na_values and keep_default_na
OXPHOS Aug 20, 2016
51b20de
API: SparseSeries comparison now returns sparse
sinhrks Aug 20, 2016
ce61b3f
ENH: Fine-grained errstate handling
rkern Aug 21, 2016
86a36f7
DOC: whatsnew fix
jreback Aug 21, 2016
ae4ffac
BUG: Don't error when usecols is a numpy array (#14055)
gfyoung Aug 21, 2016
447df80
BUG, DOC: Fix inconsistencies with scalar na_values in read_csv (#14056)
gfyoung Aug 21, 2016
df2d9ab
BUG: Validate the ordered parameter for Categorical (#14059)
gfyoung Aug 21, 2016
ba2df22
COMPAT/TST Matplotlib 2.0 compatability (#13662)
TomAugspurger Aug 22, 2016
6645b2b
BUG: fix read_csv c engine to accept unicode aliases for encoding (#1…
nateGeorge Aug 22, 2016
fb6fbae
TST: Add tests for internal EOF in read_csv (#14069)
gfyoung Aug 24, 2016
3923fcd
BUG: Align to_csv signatures with DataFrame and Series (#14063)
gfyoung Aug 24, 2016
e23e6f1
API: PeriodIndex.values now return array of Period objects
sinhrks Aug 24, 2016
5152cdd
API/BUG: Fix Series ops inconsistencies (#13894)
sinhrks Aug 25, 2016
185fcbe
TST/DOC: apply date() with timezones (#14085)
rockg Aug 25, 2016
042b6f0
BUG: yield correct Series subclass in df.iterrows() (#13977)
kernc Aug 26, 2016
e31f981
BUG: Series indexing with tuple-valued data and a numeric index
Aug 26, 2016
0db4304
BUG: Empty lists shouldn't be counted as DateOffsets.
tom-bird Aug 3, 2016
0e61847
BUG: Dataframe.fillna with np.nan for dtype=category(GH 14021)
conquistador1492 Aug 26, 2016
670435a
DEPR: Deprecated Index.to_datetime (#14096)
gfyoung Aug 27, 2016
9d10b76
BUG: Don't parse index column as numeric when parse_dates=True (#14077)
gfyoung Aug 27, 2016
a0151a7
DOC: unpin IPython version (GH13639) (#14037)
jorisvandenbossche Aug 27, 2016
8d1646c
COMPAT: int dtype in json tests (#14100)
chris-b1 Aug 28, 2016
be61825
DOC: Update README to link to install instructions. (#13882)
TomAugspurger Aug 28, 2016
ca2b104
Added consistent pandas imports in io documentation (#14097)
jackieleng Aug 29, 2016
5a20ea2
API: change unique to return Index (#13979)
sinhrks Aug 29, 2016
a9c15d3
DEPR: Deprecate Timestamp.to_datetime (#14101)
gfyoung Aug 29, 2016
10bf721
DOC: small update to install.rst page (#14115)
jorisvandenbossche Aug 29, 2016
0c1e052
BUG: series resample with timedelta values looses dtype (GH13119) (#1…
jorisvandenbossche Aug 31, 2016
b6d3a81
ENH: Sparse dtypes (#13849)
sinhrks Aug 31, 2016
47a8e71
ENH: add parameter for HTML border (#14061)
TomAugspurger Aug 31, 2016
f92cd7e
TST: Enable Google BigQuery (pandas.io.gbq) integration testing #11089
parthea Aug 30, 2016
8654a9e
API: Expanded resample
chris-b1 Aug 31, 2016
b2a73b8
BUG: #14095. Amend eval() resolvers kwarg to accept lists
tom-bird Aug 31, 2016
5db52f0
API: Warn or raise for > 1 char encoded sep
gfyoung Aug 31, 2016
8fdfa51
Test for segfault in factorize (gh12666) (#14112)
mralgos Aug 31, 2016
70bb179
CLN: Datetimelike._can_hold_na (#13983)
sinhrks Sep 1, 2016
5f5acc3
TST: confirming tests for some fixed issues (#14117)
jorisvandenbossche Sep 1, 2016
6483180
Make show_versions not to reload modules (GH13684) (#14126)
jorisvandenbossche Sep 1, 2016
306e647
DEPR: Deprecated PeriodIndex.to_datetime (#14113)
gfyoung Sep 1, 2016
58199c5
API: Raise FileNotFoundError for nonexistent files (#14116)
gfyoung Sep 1, 2016
362a561
BUG: Don't print stray newline with MultiIndex
gfyoung Sep 2, 2016
ccec504
BUG: int dtype for get_dummies
TomAugspurger Sep 2, 2016
d26363b
BUG/DEPR: Categorical: keep dtype in MultiIndex (#13743), deprecate .…
pijucha Jul 30, 2016
752ba9a
TST: fix blosc version (#14142)
jreback Sep 2, 2016
59524af
TST: sparse / dummy array comparisons on windows, xref #14140 (#14141)
jreback Sep 3, 2016
0323336
BUG: concat/append misc fixes (#13660)
sinhrks Sep 3, 2016
e9c5c2d
Revert "TST: fix blosc version (#14142)"
jreback Sep 3, 2016
4488f18
BUG/CLN: datetimelike Index.equals may return True with non-Index
sinhrks Sep 3, 2016
da7d473
DEPR: Change boxplot return_type kwarg (#12216)
TomAugspurger Sep 4, 2016
900ae6b
DOC: typo/corrections in whatsnew
jreback Sep 4, 2016
33f9c87
Fix typo (change 'n' to 'k' in get_dummies documentation). (#14153)
c123w Sep 5, 2016
f7506c6
DOC: issue typo in v0.19.0
jreback Sep 5, 2016
3110a72
BLD: add in build conflict resolution to appeveyor.yml
jreback Sep 5, 2016
1a8273c
TST: skipping xref #14120, locale separator in parser tests of unsupp…
jreback Sep 6, 2016
e54d4db
MAINT: flake8 *.pyx files
gfyoung Sep 6, 2016
8023029
API/DEPR: Remove +/- as setops for Index (GH8227) (#14127)
jorisvandenbossche Sep 6, 2016
844d5fb
Fix trivial typo in comment (#14174)
iuliux Sep 7, 2016
e88ad28
API/DEPR: Remove +/- as setops for DatetimeIndex/PeriodIndex (GH9630)…
jorisvandenbossche Sep 7, 2016
3f3839b
DEPR: Deprecate pandas.core.datetools (#14105)
gfyoung Sep 7, 2016
ab4bd36
ENH: concat and append now can handle unordered categories (#13767)
sinhrks Sep 7, 2016
9b7efd6
Add steps to run gbq integration testing to the contributing docs (#1…
parthea Sep 7, 2016
1ace12b
DOC: cleanup build warnings (#14172)
jorisvandenbossche Sep 7, 2016
957eaa4
DOC: clean-up 0.19.0 whatsnew file (#14176)
jorisvandenbossche Sep 7, 2016
497a3bc
RLS: v0.19.0rc1
jorisvandenbossche Sep 7, 2016
ff435ba
BUG : bug in setting a slice of a Series with a np.timedelta64
Sep 6, 2016
d8cd33b
BUG: fix tz-aware datetime convert to DatetimeIndex (GH 14088)
conquistador1492 Sep 8, 2016
02df7b6
DOC: minor typo in 0.19.0 whatsnew file (#14185)
chrisaycock Sep 8, 2016
8af6264
TST: Make encoded sep check more locale sensitive (#14161)
gfyoung Sep 8, 2016
939a221
BUG: Categorical constructor not idempotent with ext dtype
chris-b1 Sep 9, 2016
289cd6d
BUG: fix str.contains for series containing only nan values
josh-howes Sep 9, 2016
678b636
BUG: df.to_string with formatters, header and index False
Jun 2, 2016
5a1b743
BUG: Fix issue #13032, annotate test
Jun 3, 2016
4d7559d
BUG: spacing issue complete
Jun 3, 2016
aa91bcd
BUG: hunt down remaining leading whitespace
Jun 3, 2016
ee2481c
Merge branch 'dataframe-to_string-minor-bug-fix' of https://github.co…
Sep 10, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
.vagrant
.noseids
.ipynb_checkpoints
.tags

# Compiled source #
###################
Expand Down
202 changes: 148 additions & 54 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,30 @@

sudo: false
language: python

env:
# To turn off cached miniconda, cython files and compiler cache comment out the
# USE_CACHE=true line for the build in the matrix below. To delete caches go to
# https://travis-ci.org/OWNER/REPOSITORY/caches or run
# travis cache --delete inside the project directory from the travis command line client
# The cash directories will be deleted if anything in ci/ changes in a commit
cache:
directories:
- $HOME/miniconda # miniconda cache
- $HOME/.cache # cython cache
- $HOME/.ccache # compiler cache

env:
global:
# scatterci API key
#- secure: "Bx5umgo6WjuGY+5XFa004xjCiX/vq0CyMZ/ETzcs7EIBI1BE/0fIDXOoWhoxbY9HPfdPGlDnDgB9nGqr5wArO2s+BavyKBWg6osZ3dmkfuJPMOWeyCa92EeP+sfKw8e5HSU5MizW9e319wHWOF/xkzdHR7T67Qd5erhv91x4DnQ="
# ironcache API key
- secure: "e4eEFn9nDQc3Xa5BWYkzfX37jaWVq89XidVX+rcCNEr5OlOImvveeXnF1IzbRXznH4Sv0YsLwUd8RGUWOmyCvkONq/VJeqCHWtTMyfaCIdqSyhIP9Odz8r9ahch+Y0XFepBey92AJHmlnTh+2GjCDgIiqq4fzglojnp56Vg1ojA="
- secure: "CjmYmY5qEu3KrvMtel6zWFEtMq8ORBeS1S1odJHnjQpbwT1KY2YFZRVlLphfyDQXSz6svKUdeRrCNp65baBzs3DQNA8lIuXGIBYFeJxqVGtYAZZs6+TzBPfJJK798sGOj5RshrOJkFG2rdlWNuTq/XphI0JOrN3nPUkRrdQRpAw="
#- secure: "e4eEFn9nDQc3Xa5BWYkzfX37jaWVq89XidVX+rcCNEr5OlOImvveeXnF1IzbRXznH4Sv0YsLwUd8RGUWOmyCvkONq/VJeqCHWtTMyfaCIdqSyhIP9Odz8r9ahch+Y0XFepBey92AJHmlnTh+2GjCDgIiqq4fzglojnp56Vg1ojA="
#- secure: "CjmYmY5qEu3KrvMtel6zWFEtMq8ORBeS1S1odJHnjQpbwT1KY2YFZRVlLphfyDQXSz6svKUdeRrCNp65baBzs3DQNA8lIuXGIBYFeJxqVGtYAZZs6+TzBPfJJK798sGOj5RshrOJkFG2rdlWNuTq/XphI0JOrN3nPUkRrdQRpAw="
# pandas-docs-bot GH
- secure: "PCzUFR8CHmw9lH84p4ygnojdF7Z8U5h7YfY0RyT+5K/aiQ1ZTU3ZkDTPI0/rR5FVMxsEEKEQKMcc5fvqW0PeD7Q2wRmluloKgT9w4EVEJ1ppKf7lITPcvZR2QgVOvjv4AfDtibLHFNiaSjzoqyJVjM4igjOu8WTlF3JfZcmOQjQ="

git:
# for cloning
depth: 500
depth: 1000

matrix:
fast_finish: true
Expand All @@ -29,115 +39,198 @@ matrix:
- BUILD_TYPE=conda
- JOB_TAG=_OSX
- TRAVIS_PYTHON_VERSION=3.5
- CACHE_NAME="35_osx"
- USE_CACHE=true
- python: 2.7
env:
- JOB_NAME: "27_slow_nnet_LOCALE"
- NOSE_ARGS="slow and not network and not disabled"
- LOCALE_OVERRIDE="zh_CN.GB18030"
- FULL_DEPS=true
- JOB_TAG=_LOCALE
- JOB_NAME: "27_slow_nnet_LOCALE"
- NOSE_ARGS="slow and not network and not disabled"
- LOCALE_OVERRIDE="zh_CN.UTF-8"
- FULL_DEPS=true
- JOB_TAG=_LOCALE
- CACHE_NAME="27_slow_nnet_LOCALE"
- USE_CACHE=true
addons:
apt:
packages:
- language-pack-zh-hans
- python: 2.7
env:
- JOB_NAME: "27_nslow"
- NOSE_ARGS="not slow and not disabled"
- FULL_DEPS=true
- CLIPBOARD_GUI=gtk2
- LINT=true
- JOB_NAME: "27_nslow"
- NOSE_ARGS="not slow and not disabled"
- FULL_DEPS=true
- CLIPBOARD_GUI=gtk2
- LINT=true
- CACHE_NAME="27_nslow"
- USE_CACHE=true
addons:
apt:
packages:
- python-gtk2
- python: 3.4
env:
- JOB_NAME: "34_nslow"
- NOSE_ARGS="not slow and not disabled"
- FULL_DEPS=true
- CLIPBOARD=xsel
- JOB_NAME: "34_nslow"
- NOSE_ARGS="not slow and not disabled"
- FULL_DEPS=true
- CLIPBOARD=xsel
- CACHE_NAME="34_nslow"
- USE_CACHE=true
addons:
apt:
packages:
- xsel
- python: 3.5
env:
- JOB_NAME: "35_nslow"
- NOSE_ARGS="not slow and not network and not disabled"
- FULL_DEPS=true
- CLIPBOARD=xsel
- COVERAGE=true
- JOB_NAME: "35_nslow"
- NOSE_ARGS="not slow and not network and not disabled"
- FULL_DEPS=true
- CLIPBOARD=xsel
- COVERAGE=true
- CACHE_NAME="35_nslow"
# - USE_CACHE=true # Don't use cache for 35_nslow
addons:
apt:
packages:
- xsel
# In allow_failures
- python: 2.7
env:
- JOB_NAME: "27_slow"
- JOB_TAG=_SLOW
- NOSE_ARGS="slow and not network and not disabled"
- FULL_DEPS=true
- JOB_NAME: "27_slow"
- JOB_TAG=_SLOW
- NOSE_ARGS="slow and not network and not disabled"
- FULL_DEPS=true
- CACHE_NAME="27_slow"
- USE_CACHE=true
# In allow_failures
- python: 3.4
env:
- JOB_NAME: "34_slow"
- JOB_TAG=_SLOW
- NOSE_ARGS="slow and not network and not disabled"
- FULL_DEPS=true
- CLIPBOARD=xsel
- JOB_NAME: "34_slow"
- JOB_TAG=_SLOW
- NOSE_ARGS="slow and not network and not disabled"
- FULL_DEPS=true
- CLIPBOARD=xsel
- CACHE_NAME="34_slow"
- USE_CACHE=true
addons:
apt:
packages:
- xsel
# In allow_failures
- python: 2.7
env:
- JOB_NAME: "27_build_test_conda"
- JOB_TAG=_BUILD_TEST
- NOSE_ARGS="not slow and not disabled"
- FULL_DEPS=true
- BUILD_TEST=true
- JOB_NAME: "27_build_test_conda"
- JOB_TAG=_BUILD_TEST
- NOSE_ARGS="not slow and not disabled"
- FULL_DEPS=true
- BUILD_TEST=true
- CACHE_NAME="27_build_test_conda"
- USE_CACHE=true
# In allow_failures
- python: 3.5
env:
- JOB_NAME: "35_numpy_dev"
- JOB_TAG=_NUMPY_DEV
- NOSE_ARGS="not slow and not network and not disabled"
- PANDAS_TESTING_MODE="deprecate"
- JOB_NAME: "35_numpy_dev"
- JOB_TAG=_NUMPY_DEV
- NOSE_ARGS="not slow and not network and not disabled"
- PANDAS_TESTING_MODE="deprecate"
- CACHE_NAME="35_numpy_dev"
- USE_CACHE=true
addons:
apt:
packages:
- libatlas-base-dev
- gfortran
# In allow_failures
- python: 2.7
env:
- JOB_NAME: "27_nslow_nnet_COMPAT"
- NOSE_ARGS="not slow and not network and not disabled"
- LOCALE_OVERRIDE="it_IT.UTF-8"
- INSTALL_TEST=true
- JOB_TAG=_COMPAT
- JOB_NAME: "27_nslow_nnet_COMPAT"
- NOSE_ARGS="not slow and not network and not disabled"
- LOCALE_OVERRIDE="it_IT.UTF-8"
- INSTALL_TEST=true
- JOB_TAG=_COMPAT
- CACHE_NAME="27_nslow_nnet_COMPAT"
- USE_CACHE=true
addons:
apt:
packages:
- language-pack-it
# In allow_failures
- python: 2.7
env:
- JOB_NAME: "doc_build"
- FULL_DEPS=true
- DOC_BUILD=true # if rst files were changed, build docs in parallel with tests
- JOB_TAG=_DOC_BUILD
- JOB_NAME: "doc_build"
- FULL_DEPS=true
- DOC_BUILD=true
- JOB_TAG=_DOC_BUILD
- CACHE_NAME="doc_build"
- USE_CACHE=true
allow_failures:
- python: 2.7
env:
- JOB_NAME: "27_slow"
- JOB_TAG=_SLOW
- NOSE_ARGS="slow and not network and not disabled"
- FULL_DEPS=true
- CACHE_NAME="27_slow"
- USE_CACHE=true
- python: 3.4
env:
- JOB_NAME: "34_slow"
- JOB_TAG=_SLOW
- NOSE_ARGS="slow and not network and not disabled"
- FULL_DEPS=true
- CLIPBOARD=xsel
- CACHE_NAME="34_slow"
- USE_CACHE=true
addons:
apt:
packages:
- xsel
- python: 2.7
env:
- JOB_NAME: "27_build_test_conda"
- JOB_TAG=_BUILD_TEST
- NOSE_ARGS="not slow and not disabled"
- FULL_DEPS=true
- BUILD_TEST=true
- CACHE_NAME="27_build_test_conda"
- USE_CACHE=true
- python: 3.5
env:
- JOB_NAME: "35_numpy_dev"
- JOB_TAG=_NUMPY_DEV
- NOSE_ARGS="not slow and not network and not disabled"
- PANDAS_TESTING_MODE="deprecate"
- CACHE_NAME="35_numpy_dev"
- USE_CACHE=true
addons:
apt:
packages:
- libatlas-base-dev
- gfortran
- python: 2.7
env:
- JOB_NAME: "27_nslow_nnet_COMPAT"
- NOSE_ARGS="not slow and not network and not disabled"
- LOCALE_OVERRIDE="it_IT.UTF-8"
- INSTALL_TEST=true
- JOB_TAG=_COMPAT
- CACHE_NAME="27_nslow_nnet_COMPAT"
- USE_CACHE=true
addons:
apt:
packages:
- language-pack-it
- python: 2.7
env:
- JOB_NAME: "doc_build"
- FULL_DEPS=true
- DOC_BUILD=true
- JOB_TAG=_DOC_BUILD
- CACHE_NAME="doc_build"
- USE_CACHE=true

before_install:
- echo "before_install"
- source ci/travis_process_gbq_encryption.sh
- echo $VIRTUAL_ENV
- export PATH="$HOME/miniconda/bin:$PATH"
- df -h
Expand All @@ -153,9 +246,10 @@ before_install:

install:
- echo "install start"
- ci/prep_ccache.sh
- ci/check_cache.sh
- ci/prep_cython_cache.sh
- ci/install_travis.sh
- ci/submit_ccache.sh
- ci/submit_cython_cache.sh
- echo "install done"

before_script:
Expand All @@ -175,6 +269,6 @@ after_success:
after_script:
- echo "after_script start"
- ci/install_test.sh
- source activate pandas && ci/print_versions.py
- source activate pandas && python -c "import pandas; pandas.show_versions();"
- ci/print_skipped.py /tmp/nosetests.xml
- echo "after_script done"
4 changes: 2 additions & 2 deletions LICENSES/ULTRAJSON_LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


Portions of code from MODP_ASCII - Ascii transformations (upper/lower, etc)
http://code.google.com/p/stringencoders/
https://github.com/client9/stringencoders
Copyright (c) 2007 Nick Galbreath -- nickg [at] modp [dot] com. All rights reserved.

Numeric decoder derived from from TCL library
http://www.opensource.apple.com/source/tcl/tcl-14/tcl/license.terms
* Copyright (c) 1988-1993 The Regents of the University of California.
* Copyright (c) 1994 Sun Microsystems, Inc.
* Copyright (c) 1994 Sun Microsystems, Inc.
Loading