Various enhancements to prettyTable for 2016.3-dev (xilinx::designutils) #576
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.
Details of changes:
2016.08.23 - Updated default alignment for template 'deviceview'
2016.06.30 - Fixed issue with 'delcolumns', 'delrows' methods
2016.06.24 - Added 'search', 'filter', 'prependcell' methods
- Fixed issue with 'set_param' method
- Added support for private methods for templates
- Added 'plotcells', 'plotnets', 'plotregions' methods for
template 'deviceview'
2016.06.17 - Added 'appendcell', 'cleartable', 'incrcell' methods
- Added support for -origin/-offsetx/-offsety (configure)
- Added support for templates for table creation
- Updated 'separator' method to accept a list of row numbers
E.g: create table based on device view
2016.06.13 - Added 'setrow', 'setcolumn' methods
2016.06.09 - Added 'delrows', 'delcolumns' methods
- Added 'getcell', 'setcell' methods
- Added 'insertcolumn', 'settable' methods
- Added 'creatematrix' method
2016.05.23 - Updated 'title' method to set/get the table's title
2016.05.20 - Added 'getrow', 'getcolumns', 'gettable' methods
2016.04.08 - Added 'appendrow' method
2016.03.25 - Added 'numcols' method
- Added new format for 'export' method (array)
- Fixed help message for 'numrows' method
2016.03.02 - Added -noheader to 'export' method
- Addes support for -noheader when exporting CSV