Skip to content

Releases: Grasia/WikiChron

v0.3.3

14 Mar 22:08
Compare
Choose a tag to compare
v0.3.3 Pre-release
Pre-release
  • Hot fix for percentage_edits_by_anonymous_accum metric

v0.3.2

14 Mar 17:54
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release
  • Added script to generate wikis.json
  • Added (Deltas, 2003) correction to Gini computation
  • Added metric: Percentage of anonymous edits

v0.3.1

07 Mar 10:51
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Added flask caching for expensive function calls.

v0.3.0

06 Mar 15:38
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • Important fixes on metric calculations
  • Added metric 10:90 ratio
  • Customized plotly options for graphs
  • Updated dependencies

v0.2.0

16 Feb 13:20
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Added metrics to measure distribution and concentration of work. In particular:

  • Gini coefficient
  • Ratio between the top contributor and different percentile contributor:
    • percentile 20
    • percentile 10
    • percentile 5

v0.1.4

13 Feb 19:00
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release
  • Changed html title of the webapp to Wikichron
  • Changed categories names of big wikis to "Large" and "Very Large"
  • Small improvements in deploy.sh shell script

v0.1.3

12 Feb 10:31
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release
  • scripts/query_bot_users.py now prepend http:// if missing
  • Using warnins.warn for some messages.

Released version 0.1.2

09 Feb 17:37
Compare
Choose a tag to compare
Pre-release
  • Available wikis are now grouped into collapasable lists depending on its page number
  • Added wikis.json file with metadata of shown wikis
  • Removed bot activity
  • Some minor UI improvements