-
-
Notifications
You must be signed in to change notification settings - Fork 21
0.6.0 release #80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.6.0 release #80
Conversation
…l go to pyexcel, but not here. let do it properly in next version
….rst, contributors.rst
Codecov Report
@@ Coverage Diff @@
## master #80 +/- ##
==========================================
+ Coverage 97.14% 97.20% +0.05%
==========================================
Files 42 52 +10
Lines 3157 3292 +135
==========================================
+ Hits 3067 3200 +133
- Misses 90 92 +2
Continue to review full report at Codecov.
|
… tsv (#81) * 🐛 pyexcel-io used to allow one reader/writer handles more than one file type * 📚 update pyinstaller instructions * This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst * 💄 update coding style Co-authored-by: chfw <chfw@users.noreply.github.com>
* 🎉 abstract reader and writer * 🔨 update sheet interface * This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst Co-authored-by: chfw <chfw@users.noreply.github.com>
* ✨ new query reader * 💚 add close implementation * 💄 update coding style * 🐛 update close as class method * 💄 use default sheet name * 🔬 test query reader * 💄 update coding style * 💚 test close method * 📚 update change log * This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst Co-authored-by: chfw <chfw@users.noreply.github.com>
* 🚜 code refactoring * This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst * 🚜 update code readability * 💄 fix a bug * 💄 minor update Co-authored-by: chfw <chfw@users.noreply.github.com>
* 🔥 code reuse * 🎉 update available plugins * 🐛 update missing file * 💚 update test cases
* 🔥 code reuse * 🎉 update available plugins * 🐛 update missing file * 💚 update test cases * ✨ outline the plugin sheet writer interface. well, break the old interface * 🚜 break the old interface * 🔥 remove useless metaphor
* 🎉 allow trailing options, get_data(...keep_trailing_empty_cells=True). fix #86 * This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst * 💄 update coding style Co-authored-by: chfw <chfw@users.noreply.github.com>
* 💄 minor tweak in code * 💚 use value error
* 🔨 improve reader interface * 🔨 shrink reader code * This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst * 🔥 remove redundant functionalitoes, never will use. what's the point * 📚 updated doc string and the tutorial * 🔨 update import statements * 🔬 more test coverage * This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst * 💚 fix unit test failure * 📚 update reader plugin example * 💄 update coding style * 📚 fix index rst file * This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst Co-authored-by: chfw <chfw@users.noreply.github.com>
* 📚 add custom plugin writer * This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst * 📚 update writer plugin * 📚 update plugin writer and reader documentation * 📚 telling the location of the example codes Co-authored-by: chfw <chfw@users.noreply.github.com>
* 📚 update doc strings and plugin compactibility list * 🔥 remove PY2 related code and update docs * 🔬 more test coverage
Codecov Report
@@ Coverage Diff @@
## master #80 +/- ##
==========================================
+ Coverage 97.14% 97.83% +0.68%
==========================================
Files 42 52 +10
Lines 3157 3326 +169
==========================================
+ Hits 3067 3254 +187
+ Misses 90 72 -18
Continue to review full report at Codecov.
|
With your PR, here is a check list:
make format
been run?