Skip to content
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

Pin pyexcel-xls to latest version 0.7.1 #397

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Mar 8, 2025

This PR pins pyexcel-xls to the latest release 0.7.1.

Changelog

0.7.1

--------------------------------------------------------------------------------

**Removed**

. `52 <https://github.com/pyexcel/pyexcel-xls/issues/52>`_: remove xlsm
support for xlrd > 2.0.0

**Updated**

. `54 <https://github.com/pyexcel/pyexcel-xls/issues/54>`_: first project in
pyexcel to migrate to pytest

0.7.0

--------------------------------------------------------------------------------

**Removed**

. `46 <https://github.com/pyexcel/pyexcel-xls/issues/46>`_: remove the hard
pin on xlrd version < 2.0

**Added**

. `47 <https://github.com/pyexcel/pyexcel-xls/issues/47>`_: limit support to
persist datetime.timedelta. see more details in doc

0.6.2

--------------------------------------------------------------------------------

**Updated**

. lock down xlrd version less than version 2.0, because 2.0+ does not support
xlsx read

0.6.1

--------------------------------------------------------------------------------

**Updated**

. Compatability with openpyxl 3.1.0 and later

0.6.0

--------------------------------------------------------------------------------

**Updated**

. New style xlsx plugins, promoted by pyexcel-io v0.6.2.

0.5.9

--------------------------------------------------------------------------------

**Added**

. `35 <https://github.com/pyexcel/pyexcel-xls/issues/35>`_, include tests

0.5.8

--------------------------------------------------------------------------------

**Updated**

. `34 <https://github.com/pyexcel/pyexcel-xlsx/issues/34>`_: pin
openpyxl>=2.6.1

0.5.7

--------------------------------------------------------------------------------

**Added**

. `pyexcel-io66 <https://github.com/pyexcel/pyexcel-io/issues/66>`_ pin
openpyxl < 2.6.0

0.5.6

--------------------------------------------------------------------------------

**Added**

. `24 <https://github.com/pyexcel/pyexcel-xlsx/issues/24>`_, remove deprecated
warning from merged_cell_ranges and get_sheet_by_name

0.5.5

--------------------------------------------------------------------------------

**Added**

. `22 <https://github.com/pyexcel/pyexcel-xlsx/issues/22>`_, to detect merged
cell in xlsx - fast tracked patreon request.

0.5.4

--------------------------------------------------------------------------------

**Updated**

. Align the behavior of skip_hidden_row_and_column. Default it to True.

0.5.2

--------------------------------------------------------------------------------

**updated**

. pyexcel `pyexcel105 <https://github.com/pyexcel/pyexcel/issues/105>`_,
remove gease from setup_requires, introduced by 0.5.1.
. remove python2.6 test support

0.5.1

--------------------------------------------------------------------------------

**added**

. `pyexcel103 <https://github.com/pyexcel/pyexcel/issues/103>`_, include
LICENSE file in MANIFEST.in, meaning LICENSE file will appear in the released
tar ball.

0.5.0

--------------------------------------------------------------------------------

**Updated**

. put dependency on pyexcel-io 0.5.0, which uses cStringIO instead of StringIO.
Hence, there will be performance boost in handling files in memory.

**Removed**

. `18 <https://github.com/pyexcel/pyexcel-xlsx/issues/18>`_, is handled in
pyexcel-io

0.4.2

--------------------------------------------------------------------------------

**Updated**

. `18 <https://github.com/pyexcel/pyexcel-xlsx/issues/18>`_, handle unseekable
stream given by http response

0.4.1

--------------------------------------------------------------------------------

**Removed**

. Removed useless code

0.4.0

--------------------------------------------------------------------------------

**Updated**

. `14 <https://github.com/pyexcel/pyexcel-xlsx/issues/14>`_, close file handle
. pyexcel-io plugin interface now updated to use `lml
<https://github.com/chfw/lml>`_.

0.3.3

--------------------------------------------------------------------------------

**Updated**

. `18 <https://github.com/pyexcel/pyexcel-xls/issues/18>`_, pass on
encoding_override and others to xlrd.

0.3.2

--------------------------------------------------------------------------------

**Updated**

. `16 <https://github.com/pyexcel/pyexcel-xls/issues/16>`_, allow mmap to be
passed as file content

0.3.1

--------------------------------------------------------------------------------

**Updated**

. `14 <https://github.com/pyexcel/pyexcel-xls/issues/14>`_, Python 3.6 -
cannot use LOCALE flag with a str pattern

0.3.0

. `13 <https://github.com/pyexcel/pyexcel-xlsx/issues/13>`_, turn read_only
flag on openpyxl.

0.2.3

--------------------------------------------------------------------------------

**Updated**

. `12 <https://github.com/pyexcel/pyexcel-xlsx/issues/12>`_, remove
UserWarning: Using a coordinate with ws.cell is deprecated. Use
ws[coordinate]

0.2.2

--------------------------------------------------------------------------------

**Added**

. support pagination. two pairs: start_row, row_limit and start_column,
column_limit help you deal with large files.

0.2.1

--------------------------------------------------------------------------------

**Added**

. `8 <https://github.com/pyexcel/pyexcel-xlsx/issues/8>`__,
`skip_hidden_sheets` is added. By default, hidden sheets are skipped when
reading all sheets. Reading sheet by name or by index are not affected.
Links

@pyup-bot pyup-bot added the update label Mar 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant