Skip to content

Releases: weiziqianpsych/cookiemilk

0.1.1

15 Sep 04:26
b8cecc7
Compare
Choose a tag to compare
  • Fixed a bug that would lead to inaccurate propositional similarity results in some cases (Note: the old code was fine, but was incorrectly rewritten in version 0.1.0 and has now been corrected again).

0.1.0

10 Jul 07:48
b8cecc7
Compare
Choose a tag to compare

Re-write parts of the code to make it more concise. Other minor revisions are listed as follows.

  • Fixed a bug about graph saving in the functiondraw;
  • Changed the color style in the function draw (Now it uses a more academic style for publication);
  • Removed the argument detailed in the function calc_gcent and the function calc_tversky;
  • Added a new function called quick_analysis to enable data analysis for a large dataset conveniently.

0.0.8

23 Mar 06:30
b8cecc7
Compare
Choose a tag to compare
  • An average network which does not include all key-terms in the argument keyterms now can be generated in average_graph
  • Remove printed content in calc_tversky