Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
hy-1.1.0.tar.gz | 2025-05-08 | 120.4 kB | |
1.1.0 (_Business Hugs_) source code.tar.gz | 2025-05-08 | 464.0 kB | |
1.1.0 (_Business Hugs_) source code.zip | 2025-05-08 | 510.4 kB | |
README.md | 2025-05-08 | 691 Bytes | |
Totals: 4 Items | 1.1 MB | 3 |
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.