libpython-clj
has a new release 1.23
.
• Conda support. We should now work automatically if you have activated your conda environment. Conda is IMO the best (read: works with binary dependencies in the best way) package manager for Python.
• Python objects how implement hashCode and .equals and use python semantics for these.
• Bugfixes around passing infinite sequences to python. Python generators make lazy sequences in clojure and clojure sequences are python iterables and work correctly with itertools.