Skip to content

1.1.0 ("Business Hugs")

Latest
Compare
Choose a tag to compare
@Kodiologist Kodiologist released this 08 May 17:42
· 10 commits to master since this release

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 by hy2py.
  • Fixed a bug where logical ops starting with a (setv …) expression failed to compile.
  • A complex imag argument to hy.models.Complex is no longer allowed.