8000 Release 0.20.1: sci bugfix around define-coordinates · sicmutils/sicmutils · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000
This repository was archived by the owner on Jun 18, 2025. It is now read-only.

0.20.1: sci bugfix around define-coordinates

Compare
Choose a tag to compare
@sritchie sritchie released this 23 Nov 14:39
· 63 commits to main since this release

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 from sicmutils.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.

0