Updated
- New style xlsx plugins, promoted by pyexcel-io v0.6.2
updated
- 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
added
- pyexcel#103, include LICENSE file in MANIFEST.in, meaning LICENSE file will appear in the released tar ball.
Updated
- 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.
- version jumped because it will be easy to see pyexcel-htmlr depends on pyexcel-io v0.5.0
Relocated
- type detection code is being relocated into pyexcel-io