* Cannot align columns in HTML output. Remove from docs.
Maintenance -----------
* Switch conda environment to use ``nodefaults`` channel. * Test with Python versions 3.9 - 3.13 * Update CI unit test workflow.
2020.0.8
********
released 2023-03-11
Enhancements ---------------------
* Accept optional dictionary as argument to Table() to build table automatically.
Previous releases ********************
2020.0.7
* `63 <https://github.com/prjemian/pyRestTable/pulls/63>`_ Version not reported correctly when run in certain directories.
2020.0.6
* `56 <https://github.com/prjemian/pyRestTable/pulls/56>`_ resolve packaging problems with new workflows * https://prjemian.github.io/pyRestTable
2020.0.4
* drop support for Python versions < 3.7 * `53 <https://github.com/prjemian/pyRestTable/pulls/53>`_ refactor packaging per PEP518 * `55 <https://github.com/prjemian/pyRestTable/issues/55>`_ publish docs on GitHub Pages
2020.0.3
* `49 <https://github.com/prjemian/pyRestTable/pulls/49>`_ add tests on python 3.8 & 3.9, drop tests on python <3.6 * `44 <https://github.com/prjemian/pyRestTable/pulls/44>`_ md is alias for markdown * `38 <https://github.com/prjemian/pyRestTable/pulls/38>`_ move CI from travis-ci to Github Actions