Skip to content
Permalink
master

Commits on Nov 25, 2012

Commits on Nov 24, 2012

  1. pickle data

    gsathya committed Nov 24, 2012

Commits on Nov 21, 2012

Commits on Nov 8, 2012

  1. Parse files while reading them from disk.

    Suggested by atagar.
    kloesing committed Nov 8, 2012

Commits on Nov 6, 2012

  1. Take database dates from directory names (#6471).

    Last modified times of .csv files do not always match publication dates.
    kloesing committed Nov 6, 2012
  2. Change combined database file header (#6471).

    File header now contains database dates and file names.
    kloesing committed Nov 6, 2012

Commits on Oct 23, 2012

  1. Stop after removing last but one relay (#1854).

    Calculating the maximum probability difference between pristine and empty
    consensus doesn't make much sense.  More importantly, the current
    implementation violates the function relationship between linf and
    min_adv_bw, because we're not increasing min_adv_bw in the last run and
    thereby outputting two different linfs for the same min_adv_bw.  Should be
    safe to omit that final run, because we're not looking for the case where
    we remove all relays from the consensus anyway.  I hope.
    kloesing committed Oct 23, 2012
  2. Remove pyentropy.py

    gsathya committed Oct 23, 2012
  3. Add pylinf.py

    gsathya committed Oct 23, 2012

Commits on Oct 3, 2012

Commits on Sep 18, 2012

  1. Add graphing code for #1854.

    kloesing committed Sep 18, 2012
  2. Fix two bugs in current #1854 code.

    Relays shouldn't be excluded based on their position-dependent weighted
    consensus weight, but on their consensus weight directly taken from the
    consensus.  No multiplying by Wxx weights necessary for that.
    
    The current for loop to remove routers with min cw removed only every
    second element.  Use a while loop instead.
    kloesing committed Sep 18, 2012
  3. Add .gitignore (#1854).

    kloesing committed Sep 18, 2012

Commits on Sep 15, 2012

  1. Add entropy code for #1854

    gsathya committed Sep 15, 2012
Older