Codebase list pyexcel-ods / master CHANGELOG.rst
master

Tree @master (Download .tar.gz)

CHANGELOG.rst @masterview markup · raw · history · blame

Change log

0.5.6 - 19.03.2019

added

  1. #32, fix odfpy pinning
  2. #33, fix IntegerAccuracyLossError on i586

0.5.5 - 16.03.2019

added

System Message: INFO/1 (<string>, line 18); backlink

Duplicate implicit target name: "added".
  1. System Message: INFO/1 (<string>, line 2); backlink

    Duplicate explicit target name: "#32".

    #32, fix odfpy pinning

0.5.4 - 27.11.2018

added

System Message: INFO/1 (<string>, line 26); backlink

Duplicate implicit target name: "added".
  1. #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 - unreleased

added

System Message: INFO/1 (<string>, line 37); backlink

Duplicate implicit target name: "added".
  1. #24, ignore comments(<office:comment>) in cell
  2. #27, exception raised when currency type is missing
  3. fix odfpy version on 1.3.5.

0.5.2 - 23.10.2017

updated

  1. pyexcel pyexcel#105, remove gease from setup_requires, introduced by 0.5.1.
  2. remove python2.6 test support

0.5.1 - 20.10.2017

added

System Message: INFO/1 (<string>, line 59); backlink

Duplicate implicit target name: "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

System Message: INFO/1 (<string>, line 69); backlink

Duplicate implicit target name: "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

0.4.1 - 25.08.2017

Updated

System Message: INFO/1 (<string>, line 83); backlink

Duplicate implicit target name: "updated".
  1. pyexcel#23, handle unseekable stream given by http response
  2. PR #22, hanle white spaces in a cell.

0.4.0 - 19.06.2017

Updated

System Message: INFO/1 (<string>, line 94); backlink

Duplicate implicit target name: "updated".
  1. pyexcel#14, close file handle
  2. pyexcel-io plugin interface now updated to use lml.

0.3.3 - 07.05.2017

Updated

System Message: INFO/1 (<string>, line 105); backlink

Duplicate implicit target name: "updated".
  1. issue pyexcel#19, not all texts in a multi-node cell were extracted.

0.3.2 - 13.04.2017

Updated

System Message: INFO/1 (<string>, line 114); backlink

Duplicate implicit target name: "updated".
  1. issue pyexcel#17, empty new line is ignored
  2. issue pyexcel#6, PT288H00M00S is valid duration

0.3.1 - 02.02.2017

Added

System Message: INFO/1 (<string>, line 125); backlink

Duplicate implicit target name: "added".
  1. Recognize currency type

0.3.0 - 22.12.2016

Updated

System Message: INFO/1 (<string>, line 133); backlink

Duplicate implicit target name: "updated".
  1. Code refactoring with pyexcel-io v 0.3.0

0.2.2 - 24.10.2016

Updated

System Message: INFO/1 (<string>, line 141); backlink

Duplicate implicit target name: "updated".
  1. System Message: INFO/1 (<string>, line 2); backlink

    Duplicate explicit target name: "pyexcel#14".

    issue pyexcel#14, index error when reading a ods file that has non-uniform columns repeated property.

0.2.1 - 31.08.2016

Added

System Message: INFO/1 (<string>, line 150); backlink

Duplicate implicit target name: "added".
  1. support pagination. two pairs: start_row, row_limit and start_column, column_limit help you deal with large files.
  2. use odfpy 1.3.3 as compulsory package. offically support python 3

0.2.0 - 01.06.2016

Added

System Message: INFO/1 (<string>, line 160); backlink

Duplicate implicit target name: "added".
  1. By default, float will be converted to int where fits. auto_detect_int, a flag to switch off the autoatic conversion from float to int.
  2. 'library=pyexcel-ods' was added so as to inform pyexcel to use it instead of other libraries, in the situation where multiple plugins were installed.

Updated

System Message: INFO/1 (<string>, line 168); backlink

Duplicate implicit target name: "updated".
  1. support the auto-import feature of pyexcel-io 0.2.0

0.1.1 - 30.01.2016

Added

System Message: INFO/1 (<string>, line 176); backlink

Duplicate implicit target name: "added".
  1. 'streaming' is an extra option given to get_data. Only when 'streaming' is explicitly set to True, the data will be consisted of generators, hence will break your existing code.
  2. uses yield in to_array and returns a generator
  3. support multi-line text cell #5
  4. feature migration from pyexcel-ods3 pyexcel/pyexcel-ods3#5

Updated

System Message: INFO/1 (<string>, line 186); backlink

Duplicate implicit target name: "updated".
  1. compatibility with pyexcel-io 0.1.1

0.0.12 - 10.10.2015

Updated

System Message: INFO/1 (<string>, line 194); backlink

Duplicate implicit target name: "updated".
  1. Bug fix: excessive trailing columns with empty values

0.0.11 - 26.09.2015

Updated

System Message: INFO/1 (<string>, line 202); backlink

Duplicate implicit target name: "updated".
  1. Complete fix for libreoffice datetime field

0.0.10 - 15.09.2015

Updated

System Message: INFO/1 (<string>, line 210); backlink

Duplicate implicit target name: "updated".
  1. Bug fix: date field could have datetime from libreoffice

0.0.9 - 21.08.2015

Updated

System Message: INFO/1 (<string>, line 218); backlink

Duplicate implicit target name: "updated".
  1. Bug fix: utf-8 string throw unicode exceptions

0.0.8 - 28.06.2015

Updated

System Message: INFO/1 (<string>, line 226); backlink

Duplicate implicit target name: "updated".
  1. Pin dependency odfpy 0.9.6 to avoid buggy odfpy 1.3.0

0.0.7 - 28.05.2015

Updated

System Message: INFO/1 (<string>, line 234); backlink

Duplicate implicit target name: "updated".
  1. Bug fix: "number-columns-repeated" is now respected

0.0.6 - 21.05.2015

Updated

System Message: INFO/1 (<string>, line 242); backlink

Duplicate implicit target name: "updated".
  1. get_data and save_data are seen across pyexcel-* extensions. remember them once and use them across all extensions.

0.0.5 - 22.02.2015

Added

System Message: INFO/1 (<string>, line 251); backlink

Duplicate implicit target name: "added".
  1. Loads only one sheet from a multiple sheet book
  2. Use New BSD License

0.0.4 - 14.12.2014

Updated

System Message: INFO/1 (<string>, line 260); backlink

Duplicate implicit target name: "updated".
  1. IO interface update as pyexcel-io introduced keywords.
  2. initial release

0.0.3 - 08.12.2014

Updated

System Message: INFO/1 (<string>, line 269); backlink

Duplicate implicit target name: "updated".
  1. IO interface update as pyexcel-io introduced keywords.
  2. initial release