File tree Expand file tree Collapse file tree 6 files changed +20
-23
lines changed Expand file tree Collapse file tree 6 files changed +20
-23
lines changed Original file line number Diff line number Diff line change 11Change log
22================================================================================
33
4- 0.6.0 - tbd
4+ 0.6.0 - 7.10.2020
55--------------------------------------------------------------------------------
66
7- **added **
8-
9- #. `#86 <https://github.com/pyexcel/pyexcel-io/issues/86 >`_: allow trailing
10- options, get_data(...keep_trailing_empty_cells=True).
11-
12- **fixed **
13-
14- #. `#74 <https://github.com/pyexcel/pyexcel-io/issues/74 >`_: handle zip files
15- which contain non-UTF-8 encoded files.
16-
177**removed **
188
199#. python 3.6 lower versions are no longer supported
@@ -25,6 +15,16 @@ Change log
2515#. new query set reader plugin. pyexcel<=0.6.4 has used intrusive way of getting
2616 query set source done. it is against the plugin interface.
2717
18+ **fixed **
19+
20+ #. `#74 <https://github.com/pyexcel/pyexcel-io/issues/74 >`_: handle zip files
21+ which contain non-UTF-8 encoded files.
22+
23+ **added **
24+
25+ #. `#86 <https://github.com/pyexcel/pyexcel-io/issues/86 >`_: allow trailing
26+ options, get_data(...keep_trailing_empty_cells=True).
27+
28280.5.20 - 17.7.2019
2929--------------------------------------------------------------------------------
3030
Original file line number Diff line number Diff line change @@ -2,12 +2,6 @@ name: pyexcel-io
22organisation : pyexcel
33releases :
44- changes :
5- - action : added
6- details :
7- - " `#86`: allow trailing options, get_data(...keep_trailing_empty_cells=True)."
8- - action : fixed
9- details :
10- - " `#74`: handle zip files which contain non-UTF-8 encoded files."
115 - action : removed
126 details :
137 - ' python 3.6 lower versions are no longer supported'
@@ -17,8 +11,14 @@ releases:
1711 please read 'Packaging with Pyinstaller' in the documentation.
1812 - new query set reader plugin. pyexcel<=0.6.4 has used intrusive way of getting query set
1913 source done. it is against the plugin interface.
14+ - action : fixed
15+ details :
16+ - " `#74`: handle zip files which contain non-UTF-8 encoded files."
17+ - action : added
18+ details :
19+ - " `#86`: allow trailing options, get_data(...keep_trailing_empty_cells=True)."
2020 version : 0.6.0
21- date : tbd
21+ date : 7.10.2020
2222- changes :
2323 - action : updated
2424 details :
Original file line number Diff line number Diff line change 2626copyright = '2015-2020 Onni Software Ltd.'
2727author = 'chfw'
2828# The short X.Y version
29- version = '0.5.20 '
29+ version = '0.6.0 '
3030# The full version, including alpha/beta/rc tags
3131release = '0.6.0'
3232
Original file line number Diff line number Diff line change 1010:Source code: http://github.com/pyexcel/pyexcel-io.git
1111:Issues: http://github.com/pyexcel/pyexcel-io/issues
1212:License: New BSD License
13- :Development: |release |
1413:Released: |version |
1514:Generated: |today |
1615
Original file line number Diff line number Diff line change @@ -2,14 +2,13 @@ overrides: "pyexcel.yaml"
22project : " pyexcel-io"
33name : pyexcel-io
44nick_name : io
5- version : 0.5.20
5+ version : 0.6.0
66current_version : 0.6.0
77release : 0.6.0
88copyright_year : 2015-2020
99moban_command : false
1010is_on_conda : true
1111dependencies :
12- - ordereddict;python_version<"2.7"
1312 - lml>=0.0.4
1413test_dependencies :
1514 - pyexcel
Original file line number Diff line number Diff line change 1- ordereddict ;python_version < "2.7"
21lml >= 0.0.4
You can’t perform that action at this time.
0 commit comments