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

Added compatibility with MDAnalysis 2.4 #36

Merged
merged 28 commits into from
Feb 3, 2023
Merged

Added compatibility with MDAnalysis 2.4 #36

merged 28 commits into from
Feb 3, 2023

Commits on Jan 27, 2023

  1. Added compatibility with MDAnalysis 2.4

    - Removed the `get_propka` function (next version must be 2.0.0)
    - PropkaTraj constructor accepts atom indices for selections
    - Pandas Index with a dtype of float64 instead of Float64Index,
      per deprecation warning from Pandas
    - Removed removed tests for `get_propka` and changed the baseanalysis
      test names to be being the standard
    - Expanded parameters for `test_single_frame_regression`
    - Removed MDAnalysis version constraint in setup.py
    ianmkenney committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    38d33d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8b0c70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29ed5f0 View commit details
    Browse the repository at this point in the history
  4. pytest -n from a plugin?

    ianmkenney committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    10f0dc1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    378d368 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f2eb4e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ac8aedf View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    80109b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01b757f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d3c2a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7af70dd View commit details
    Browse the repository at this point in the history
  5. Remove support for selection by index/list

    Remove dependence on six
    ianmkenney committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    8c1dc3b View commit details
    Browse the repository at this point in the history
  6. test_single_frame_regression parameters changed

    - instead of original 'protein' use 'default'
    - added 'protein' to replace 'ag'
    - New selections can be added move conveniently now, but the use
      of `PSF_FRAME_ZERO_PKA` gets in the way. Selecting a file from a
      dictionary based on the selection string would fix this.
    ianmkenney committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    8899c76 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e9def9e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ebcbad9 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

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

Commits on Feb 2, 2023

  1. Formatting for gh-ci.yaml

    ianmkenney committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    35c7a61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    192d62d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e50bf4 View commit details
    Browse the repository at this point in the history
  4. Set license to GPLv2+

    ianmkenney committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    6e25161 View commit details
    Browse the repository at this point in the history
  5. Simplified test_single_frame_regression

    - Only test for selection methods of 'protein'
    ianmkenney committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    fa47c3e View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    e53620b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d511a44 View commit details
    Browse the repository at this point in the history
  3. documentation updates

    - document attributes
    - fix sphinx rst
    orbeckst authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    963c285 View commit details
    Browse the repository at this point in the history
  4. fixed my doc changes

    orbeckst authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    efee7e5 View commit details
    Browse the repository at this point in the history
  5. more docs update

    orbeckst authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    626144a View commit details
    Browse the repository at this point in the history
  6. docfix

    orbeckst authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    6bfed36 View commit details
    Browse the repository at this point in the history
  7. Formatting and license fix

    - PEP8 requirement ignored in favor of clarity
    - setup.py license: v2+ -> v2 or later
    ianmkenney committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    3bee6ca View commit details
    Browse the repository at this point in the history