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 to latest version 0.7.1 #377

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 Nov 9, 2024

This PR pins pyexcel to the latest release 0.7.1.

Changelog

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.7

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

**Updated**

. `243 <https://github.com/pyexcel/pyexcel/issues/243>`_: fix small typo.
. add chardet as explicit dependency

0.6.6

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

**Updated**

. `233 <https://github.com/pyexcel/pyexcel/issues/233>`_: dynamically resize
the table matrix on set_value. sheet['AA1'] = 'test' will work in this
release.

0.6.5

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

**Updated**

0.6.4

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

**Updated**

. `219 <https://github.com/pyexcel/pyexcel/issues/219>`_: book created from
dict no longer discards order.

0.6.3

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

**fixed**

. `214 <https://github.com/pyexcel/pyexcel/issues/214>`_: remove leading and
trailing whitespace for column names

**removed**

. python 2 compatibility have been permanently removed.

0.6.1

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

**Updated**

. Restrict this library to get installed on python 3.6+, because pyexcel-io
0.6.0+ supports only python 3.6+.

0.6.0

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

**added**

0.5.20

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

**updated**

. `70 <https://github.com/pyexcel/pyexcel-io/issues/70>`_: when the given file
is a root directory, the error shall read it is not a file

0.5.19

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

**updated**

. `pyexcel185 <https://github.com/pyexcel/pyexcel/issues/185>`_: handle stream
conversion if file type(html) needs string content then bytes to handle

0.5.18

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

**updated**

. `69 <https://github.com/pyexcel/pyexcel-io/issues/69>`_: Force file
type(force_file_type) on write

0.5.17

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

**updated**

. `68 <https://github.com/pyexcel/pyexcel-io/issues/68>`_: Raise IOError when
the data file does not exist

0.5.16

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

**updated**

. `67 <https://github.com/pyexcel/pyexcel-io/issues/67>`_: fix conversion
issue for long type on python 2.7 for ods

0.5.15

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

**updated**

. `185 <https://github.com/pyexcel/pyexcel/issues/185>`_: fix a bug with http
data source. The real fix lies in pyexcel-io v0.5.19. this release just put
the version requirement in.

0.5.14

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

**updated**

. `182 <https://github.com/pyexcel/pyexcel/issues/182>`_: support
dest_force_file_type on save_as and save_book_as

0.5.13

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

**updated**

. `176 <https://github.com/pyexcel/pyexcel/issues/176>`_: get_sheet
{IndexError}list index out of range // XLSX can't be opened

0.5.12

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

**updated**

. `174 <https://github.com/pyexcel/pyexcel/issues/174>`_: include examples in
tarbar

0.5.10

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

**updated**

. `157 <https://github.com/pyexcel/pyexcel/issues/157>`_: Please use
scan_plugins_regex, which lml 0.7 complains about

0.5.9.1

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

**updated**

0.5.9

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

**Added**

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

0.5.8

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

**Added**

. `pyexcel151 <https://github.com/pyexcel/pyexcel/issues/151>`_, read cell
error as N/A.

0.5.7

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

**Added**

. `pyexcel54 <https://github.com/pyexcel/pyexcel/issues/54>`_, Book.datemode
attribute of that workbook should be passed always.

0.5.6

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

**added**

. `32 <https://github.com/pyexcel/pyexcel-ods/issues/32>`_, fix odfpy pinning
. `33 <https://github.com/pyexcel/pyexcel-ods/issues/33>`_, fix
IntegerAccuracyLossError on i586

0.5.5

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

**added**

. `32 <https://github.com/pyexcel/pyexcel-ods/issues/32>`_, fix odfpy pinning

0.5.4

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

**added**

. `30 <https://github.com/pyexcel/pyexcel-ods/issues/30>`_, long type will not
be written in ods. please use string type. And if the integer is equal or
greater than 10 to the power of 16, it will not be written either in ods. In
both situation, IntegerPrecisionLossError will be raised.

0.5.3

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

**added**

. `24 <https://github.com/pyexcel/pyexcel-ods/issues/24>`_, ignore
comments(<office:comment>) in cell
. `27 <https://github.com/pyexcel/pyexcel-ods/issues/27>`_, exception raised
when currency type is missing
. fix odfpy version on 1.3.5.

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.

**Relocated**

. All ods type conversion code lives in pyexcel_io.service module

0.5.0rc1

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

**first release**

. read tabular data out from pdf format


Change log
================================================================================

0.4.5

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

**Updated**

. `80 <https://github.com/pyexcel/pyexcel/issues/80>`_: remove pyexcel-chart
import from v0.4.x

0.4.4

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

**Updated**

. `68 <https://github.com/pyexcel/pyexcel/issues/68>`_: regression
save_to_memory() should have returned a stream instance which has been reset
to zero if possible. The exception is sys.stdout, which cannot be reset.
. `74 <https://github.com/pyexcel/pyexcel/issues/74>`_: Not able to handle
decimal.Decimal

