Skip to content

Commit b793d1f

Browse files
committed
📚 no longer change log is edited in rst mode
1 parent e966be9 commit b793d1f

File tree

3 files changed

+178
-37
lines changed

3 files changed

+178
-37
lines changed

.moban.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ targets:
2222
- "tests/test_stringio.py": "tests/test_stringio.py.jj2"
2323
- "tests/test_writer.py": "tests/test_writer.py.jj2"
2424
- "tests/base.py": "tests/base.py"
25+
- output: CHANGELOG.rst
26+
configuration: changelog.yml
27+
template: CHANGELOG.rst.jj2

CHANGELOG.rst

Lines changed: 54 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,73 @@
11
Change log
22
================================================================================
33

4+
0.5.6 - 26.03.2018
5+
--------------------------------------------------------------------------------
6+
7+
Added
8+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9+
10+
#. `#24 <https://github.com/pyexcel/pyexcel-xlsx/issues/24>`_, remove deprecated
11+
warning from merged_cell_ranges and get_sheet_by_name
12+
413
0.5.5 - 18.12.2017
514
--------------------------------------------------------------------------------
615

16+
Added
17+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18+
719
#. `#22 <https://github.com/pyexcel/pyexcel-xlsx/issues/22>`_, to detect merged
8-
cell in xlsx - fast tracked patreon request.
20+
cell in xlsx - fast tracked patreon request.
921

1022
0.5.4 - 2.11.2017
1123
--------------------------------------------------------------------------------
1224

25+
Updated
26+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
27+
1328
#. Align the behavior of skip_hidden_row_and_column. Default it to True.
1429

1530
0.5.3 - 2.11.2017
1631
--------------------------------------------------------------------------------
1732

1833
Added
19-
********************************************************************************
34+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2035

2136
#. `#20 <https://github.com/pyexcel/pyexcel-xlsx/issues/20>`_, skip hidden rows
2237
and columns under 'skip_hidden_row_and_column' flag.
2338

24-
2539
0.5.2 - 23.10.2017
2640
--------------------------------------------------------------------------------
2741

2842
updated
29-
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
30-
#. pyexcel `#105 <https://github.com/pyexcel/pyexcel/issues/105>`_, remove gease
31-
from setup_requires, introduced by 0.5.1.
43+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44+
45+
#. pyexcel `pyexcel#105 <https://github.com/pyexcel/pyexcel/issues/105>`_,
46+
remove gease from setup_requires, introduced by 0.5.1.
3247
#. remove python2.6 test support
3348
#. update its dependecy on pyexcel-io to 0.5.3
3449

3550
0.5.1 - 20.10.2017
3651
--------------------------------------------------------------------------------
3752

3853
added
39-
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
54+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4055

41-
#. `#103 <https://github.com/pyexcel/pyexcel/issues/103>`_, include LICENSE file
42-
in MANIFEST.in, meaning LICENSE file will appear in the released tar ball.
56+
#. `pyexcel#103 <https://github.com/pyexcel/pyexcel/issues/103>`_, include
57+
LICENSE file in MANIFEST.in, meaning LICENSE file will appear in the released
58+
tar ball.
4359

4460
0.5.0 - 30.08.2017
4561
--------------------------------------------------------------------------------
4662

4763
Updated
48-
********************************************************************************
64+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4965

5066
#. put dependency on pyexcel-io 0.5.0, which uses cStringIO instead of StringIO.
5167
Hence, there will be performance boost in handling files in memory.
5268

5369
Removed
54-
********************************************************************************
70+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5571

5672
#. `#18 <https://github.com/pyexcel/pyexcel-xlsx/issues/18>`_, is handled in
5773
pyexcel-io
@@ -60,7 +76,7 @@ Removed
6076
--------------------------------------------------------------------------------
6177

6278
Updated
63-
********************************************************************************
79+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6480

6581
#. `#18 <https://github.com/pyexcel/pyexcel-xlsx/issues/18>`_, handle unseekable
6682
stream given by http response
@@ -69,26 +85,25 @@ Updated
6985
--------------------------------------------------------------------------------
7086

