-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
changelog.yml
145 lines (145 loc) · 3.84 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
name: pyexcel-xlsx
organisation: pyexcel
releases:
- changes:
- action: Updated
details:
- 'Compatability with openpyxl 3.1.0 and later'
date: 10.11.2024
version: 0.6.1
- changes:
- action: Updated
details:
- 'New style xlsx plugins, promoted by pyexcel-io v0.6.2.'
date: 10.10.2020
version: 0.6.0
- changes:
- action: Updated
details:
- '`#34`: pin openpyxl>=2.6.1'
date: 28.12.2019
version: 0.5.8
- changes:
- action: Added
details:
- '`pyexcel-io#66` pin openpyxl < 2.6.0'
date: 15.02.2019
version: 0.5.7
- changes:
- action: Added
details:
- '`#24`, remove deprecated warning from merged_cell_ranges and get_sheet_by_name'
date: 26.03.2018
version: 0.5.6
- changes:
- action: Added
details:
- '`#22`, to detect merged cell in xlsx - fast tracked patreon request.'
date: 18.12.2017
version: 0.5.5
- changes:
- action: Updated
details:
- Align the behavior of skip_hidden_row_and_column. Default it to True.
date: 2.11.2017
version: 0.5.4
- changes:
- action: Added
details:
- '`#20`, skip hidden rows and columns under ''skip_hidden_row_and_column'' flag.'
date: 2.11.2017
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: Removed
details:
- '`#18`, is handled in pyexcel-io'
date: 30.08.2017
version: 0.5.0
- changes:
- action: Updated
details:
- '`#18`, handle unseekable stream given by http response'
date: 25.08.2017
version: 0.4.2
- changes:
- action: Removed
details:
- Removed useless code
date: 16.07.2017
version: 0.4.1
- changes:
- action: Updated
details:
- '`#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:
- Code refactoring with pyexcel-io v 0.3.0
- '`#13`, turn read_only flag on openpyxl.'
date: 22.12.2016
version: 0.3.0
- changes:
- action: Updated
details:
- '`#12`, remove UserWarning: Using a coordinate with ws.cell is deprecated. Use
ws[coordinate]'
date: 05.11.2016
version: 0.2.3
- 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.2
- changes:
- action: Added
details:
- '`#8`_, `skip_hidden_sheets` is added. By default, hidden sheets are skipped
when reading all sheets. Reading sheet by name or by index are not affected.'
date: 12.07.2016
version: 0.2.1
- changes:
- action: Added
details:
- '''library=pyexcel-xlsx'' was added to inform pyexcel to use it instead of other
libraries, in the situation where there are more than one plugin for a file
type, e.g. xlsm'
- action: Updated
details:
- support the auto-import feature of pyexcel-io 0.2.0
date: 01.06.2016
version: 0.2.0
- changes:
- action: Added
details:
- Passing "streaming=True" to get_data, you will get the two dimensional array
as a generator
- Passing "data=your_generator" to save_data is acceptable too.
- action: Updated
details:
- compatibility with pyexcel-io 0.1.0
date: 17.01.2016
version: 0.1.0