Skip to content

v2.11: lots of bugfixes

Compare
Choose a tag to compare
@saulpw saulpw released this 16 Jan 05:06
· 1973 commits to develop since this release
fad4348

v2.11 (2023-01-15)

I’m happy to announce a new maintenance release 2.11. This will be the last release before some big, exciting changes introduced in 3.0. If no significant issues come up in the next couple of weeks, this will be packaged and released for Debian.

The most significant change is that VisiData 2.11 drops support for Python 3.6 and adds support for Python 3.11.

2.11 also includes several other small improvements and bug fixes, of which I’ll highlight two:

  • dup-sheet (") now carries over attributes of columns added by add-column (helpful!)
  • We added a new "concat" jointype. This behaves similar to "append", but keeps first sheet type and columns. This isn't the final word on this, but it addresses a particular usecase that seems important to include.

Please see the CHANGELOG for the full list of changes.