Skip to content

Commit 97a81fb

Browse files
committed
prepare for release 0.2.2
1 parent 072d698 commit 97a81fb

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
Change log
22
================================================================================
33

4-
0.2.2 - unreleased
4+
0.2.2 - 31.08.2016
55
--------------------------------------------------------------------------------
66

77
Added
88
********************************************************************************
99

10-
#. support pagination. two pairs: start_row, row_limit and start_column, column_limit
11-
help you deal with large files.
10+
#. support pagination. two pairs: start_row, row_limit and start_column,
11+
column_limit help you deal with large files.
1212

1313
0.2.1 - 13.07.2016
1414
--------------------------------------------------------------------------------
1515

1616
Added
1717
********************************************************************************
1818

19-
#. `#9 <https://github.com/pyexcel/pyexcel-xls/issues/9>`_, `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.
19+
#. `#9 <https://github.com/pyexcel/pyexcel-xls/issues/9>`_, `skip_hidden_sheets`
20+
is added. By default, hidden sheets are skipped when reading all sheets.
21+
Reading sheet by name or by index are not affected.
2022

2123

2224
0.2.0 - 01.06.2016
@@ -25,22 +27,27 @@ Added
2527
Added
2628
********************************************************************************
2729

28-
#. 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`.
29-
#. 'library=pyexcel-xls' was added so as 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
30+
#. By default, `float` will be converted to `int` where fits. `auto_detect_int`,
31+
a flag to switch off the autoatic conversion from `float` to `int`.
32+
#. 'library=pyexcel-xls' was added so as to inform pyexcel to use it instead of
33+
other libraries, in the situation where there are more than one plugin for
34+
a file type, e.g. xlsm
3035

3136

3237
Updated
3338
********************************************************************************
3439

3540
#. support the auto-import feature of pyexcel-io 0.2.0
36-
#. xlwt is now used for python 2 implementation while xlwt-future is used for python 3
41+
#. xlwt is now used for python 2 implementation while xlwt-future is used for
42+
python 3
3743

3844
0.1.0 - 17.01.2016
3945
--------------------------------------------------------------------------------
4046

4147
Added
4248
********************************************************************************
4349

44-
#. Passing "streaming=True" to get_data, you will get the two dimensional array as a generator
50+
#. Passing "streaming=True" to get_data, you will get the two dimensional array
51+
as a generator
4552
#. Passing "data=your_generator" to save_data is acceptable too.
4653

0 commit comments

Comments
 (0)