clojure-numerics / expresso

Clojure library for symbolic computation
312 stars 20 forks source link

Crash on import #35

Closed oneiromantica closed 1 year ago

oneiromantica commented 1 year ago

How to reproduce

(require '[numeric.expresso.core])

Observed

Throws with stack trace due to mat/abs not found

Expected

Imports successfully

Version

expresso/expresso 0.2.2

Suggested solution

Update net.mikera/core.matrix dependency to version 0.6.3

mschuene commented 1 year ago

I updated the core.matrx dependency and deployed a new version 0.2.4 to clojars This should resolve the issue.