Skip to content

Releases: COOL-cohort/COOL

COOL v1.0.1

22 Jun 08:36
Compare
Choose a tag to compare

temporary solution for the bug #146.

We store the time in the hour level.

COOL v1.0

22 Jun 08:34
d8a981d
Compare
Choose a tag to compare

this code can support the cool-webapp v2.0

===========

It contains the bug. Please check the #146.

Now, the COOL-webapp is using the COOL v1.0.1 (the hour-patch branch)

COOL v0.6.2

25 Jul 13:17
Compare
Choose a tag to compare
  1. add more comments to improve the code readability
  2. update the eCommerce use case.

What's Changed

Full Changelog: 0.6.1...0.6.2

COOL v0.6.1

25 Jul 07:16
b97c30b
Compare
Choose a tag to compare

Compared with COOL 0.5.1:

  1. add two new use cases;
  2. refactor the unit tests for main COOL functions
  3. add one eCommerce use case with two queries. (one is for OLAP query, and another one is for cohort query). Besides, we also add update the time units to group users by month.
  4. fix several bugs.
    However, the results of the cohort query for the eCommerce use case contain errors.

We have refactored the codes into another version(with no error in the eCommerce use case), and will use that one as the main version.

What's Changed

New Contributors

Full Changelog: 0.5.1...0.6.1

COOL 0.5.1 stable

09 May 07:01
fe46229
Compare
Choose a tag to compare

The COOL's query server is built by the Jetty server.
Besides, it is used in the COOL-site [sha: 138855c].