https://github.com/lsolbach/qclojure 0.8.0: A functional quantum computing library for Clojure with backend protocols, simulation backends and visualizations. Changes: • improved visualizations • unified return values of quantum algorithms • fixed bugs in grover algorithm • enhanced the tutorial
https://github.com/NoahTheDuke/lazytest: standalone BDD test framework
v1.8.0
• This release is for Babashka support! Currently doesn't support :watch, and due to lack of custom classes, ExpectationFailed is an ex-info, not a proper ExpectationFailed. This complicates writing catch clauses, as ExpectationFailed is an AssertionError, not an ExceptionInfo, but with the help of the new predicate function ex-failed?, catching Throwable and checking is simple enough (if a little unwieldy).