**Removed**

. remove get_{{file_type}}_stream functions from pyexcel.Sheet and pyexcel.Book
introduced since 0.4.3.

0.4.3

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

**Added**

. '.stream' attribute are attached to `~pyexcel.Sheet` and `~pyexcel.Book` to
get direct access the underneath stream in responding to file type
attributes, such as sheet.xls. it helps provide a custom stream to external
world, for example, Sheet.stream.csv gives a text stream that contains csv
formatted data. Book.stream.xls returns a xls format data in a byte stream.

**Updated**

. Better error reporting when an unknown parameters or unsupported file types
were given to the signature functions.

0.4.2

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

**updated**

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

0.4.1

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

**Updated**

. `pyexcel23 <https://github.com/pyexcel/pyexcel/issues/23>`_, handle
unseekable stream given by http response
. PR `22 <https://github.com/pyexcel/pyexcel-ods/pull/22>`_, hanle white
spaces in a cell.

0.4.0

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

**Updated**

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

0.3.4

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

**Updated**

. `33 <https://github.com/pyexcel/pyexcel-io/issues/33>`_, handle mmap object
differently given as file content. This issue has put in a priority to single
sheet csv over multiple sheets in a single memory stream. The latter format
is pyexcel own creation but is rarely used. In latter case,
multiple_sheet=True should be passed along get_data.
. `34 <https://github.com/pyexcel/pyexcel-io/issues/34>`_, treat mmap object
as a file content.
. `35 <https://github.com/pyexcel/pyexcel-io/issues/35>`_, encoding parameter
take no effect when given along with file content
. use ZIP_DEFALTED to really do the compression

0.3.3

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

**Updated**

. issue `pyexcel19 <https://github.com/pyexcel/pyexcel/issues/19>`_, not all
texts in a multi-node cell were extracted.

0.3.2

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

**Updated**

. issue `pyexcel17 <https://github.com/pyexcel/pyexcel/issues/17>`_, empty new
line is ignored
. issue `pyexcel6 <https://github.com/pyexcel/pyexcel/issues/6>`_,
PT288H00M00S is valid duration

0.3.1

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

**Added**

. Recognize currency type

0.2.7

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

Updated:
********************************************************************************

. Read specific data structure from pure json format: two dimensional
array, a dicionary of list or two dimensional list and a list of records.
. Read newline delimited json. two dimensional arrays, a a dicionary of list
or two dimensional list and a list of records are supported.

0.2.6

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

Updated:
********************************************************************************

. Support pyexcel v0.5.0. Plugin interface updated to Renderer
. removed deprecated save_as and save_to_memory functions

0.2.5

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

Updated:
********************************************************************************

0.2.4

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

Added:
********************************************************************************

0.2.3

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

**Updated**

. `10 <https://github.com/pyexcel/pyexcel-xls/issues/10>`_, To support
generator as member of the incoming two dimensional data

0.2.2

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

**Updated**

. issue `pyexcel14 <https://github.com/pyexcel/pyexcel/issues/14>`_, index
error when reading a ods file that has non-uniform columns repeated property.

0.2.1

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

**Added**

. support pagination. two pairs: start_row, row_limit and start_column,
column_limit help you deal with large files.
. use odfpy 1.3.3 as compulsory package. offically support python 3

0.1.7

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

**Added**

. Support pyramid-excel which does the database commit on its own.

0.1.6

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

**Added**

. get excel data from a http url

0.1.0

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

**Added**

. Passing "streaming=True" to get_data, you will get the two dimensional array
as a generator
. Passing "data=your_generator" to save_data is acceptable too.


Change log
===========

0.0.13

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

**Added**

. Support django
. texttable as default renderer

0.0.12

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

**Updated**

. Bug fix: excessive trailing columns with empty values

0.0.11

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

**Updated**

. Complete fix for libreoffice datetime field

0.0.10

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

**Updated**

. Bug fix: date field could have datetime from libreoffice

0.0.9

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

**Updated**

. Bug fix: utf-8 string throw unicode exceptions

0.0.8

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

**Updated**

0.0.7

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

**Updated**

. Bug fix: "number-columns-repeated" is now respected

0.0.6

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

**Updated**

. get_data and save_data are seen across pyexcel-* extensions. remember them
once and use them across all extensions.

0.0.5

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

**Added**

. Loads only one sheet from a multiple sheet book
. Use New BSD License

0.0.4

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

**Updated**

. IO interface update as pyexcel-io introduced keywords.
. initial release

0.0.3

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

**Updated**

. IO interface update as pyexcel-io introduced keywords.
. initial release

0.0.2

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

**Added**

. turn query sets into a response

0.0.1

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


Change log
================================================================================
Links

@pyup-bot pyup-bot added the update label Nov 9, 2024
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