Skip to content

Commit 6a86bad

Browse files
committed
CI: tests latest versions of openpyxl
1 parent fa1e1c1 commit 6a86bad

File tree

6 files changed

+8
-3
lines changed

6 files changed

+8
-3
lines changed

ci/requirements-2.6.pip

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
blosc
2+
openpyxl
3+
argparse

ci/requirements-2.6.run

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ pytz=2013b
44
scipy=0.11.0
55
xlwt=0.7.5
66
xlrd=0.9.2
7-
openpyxl=2.0.3
87
statsmodels=0.4.3
98
html5lib=1.0b2
109
beautiful-soup=4.2.0

ci/requirements-3.3.pip

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
blosc
2+
openpyxl

ci/requirements-3.3.run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
python-dateutil
22
pytz=2013b
33
numpy=1.8.0
4-
openpyxl=1.6.2
54
xlsxwriter=0.4.6
65
xlrd=0.9.2
6+
xlwt
77
html5lib=1.0b2
88
numexpr
99
pytables

doc/source/release.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ Highlights include:
6464
- Support for reading SAS xport files, see :ref:`here <whatsnew_0170.enhancements.sas_xport>`
6565
- Documentation comparing SAS to *pandas*, see :ref:`here <compare_with_sas>`
6666
- Removal of the automatic TimeSeries broadcasting, deprecated since 0.8.0, see :ref:`here <whatsnew_0170.prior_deprecations>`
67-
- Compatibility with Python 3.5
67+
- Compatibility with Python 3.5 (:issue:`11097`)
68+
- Compatibility with matplotlib 1.5.0 (:issue:`11111`)
6869

6970
See the :ref:`v0.17.0 Whatsnew <whatsnew_0170>` overview for an extensive list
7071
of all enhancements and bugs that have been fixed in 0.17.0.

doc/source/whatsnew/v0.17.0.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ engine, they are mapped to NumPy calls.
278278

279279
Changes to Excel with ``MultiIndex``
280280
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
281+
281282
In version 0.16.2 a ``DataFrame`` with ``MultiIndex`` columns could not be written to Excel via ``to_excel``.
282283
That functionality has been added (:issue:`10564`), along with updating ``read_excel`` so that the data can
283284
be read back with no loss of information by specifying which columns/rows make up the ``MultiIndex``
@@ -336,6 +337,7 @@ Google BigQuery Enhancements
336337
Other enhancements
337338
^^^^^^^^^^^^^^^^^^
338339

340+
- Support for ``openpyxl`` >= 2.2. The API for style support is now stable (:issue:`10125`)
339341
- ``merge`` now accepts the argument ``indicator`` which adds a Categorical-type column (by default called ``_merge``) to the output object that takes on the values (:issue:`8790`)
340342

341343
=================================== ================

0 commit comments

Comments
 (0)