8000 Comparing 4.0.0...4.1.0 · ParmEd/ParmEd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ParmEd/ParmEd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.0.0
Choose a base ref
...
head repository: ParmEd/ParmEd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.1.0
Choose a head ref
  • 11 commits
  • 14 files changed
  • 9 contributors

Commits on Feb 3, 2023

  1. set python_requires to >=3.8 (#1285)

    Python support has been restricted to Python v3.8 and newer, but `python_requires` is not set. Thus, the new version of ParmEd will still be installed when one installs ParmEd on an older Python version. By setting `python_requires`, pip with old Python versions will not install the new version of ParmEd.
    njzjz authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    711124d View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. switch out copy with deepcopy for structure.copy() method (#1290)

    * switch out copy with deepcopy for structure.copy() method
    
    * Update parmed/structure.py
    
    ---------
    
    Co-authored-by: Jason Swails <jason@entos.ai>
    daico007 and swails authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    7ceb6c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    e1c647c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c897ebb View commit details
    Browse the repository at this point in the history
  3. Set atomic number when applying a patch (#1275)

    Co-authored-by: Jason Swails <jason.swails@gmail.com>
    peastman and swails authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    a64033f View commit details
    Browse the repository at this point in the history
  4. Prefer patch versions that replace external bonds (#1278)

    Co-authored-by: Jason Swails <jason.swails@gmail.com>
    peastman and swails authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    5720c2a View commit details
    Browse the repository at this point in the history
  5. Enable changing C4 terms in LJ pairs individually (#1277)

    * Enable changing C4 terms in LJ pairs individually
    
    * Update parmed/tools/actions.py
    
    Thanks! But I would prefer to use "== False" instead of "not",  since this can make codes clearer and easier to read.
    
    Co-authored-by: Jason Swails <jason@entos.ai>
    
    * Apply suggestions from code review
    
    ---------
    
    Co-authored-by: Jason Swails <jason@entos.ai>
    Co-authored-by: Jason Swails <jason.swails@gmail.com>
    3 people authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    4df5ca1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d77dab1 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

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

Commits on Apr 4, 2023

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

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    89fd491 View commit details
    Browse the repository at this point in the history
Loading
0