Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.52 KB

CHANGELOG.md

File metadata and controls

29 lines (17 loc) · 1.52 KB

Changelog

0.0.x

This version is a experimental section to try various features and interfaces of Flip.

2018-03-26

We refine its usabilities and inner workings. Especially, the functions of Dist including Sketch doesn't consider the empty structure anuymore. Thus, many functions do not return options, making them easier to use.

  • Many functions of Dist doesn't return Option #1 #3
  • Implement sample for Sketch #25
  • Support for-comprehension #26
  • Fix minor bugs #16 #17 #20

2018-02-18

In this version, we have implemented the basic functionality of the Sketch algorithm. Sketch summarize real-valued random variable stream in order to estimate its probability density in a quick way, and to store and retrieve it only using the sublinear space.

  • Implement of various distribution categories including Sketch
  • Implement several similarity measurement methods
  • Apply code style formatter #12
  • Automate version bumping and releaseing to bintray #11