Releases: pyout/pyout
Releases · pyout/pyout
Release list
v0.8.1
🐛 Bug Fix
- First get content for summary and only then clear prior one #156 (@yarikoptic)
🧪 Tests
- Run GH CI testing also on macos and fix up tests for potential stalling in Delayed #148 (@yarikoptic)
Authors: 1
- Yaroslav Halchenko (@yarikoptic)
v0.8.0
🚀 Enhancement
- Add pyproject.toml, use versioneer, unpin auto, make release action operate on merges and dispatch #149 (@yarikoptic)
🐛 Bug Fix
- OPT: cache validation of styles #144 (@yarikoptic)
🏠 Internal
- Upgrade codecov action to v5 and provide secret token #146 (@yarikoptic)
- Stop using
setup.py test#138 (@jwodder)
🧪 Tests
- Drop use of conda in appveyor (does not work) + set overall timeout limit to 120 sec #145 (@yarikoptic)
- Improve testing: run on schedule + test py 3.12 #143 (@yarikoptic)
Authors: 2
- John T. Wodder II (@jwodder)
- Yaroslav Halchenko (@yarikoptic)
v0.7.3
🐛 Bug Fix
- Accepting either bless* (blessed, blessings) library #137 (@TheChymera @yarikoptic)
🏠 Internal
- codespell: workflow, typo fix, minor var rename #139 (@yarikoptic)
🧪 Tests
- Add python 3.11 into testing #140 (@yarikoptic)
Authors: 2
- Horea Christian (@TheChymera)
- Yaroslav Halchenko (@yarikoptic)
v0.7.2
🐛 Bug Fix
- Adjust README for needing 3.7 #134 (@yarikoptic)
- github+appveyor: add 3.7 into matrix since we support it #134 (@yarikoptic)
- appveyor: specify newer base image, drop 32bit, drop PYTHON env var #134 (@yarikoptic)
- Drop Python 3.6 support, add testing for 3.10, test against 3.8 on appveyor #134 (@yarikoptic)
- Declare JSON schema as following Draft 7 #131 (@jwodder)
🏠 Internal
Authors: 2
- John T. Wodder II (@jwodder)
- Yaroslav Halchenko (@yarikoptic)
Version 0.7.1 (2021-05-14)
- For a table with a summary, encountering an unknown row led to lines before the first line of the table being overwritten.