Skip to content

Releases: pyout/pyout

v0.8.1

Choose a tag to compare

@github-actions github-actions released this 22 Feb 14:58

🐛 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

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 17 Dec 18:06

🚀 Enhancement

  • Add pyproject.toml, use versioneer, unpin auto, make release action operate on merges and dispatch #149 (@yarikoptic)

🐛 Bug Fix

🏠 Internal

🧪 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

v0.7.3

Choose a tag to compare

@github-actions github-actions released this 28 Mar 13:28

🐛 Bug Fix

🏠 Internal

🧪 Tests

Authors: 2

v0.7.2

Choose a tag to compare

@github-actions github-actions released this 03 Feb 19:56

🐛 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

Version 0.7.1 (2021-05-14)

Choose a tag to compare

@jwodder jwodder released this 03 Feb 18:52
v0.7.1
  • For a table with a summary, encountering an unknown row led to lines before the first line of the table being overwritten.