🔨 no log changelog is edited in rst but in yml

This commit is contained in:
chfw 2018-03-15 19:47:58 +00:00
parent b6ee3d0153
commit d8d80927e7
3 changed files with 165 additions and 38 deletions

View File

@ -21,3 +21,6 @@ targets:
- "tests/test_stringio.py": "tests/test_stringio.py.jj2"
- "tests/test_writer.py": "tests/test_writer.py.jj2"
- "tests/base.py": "tests/base.py"
- output: CHANGELOG.rst
configuration: changelog.yml
template: CHANGELOG.rst.jj2

View File

@ -5,25 +5,25 @@ Change log
--------------------------------------------------------------------------------
Added
********************************************************************************
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#. `#25 <https://github.com/pyexcel/pyexcel-xls/issues/25>`_, detect merged
cell in .xls
#. `#25 <https://github.com/pyexcel/pyexcel-xls/issues/25>`_, detect merged cell
in .xls
0.5.4 - 2.11.2017
--------------------------------------------------------------------------------
Added
********************************************************************************
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#. `#24 <https://github.com/pyexcel/pyexcel-xls/issues/24>`_, xlsx format cannot
use skip_hidden_row_and_column. please use pyexcel-xlsx instead.
0.5.3 - 2.11.2017
--------------------------------------------------------------------------------
Added
********************************************************************************
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#. `#21 <https://github.com/pyexcel/pyexcel-xls/issues/21>`_, skip hidden rows
and columns under 'skip_hidden_row_and_column' flag.
@ -32,9 +32,10 @@ Added
--------------------------------------------------------------------------------
updated
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#. pyexcel `#105 <https://github.com/pyexcel/pyexcel/issues/105>`_, remove gease
from setup_requires, introduced by 0.5.1.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#. pyexcel `pyexcel#105 <https://github.com/pyexcel/pyexcel/issues/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
@ -42,18 +43,17 @@ updated
--------------------------------------------------------------------------------
added
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#. `#103 <https://github.com/pyexcel/pyexcel/issues/103>`_, include LICENSE file
in MANIFEST.in, meaning LICENSE file will appear in the released tar ball.
=======
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#. `pyexcel#103 <https://github.com/pyexcel/pyexcel/issues/103>`_, include
LICENSE file in MANIFEST.in, meaning LICENSE file will appear in the released
tar ball.
0.5.0 - 30.08.2017
--------------------------------------------------------------------------------
Updated
********************************************************************************
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#. `#20 <https://github.com/pyexcel/pyexcel-xls/issues/20>`_, is handled in
pyexcel-io
@ -64,7 +64,7 @@ Updated
--------------------------------------------------------------------------------
Updated
********************************************************************************
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#. `#20 <https://github.com/pyexcel/pyexcel-xls/issues/20>`_, handle unseekable
stream given by http response.
@ -73,17 +73,18 @@ Updated
--------------------------------------------------------------------------------
Updated
********************************************************************************
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#. `#15 <https://github.com/pyexcel/pyexcel-xlsx/issues/15>`_, close file handle
#. pyexcel-io plugin interface now updated to use
`lml <https://github.com/chfw/lml>`_.
#. `pyexcel-xlsx#15 <https://github.com/pyexcel/pyexcel-xlsx/issues/15>`_, close
file handle
#. pyexcel-io plugin interface now updated to use `lml
<https://github.com/chfw/lml>`_.
0.3.3 - 30/05/2017
--------------------------------------------------------------------------------
Updated
********************************************************************************
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#. `#18 <https://github.com/pyexcel/pyexcel-xls/issues/18>`_, pass on
encoding_override and others to xlrd.
@ -92,17 +93,16 @@ Updated
--------------------------------------------------------------------------------
Updated
********************************************************************************
#. `#16 <https://github.com/pyexcel/pyexcel-xls/issues/16>`_, allow mmap to
be passed as file content
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#. `#16 <https://github.com/pyexcel/pyexcel-xls/issues/16>`_, allow mmap to be
passed as file content
0.3.1 - 16.01.2017
--------------------------------------------------------------------------------
Updated
********************************************************************************
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#. `#14 <https://github.com/pyexcel/pyexcel-xls/issues/14>`_, Python 3.6 -
cannot use LOCALE flag with a str pattern
@ -112,7 +112,7 @@ Updated
--------------------------------------------------------------------------------
Updated
********************************************************************************
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#. `#13 <https://github.com/pyexcel/pyexcel-xls/issues/13>`_, alert on empyty
file content
@ -122,7 +122,7 @@ Updated
--------------------------------------------------------------------------------
Updated
********************************************************************************
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#. `#10 <https://github.com/pyexcel/pyexcel-xls/issues/10>`_, To support
generator as member of the incoming two dimensional data
@ -131,7 +131,7 @@ Updated
--------------------------------------------------------------------------------
Added
********************************************************************************
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#. support pagination. two pairs: start_row, row_limit and start_column,
column_limit help you deal with large files.
@ -140,28 +140,26 @@ Added
--------------------------------------------------------------------------------
Added
********************************************************************************
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#. `#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.
0.2.0 - 01.06.2016
--------------------------------------------------------------------------------
Added
********************************************************************************
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#. 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-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
other libraries, in the situation where there are more than one plugin for a
file type, e.g. xlsm
Updated
********************************************************************************
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#. support the auto-import feature of pyexcel-io 0.2.0
#. xlwt is now used for python 2 implementation while xlwt-future is used for
@ -171,9 +169,8 @@ Updated
--------------------------------------------------------------------------------
Added
********************************************************************************
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#. 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.

127
changelog.yml Normal file
View File

@ -0,0 +1,127 @@
name: pyexcel-xls
organisation: pyexcel
releases:
- changes:
- action: Added
details:
- '`#25`, detect merged cell in .xls'
date: 8.11.2017
version: 0.5.5
- changes:
- action: Added
details:
- '`#24`, xlsx format cannot use skip_hidden_row_and_column. please use pyexcel-xlsx
instead.'
date: 2.11.2017
version: 0.5.4
- changes:
- action: Added
details:
- '`#21`, 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:
- '`#20`, is handled in pyexcel-io'
- 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.
date: 30.08.2017
version: 0.5.0
- changes:
- action: Updated
details:
- '`#20`, handle unseekable stream given by http response.'
date: 25.08.2017
version: 0.4.1
- changes:
- action: Updated
details:
- '`pyexcel-xlsx#15`, 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:
- '`#18`, pass on encoding_override and others to xlrd.'
date: 30/05/2017
version: 0.3.3
- changes:
- action: Updated
details:
- '`#16`, allow mmap to be passed as file content'
date: 18.05.2017
version: 0.3.2
- changes:
- action: Updated
details:
- '`#14`, Python 3.6 - cannot use LOCALE flag with a str pattern'
- fix its dependency on pyexcel-io 0.3.0
date: 16.01.2017
version: 0.3.1
- changes:
- action: Updated
details:
- '`#13`, alert on empyty file content'
- Support pyexcel-io v0.3.0
date: 22.12.2016
version: 0.3.0
- changes:
- action: Updated
details:
- '`#10`, To support generator as member of the incoming two dimensional data'
date: 20.09.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:
- '`#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.'
date: 13.07.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-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'
- action: Updated
details:
- support the auto-import feature of pyexcel-io 0.2.0
- xlwt is now used for python 2 implementation while xlwt-future is used for python
3
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.
date: 17.01.2016
version: 0.1.0