Skip to content

Releases: carocad/frechet

v0.14.1

03 Sep 22:15
Compare
Choose a tag to compare

FIXED 🐞

  • dont pack internal resources into lib jar

v0.14.0

03 Sep 20:46
Compare
Choose a tag to compare

ADDED ➕

  • Clojurescript support. Tested on node.js v12

v0.13.0

31 Aug 17:34
Compare
Choose a tag to compare

BREAKING CHANGE 💀

  • removes vectorz dependency
  • marks clojure as provided by the user
  • removes protocols namespace
  • removes sampler namespace
  • removes legacy namespace

CHANGES ➕

  • use native arrays instead of vectorz-clj library. 2.4 times faster computations and less memory overhead. See resources/benchmark for more details
  • implement my own euclidean metric function for performance
  • update documentation
  • adds more generative and unit tests

v0.12.0

27 Aug 15:29
Compare
Choose a tag to compare

BREAKING 💀

  • rename carocad.frechet.core to carocad.frechet
  • remove dependency on clojure. Users of carocad/frechet should provide their own clojure version

v0.11.2

27 Aug 14:56
Compare
Choose a tag to compare

BREAKING CHANGE 💀

  • change group-id/artifact-id from frechet-dist/frechet-dist to net.clojars.carocad/frechet