File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,9 @@ conda remove -n pandas pandas
86
86
87
87
source activate pandas
88
88
89
+ pip install -U blosc # See https://github.com/pydata/pandas/pull/9783
90
+ python -c ' import blosc; blosc.print_versions()'
91
+
89
92
# set the compiler cache to work
90
93
if [ " $IRON_TOKEN " ]; then
91
94
export PATH=/usr/lib/ccache:/usr/lib64/ccache:$PATH
Original file line number Diff line number Diff line change 16
16
" $TRAVIS_BUILD_DIR " /ci/build_docs.sh 2>&1 > /tmp/doc.log &
17
17
# doc build log will be shown after tests
18
18
19
- pip install -U blosc # See https://github.com/pydata/pandas/pull/9783
20
- python -c ' import blosc; blosc.print_versions()'
21
-
22
19
if [ " $BUILD_TEST " ]; then
23
20
echo " We are not running nosetests as this is simply a build test."
24
21
else
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ Bug Fixes
106
106
- Bug in plotting continuously using ``secondary_y`` may not show legend properly. (:issue:`9610`, :issue:`9779`)
107
107
- Bug in ``DataFrame.plot(kind="hist")`` results in ``TypeError`` when ``DataFrame`` contains non-numeric columns (:issue:`9853`)
108
108
- Bug where repeated plotting of ``DataFrame`` with a ``DatetimeIndex`` may raise ``TypeError`` (:issue:`9852`)
109
-
109
+ - Bug in ``setup.py`` that would allow an incompat cython version to build (:issue:`9827`)
110
110
- Bug in plotting ``secondary_y`` incorrectly attaches ``right_ax`` property to secondary axes specifying itself recursively. (:issue:`9861`)
111
111
112
112
- Bug in ``Series.quantile`` on empty Series of type ``Datetime`` or ``Timedelta`` (:issue:`9675`)
You can’t perform that action at this time.
0 commit comments