File tree Expand file tree Collapse file tree 5 files changed +22
-9
lines changed Expand file tree Collapse file tree 5 files changed +22
-9
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
================================================================================
3
3
4
+ 0.5.0 - 30.08.2017
5
+ --------------------------------------------------------------------------------
6
+
7
+ Updated
8
+ ********************************************************************************
9
+
10
+ #. put dependency on pyexcel-io 0.5.0, which uses cStringIO instead of StringIO.
11
+ Hence, there will be performance boost in handling files in memory.
12
+
13
+ Removed
14
+ ********************************************************************************
15
+
16
+ #. `#18 <https://github.com/pyexcel/pyexcel-xlsx/issues/18 >`_, is handled in
17
+ pyexcel-io
18
+
4
19
0.4.2 - 25.08.2017
5
20
--------------------------------------------------------------------------------
6
21
Original file line number Diff line number Diff line change 21
21
22
22
project = u'pyexcel-xlsx'
23
23
copyright = u'2015-2017 Onni Software Ltd.'
24
- version = '0.4.2 '
25
- release = '0.4.2 '
24
+ version = '0.5.0 '
25
+ release = '0.5.0 '
26
26
exclude_patterns = []
27
27
pygments_style = 'sphinx'
28
28
html_theme = 'default'
Original file line number Diff line number Diff line change 1
1
overrides : " pyexcel.yaml"
2
2
name : " pyexcel-xlsx"
3
3
nick_name : xlsx
4
- version : 0.4.2
5
- current_version : 0.4.2
6
- release : 0.4.2
4
+ version : 0.5.0
5
+ current_version : 0.5.0
6
+ release : 0.5.0
7
7
file_type : xlsx
8
8
dependencies :
9
9
- openpyxl>=2.4.4
Original file line number Diff line number Diff line change 1
- https://github.com/pyexcel/pyexcel-io/archive/dev.zip
2
- https://github.com/pyexcel/pyexcel-xls/archive/dev.zip
Original file line number Diff line number Diff line change 7
7
8
8
NAME = 'pyexcel-xlsx'
9
9
AUTHOR = 'C.W.'
10
- VERSION = '0.4.2 '
10
+ VERSION = '0.5.0 '
11
11
12
12
LICENSE = 'New BSD'
13
13
DESCRIPTION = (
16
16
''
17
17
)
18
18
URL = 'https://github.com/pyexcel/pyexcel-xlsx'
19
- DOWNLOAD_URL = '%s/archive/0.4.2 .tar.gz' % URL
19
+ DOWNLOAD_URL = '%s/archive/0.5.0 .tar.gz' % URL
20
20
FILES = ['README.rst' , 'CHANGELOG.rst' ]
21
21
KEYWORDS = [
22
22
'xlsx'
You can’t perform that action at this time.
0 commit comments