File tree 6 files changed +20
-23
lines changed
6 files changed +20
-23
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
================================================================================
3
3
4
- 0.6.0 - tbd
4
+ 0.6.0 - 7.10.2020
5
5
--------------------------------------------------------------------------------
6
6
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
-
17
7
**removed **
18
8
19
9
#. python 3.6 lower versions are no longer supported
@@ -25,6 +15,16 @@ Change log
25
15
#. new query set reader plugin. pyexcel<=0.6.4 has used intrusive way of getting
26
16
query set source done. it is against the plugin interface.
27
17
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
+
28
28
0.5.20 - 17.7.2019
29
29
--------------------------------------------------------------------------------
30
30
Original file line number Diff line number Diff line change @@ -2,12 +2,6 @@ name: pyexcel-io
2
2
organisation : pyexcel
3
3
releases :
4
4
- 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."
11
5
- action : removed
12
6
details :
13
7
- ' python 3.6 lower versions are no longer supported'
@@ -17,8 +11,14 @@ releases:
17
11
please read 'Packaging with Pyinstaller' in the documentation.
18
12
- new query set reader plugin. pyexcel<=0.6.4 has used intrusive way of getting query set
19
13
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)."
20
20
version : 0.6.0
21
- date : tbd
21
+ date : 7.10.2020
22
22
- changes :
23
23
- action : updated
24
24
details :
Original file line number Diff line number Diff line change 26
26
copyright = '2015-2020 Onni Software Ltd.'
27
27
author = 'chfw'
28
28
# The short X.Y version
29
- version = '0.5.20 '
29
+ version = '0.6.0 '
30
30
# The full version, including alpha/beta/rc tags
31
31
release = '0.6.0'
32
32
Original file line number Diff line number Diff line change 10
10
:Source code: http://github.com/pyexcel/pyexcel-io.git
11
11
:Issues: http://github.com/pyexcel/pyexcel-io/issues
12
12
:License: New BSD License
13
- :Development: |release |
14
13
:Released: |version |
15
14
:Generated: |today |
16
15
Original file line number Diff line number Diff line change @@ -2,14 +2,13 @@ overrides: "pyexcel.yaml"
2
2
project : " pyexcel-io"
3
3
name : pyexcel-io
4
4
nick_name : io
5
- version : 0.5.20
5
+ version : 0.6.0
6
6
current_version : 0.6.0
7
7
release : 0.6.0
8
8
copyright_year : 2015-2020
9
9
moban_command : false
10
10
is_on_conda : true
11
11
dependencies :
12
- - ordereddict;python_version<"2.7"
13
12
- lml>=0.0.4
14
13
test_dependencies :
15
14
- pyexcel
Original file line number Diff line number Diff line change 1
- ordereddict ;python_version < "2.7"
2
1
lml >= 0.0.4
You can’t perform that action at this time.
0 commit comments