7187
Removed
72-
********************************************************************************
88+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7389

7490
#. Removed useless code
7591

7692
0.4.0 - 19.06.2017
7793
--------------------------------------------------------------------------------
7894

7995
Updated
80-
********************************************************************************
96+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8197

82-
#. `#14 <https://github.com/pyexcel/pyexcel-xlsx/issues/14>`_, close file
83-
handle
84-
#. pyexcel-io plugin interface now updated to use
85-
`lml <https://github.com/chfw/lml>`_.
98+
#. `#14 <https://github.com/pyexcel/pyexcel-xlsx/issues/14>`_, close file handle
99+
#. pyexcel-io plugin interface now updated to use `lml
100+
<https://github.com/chfw/lml>`_.
86101

87102
0.3.0 - 22.12.2016
88103
--------------------------------------------------------------------------------
89104

90105
Updated
91-
********************************************************************************
106+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
92107

93108
#. Code refactoring with pyexcel-io v 0.3.0
94109
#. `#13 <https://github.com/pyexcel/pyexcel-xlsx/issues/13>`_, turn read_only
@@ -98,55 +113,57 @@ Updated
98113
--------------------------------------------------------------------------------
99114

100115
Updated
101-
********************************************************************************
116+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
102117

103118
#. `#12 <https://github.com/pyexcel/pyexcel-xlsx/issues/12>`_, remove
104-
UserWarning: Using a coordinate with ws.cell is deprecated.
105-
Use ws[coordinate]
106-
119+
UserWarning: Using a coordinate with ws.cell is deprecated. Use
120+
ws[coordinate]
107121

108122
0.2.2 - 31.08.2016
109123
--------------------------------------------------------------------------------
110124

111125
Added
112-
********************************************************************************
113-
114-
#. support pagination. two pairs: start_row, row_limit and start_column, column_limit
115-
help you deal with large files.
126+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
116127

128+
#. support pagination. two pairs: start_row, row_limit and start_column,
129+
column_limit help you deal with large files.
117130

118131
0.2.1 - 12.07.2016
119132
--------------------------------------------------------------------------------
120133

121134
Added
122-
********************************************************************************
123-
124-
#. `#8 <https://github.com/pyexcel/pyexcel-xlsx/issues/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.
135+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
125136

137+
#. `#8 <https://github.com/pyexcel/pyexcel-xlsx/issues/8>`__,
138+
`skip_hidden_sheets` is added. By default, hidden sheets are skipped when
139+
reading all sheets. Reading sheet by name or by index are not affected.
126140

127141
0.2.0 - 01.06.2016
128142
--------------------------------------------------------------------------------
129143

130144
Added
131-
********************************************************************************
145+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
132146

133-
#. '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
147+
#. 'library=pyexcel-xlsx' was added to inform pyexcel to use it instead of other
148+
libraries, in the situation where there are more than one plugin for a file
149+
type, e.g. xlsm
134150

135151
Updated
136-
********************************************************************************
152+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
137153

138154
#. support the auto-import feature of pyexcel-io 0.2.0
139155

140-
141156
0.1.0 - 17.01.2016
142157
--------------------------------------------------------------------------------
143158

144159
Added
145-
********************************************************************************
160+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
146161

147-
#. Passing "streaming=True" to get_data, you will get the two dimensional array as a generator
162+
#. Passing "streaming=True" to get_data, you will get the two dimensional array
163+
as a generator
148164
#. Passing "data=your_generator" to save_data is acceptable too.
149165

150166
Updated
151-
********************************************************************************
167+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
168+
152169
#. compatibility with pyexcel-io 0.1.0

