Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tree-based agglomeration #32

Merged
merged 45 commits into from
Oct 15, 2014
Merged

Tree-based agglomeration #32

merged 45 commits into from
Oct 15, 2014

Commits on Jan 23, 2014

  1. Configuration menu
    Copy the full SHA
    ec617ee View commit details
    Browse the repository at this point in the history
  2. Add missing rename_node function

    jni committed Jan 23, 2014
    Configuration menu
    Copy the full SHA
    3794888 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19cea45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f445c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88f021c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d7a8672 View commit details
    Browse the repository at this point in the history
  7. Major bug fix: peek only at valid queue items

    MergeQueue.peek() was designed to look at the next item in the merge
    queue without popping it. However, the next item *could* be invalid,
    and cause a merge of a valid item past threshold!
    
    This commit fixes that by having peek() discard invalid items until a
    valid one is at the front of the queue.
    jni committed Jan 23, 2014
    Configuration menu
    Copy the full SHA
    6c42094 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4f8357a View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2014

  1. Configuration menu
    Copy the full SHA
    2b26508 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b5ee62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1117208 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2014

  1. Change call order for tree merge

    Tree merging was causing the sp2segment map to be incorrect when the
    merge boundaries were being refined. Postponing the merge until after
    boundary refinement fixes the issue.
    jni committed Feb 25, 2014
    Configuration menu
    Copy the full SHA
    3114037 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2014

  1. Configuration menu
    Copy the full SHA
    754e738 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d737179 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2014

  1. Update region intersection graph during merge

    The region intersection graph allows quick computation of current VI
    and rand index during an agglomeration run.
    jni committed Feb 28, 2014
    Configuration menu
    Copy the full SHA
    9addf12 View commit details
    Browse the repository at this point in the history
  2. Update requirement to viridis 0.2

    jni committed Feb 28, 2014
    Configuration menu
    Copy the full SHA
    1a3b3f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2014

  1. Update default RIG length when no ground truth

    I doubled the size of the contingency table, but when there is no
    contingency table, I hadn't doubled the size of the ones() array,
    resulting in an IndexError. This is now fixed.
    jni committed Apr 8, 2014
    Configuration menu
    Copy the full SHA
    ff79593 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2014

  1. Configuration menu
    Copy the full SHA
    f0b1559 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e2a981 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf21ab1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d368aac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37c9fe9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    329d1cf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    65500a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2014

  1. Configuration menu
    Copy the full SHA
    ec5c2a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2014

  1. Configuration menu
    Copy the full SHA
    2a799ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b09513 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f8a8df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45f6b3c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1a3131 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2014

  1. Configuration menu
    Copy the full SHA
    e10c10f View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2014

  1. Configuration menu
    Copy the full SHA
    a76fd9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7797610 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2014

  1. Configuration menu
    Copy the full SHA
    0d3f41d View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2014

  1. Merge pull request #3 from NealJMD/optimized

     - added optimized.pyx for Cython, and tests for its functions
     - added missing kwarg to classify.py function
     - modified imio.read_h5_stack to not fail with kwargs for other imio function args
     - stop agglo.py tracking 'extent' set after features are built
     - optimize 'histogram' and 'moments' feature computations with Cython
     - added 'contact' feature, which helped win SNEMI3D
     - added adjusted Rand error metric to evaluate.py
     - dramatically improved testing framework
     - updated travis build to use Conda
     - updated README with all the goodies
     - other minor improvements
    jni committed Oct 9, 2014
    Configuration menu
    Copy the full SHA
    16d82fe View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2014

  1. Remove unused imports in tests

    jni committed Oct 11, 2014
    Configuration menu
    Copy the full SHA
    fe3b7d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2014

  1. Configuration menu
    Copy the full SHA
    0313889 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2014

  1. Add pytest setup file

    jni committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    5b43be4 View commit details
    Browse the repository at this point in the history
  2. Use local imports in agglo.py

    jni committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    42a5644 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c9e82b View commit details
    Browse the repository at this point in the history
  4. Fix up doctests

    jni committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    473a664 View commit details
    Browse the repository at this point in the history
  5. Run doctests by default

    jni committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    b43c2f6 View commit details
    Browse the repository at this point in the history
  6. Use pytest to run tests

    jni committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    d8df864 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    656f77b View commit details
    Browse the repository at this point in the history
  8. Add coveralls support on travis

    jni committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    740bebb View commit details
    Browse the repository at this point in the history