Skip to content

The performance release

Compare
Choose a tag to compare
@willmcgugan willmcgugan released this 30 Dec 13:28
· 7469 commits to main since this release
c261894

No new functionality so speak of, but performance has improved over the 0.8.x version. A change to how rendered content is stored has made updates faster.

There is also a fix for slow updates on Windows. See this blog post for details.

This is likely the last release of the year, so I would like to share this music video which seems strangely appropriate.

https://www.youtube.com/watch?v=kAFxLXqP8UM&ab_channel=Nightwish

[0.9.0] - 2022-12-30

Added

  • Added textual.strip.Strip primitive
  • Added textual._cache.FIFOCache
  • Added an option to clear columns in DataTable.clear() #1427

Changed

  • Widget.render_line now returns a Strip
  • Fix for slow updates on Windows
  • Bumped Rich dependency