@@ -4,137 +4,122 @@ Change log
440.5.3 - 27.11.2018
55--------------------------------------------------------------------------------
66
7- added
8- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7+ **added **
98
10- #. `#57 <https://github.com/pyexcel/pyexcel-io/issues/57 >`_, long type will not
11- be written in ods. please use string type. And if the integer is equal or
9+
10+ **^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ **
11+
12+ #. `pyexcel#57 <https://github.com//pyexcel/issues/57 >`_, long type will not be
13+ written in ods. please use string type. And if the integer is equal or
1214 greater than 10 to the power of 16, it will not be written either in ods. In
1315 both situation, IntegerPrecisionLossError will be raised.
1416
15-
16170.5.2 - 23.10.2017
1718--------------------------------------------------------------------------------
1819
19- updated
20- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
21- #. pyexcel `#105 <https://github.com/pyexcel /pyexcel/issues/105 >`_, remove gease
20+ ** updated **
21+
22+ #. pyexcel `pyexcel #105 <https://github.com//pyexcel/issues/105 >`_, remove gease
2223 from setup_requires, introduced by 0.5.1.
2324#. remove python2.6 test support
2425#. update its dependecy on pyexcel-io to 0.5.3
2526
26270.5.1 - 20.10.2017
2728--------------------------------------------------------------------------------
2829
29- added
30- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
30+ **added **
3131
32- #. `#103 <https://github.com/pyexcel /pyexcel/issues/103 >`_, include LICENSE file
32+ #. `pyexcel #103 <https://github.com//pyexcel/issues/103 >`_, include LICENSE file
3333 in MANIFEST.in, meaning LICENSE file will appear in the released tar ball.
3434
35-
36350.5.0 - 30.08.2017
3736--------------------------------------------------------------------------------
3837
39- Updated
40- ********************************************************************************
38+ **Updated **
4139
4240#. put dependency on pyexcel-io 0.5.0, which uses cStringIO instead of StringIO.
4341 Hence, there will be performance boost in handling files in memory.
4442
45- Relocated
46- --------------------------------------------------------------------------------
43+ **Relocated **
4744
4845#. All ods type conversion code lives in pyexcel_io.service module
4946
50470.4.1 - 17.08.2017
5148--------------------------------------------------------------------------------
5249
53- Updated
54- --------------------------------------------------------------------------------
55-
56- #. update dependency to use pyexcel-ezodf v0.3.3 as ezodf 0.3.2 has
57- `the bug <https://github.com/pyexcel/pyexcel-ezodf/issues/1 >`_, cannot
58- handle file alike objects and has not been updated for 2 years.
50+ **Updated **
5951
52+ #. update dependency to use pyexcel-ezodf v0.3.3 as ezodf 0.3.2 has `the bug
53+ <https://github.com/pyexcel/pyexcel-ezodf/issues/1> `_, cannot handle file
54+ alike objects and has not been updated for 2 years.
6055
61560.4.0 - 19.06.2017
6257--------------------------------------------------------------------------------
6358
64- Updated
65- ********************************************************************************
66-
67- #. `#14 <https://github.com/pyexcel/pyexcel-xlsx/issues/14 >`_, close file
68- handle
69- #. pyexcel-io plugin interface now updated to use
70- `lml <https://github.com/chfw/lml >`_.
59+ **Updated **
7160
61+ #. `pyexcel#14 <https://github.com//pyexcel/issues/14 >`_, close file handle
62+ #. pyexcel-io plugin interface now updated to use `lml
63+ <https://github.com/chfw/lml> `_.
7264
73650.3.2 - 13.04.2017
7466--------------------------------------------------------------------------------
7567
76- Updated
77- ********************************************************************************
68+ **Updated **
7869
79- #. issue `#8 <https://github.com/pyexcel /pyexcel-ods3 /issues/8 >`_, PT288H00M00S
80- is valid duration
70+ #. issue `pyexcel #8 <https://github.com//pyexcel/issues/8 >`_, PT288H00M00S is
71+ valid duration
8172
82730.3.1 - 02.02.2017
8374--------------------------------------------------------------------------------
8475
85- Added
86- ********************************************************************************
76+ **Added **
8777
8878#. Recognize currency type
8979
90800.3.0 - 22.12.2016
9181--------------------------------------------------------------------------------
9282
93- Updated
94- ********************************************************************************
83+ **Updated **
9584
9685#. Code refactoring with pyexcel-io v 0.3.0
9786
98870.2.2 - 05.11.2016
9988--------------------------------------------------------------------------------
10089
101- Updated
102- ********************************************************************************
103-
104- #. `#11 <https://github.com/pyexcel/pyexcel-ods3/issues/11 >`_, be able to
105- consume a generator of two dimensional arrays.
90+ **Updated **
10691
92+ #. `pyexcel#11 <https://github.com//pyexcel/issues/11 >`_, be able to consume a
93+ generator of two dimensional arrays.
10794
108950.2.1 - 31.08.2016
10996--------------------------------------------------------------------------------
11097
111- Added
112- ********************************************************************************
98+ **Added **
11399
114100#. support pagination. two pairs: start_row, row_limit and start_column,
115101 column_limit help you deal with large files.
116102
117-
1181030.2.0 - 01.06.2016
119104--------------------------------------------------------------------------------
120105
121- Added
122- ********************************************************************************
106+ **Added **
123107
124108#. By default, `float ` will be converted to `int ` where fits. `auto_detect_int `,
125109 a flag to switch off the autoatic conversion from `float ` to `int `.
126- #. 'library=pyexcel-ods3' was added so as to inform pyexcel to use it instead
127- of other libraries, in the situation where multiple plugins for the same
128- file type are installed
129-
110+ #. 'library=pyexcel-ods3' was added so as to inform pyexcel to use it instead of
111+ other libraries, in the situation where multiple plugins for the same file
112+ type are installed
130113
131- Updated
132- ********************************************************************************
114+ **Updated **
133115
134116#. support the auto-import feature of pyexcel-io 0.2.0
135-
117+ #. compatibility with pyexcel-io 0.1.0
136118
1371190.1.0 - 17.01.2016
138120--------------------------------------------------------------------------------
139121
122+ **Updated **
123+
124+ #. support the auto-import feature of pyexcel-io 0.2.0
140125#. compatibility with pyexcel-io 0.1.0
0 commit comments