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

Add AFLOW functionality to propnet #237

Merged
merged 67 commits into from
May 15, 2019
Merged

Add AFLOW functionality to propnet #237

merged 67 commits into from
May 15, 2019

Commits on Apr 23, 2019

  1. WIP creating aflow adapter

    clegaspi committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    23539cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29a495a View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. Configuration menu
    Copy the full SHA
    368c26e View commit details
    Browse the repository at this point in the history
  2. updates to ingester

    clegaspi committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    149c632 View commit details
    Browse the repository at this point in the history
  3. update bad kw check

    clegaspi committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    f82600a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fce97e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef1ba16 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    783de6b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    befd2d6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    11cde4a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3f9630f View commit details
    Browse the repository at this point in the history
  10. update error msg

    clegaspi committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    5f9ac62 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b8004ac View commit details
    Browse the repository at this point in the history
  12. Update default batch size

    clegaspi committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    ca7b64c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c9954d4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b922f34 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8c65ddf View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5123d15 View commit details
    Browse the repository at this point in the history
  17. Filter for extra responses

    clegaspi committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    d9a8173 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8d4b349 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1dbbb16 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1e0d27d View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2019

  1. Configuration menu
    Copy the full SHA
    9b47f27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    faad9b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c75ec3e View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2019

  1. Update number of retries

    clegaspi committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    c583d77 View commit details
    Browse the repository at this point in the history
  2. Adjust property chunking

    clegaspi committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    dff4ddd View commit details
    Browse the repository at this point in the history
  3. Adjust retry wait time

    clegaspi committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    a63ab70 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. Configuration menu
    Copy the full SHA
    2ccde64 View commit details
    Browse the repository at this point in the history
  2. Add feature of doing batch reduction within property reduction, do no…

    …t retry on ConnectionError
    clegaspi committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    d30ca2e View commit details
    Browse the repository at this point in the history
  3. Fix orderby kw search

    clegaspi committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    cae0894 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b27afd View commit details
    Browse the repository at this point in the history
  5. Update debug message

    clegaspi committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    58a96d3 View commit details
    Browse the repository at this point in the history
  6. Rename class

    clegaspi committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    16e985d View commit details
    Browse the repository at this point in the history
  7. Fix reference

    clegaspi committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    d7eb130 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. AFLOWIngester now traverses API in defined chunks which are small eno…

    …ugh that the API complains infrequently
    clegaspi committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    add3b9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbedaee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9f2050 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. Updated ingester

    clegaspi committed May 3, 2019
    Configuration menu
    Copy the full SHA
    a5ca801 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da420f3 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'aflow-ingester-test' into aflow_adapter

    # Conflicts:
    #	propnet/dbtools/aflow.py
    #	requirements.txt
    clegaspi committed May 3, 2019
    Configuration menu
    Copy the full SHA
    cd5f4fd View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

  1. WIP testing adapter

    clegaspi committed May 7, 2019
    Configuration menu
    Copy the full SHA
    4efa437 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79b33bb View commit details
    Browse the repository at this point in the history
  3. More docstrings

    clegaspi committed May 7, 2019
    Configuration menu
    Copy the full SHA
    0bc2930 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46d7439 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. Update graph to generate input sets more efficiently, update model to…

    … allow python models to have units_for_evaluation
    clegaspi committed May 8, 2019
    Configuration menu
    Copy the full SHA
    fe59254 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fa8f27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52c96a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61f1a15 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. Configuration menu
    Copy the full SHA
    7a79201 View commit details
    Browse the repository at this point in the history
  2. Add references page

    clegaspi committed May 9, 2019
    Configuration menu
    Copy the full SHA
    b60d06d View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. Configuration menu
    Copy the full SHA
    e3251c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef9c10b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cb1098 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4c39b4 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2019

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

Commits on May 13, 2019

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

    clegaspi committed May 13, 2019
    Configuration menu
    Copy the full SHA
    2283fe2 View commit details
    Browse the repository at this point in the history
  3. Finished adding model and symbol caches to provenance for faster chec…

    …king for cyclic inputs
    clegaspi committed May 13, 2019
    Configuration menu
    Copy the full SHA
    e858e12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d1ddfa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4cd09dd View commit details
    Browse the repository at this point in the history
  6. Add docs

    clegaspi committed May 13, 2019
    Configuration menu
    Copy the full SHA
    81a66fd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1a92e01 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

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

Commits on May 15, 2019

  1. Add AFLOW tests

    clegaspi committed May 15, 2019
    Configuration menu
    Copy the full SHA
    3e7bb6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20ed6d1 View commit details
    Browse the repository at this point in the history
  3. Codacy updates

    clegaspi committed May 15, 2019
    Configuration menu
    Copy the full SHA
    00080fb View commit details
    Browse the repository at this point in the history