-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathchangelog.yml
122 lines (122 loc) · 3.58 KB
/
changelog.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
name: pyexcel-ods3
organisation: pyexcel
releases:
- changes:
- action: added
details:
- '`#36`: fixing get_data for a currency cell with no currency defined'
date: 10.7.2024
version: 0.6.2
- changes:
- action: added
details:
- '`#28`: support datetime'
date: 1.2.2022
version: 0.6.1
- changes:
- action: added
details:
- 'new style reader and writer plugins. works with pyexcel-io v0.6.2'
date: 8.10.2020
version: 0.6.0
- changes:
- action: added
details:
- '`pyexcel#pyexcel-io#57`, 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.'
date: 27.11.2018
version: 0.5.3
- changes:
- action: updated
details:
- pyexcel `pyexcel#105`, remove gease from setup_requires, introduced by 0.5.1.
- remove python2.6 test support
- update its dependecy on pyexcel-io to 0.5.3
date: 23.10.2017
version: 0.5.2
- changes:
- action: added
details:
- '`pyexcel#103`, include LICENSE file in MANIFEST.in, meaning LICENSE file will
appear in the released tar ball.'
date: 20.10.2017
version: 0.5.1
- changes:
- action: Updated
details:
- 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.
- action: Relocated
details:
- All ods type conversion code lives in pyexcel_io.service module
date: 30.08.2017
version: 0.5.0
- changes:
- action: Updated
details:
- update dependency to use pyexcel-ezodf v0.3.3 as ezodf 0.3.2 has `the bug <https://github.com/pyexcel/pyexcel-ezodf/issues/1>`_,
cannot handle file alike objects and has not been updated for 2 years.
date: 17.08.2017
version: 0.4.1
- changes:
- action: Updated
details:
- '`pyexcel#pyexcel-xlsx#14`, close file handle'
- pyexcel-io plugin interface now updated to use `lml <https://github.com/chfw/lml>`_.
date: 19.06.2017
version: 0.4.0
- changes:
- action: Updated
details:
- issue `pyexcel#pyexcel-ods3#8`, PT288H00M00S is valid duration
date: 13.04.2017
version: 0.3.2
- changes:
- action: Added
details:
- Recognize currency type
date: 02.02.2017
version: 0.3.1
- changes:
- action: Updated
details:
- Code refactoring with pyexcel-io v 0.3.0
date: 22.12.2016
version: 0.3.0
- changes:
- action: Updated
details:
- '`pyexcel#pyexcel-ods3#11`, be able to consume a generator of two dimensional
arrays.'
date: 05.11.2016
version: 0.2.2
- changes:
- action: Added
details:
- 'support pagination. two pairs: start_row, row_limit and start_column, column_limit
help you deal with large files.'
date: 31.08.2016
version: 0.2.1
- changes:
- action: Added
details:
- 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`.
- '''library=pyexcel-ods3'' was added so as to inform pyexcel to use it instead of
other libraries, in the situation where multiple plugins for the same file
type are installed'
- action: Updated
details:
- support the auto-import feature of pyexcel-io 0.2.0
- compatibility with pyexcel-io 0.1.0
date: 01.06.2016
version: 0.2.0
- changes:
- action: Updated
details:
- support the auto-import feature of pyexcel-io 0.2.0
- compatibility with pyexcel-io 0.1.0
date: 17.01.2016
version: 0.1.0