|
1 | 1 | Change log
|
2 | 2 | ================================================================================
|
| 3 | + |
| 4 | +0.6.0 - 10.10.2020 |
| 5 | +-------------------------------------------------------------------------------- |
| 6 | + |
| 7 | +**Updated** |
| 8 | + |
| 9 | +#. New style xlsx plugins, promoted by pyexcel-io v0.6.2. |
| 10 | + |
| 11 | +0.5.2 - 23.10.2017 |
| 12 | +-------------------------------------------------------------------------------- |
| 13 | + |
| 14 | +**updated** |
| 15 | + |
| 16 | +#. `pyexcel#105 <https://github.com/pyexcel/pyexcel/issues/105>`_, remove gease |
| 17 | + from setup_requires, introduced by 0.5.1. |
| 18 | +#. remove python2.6 test support |
| 19 | +#. update its dependecy on pyexcel-io to 0.5.3 |
| 20 | + |
| 21 | +0.5.1 - 20.10.2017 |
| 22 | +-------------------------------------------------------------------------------- |
| 23 | + |
| 24 | +**added** |
| 25 | + |
| 26 | +#. `pyexcel#103 <https://github.com/pyexcel/pyexcel/issues/103>`_, include |
| 27 | + LICENSE file in MANIFEST.in, meaning LICENSE file will appear in the released |
| 28 | + tar ball. |
| 29 | + |
| 30 | +0.5.0 - 30.08.2017 |
| 31 | +-------------------------------------------------------------------------------- |
| 32 | + |
| 33 | +**Updated** |
| 34 | + |
| 35 | +#. put dependency on pyexcel-io 0.5.0, which uses cStringIO instead of StringIO. |
| 36 | + Hence, there will be performance boost in handling files in memory. |
| 37 | + |
| 38 | +**Relocated** |
| 39 | + |
| 40 | +#. All ods type conversion code lives in pyexcel_io.service module |
| 41 | +#. `#4 <https://github.com/pyexcel/pyexcel-odsr/issues/4>`_, handle unseekable |
| 42 | + stream given by http response. |
| 43 | + |
| 44 | +0.4.3 - 25.08.2017 |
| 45 | +-------------------------------------------------------------------------------- |
| 46 | + |
| 47 | +**Relocated** |
| 48 | + |
| 49 | +#. All ods type conversion code lives in pyexcel_io.service module |
| 50 | +#. `#4 <https://github.com/pyexcel/pyexcel-odsr/issues/4>`_, handle unseekable |
| 51 | + stream given by http response. |
| 52 | + |
| 53 | +0.4.2 - 20.08.2017 |
| 54 | +-------------------------------------------------------------------------------- |
| 55 | + |
| 56 | +0.4.1 - 26.07.2017 |
| 57 | +-------------------------------------------------------------------------------- |
| 58 | + |
| 59 | +**Updated** |
| 60 | + |
| 61 | +#. PR `#3 <https://github.com/pyexcel/pyexcel-odsr/pull/3>`_, support fods, flat |
| 62 | + ods file |
| 63 | + |
| 64 | +0.4.0 - 19.06.2017 |
| 65 | +-------------------------------------------------------------------------------- |
| 66 | + |
| 67 | +**Updated** |
| 68 | + |
| 69 | +#. Updated to use lml interface |
| 70 | + |
| 71 | +0.3.2 - 07.05.2017 |
| 72 | +-------------------------------------------------------------------------------- |
| 73 | + |
| 74 | +**Updated** |
| 75 | + |
| 76 | +#. issue `#2 <https://github.com/pyexcel/pyexcel-odsr/issues/2>`_, not all texts |
| 77 | + in a multi-node cell were extracted. |
| 78 | + |
| 79 | +0.3.1 - 13.04.2017 |
| 80 | +-------------------------------------------------------------------------------- |
| 81 | + |
| 82 | +**Updated** |
| 83 | + |
| 84 | +#. issue `#1 <https://github.com/pyexcel/pyexcel-odsr/issues/1>`_, PT288H00M00S |
| 85 | + is valid duration |
| 86 | +#. initial release. It has all functionalities of pyexcel-ods and pyexcel-ods3. |
| 87 | + Specially, it supports partial reading of the ods file. When dealing with big |
| 88 | + data file, this capability enables pagination feature to indeed read partial |
| 89 | + files. |
| 90 | + |
| 91 | +0.3.0 - 02.02.2017 |
| 92 | +-------------------------------------------------------------------------------- |
| 93 | + |
| 94 | +**Updated** |
| 95 | + |
| 96 | +#. issue `#1 <https://github.com/pyexcel/pyexcel-odsr/issues/1>`_, PT288H00M00S |
| 97 | + is valid duration |
| 98 | +#. initial release. It has all functionalities of pyexcel-ods and pyexcel-ods3. |
| 99 | + Specially, it supports partial reading of the ods file. When dealing with big |
| 100 | + data file, this capability enables pagination feature to indeed read partial |
| 101 | + files. |
0 commit comments