Skip to content

Latest commit

 

History

History
141 lines (94 loc) · 3.69 KB

CHANGES.rst

File metadata and controls

141 lines (94 loc) · 3.69 KB

Change History

2020.0.10

released: 2024-10-01

Fixes

  • 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:

released 2022-12-22 - packaging

  • #63 Version not reported correctly when run in certain directories.
2020.0.6:

released 2022-08-26 - distribution

2020.0.4:

released 2022-08-25 - general

  • drop support for Python versions < 3.7
  • #53 refactor packaging per PEP518
  • #55 publish docs on GitHub Pages
2020.0.3:

released 2020-11-10 - general

  • #49 add tests on python 3.8 & 3.9, drop tests on python <3.6
  • #44 md is alias for markdown
  • #38 move CI from travis-ci to Github Actions
2020.0.2:

2019.07-30 - bug fix

  • #33 not really a bug -- add side pipes to markdown table
2020.0.1:

2019.07-23 - bug fix

  • #31 fix bug in column width detection
2020.0.0:

2019.07.09 - packaging and code review

2019.0508.1:
  • add output in markdown table format
2019.0321.0:
  • conda release of noarch packaging, also pip
2019.0321.0.rc2:
  • develop and test conda release packaging
2019.0321.0.rc1:
  • develop and test conda release packaging
2018.10.25:
  • for zenodo DOI
2018.4.0:
  • #12 provide HTML table output format
2017.2.0:
  • #9 provide default rendering: t = Table(); ...; str(t)
  • #8 add a plain table output
2016.1024.0:

unit tests, repaired python 3 support

2016.1003.1:

support python 3 AND python 2

2015.1115.0:

add support methods, such as addLabel and addRow

2015.1111.01:

support output as ReST list-table directive

2014.0710.01:

provide docs at http://pyRestTable.readthedocs.org

2014.0430.01:

release after forking from previous home