Skip to content

TST: Remove explicit connectivity checks in test cases. #1

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 99 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
99 commits
Select commit Hold shift + click to select a range
510d350
correct FRED test (GDP changed ...)
gliptak Jun 8, 2013
877d8bb
remove unused import in test_yahoo
gliptak Jun 8, 2013
8196db9
Use google finance as datasource (test only, still pointing to yahoo …
gliptak Jun 8, 2013
58e8676
Merge pull request #3812 from gliptak/patch-1
cpcloud Jun 8, 2013
24102ae
Merge pull request #3813 from gliptak/patch-2
hayd Jun 8, 2013
ad89365
Remove unneeded import from test_google
gliptak Jun 8, 2013
ee10caa
Implement _get_hist_google
gliptak Jun 8, 2013
f43d245
No current finance data from Google
gliptak Jun 8, 2013
9403b11
DOC: filter the correct warning for unique(key, column)
cpcloud Jun 8, 2013
359c736
DOC/BUG: fix overwriting of 'df' variable in doc build
cpcloud Jun 8, 2013
fdcaf13
DOC: give deprecation warning about future timeseries broadcasting be…
cpcloud Jun 8, 2013
c052957
Corrected typo in data
gliptak Jun 9, 2013
0aadb11
Change google finance tests to @network only
gliptak Jun 9, 2013
b8eee75
Tag yahoo data tests as @network only
gliptak Jun 9, 2013
4f482d5
Merge pull request #3815 from cpcloud/doc-build-fix
cpcloud Jun 9, 2013
9ed14cf
CLN: conform read_clipboard / to_clipboard to new io standards
jreback Jun 9, 2013
241db0d
Merge pull request #3824 from jreback/clipboard
jreback Jun 9, 2013
5496613
Merge pull request #3814 from gliptak/googledata
wesm Jun 10, 2013
e8a5318
DOC: release note for #3814
wesm Jun 10, 2013
9713e45
Merge pull request #3816 from gliptak/patch-1
wesm Jun 10, 2013
044daae
BUG: missing imports for clipboard
jreback Jun 10, 2013
58642a6
BUG: missing imports from clipboard 2
jreback Jun 10, 2013
6b5c2a0
TST regression tests for GH3836
hayd Jun 10, 2013
4047e9f
BUG: fix Series.interpolate() corner cases, close #3674
lodagro Jun 10, 2013
5bf1d9c
Merge pull request #3839 from hayd/GH_3836
hayd Jun 10, 2013
4c50b71
CLN: remove relative imports
cpcloud Jun 10, 2013
3129fb3
Merge pull request #3827 from cpcloud/remove-relative-imports
cpcloud Jun 10, 2013
dc19380
DOC: speedup io.rst doc build
cpcloud Jun 10, 2013
ab273f6
Added documentation for to_clipboard()
nipunbatra Jun 11, 2013
ccac771
Added a line about same retrieved content
nipunbatra Jun 11, 2013
4d06037
CLN: add banklist.html to _static
jreback Jun 11, 2013
03d5325
BUG: GH3611 fix again, float na_values were not stringified correctly
jreback Jun 10, 2013
c840591
BUG: add na_fvalues to parsers to enable matching of float values w/o…
jreback Jun 11, 2013
e31f839
ENH: pull pandasjson back into pandas
wesm May 12, 2013
8327c5b
DOC: add ultrajson license
wesm May 12, 2013
ade5d0f
TST: json manip test script. and trigger travis
wesm May 12, 2013
9633880
BLD: fix setup.py to work on current pandas
jreback Jun 7, 2013
7dd12cc
CLN: revised json support to use the to_json/read_json in pandas.io.json
jreback Jun 7, 2013
a9dafe3
DOC: io.rst doc updates
jreback Jun 8, 2013
6422041
API: to_json now writes to a file by default (if None is provided it …
jreback Jun 8, 2013
8e673cf
ENH: removed json argument, now path_or_buf can be a path,buffer,url,…
jreback Jun 9, 2013
2697b49
ENH: added date_format parm to to_josn to allow epoch or iso formats …
jreback Jun 9, 2013
8e4314d
BUG: patch in weird nested decoding issue, courtesy of @Komnomnomnom
jreback Jun 11, 2013
a7d069d
ENH use pyperclip for read and to_clipboard
hayd Jun 11, 2013
d00f109
Merge pull request #3841 from jreback/GH3611_2
jreback Jun 11, 2013
e958833
DOC: cooking.rst update
jreback Jun 11, 2013
a7f37d4
Merge pull request #3804 from jreback/ujson
jreback Jun 11, 2013
c3d20cb
TST: Fix missing import in io/tests/test_json …
jtratner Jun 11, 2013
7a0adba
Merge pull request #3855 from jtratner/patch-1
jreback Jun 12, 2013
5e2d66d
TST slicing regression test
hayd Jun 12, 2013
45d298d
Merge pull request #3858 from hayd/TSTassign_subset
hayd Jun 12, 2013
f3b70e0
CLN: avoid Unboundlocal error in tools/merge/_get_concatenaged_data (…
jreback Jun 12, 2013
0538c43
Merge pull request #3864 from jreback/concat_single_item
jreback Jun 12, 2013
9854fdf
BLD: remove after_script since it does not exist anymore
cpcloud Jun 12, 2013
94f1d22
ENH/CLN: add figsize kwargs to hist method
cpcloud Jun 10, 2013
c2e12b4
Merge pull request #3868 from cpcloud/remove-after-script
cpcloud Jun 12, 2013
51cc9d9
Merge pull request #3842 from cpcloud/hist-figsize-3834
cpcloud Jun 12, 2013
06a154f
BUG: allow itertuples to work with duplicate columns
cpcloud Jun 13, 2013
e7addae
DOC: add release notes and bug fix notes
cpcloud Jun 13, 2013
b204e14
Merge pull request #3879 from cpcloud/itertuples-bug-3873
cpcloud Jun 13, 2013
0b16a3a
ENH: do not convert mixed-integer type indexes to datetimeindex
cpcloud Jun 13, 2013
bd811dc
DOC/TST: add test and release notes
cpcloud Jun 13, 2013
4b13264
Modified to reflect usage of pypaperclip and put all code in one block
nipunbatra Jun 13, 2013
be1931c
fixed typo
nipunbatra Jun 13, 2013
98ecede
FIX hash of NDFrame raises TypeError
hayd Jun 13, 2013
8f8b177
BUG: not processing TypeError on reading some json (so was failing ra…
jreback Jun 12, 2013
186a4f8
ENH: added convert_axes argument to control whether to coerce axes
jreback Jun 13, 2013
cbaf1ae
TST: tests for numpy=True/False differeing in parsing
jreback Jun 13, 2013
6701ed3
FIX PandasObjects unhashable
hayd Jun 13, 2013
740b10f
PERF: changed default to numpy=False to have correct parsing using un…
jreback Jun 13, 2013
89e62c0
Merge pull request #3878 from cpcloud/index-join-date-casting-fix-3877
cpcloud Jun 13, 2013
73d58a9
ENH: Add unit keyword to Timestamp and to_datetime to enable passing of
jreback Jun 9, 2013
7e4ccbe
TST: disallow slicing a timeseries with floats
jreback Jun 9, 2013
fbcd5ab
BUG: make sure that nan/none like values to Timestamp are returned as…
jreback Jun 12, 2013
a469d33
DOC updated to reflect using pyperclip for clipboard
hayd Jun 11, 2013
863478c
Merge pull request #3848 from hayd/GH3837_use_paperclip
hayd Jun 13, 2013
e7488f1
Merge pull request #3845 from nipunreddevil/io-to-clipboard
hayd Jun 13, 2013
333ead6
Merge pull request #3840 from lodagro/issue_3674
jreback Jun 13, 2013
7327d69
Merge pull request #3884 from hayd/df_unhashable
hayd Jun 13, 2013
3ca3222
BUG: (GH3880) index names are now propogated with loc/ix
jreback Jun 13, 2013
cf0db6f
Merge pull request #3818 from jreback/epoch
jreback Jun 13, 2013
3d98544
Merge pull request #3876 from jreback/json_rt
jreback Jun 13, 2013
111ff2b
Merge pull request #3887 from jreback/loc_name
jreback Jun 13, 2013
77b4205
BLD: install older versions of numexpr/pytables on fulldeps/2 build
jreback Jun 13, 2013
34b55ce
Merge pull request #3891 from jreback/hdf_bld
jreback Jun 13, 2013
3349ea7
DOC: minor io.rst edits
jreback Jun 14, 2013
d52e699
TST: json tests to int64 to avoid dtype issues
jreback Jun 13, 2013
37fce3c
TST: skip tests if xlrd has lower than needed version
jreback Jun 13, 2013
95dfba4
TST: skip pickle tests on not-little endianess
jreback Jun 13, 2013
33922f8
TST: skip test_encoding on non-little endian in test_pytables
jreback Jun 13, 2013
f6949a8
TST: skip some stata tests on non-little endian
jreback Jun 13, 2013
265fabf
TST: convered skips on knownfailures to knownfailures (test_pickle/te…
jreback Jun 14, 2013
cca1b7e
Merge pull request #3898 from jreback/test_fixes
jreback Jun 14, 2013
4be46c3
TST: convert knowntestfailures to skip tests
jreback Jun 14, 2013
5c3ca01
Merge pull request #3906 from jreback/test_fix2
jreback Jun 14, 2013
2cfabee
BUG: fix unicode -> str cast in tslib
cpcloud Jun 14, 2013
bd4b69f
Merge pull request #3900 from cpcloud/tslib-fix
cpcloud Jun 15, 2013
dcb901b
TST: Change network decorator to auto-check for network errors
jtratner Jun 15, 2013
b6aee48
TST: Remove explicit connectivity checks in test cases.
jtratner Jun 15, 2013
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,3 @@ script:

after_script:
- ci/print_versions.py
- ci/after_script.sh
30 changes: 30 additions & 0 deletions LICENSES/OTHER
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,33 @@ distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Pyperclip v1.3 license
----------------------

Copyright (c) 2010, Albert Sweigart
All rights reserved.

BSD-style license:

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of the pyperclip nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY Albert Sweigart "AS IS" AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL Albert Sweigart BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34 changes: 34 additions & 0 deletions LICENSES/ULTRAJSON_LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
Copyright (c) 2011-2013, ESN Social Software AB and Jonas Tarnstrom
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of the ESN Social Software AB nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL ESN SOCIAL SOFTWARE AB OR JONAS TARNSTROM BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
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/
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.
25 changes: 23 additions & 2 deletions RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ pandas 0.11.1
- Added keyword parameters for different types of scatter_matrix subplots
- A ``filter`` method on grouped Series or DataFrames returns a subset of
the original (GH3680_, GH919_)
- Access to historical Google Finance data in pandas.io.data (GH3814_)

**Improvements to existing features**

Expand All @@ -72,22 +73,30 @@ pandas 0.11.1
- ``melt`` now accepts the optional parameters ``var_name`` and ``value_name``
to specify custom column names of the returned DataFrame (GH3649_),
thanks @hoechenberger
- clipboard functions use pyperclip (no dependencies on Windows, alternative
dependencies offered for Linux) (GH3837_).
- Plotting functions now raise a ``TypeError`` before trying to plot anything
if the associated objects have have a dtype of ``object`` (GH1818_,
GH3572_). This happens before any drawing takes place which elimnates any
spurious plots from showing up.
- Added Faq section on repr display options, to help users customize their setup.
- ``where`` operations that result in block splitting are much faster (GH3733_)
- Series and DataFrame hist methods now take a ``figsize`` argument (GH3834_)
- DatetimeIndexes no longer try to convert mixed-integer indexes during join
operations (GH3877_)
- Add ``unit`` keyword to ``Timestamp`` and ``to_datetime`` to enable passing of
integers or floats that are in an epoch unit of ``s, ms, us, ns``
(e.g. unix timestamps or epoch ``s``, with fracional seconds allowed) (GH3540_)

**API Changes**

- ``HDFStore``

- When removing an object, ``remove(key)`` raises
``KeyError`` if the key is not a valid store object.
- raise a ``TypeError`` on passing ``where`` or ``columns``
- raise a ``TypeError`` on passing ``where`` or ``columns``
to select with a Storer; these are invalid parameters at this time
- can now specify an ``encoding`` option to ``append/put``
- can now specify an ``encoding`` option to ``append/put``
to enable alternate encodings (GH3750_)
- The repr() for (Multi)Index now obeys display.max_seq_items rather
then numpy threshold print options. (GH3426_, GH3466_)
Expand Down Expand Up @@ -127,6 +136,7 @@ pandas 0.11.1
- added ``pandas.io.api`` for i/o imports
- removed ``Excel`` support to ``pandas.io.excel``
- added top-level ``pd.read_sql`` and ``to_sql`` DataFrame methods
- removed ``clipboard`` support to ``pandas.io.clipboard``
- the ``method`` and ``axis`` arguments of ``DataFrame.replace()`` are
deprecated
- Implement ``__nonzero__`` for ``NDFrame`` objects (GH3691_, GH3696_)
Expand Down Expand Up @@ -170,6 +180,8 @@ pandas 0.11.1
- Non-unique indexing with a slice via ``loc`` and friends fixed (GH3659_)
- Allow insert/delete to non-unique columns (GH3679_)
- Extend ``reindex`` to correctly deal with non-unique indices (GH3679_)
- ``DataFrame.itertuples()`` now works with frames with duplicate column
names (GH3873_)
- Fixed bug in groupby with empty series referencing a variable before assignment. (GH3510_)
- Fixed bug in mixed-frame assignment with aligned series (GH3492_)
- Fixed bug in selecting month/quarter/year from a series would not select the time element
Expand Down Expand Up @@ -218,8 +230,10 @@ pandas 0.11.1
- Groupby transform with item-by-item not upcasting correctly (GH3740_)
- Incorrectly read a HDFStore multi-index Frame witha column specification (GH3748_)
- ``read_html`` now correctly skips tests (GH3741_)
- PandasObjects raise TypeError when trying to hash (GH3882_)
- Fix incorrect arguments passed to concat that are not list-like (e.g. concat(df1,df2)) (GH3481_)
- Correctly parse when passed the ``dtype=str`` (or other variable-len string dtypes) in ``read_csv`` (GH3795_)
- Fix index name not propogating when using ``loc/ix`` (GH3880_)

.. _GH3164: https://github.com/pydata/pandas/issues/3164
.. _GH2786: https://github.com/pydata/pandas/issues/2786
Expand Down Expand Up @@ -257,6 +271,7 @@ pandas 0.11.1
.. _GH3499: https://github.com/pydata/pandas/issues/3499
.. _GH3495: https://github.com/pydata/pandas/issues/3495
.. _GH3492: https://github.com/pydata/pandas/issues/3492
.. _GH3540: https://github.com/pydata/pandas/issues/3540
.. _GH3552: https://github.com/pydata/pandas/issues/3552
.. _GH3562: https://github.com/pydata/pandas/issues/3562
.. _GH3586: https://github.com/pydata/pandas/issues/3586
Expand Down Expand Up @@ -309,6 +324,12 @@ pandas 0.11.1
.. _GH3750: https://github.com/pydata/pandas/issues/3750
.. _GH3726: https://github.com/pydata/pandas/issues/3726
.. _GH3795: https://github.com/pydata/pandas/issues/3795
.. _GH3814: https://github.com/pydata/pandas/issues/3814
.. _GH3834: https://github.com/pydata/pandas/issues/3834
.. _GH3873: https://github.com/pydata/pandas/issues/3873
.. _GH3877: https://github.com/pydata/pandas/issues/3877
.. _GH3880: https://github.com/pydata/pandas/issues/3880


pandas 0.11.0
=============
Expand Down
7 changes: 5 additions & 2 deletions ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,17 @@ if ( ! $VENV_FILE_AVAILABLE ); then
if [ x"$FULL_DEPS" == x"true" ]; then
echo "Installing FULL_DEPS"
pip install $PIP_ARGS cython
pip install $PIP_ARGS numexpr

if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then
pip install $PIP_ARGS xlwt
pip install $PIP_ARGS bottleneck
pip install $PIP_ARGS numexpr==2.0.1
pip install $PIP_ARGS tables==2.3.1
else
pip install $PIP_ARGS numexpr
pip install $PIP_ARGS tables
fi

pip install $PIP_ARGS tables
pip install $PIP_ARGS matplotlib
pip install $PIP_ARGS openpyxl
pip install $PIP_ARGS xlrd>=0.9.0
Expand Down
Loading