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

Dihedral Plots: RDKit Mol Object #243

Merged
merged 90 commits into from
Jul 4, 2023
Merged

Dihedral Plots: RDKit Mol Object #243

merged 90 commits into from
Jul 4, 2023

Commits on Feb 21, 2023

  1. new PR

    cadeduckworth committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    b4aeb11 View commit details
    Browse the repository at this point in the history
  2. update mol object methods, change dihedral_indices naming convention …

    …to atom_indices/get_atom_indices
    cadeduckworth committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    cc17a6b View commit details
    Browse the repository at this point in the history
  3. add get_bond_indices

    cadeduckworth committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    30ad175 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d67d81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59f32a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a7c25a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b6f66c2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2f8c042 View commit details
    Browse the repository at this point in the history
  9. cleaner plot titles

    cadeduckworth committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    844b29f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5fa5f11 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. Configuration menu
    Copy the full SHA
    82cbaa2 View commit details
    Browse the repository at this point in the history
  2. reimplement DF input option and fix most tests to reflect name change…

    …s and altered function definitions
    cadeduckworth committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    d26d9f1 View commit details
    Browse the repository at this point in the history
  3. add svgutils and cairosvg to dependencies, install, requirements list…

    …s, remove broken test, add reminder to update func list in docs
    cadeduckworth committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    d80ae4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8f5b5e View commit details
    Browse the repository at this point in the history
  5. remove import

    cadeduckworth committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    2522b5c View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    d54cd86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    193dc84 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

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

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    9ba26ee View commit details
    Browse the repository at this point in the history
  2. cleanup

    cadeduckworth committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    fda3206 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5a440e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c71d3d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    19973ea View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

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

    cadeduckworth committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    348495d View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    4ad68bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9609022 View commit details
    Browse the repository at this point in the history
  3. intersphinx mapping

    cadeduckworth committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    42847f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60ec522 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5279161 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    181c012 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a69f4da View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4df1d88 View commit details
    Browse the repository at this point in the history
  9. fix df input test

    cadeduckworth committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    c53cd1a View commit details
    Browse the repository at this point in the history
  10. Update dihedrals.py

    cleanup '#' inline comments
    cadeduckworth authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    8135b51 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

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

Commits on Apr 15, 2023

  1. Configuration menu
    Copy the full SHA
    bf1b05d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97267ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a25c97d View commit details
    Browse the repository at this point in the history
  4. explanation of why figdir is a kwarg at top level of dihedrals module…

    … but a positional argument elsewhere - workflows base **kwargs, issue #244, see in-line comment in dihedrals.py
    cadeduckworth committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    9175fda View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45cf29d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    71da645 View commit details
    Browse the repository at this point in the history
  7. docs typo

    cadeduckworth committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    2c21a7c View commit details
    Browse the repository at this point in the history
  8. docs typos

    cadeduckworth committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    83c4c63 View commit details
    Browse the repository at this point in the history
  9. temporary fix for figdir issue which should currently be a positional…

    … argument, but would require redundant rewrite of workflows base module, pending issue #244
    cadeduckworth committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    60636b4 View commit details
    Browse the repository at this point in the history
  10. upcoming CHANGES

    cadeduckworth committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    473abaf View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    6660c98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    554bdd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9de6a4d View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Configuration menu
    Copy the full SHA
    d620619 View commit details
    Browse the repository at this point in the history
  2. updates for implementation of pypdf in workflows dihedrals module: CH…

    …ANGES, testing environment, requirements, sphinx source configuration
    cadeduckworth committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    bd02eb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba05311 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f435207 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a85dde View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7f32b93 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    87f3930 View commit details
    Browse the repository at this point in the history
  8. documentation and kwarg definition for get_paired_indices function an…

    …d ab_pairs dictionary object in workflows dihedrals module
    cadeduckworth committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    34c63ec View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bf98c23 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a3bcddc View commit details
    Browse the repository at this point in the history
  11. reorganize kwargs for plot_dihedral_violins in top-level automated_di…

    …hedral_analysis function call in workflows dihedrals module
    cadeduckworth committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    c0f9550 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c47e055 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    5376eea View commit details
    Browse the repository at this point in the history
  2. change MDA guess_atom_element to MDA guess_types for RDKit conversion…

    … in workflows dihedrals module
    cadeduckworth committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    110b3f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5ead51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a744033 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    228b7c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7c9f669 View commit details
    Browse the repository at this point in the history
  7. require RDKit>=2023 for testing environment to investigate failed tes…

    …ts for workflows dihedrals module
    cadeduckworth committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    b8236a6 View commit details
    Browse the repository at this point in the history
  8. require RDKit<2023 for testing environment to investigate failed test…

    …s for workflows dihedrals module
    cadeduckworth committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    f45f073 View commit details
    Browse the repository at this point in the history
  9. require RDKit<=2022.09.1 for testing environment to investigate faile…

    …d tests for workflows dihedrals module
    cadeduckworth committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    adcecc6 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

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

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    e002845 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f751a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13231a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0db3c5a View commit details
    Browse the repository at this point in the history
  5. modify workflows base test for assertion of figure directory requirem…

    …ent in dihedrals workflow
    cadeduckworth committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    c540c8b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eca078a View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Configuration menu
    Copy the full SHA
    34f3e18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b5d7af View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. Configuration menu
    Copy the full SHA
    b6d4f61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7843fce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cb2ddc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84aed57 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d231b45 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a7d385 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    2970b24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9801848 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ebf3c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    292a8bd View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

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