Skip to content

Latest commit

 

History

History
101 lines (68 loc) · 3.18 KB

CHANGELOG.rst

File metadata and controls

101 lines (68 loc) · 3.18 KB

Change log

0.6.0 - 10.10.2020

Updated

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

0.5.2 - 23.10.2017

updated

  1. pyexcel#105, remove gease from setup_requires, introduced by 0.5.1.
  2. remove python2.6 test support
  3. update its dependecy on pyexcel-io to 0.5.3

0.5.1 - 20.10.2017

added

  1. pyexcel#103, include LICENSE file in MANIFEST.in, meaning LICENSE file will appear in the released tar ball.

0.5.0 - 30.08.2017

Updated

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

  1. All ods type conversion code lives in pyexcel_io.service module
  2. #4, handle unseekable stream given by http response.

0.4.3 - 25.08.2017

Relocated

  1. All ods type conversion code lives in pyexcel_io.service module
  2. #4, handle unseekable stream given by http response.

0.4.2 - 20.08.2017

0.4.1 - 26.07.2017

Updated

  1. PR #3, support fods, flat ods file

0.4.0 - 19.06.2017

Updated

  1. Updated to use lml interface

0.3.2 - 07.05.2017

Updated

  1. issue #2, not all texts in a multi-node cell were extracted.

0.3.1 - 13.04.2017

Updated

  1. issue #1, PT288H00M00S is valid duration
  2. initial release. It has all functionalities of pyexcel-ods and pyexcel-ods3. Specially, it supports partial reading of the ods file. When dealing with big data file, this capability enables pagination feature to indeed read partial files.

0.3.0 - 02.02.2017

Updated

  1. issue #1, PT288H00M00S is valid duration
  2. initial release. It has all functionalities of pyexcel-ods and pyexcel-ods3. Specially, it supports partial reading of the ods file. When dealing with big data file, this capability enables pagination feature to indeed read partial files.