Skip to content

v0.13.0

Compare
Choose a tag to compare
@carocad carocad released this 31 Aug 17:34
· 6 commits to master since this release

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