data-science

Data science, data analysis, and machine learning in Clojure https://scicloj.github.io/pages/chat_streams/ for additional discussions
chrisn 2019-12-12T21:50:18.212200Z

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.

4💯4👏4❤️