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

Improve xdr cython #3892

Merged
merged 29 commits into from
Nov 30, 2022
Merged

Improve xdr cython #3892

merged 29 commits into from
Nov 30, 2022

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    cf93942 View commit details
    Browse the repository at this point in the history
  2. fix wrong dims

    hmacdope committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    398afb7 View commit details
    Browse the repository at this point in the history
  3. add boundscheck=False

    hmacdope committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    3a493e3 View commit details
    Browse the repository at this point in the history
  4. slight improvement

    hmacdope committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    f2ea113 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. move to module level decls

    hmacdope committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    f2c440c View commit details
    Browse the repository at this point in the history
  2. try read_direct

    hmacdope committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    aeb118b View commit details
    Browse the repository at this point in the history
  3. fix frame iteration

    hmacdope committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    9a0d58e View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. Configuration menu
    Copy the full SHA
    1c7df37 View commit details
    Browse the repository at this point in the history
  2. experimental trr read

    hmacdope committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    943e699 View commit details
    Browse the repository at this point in the history
  3. Revert "experimental trr read"

    This reverts commit 943e699.
    hmacdope committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    6c02836 View commit details
    Browse the repository at this point in the history
  4. add pxd for libmdaxdr

    hmacdope committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    4381b9b View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. make timestep fat

    hmacdope committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    b121911 View commit details
    Browse the repository at this point in the history
  2. add explanation

    hmacdope committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    ec43aed View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. Configuration menu
    Copy the full SHA
    dc45ce6 View commit details
    Browse the repository at this point in the history
  2. change to xvf

    hmacdope committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    64de6fc View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. add some notes

    hmacdope committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    572cc65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f36476c View commit details
    Browse the repository at this point in the history
  3. add CHANGELOG

    hmacdope committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    324a4d9 View commit details
    Browse the repository at this point in the history
  4. fix docs

    hmacdope committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    0162b06 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. add cdef

    hmacdope committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    1c583ef View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2022

  1. Update package/MDAnalysis/lib/formats/libmdaxdr.pxd

    Co-authored-by: Oliver Beckstein <orbeckst@gmail.com>
    hmacdope and orbeckst committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    cfa826e View commit details
    Browse the repository at this point in the history
  2. fix inheritance

    hmacdope committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    bd2313d View commit details
    Browse the repository at this point in the history
  3. add read failure error

    hmacdope committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    e7dac9b View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. fix changelog

    hmacdope committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    2b223e0 View commit details
    Browse the repository at this point in the history
  2. add to libmdanalysis

    hmacdope committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    907b852 View commit details
    Browse the repository at this point in the history
  3. fix error code checking

    hmacdope committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    77a537b View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    fa16ab5 View commit details
    Browse the repository at this point in the history
  2. Consolidate licenses across top directory, testsuite and package (MDA…

    …nalysis#3939)
    
    * ensure that the same LICENSE file appears everywhere
    * update CHANGELOG
    hmacdope committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    6749992 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7202bea View commit details
    Browse the repository at this point in the history