Commit Graph

545 Commits

Author SHA1 Message Date
chfw 02f2e6da7b 📚 update compatibility table 2018-12-04 07:11:29 +00:00
chfw 4595133923 🥚 🎡 release 0.5.11 2018-12-04 07:06:56 +00:00
jaska eb3b1c3353
Merge pull request #58 from pyexcel/v0.5.10
V0.5.10
2018-11-27 07:50:26 +00:00
chfw 4637498f5c 🤝 merge with master 0.5.9.1 version 2018-11-27 07:46:23 +00:00
chfw 655f7fd93a 🥚 🎡 release 0.5.10 2018-11-27 07:41:29 +00:00
chfw d1cfa8852b 💚 make test pass 2018-11-27 07:33:50 +00:00
chfw 8336c4d03b 💚 fix unit test 2018-11-26 08:07:40 +00:00
chfw e37ed9f6e4 🐛 fix bugs during integration tests 2018-11-26 07:19:51 +00:00
chfw a62527e7de guard against integer precision loss. https://github.com/pyexcel/pyexcel-ods/issues/30 2018-11-25 13:40:10 +00:00
chfw 92f694ba64 🐛 fix missing long handler for ods, fix #57 2018-11-21 19:30:40 +00:00
jaska c119c1aeff
Merge pull request #54 from pyexcel/dev
🥚 🎡 release 0.5.9.1. fix #53,
2018-08-30 23:07:10 +01:00
chfw 48f45f192c 🥚 🎡 release 0.5.9.1. fix #53, https://github.com/pyexcel/pyexcel/issues/155 2018-08-30 23:04:47 +01:00
jaska 317e170118
Merge pull request #52 from pyexcel/dev
Release 0.5.9
2018-08-23 20:25:25 +01:00
chfw 9a5a463af7 🥚 🎡 release 0.5.9 2018-08-23 19:15:58 +01:00
chfw 610152b9b5 💚 suppress flake8 warning for space before colon 2018-08-23 19:13:20 +01:00
chfw ff5f77de6e 📚 update documentation 2018-08-23 19:09:07 +01:00
chfw bef818481a 🔨 apply black on python files 2018-08-23 19:08:20 +01:00
chfw 574b892316 force read a physical file as a different format, which then will selects a particular reader. for example: force txt file as csv. But forcing xls as xlsx may not give you any benefit, because pyexcel-xls reads both xls and xlsx. related to: https://github.com/pyexcel/pyexcel/issues/148 2018-08-23 19:06:38 +01:00
chfw bc921f6902 🔬 bring the tests back 2018-08-19 00:19:01 +01:00
jaska 59ac347f07
Merge pull request #51 from pyexcel/dev
📚 update release date
2018-08-16 19:35:00 +01:00
chfw ef189324d0 📚 update release date 2018-08-16 19:34:24 +01:00
jaska 0d1151e79c
Merge pull request #50 from pyexcel/dev
release 0.5.8
2018-08-16 19:31:22 +01:00
chfw 4f06d5ac3a 🥚 release 0.5.8 2018-08-16 19:10:25 +01:00
chfw dc8f7534bc 💚 make unit tests on conf.py syntax 2018-08-16 18:15:43 +01:00
chfw 7326d6e39a 📚 update documentation and pump up its version 2018-08-16 18:11:00 +01:00
chfw 8edce68272 support additional options when detecting float values in csv format. fix #49 2018-08-16 18:06:48 +01:00
chfw d2e1e8ad99 🥚 🎡 release 0.5.7 2018-05-02 23:14:29 +01:00
chfw 5ec807f08c 🐛 replace dot spliting with os.path.splitext. addressing #47 2018-05-02 23:10:55 +01:00
chfw 6ad875cced 🤝 sync with pyexcel common meta data 2018-05-02 23:05:04 +01:00
chfw 48a8b2ce41 🎨 supress pep 0515, fix #48 2018-05-02 23:04:48 +01:00
chfw 47915d1cbc 👕 bleach the code using white 2018-04-15 23:05:35 +01:00
chfw 983bb7e013 make exception developer-friendly. related to https://github.com/pyexcel-webwares/Flask-Excel/issues/31 2018-04-15 23:03:13 +01:00
chfw 8b53c1689b 🥚 🎡 release 0.5.6 2018-01-11 21:12:40 +00:00
chfw e2f53127db 🔥 strip off trailing new lines 2018-01-10 17:58:10 +00:00
chfw bfe3be0997 📚 welcome 2018 and change in yml 2018-01-10 17:32:00 +00:00
chfw eddda91d5b expose bulk_save control to outside world. fix #46 2018-01-10 17:05:48 +00:00
chfw a9bbbc4de7 🥚 🎡 release 0.5.5. fix #45. we wish you a Merry Christmas, we wish you a Merry Christmas and happy new yearrrr..! See you guys in 2018. 2017-12-23 19:16:45 +00:00
chfw fb020ff11f 💄 pump up version number 2017-12-22 09:34:52 +00:00
chfw a5e257245e 🚑 fix the assumed availability of mmap in google app engine, #45 2017-12-22 09:34:18 +00:00
chfw 3f1d14ad80 announce pyexcel-xlsxr 0.5.0, first partial reading library for xlsx, not to read all in memory 2017-11-24 22:33:51 +00:00
chfw 683280a51d release 0.5.4 🥚 🎡 2017-11-10 20:56:54 +00:00
chfw 5e444cd3af test #44 2017-11-10 20:30:39 +00:00
chfw 2c539ecf1f 💚 limit the UnicodeWriter to python 2 only, #44 2017-11-10 17:22:14 +00:00
jaska c5656ac5a8
Merge pull request #44 from Antherkiv/master
Using UnicodeWriter in CSVZipSheetWriter instead vanilla csv.writer
2017-11-10 17:17:54 +00:00
chfw 60d375b25d 🐛 make UnicodeWriter to work with python 3 2017-11-10 17:12:15 +00:00
Víctor Antonio Hernández Monroy a8d390397e Using UnicodeWriter in CSVZipSheetWriter instead vanilla csv.writer 2017-11-10 10:34:53 -06:00
chfw b3e7d83585 🐛 get no gease message in setup.py 2017-10-23 18:08:13 +01:00
chfw 1f6b2f77fd 🥚 🎡 release 0.5.3. related to https://github.com/pyexcel/pyexcel/issues/105 2017-10-23 18:05:08 +01:00
chfw 66be66309d 🤝 take latest code from setupmobans and release 0.5.2 🥚 🎡, which carries LICENSE file, https://github.com/pyexcel/pyexcel/pull/103 2017-10-20 07:32:27 +01:00
chfw 56fa0ace8c 🤝 sync with pyexcel-commons 2017-09-28 23:16:54 +01:00