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

Signatures #75

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Signatures #75

wants to merge 9 commits into from

Commits on Mar 1, 2012

  1. NF - state stamp finding objects

    State stamps are values that define the state of an object, such that it
    will compare equal if the state is the same.
    matthew-brett committed Mar 1, 2012
    Configuration menu
    Copy the full SHA
    7854900 View commit details
    Browse the repository at this point in the history
  2. NF - add stamping to fileholder objects

    To allow comparison between them
    matthew-brett committed Mar 1, 2012
    Configuration menu
    Copy the full SHA
    2048b76 View commit details
    Browse the repository at this point in the history
  3. NF - state stamps for analyze-type headers

    Basic state stamp for headers. Any extensions
    matthew-brett committed Mar 1, 2012
    Configuration menu
    Copy the full SHA
    ca58291 View commit details
    Browse the repository at this point in the history
  4. NF - fill out arrayproxy and add stamps

    ArrayProxy was just a stub vaguely indicating the API.  Fill out the
    stub with the Analyze implementation, and add state stamping.  Add
    tests.
    matthew-brett committed Mar 1, 2012
    Configuration menu
    Copy the full SHA
    5723d7a View commit details
    Browse the repository at this point in the history
  5. RF - use arrayproxy implementation for analyze, mgh

    The arrayproxy module now implements an arrayproxy which works for both
    analyze and MGH format.
    matthew-brett committed Mar 1, 2012
    Configuration menu
    Copy the full SHA
    f25555c View commit details
    Browse the repository at this point in the history
  6. NF - state stampers, current state for images

    Image state defined by data, affine, header and file_map
    matthew-brett committed Mar 1, 2012
    Configuration menu
    Copy the full SHA
    a454e93 View commit details
    Browse the repository at this point in the history
  7. NF - add maybe_changed / reset_changed methods

    Remove _load_cache and replace with _stored_state.
    Make public maybe_changed method and reset_changed method to checkpoint
    state and do limited comparisons of state.
    matthew-brett committed Mar 1, 2012
    Configuration menu
    Copy the full SHA
    d932268 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    91b0603 View commit details
    Browse the repository at this point in the history
  9. BF + TST - dictionary comparison order independent

    Thanks to Satra for spotting this one.
    
    Some extension to tests
    matthew-brett committed Mar 1, 2012
    Configuration menu
    Copy the full SHA
    344123e View commit details
    Browse the repository at this point in the history