Supports Python 3.9 – Python 3.14
New Features
- New pragma
hy
.
Misc. Improvements
- Added compatibility with setuptools 80.3.0.
Bug Fixes
- Fixed a crash from using an empty string in a
(. …)
expression. (except [[]] …)
now catches no exceptions, rather than being treated like(except [] …)
, which catches all exceptions.(except [e []] …)
is now translated to Python correctly byhy2py
.- Fixed a bug where logical ops starting with a
(setv …)
expression failed to compile. - A complex
imag
argument tohy.models.Complex
is no longer allowed.