changelog.yml

Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
name: pyexcel-xlsx
2+
organisation: pyexcel
3+
releases:
4+
- changes:
5+
- action: Added
6+
details:
7+
- '`#24`, remove deprecated warning from merged_cell_ranges and get_sheet_by_name'
8+
date: 26.03.2018
9+
version: 0.5.6
10+
- changes:
11+
- action: Added
12+
details:
13+
- '`#22`, to detect merged cell in xlsx - fast tracked patreon request.'
14+
date: 18.12.2017
15+
version: 0.5.5
16+
- changes:
17+
- action: Updated
18+
details:
19+
- Align the behavior of skip_hidden_row_and_column. Default it to True.
20+
date: 2.11.2017
21+
version: 0.5.4
22+
- changes:
23+
- action: Added
24+
details:
25+
- '`#20`, skip hidden rows and columns under ''skip_hidden_row_and_column'' flag.'
26+
date: 2.11.2017
27+
version: 0.5.3
28+
- changes:
29+
- action: updated
30+
details:
31+
- pyexcel `pyexcel#105`, remove gease from setup_requires, introduced by 0.5.1.
32+
- remove python2.6 test support
33+
- update its dependecy on pyexcel-io to 0.5.3
34+
date: 23.10.2017
35+
version: 0.5.2
36+
- changes:
37+
- action: added
38+
details:
39+
- '`pyexcel#103`, include LICENSE file in MANIFEST.in, meaning LICENSE file will
40+
appear in the released tar ball.'
41+
date: 20.10.2017
42+
version: 0.5.1
43+
- changes:
44+
- action: Updated
45+
details:
46+
- put dependency on pyexcel-io 0.5.0, which uses cStringIO instead of StringIO. Hence,
47+
there will be performance boost in handling files in memory.
48+
- action: Removed
49+
details:
50+
- '`#18`, is handled in pyexcel-io'
51+
date: 30.08.2017
52+
version: 0.5.0
53+
- changes:
54+
- action: Updated
55+
details:
56+
- '`#18`, handle unseekable stream given by http response'
57+
date: 25.08.2017
58+
version: 0.4.2
59+
- changes:
60+
- action: Removed
61+
details:
62+
- Removed useless code
63+
date: 16.07.2017
64+
version: 0.4.1
65+
- changes:
66+
- action: Updated
67+
details:
68+
- '`#14`, close file handle'
69+
- pyexcel-io plugin interface now updated to use `lml <https://github.com/chfw/lml>`_.
70+
date: 19.06.2017
71+
version: 0.4.0
72+
- changes:
73+
- action: Updated
74+
details:
75+
- Code refactoring with pyexcel-io v 0.3.0
76+
- '`#13`, turn read_only flag on openpyxl.'
77+
date: 22.12.2016
78+
version: 0.3.0
79+
- changes:
80+
- action: Updated
81+
details:
82+
- '`#12`, remove UserWarning: Using a coordinate with ws.cell is deprecated. Use
83+
ws[coordinate]'
84+
date: 05.11.2016
85+
version: 0.2.3
86+
- changes:
87+
- action: Added
88+
details:
89+
- 'support pagination. two pairs: start_row, row_limit and start_column, column_limit help
90+
you deal with large files.'
91+
date: 31.08.2016
92+
version: 0.2.2
93+
- changes:
94+
- action: Added
95+
details:
96+
- '`#8`_, `skip_hidden_sheets` is added. By default, hidden sheets are skipped
97+
when reading all sheets. Reading sheet by name or by index are not affected.'
98+
date: 12.07.2016
99+
version: 0.2.1
100+
- changes:
101+
- action: Added
102+
details:
103+
- '''library=pyexcel-xlsx'' was added to inform pyexcel to use it instead of other
104+
libraries, in the situation where there are more than one plugin for a file
105+
type, e.g. xlsm'
106+
- action: Updated
107+
details:
108+
- support the auto-import feature of pyexcel-io 0.2.0
109+
date: 01.06.2016
110+
version: 0.2.0
111+
- changes:
112+
- action: Added
113+
details:
114+
- Passing "streaming=True" to get_data, you will get the two dimensional array
115+
as a generator
116+
- Passing "data=your_generator" to save_data is acceptable too.
117+
- action: Updated
118+
details:
119+
- compatibility with pyexcel-io 0.1.0
120+
date: 17.01.2016
121+
version: 0.1.0

0 commit comments

Comments
 (0)