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

Tickets/dm 8108 #216

Merged
merged 5 commits into from
Apr 26, 2017
Merged

Tickets/dm 8108 #216

merged 5 commits into from
Apr 26, 2017

Commits on Apr 26, 2017

  1. Introduce design of new Footprint Class

    The deisgn for the Footprints class has been completely overhauled.
    Most of the work of the old Footprints class is not delegated to the
    new SpanSets class. This makes a Footprint into a container of a
    SpanSet which handles spacial information, and a PeakCatalog to work
    with peak information.
    natelust committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    22f768d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15c33a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f98e0a View commit details
    Browse the repository at this point in the history
  4. Refine SpanSet behavior

    The SpanSet class needs subtile refinements to make the logic
    consitent with how it will be used in the stack.
    natelust committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    2e8049b View commit details
    Browse the repository at this point in the history
  5. PEP8 fixed to testSpansets

    natelust committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    3b06a46 View commit details
    Browse the repository at this point in the history