Hello Everybody, New release of core.matrix brings a number of improvements:
- Any Java arrays can now be used as core.matrix arrays (exception of short[], which is broken because of CLJ-1306) - Ability to "rotate" arrays around arbitrary dimensions (experimental...) - Broadcasting support for "emap" - "pow" now allows arrays of exponents (thanks Olli Piepponen!) - New mutable "div!" function (thanks Tim Brooks!) - New protocols for row and column matrix construction - General performance enhancements and minor fixes I have also recently put my Clojure Conj presentation slides online, they are hopefully useful as general overview of core.matrix: http://www.slideshare.net/mikeranderson/2013-1114-enter-thematrix Get the latest core.matrix release from Clojars or GitHub: https://github.com/mikera/core.matrix https://clojars.org/net.mikera/core.matrix Best regards, Mike. -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
