-
Notifications
You must be signed in to change notification settings - Fork 4
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
Updates for v1.2.0 #241
Merged
Merged
Updates for v1.2.0 #241
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
* Add official disclaimer in changelog and pypi index * Rephrased disclaimer to note & added links to guidance
* Remove linux python 3.6 test * Update CI python versions and changelog
* WIP Add rich text support in cover sheet * Refactor and update changelog * Add unit testing for cover * Add functionality for FormatLists of length 2 --------- Co-authored-by: Rowan Hemsi <[email protected]> Co-authored-by: rowanhemsi <[email protected]>
* Updated documentation for issues 1 and 2 in task #206 * Updated GPTables.table_name discription --------- Co-authored-by: rowanhemsi <[email protected]>
Co-authored-by: rowanhemsi <[email protected]>
* Update xlsxwriter version * Update end to end test
* Fix include_names parameter in additional_formatting * Fix unit tests * Add column alignment based on data type * WIP: Add more data type options to apply_column_alignments * Ignore shorthand in _apply_column_alignments * Add left alignment for index columns * Update end to end test expected data * Fix alignment for python 3.7 * Update expected workbook to not contain automatic color * Add comment to explain use of np.nan instead of None --------- Co-authored-by: ldavies99 <[email protected]>
…ook-errors-with-all-integer-table Casts columns to string before checking for special characters
* Replaces setup.py with pyproject.toml * Fixes typo * Exapnds ASAP acronym * Removes requirements.txt and removes dataclasses as dependency * Updates changelog
…ocumentation where additional options are available.
* Add gridlines to all sheets except cover * Add options for user to show or hide gridlines * Make gridlines off by default * Apply suggested changes and add gridlines to expected workbook in test api * Fix numbering on gridlines * Update expected workbook
* Added gptables demo example * Simplified gptables demo code * Fix typo * Rename files more appropriately * Add code to example usage section of readthedocs * Revert simplification changes to fix corrupt output * Re-add to example usage section and add gridlines * Remove refernce to iris table * Add comments for removing empty rows and columns
…matting-options-documentation 219 improve formatting options documentation
Update changelog
sarahcollyer
approved these changes
Dec 5, 2024
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.