Blog#
A place for announcements, release notes, thoughts and ideas for the project.
Release Notes (v2.7.7)#
December 26, 2024
The v2.7.7 release retroactively allows for Python 3.9.
Release Notes (v2.7.6)#
December 6, 2024
The v2.7.6 release switches to tomli
and tomli-w
for TOML language support.
Release Notes (v2.7.5)#
April 17, 2024
The v2.7.5 release updates the ansi
module to address minor issues.
Release Notes (v2.7.4)#
January 23, 2024
The v2.7.4 release fixes a few issues and makes improvements to
the ansi
module.
Release Notes (v2.7.3)#
October 12, 2023
The v2.7.3 release fixes a bug in how _env
and _eval
get expanded
(Issue 21)
Release Notes (v2.7.1)#
September 28, 2023
The v2.7.1 release includes major new features along with numerous fixes and improvements.
Automatic rich colorization of usage text with
NO_COLOR
support (see no-color.org).Automatic platform support honoring conventions for Windows and macOS.
Extensions to the standard
logging
module.Expose major features in top-level API.
Various fixes and improvements.