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

[Feature] Synchrofact Detection #322

Merged
merged 65 commits into from Dec 4, 2020

Commits on May 11, 2020

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

Commits on May 15, 2020

  1. Configuration menu
    Copy the full SHA
    7b85e3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da26ace View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68b2ae5 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. Configuration menu
    Copy the full SHA
    3b822d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0891f4 View commit details
    Browse the repository at this point in the history
  3. refactor docstring for synchrofact detection function. Reorder kwargs…

    … to a more meaninful way and rename invert with invert_delete
    morales-gregorio committed May 18, 2020
    Configuration menu
    Copy the full SHA
    f0c8fa3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    771632c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd531b8 View commit details
    Browse the repository at this point in the history
  6. remove TODO flags

    morales-gregorio committed May 18, 2020
    Configuration menu
    Copy the full SHA
    035a29f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c750386 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bf5ca69 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d910dc9 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Refactor and cleanup

    Kleinjohann committed May 20, 2020
    Configuration menu
    Copy the full SHA
    7b769a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fd59eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87919a5 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. refactor docs

    morales-gregorio committed May 21, 2020
    Configuration menu
    Copy the full SHA
    386682b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    791b30a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b69e2d View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Configuration menu
    Copy the full SHA
    034d1d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    399e7c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. Move complexity class to statistics

    move documentation to more appropriate locations
    add deprecation warning to complexity_pdf
    start implementing time_histogram for spread > 0
    and epoch for spread = 0
    Kleinjohann committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    b002cd5 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Configuration menu
    Copy the full SHA
    6e360bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1386799 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Configuration menu
    Copy the full SHA
    35c081f View commit details
    Browse the repository at this point in the history
  2. Update docstrings

    morales-gregorio committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    95189e7 View commit details
    Browse the repository at this point in the history
  3. Fix time_histogram not being returned as list of int (by not multiply…

    …ing directly with pq.dimensionless)
    morales-gregorio committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    385ed2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db9a299 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e82399d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c6b02e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7b0c541 View commit details
    Browse the repository at this point in the history
  8. Implement synchrofact detection as child class

    Adapt the tests to this class structure
    Kleinjohann committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    e36b74a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d46cbff View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    39bb674 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2020

  1. Configuration menu
    Copy the full SHA
    9758ab9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41a252c View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Configuration menu
    Copy the full SHA
    411ac50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2dc37fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1264a80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c48df7f View commit details
    Browse the repository at this point in the history
  5. Cleanup

    Kleinjohann committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    764544b View commit details
    Browse the repository at this point in the history
  6. Cleanup

    Kleinjohann committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    6b4cd4f View commit details
    Browse the repository at this point in the history
  7. Remove prints

    Kleinjohann committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    dc7b9f4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    934ebc3 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

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

Commits on Aug 11, 2020

  1. Configuration menu
    Copy the full SHA
    f333a6d View commit details
    Browse the repository at this point in the history
  2. decorative refactoring

    dizcza committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    ba0eb64 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. Configuration menu
    Copy the full SHA
    f8761e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92292ff View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Configuration menu
    Copy the full SHA
    2285cd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b47fb3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    194aedb View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

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

Commits on Nov 13, 2020

  1. Configuration menu
    Copy the full SHA
    865a75d View commit details
    Browse the repository at this point in the history
  2. check_neo_consistency test

    dizcza committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    0b2dbe6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a094f7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43e5522 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. optimized quantity calls

    dizcza committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    819e159 View commit details
    Browse the repository at this point in the history
  2. overwrite autosummary docs

    dizcza committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    e20e8ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7233520 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Configuration menu
    Copy the full SHA
    e62f2e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06e5739 View commit details
    Browse the repository at this point in the history
  3. pep8

    Kleinjohann committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    ffd54fb View commit details
    Browse the repository at this point in the history
  4. simplified

    dizcza committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    4103045 View commit details
    Browse the repository at this point in the history