Skip to content

v0.7.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@sparkprime sparkprime released this 03 Jun 01:30
· 936 commits to master since this release

This release has the following changes:

  • Various minor bug fixes.
  • Replace garbage collector with one that can handle larger heaps.
  • Add tailstrict function call annotation for O(1) memory consumption in tail-recursive functions.
  • Added sort, uniq, and set functions to stdlib
  • Python extension is now built with setup.py