mirror of
https://github.com/KevinMidboe/tableprint.git
synced 2025-10-29 01:40:17 +00:00
Updates README
This commit is contained in:
26
README.md
26
README.md
@@ -60,18 +60,20 @@ Hosted at Read The Docs: [tableprint.readthedocs.org](http://tableprint.readthed
|
||||
- `numpy`
|
||||
- `six`
|
||||
|
||||
## Version
|
||||
- 0.7.0 (May 26 2017) Adds a TableContext context manager for easy creation of dynamic tables (tables that update periodically). Adds the ability to pass a list or tuple of widths to specify different widths for different columns
|
||||
- 0.6.9 (May 25 2017) Splitting the tableprint.py module into a pacakge with multiple files
|
||||
- 0.6.7 (May 25 2017) Fixes some bugs with ANSI escape sequences
|
||||
- 0.5.0 (Sept 29 2016) Better handling of ANSI escape sequences in table rows
|
||||
- 0.4.0 (May 3 2016) Adds a 'block' style
|
||||
- 0.3.2 (May 3 2016) Adds a test suite
|
||||
- 0.3.0 (May 3 2016) Adds custom styles for tables, specified by a key ('fancy_grid', 'grid', etc.)
|
||||
- 0.2.0 (May 2 2016) Adds better python2 (unicode/bytes) compatibility
|
||||
- 0.1.5 (Oct 1 2015) Renamed hrtime to humantime, added docs
|
||||
- 0.1.4 (Sept 28 2015) Added human readable string converter (hrtime)
|
||||
- 0.1.0 (Feb 24 2015) Initial release
|
||||
## 🛠 Changelog
|
||||
| Version | Release Date | Description |
|
||||
| ---: | :---: | :--- |
|
||||
| 0.7.0 | May 26 2017 | Adds a TableContext context manager for easy creation of dynamic tables (tables that update periodically). Adds the ability to pass a list or tuple of widths to specify different widths for different columns
|
||||
| 0.6.9 | May 25 2017 | Splitting the tableprint.py module into a pacakge with multiple files
|
||||
| 0.6.7 | May 25 2017 | Fixes some bugs with ANSI escape sequences
|
||||
| 0.5.0 | Sept 29 2016 | Better handling of ANSI escape sequences in table rows
|
||||
| 0.4.0 | May 3 2016 | Adds a 'block' style
|
||||
| 0.3.2 | May 3 2016 | Adds a test suite
|
||||
| 0.3.0 | May 3 2016 | Adds custom styles for tables, specified by a key ('fancy_grid', 'grid', etc.)
|
||||
| 0.2.0 | May 2 2016 | Adds better python2 (unicode/bytes) compatibility
|
||||
| 0.1.5 | Oct 1 2015 | Renamed hrtime to humantime, added docs
|
||||
| 0.1.4 | Sept 28 2015 | Added human readable string converter (hrtime)
|
||||
| 0.1.0 | Feb 24 2015 | Initial release
|
||||
|
||||
## License
|
||||
MIT. See `LICENSE.md`
|
||||
|
||||
Reference in New Issue
Block a user