All Versions
49
Latest Version
Avg Release Cycle
58 days
Latest Release
-

Changelog History
Page 1

  • v0.7.0 Changes

    ๐Ÿ›  Fixed

    . #250 <https://github.com/pyexcel/pyexcel/issues/250>_: RecursionError

    raised on deepcopy of a sheet

    โšก๏ธ Updated

    . #255 <https://github.com/pyexcel/pyexcel/issues/255>_: pyexcel.get_array

    documentation page seems to be a copy of pyexcel.get_sheet

    โœ‚ Removed

    ๐Ÿ‘ #. #249 <https://github.com/pyexcel/pyexcel/issues/249>_: drop the support for dummy import statements pyexcel.ext.*

  • v0.6.7 Changes

    โšก๏ธ Updated

    . #243 <https://github.com/pyexcel/pyexcel/issues/243>_: fix small typo.

    . add chardet as explicit dependency

  • v0.6.6 Changes

    November 15, 2020

    โšก๏ธ 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.

  • v0.6.5 Changes

    October 07, 2020

    โšก๏ธ Queryset sources was updated to work with pyexcel-io.

    Meaning: if you pass on a query set to pyexcel, you would expect this version to keep our promise, given that you have installed pyexcel-io 0.6.2

  • v0.6.4 Changes

    August 18, 2020

    โšก๏ธ Updated

    . #219 <https://github.com/pyexcel/pyexcel/issues/219>_: book created from

    dict no longer discards order.

  • v0.6.3 Changes

    July 31, 2020

    ๐Ÿ›  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.

  • v0.6.2 Changes

    June 07, 2020

    ๐Ÿ›  fixed

    . #109 <https://github.com/pyexcel/pyexcel/issues/109>_: Control the column

    order when write the data output

  • v0.6.2.b Changes

    June 07, 2020

    ๐Ÿ“„ and docs.

  • v0.6.1 Changes

    May 02, 2020

    ๐Ÿ›  fixed

    . #203 <https://github.com/pyexcel/pyexcel/issues/203>_: texttable was

    dropped out in 0.6.0 as compulsary dependency. end user may experience it when a sheet/table is printed in a shell. otherwise, new user of pyexcel won't see it. As of release date, no issues were created

  • v0.6.0 Changes

    April 22, 2020

    โšก๏ธ updated

    . #199 <https://github.com/pyexcel/pyexcel/issues/199>_: += in place; = +

    shall return new instance ๐Ÿ“š #. #195 <https://github.com/pyexcel/pyexcel/issues/195>_: documentation update. however small is welcome

    โœ‚ removed

    โœ… #. Dropping the test support for python version lower than 3.6. v0.6.0 should work with python 2.7 but is not guaranteed to work. Please upgrade to python 3.6+.