Skip to content

0.20.0

Compare
Choose a tag to compare
@Kodiologist Kodiologist released this 25 Jan 19:36
· 1415 commits to master since this release

Removals

  • Python 3.5 is no longer supported.

New Features

  • let macro now supports extended iterable unpacking syntax.
  • New contrib module pprint, a Hy equivalent of python.pprint.

Bug Fixes

  • Fixed a bug that made hy.eval from Python fail on require.
  • Fixed a bug that prevented pickling of keyword objects.
  • Fixed a compiler crash from setv with an odd number of arguments in defclass.