This repository was archived by the owner on Jun 18, 2025. It is now read-only.
0.20.1: sci bugfix around define-coordinates
Small bugfix release to push out #396 .
-
#396:
-
fixes a bug in the SCI version of
define-coordinates
which didn't allow
any rebinding of manifolds. -
Removes the
bindings
key fromsicmutils.env.sci/context-opts
.
babashka/sci#637 is a bug with variable rebinding
that occurs when:bindings
is in play. Instead of relying on this key,
evaluate(require '[sicmutils.env :refer :all])
against your SCI
environment to get all bindings. -
bumps the default version of SCI to 0.2.7.
-