-
Notifications
You must be signed in to change notification settings - Fork 180
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
Releasing 0.2 to master #66
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…t. I'm not sure where a lot of the zip stuff should go.
Reorganize project
Updating development branch with publishing fixes
Basic TWBX Support - LGTM
… from Workbook class
…pen the file directly from the zip instead of extracting multiple times
Added TDSX support and refactored Workbooks and Datasources to share zip-handling code
) Fixes #42 #46 * Initial attempt at enabling reading the columns from the datasource * Fixing pep8 errors for EOFEOL * Changing to OrderedDict for getting columns * Add documentation for the various column attributes * rename column to field * Fixed #46 encode apostrophes in field names * Enable multilook up for Fields * Rename properties on the field based on feedback given in #45
* Adding contributing.md first draft * Adding information about Issues, Feature requests, and PRs Based on feedback from @lbrendanl * Adding additional detail to the the feature PR section based on feedback from @benlower * fixing typo
* Get Fields Example Code * Adding field count and numbering * updating comment to be accurate * Adding GetFields to travis run * Updating to use enumerate to keep track of count
* Fixes #50 - materialize the properties for completion This also fixes a bug where captions and aliases weren't being populated into the multidict correctly due to insufficient testing on my part originally * fixing example to be correct * really fix it this time * Add docstrings for is_* properties * Cleaner version of get for mld * Move to is not instead of standard equality and fixed py3
* first stab at an API, not correct in retrospect * Initial revision of api based on API discussions * adding additional testing and enabling lists to be passed in * removing left over stuff from previous attempt * Some fields are not listed in <column> tags, so we need to construct from <metadata-record> * removing thumbnail * move _column_object_from* to use a named tuple * removing cruft from previous implementation * renaming retval to something more useful * cleaning up _is_used_by_worksheet * reformatting import statements * removing PredicateDictionary * A workbook doc without any content should still load * found_in -> used_by_sheet
Merging files into development to stage for 0.2 release
…#59) * add an explicit version check to be explicit about what we support * Move xml_open to xfile * Updating to ignore ephemeral fields * scrubbing thumbnails from the new twb file
Wowza -- that's a lot! 🚀 |
0.2 has been released! 🚀 🚀 🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.