Skip to content

Commit 6a5a851

Browse files
committed
📚 update change log
1 parent 63676c3 commit 6a5a851

File tree

1 file changed

+7
-64
lines changed

1 file changed

+7
-64
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Change log
44
--------------------------------------------------------------------------------
55

66
Added
7-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7+
88

99
#. `pyexcel-xls#35 <https://github.com/pyexcel/pyexcel-xls/issues/35>`_, include
1010
tests
@@ -13,7 +13,7 @@ tests
1313
--------------------------------------------------------------------------------
1414

1515
Added
16-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
16+
1717

1818
#. `pyexcel#151 <https://github.com/pyexcel/pyexcel/issues/151>`_, read cell
1919
error as #N/A.
@@ -22,7 +22,7 @@ Added
2222
--------------------------------------------------------------------------------
2323

2424
Added
25-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
25+
2626

2727
#. `pyexcel#54 <https://github.com/pyexcel/pyexcel/issues/54>`_, Book.datemode
2828
attribute of that workbook should be passed always.
@@ -31,7 +31,7 @@ Added
3131
--------------------------------------------------------------------------------
3232

3333
Added
34-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
34+
3535

3636
#. `pyexcel#120 <https://github.com/pyexcel/pyexcel/issues/120>`_, xlwt cannot
3737
save a book without any sheet. So, let's raise an exception in this case in
@@ -41,7 +41,7 @@ Added
4141
--------------------------------------------------------------------------------
4242

4343
Added
44-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44+
4545

4646
#. `#25 <https://github.com/pyexcel/pyexcel-xls/issues/25>`_, detect merged cell
4747
in .xls
@@ -50,7 +50,7 @@ Added
5050
--------------------------------------------------------------------------------
5151

5252
Added
53-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
53+
5454

5555
#. `#24 <https://github.com/pyexcel/pyexcel-xls/issues/24>`_, xlsx format cannot
5656
use skip_hidden_row_and_column. please use pyexcel-xlsx instead.
@@ -59,7 +59,7 @@ Added
5959
--------------------------------------------------------------------------------
6060

6161
Added
62-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
62+
6363

6464
#. `#21 <https://github.com/pyexcel/pyexcel-xls/issues/21>`_, skip hidden rows
6565
and columns under 'skip_hidden_row_and_column' flag.
@@ -68,7 +68,6 @@ Added
6868
--------------------------------------------------------------------------------
6969

7070
updated
71-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7271

7372
#. pyexcel `pyexcel#105 <https://github.com/pyexcel/pyexcel/issues/105>`_,
7473
remove gease from setup_requires, introduced by 0.5.1.
@@ -79,7 +78,6 @@ updated
7978
--------------------------------------------------------------------------------
8079

8180
added
82-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8381

8482
#. `pyexcel#103 <https://github.com/pyexcel/pyexcel/issues/103>`_, include
8583
LICENSE file in MANIFEST.in, meaning LICENSE file will appear in the released
@@ -89,7 +87,6 @@ added
8987
--------------------------------------------------------------------------------
9088

9189
Updated
92-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9390

9491
#. `#20 <https://github.com/pyexcel/pyexcel-xls/issues/20>`_, is handled in
9592
pyexcel-io
@@ -100,7 +97,6 @@ Updated
10097
--------------------------------------------------------------------------------
10198

10299
Updated
103-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
104100

105101
#. `#20 <https://github.com/pyexcel/pyexcel-xls/issues/20>`_, handle unseekable
106102
stream given by http response.
@@ -109,7 +105,6 @@ Updated
109105
--------------------------------------------------------------------------------
110106

111107
Updated
112-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
113108

114109
#. `pyexcel-xlsx#15 <https://github.com/pyexcel/pyexcel-xlsx/issues/15>`_, close
115110
file handle
@@ -120,7 +115,6 @@ Updated
120115
--------------------------------------------------------------------------------
121116

122117
Updated
123-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
124118

125119
#. `#18 <https://github.com/pyexcel/pyexcel-xls/issues/18>`_, pass on
126120
encoding_override and others to xlrd.
@@ -129,7 +123,6 @@ Updated
129123
--------------------------------------------------------------------------------
130124

131125
Updated
132-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
133126

134127
#. `#16 <https://github.com/pyexcel/pyexcel-xls/issues/16>`_, allow mmap to be
135128
passed as file content
@@ -138,7 +131,6 @@ Updated
138131
--------------------------------------------------------------------------------
139132

140133
Updated
141-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
142134

143135
#. `#14 <https://github.com/pyexcel/pyexcel-xls/issues/14>`_, Python 3.6 -
144136
cannot use LOCALE flag with a str pattern
@@ -148,7 +140,6 @@ Updated
148140
--------------------------------------------------------------------------------
149141

150142
Updated
151-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
152143

153144
#. `#13 <https://github.com/pyexcel/pyexcel-xls/issues/13>`_, alert on empyty
154145
file content
@@ -158,55 +149,7 @@ Updated
158149
--------------------------------------------------------------------------------
159150

160151
Updated
161-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
162152

163153
#. `#10 <https://github.com/pyexcel/pyexcel-xls/issues/10>`_, To support
164154
generator as member of the incoming two dimensional data
165155

166-
0.2.2 - 31.08.2016
167-
--------------------------------------------------------------------------------
168-
169-
Added
170-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
171-
172-
#. support pagination. two pairs: start_row, row_limit and start_column,
173-
column_limit help you deal with large files.
174-
175-
0.2.1 - 13.07.2016
176-
--------------------------------------------------------------------------------
177-
178-
Added
179-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
180-
181-
#. `#9 <https://github.com/pyexcel/pyexcel-xls/issues/9>`_, `skip_hidden_sheets`
182-
is added. By default, hidden sheets are skipped when reading all sheets.
183-
Reading sheet by name or by index are not affected.
184-
185-
0.2.0 - 01.06.2016
186-
--------------------------------------------------------------------------------
187-
188-
Added
189-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
190-
191-
#. By default, `float` will be converted to `int` where fits. `auto_detect_int`,
192-
a flag to switch off the autoatic conversion from `float` to `int`.
193-
#. 'library=pyexcel-xls' was added so as to inform pyexcel to use it instead of
194-
other libraries, in the situation where there are more than one plugin for a
195-
file type, e.g. xlsm
196-
197-
Updated
198-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
199-
200-
#. support the auto-import feature of pyexcel-io 0.2.0
201-
#. xlwt is now used for python 2 implementation while xlwt-future is used for
202-
python 3
203-
204-
0.1.0 - 17.01.2016
205-
--------------------------------------------------------------------------------
206-
207-
Added
208-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
209-
210-
#. Passing "streaming=True" to get_data, you will get the two dimensional array
211-
as a generator
212-
#. Passing "data=your_generator" to save_data is acceptable too.

0 commit comments

Comments
 (0)