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

Bump numpy from 1.18.5 to 1.22.0 in /requirements #98

Open
wants to merge 980 commits into
base: master
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 16, 2021

  1. Clean up dataset imports

    WolfByttner committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    05274b9 View commit details
    Browse the repository at this point in the history
  2. Optimise __init__ files

    WolfByttner committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    2a02f35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac36d83 View commit details
    Browse the repository at this point in the history
  4. Add inference test

    WolfByttner committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    ca8b526 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fed1fe0 View commit details
    Browse the repository at this point in the history
  6. Add self.num_past to LSTM

    WolfByttner committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    6422314 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8675ac8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    29a4cf1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ef22198 View commit details
    Browse the repository at this point in the history
  10. Remove dead code

    WolfByttner committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    f034499 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    98c37d6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    42135fe View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    211da48 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    13ce751 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0cfe728 View commit details
    Browse the repository at this point in the history
  16. Remove dead code

    WolfByttner committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    15b4e65 View commit details
    Browse the repository at this point in the history
  17. Reformat code

    WolfByttner committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    140e682 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    34f583b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d4ad805 View commit details
    Browse the repository at this point in the history
  20. Add loss tests

    WolfByttner committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    b6fb003 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8b745f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2021

  1. Merge pull request #39 from traja-team/datagenerator

    Data generator added
    JustinShenk authored Jan 17, 2021
    Configuration menu
    Copy the full SHA
    e3dcf25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a58b919 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3b0fc9 View commit details
    Browse the repository at this point in the history
  4. Update generator

    WolfByttner committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    b8831a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

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

Commits on Jan 23, 2021

  1. Configuration menu
    Copy the full SHA
    b6ff1be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    340d392 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cf7bc9 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2021

  1. Add classification test

    WolfByttner committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    c2a6a78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43ba928 View commit details
    Browse the repository at this point in the history
  3. Fix failing ae/vae tests

    WolfByttner committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    b1cd9b2 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2021

  1. Configuration menu
    Copy the full SHA
    36eb7e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70ddf19 View commit details
    Browse the repository at this point in the history
  3. Bump version

    JustinShenk committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    af213ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1597bee View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

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

Commits on Feb 3, 2021

  1. Configuration menu
    Copy the full SHA
    95fe8d6 View commit details
    Browse the repository at this point in the history
  2. Add calc_laterality

    JustinShenk committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    2b281e0 View commit details
    Browse the repository at this point in the history
  3. Bump version

    JustinShenk committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    494b39d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #55 from traja-team/fix-time-plotting

    Fix time plotting
    JustinShenk authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    b8c9aa8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #51 from traja-team/classification

    Classification
    JustinShenk authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    dc7b0a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2021

  1. Add VAE regression test

    WolfByttner committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    e85aadd View commit details
    Browse the repository at this point in the history
  2. Reformat code

    WolfByttner committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    c862d58 View commit details
    Browse the repository at this point in the history
  3. Reformat tests

    WolfByttner committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    e871d2e View commit details
    Browse the repository at this point in the history
  4. Add loss test

    WolfByttner committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    48b4966 View commit details
    Browse the repository at this point in the history
  5. Remove dead code

    WolfByttner committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    b13a57c View commit details
    Browse the repository at this point in the history
  6. Clean up test docstrings

    WolfByttner committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    b7c9ef6 View commit details
    Browse the repository at this point in the history
  7. Clean up test docstrings

    WolfByttner committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    a25d1d6 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2021

  1. Fix color_dark plotting

    JustinShenk committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    e3cf6d0 View commit details
    Browse the repository at this point in the history
  2. Merge

    JustinShenk committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    ef653ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e53517a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #61 from traja-team/merge-master

    Fix color_dark plotting
    JustinShenk authored Feb 7, 2021
    Configuration menu
    Copy the full SHA
    cb776e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f408853 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    83f894f View commit details
    Browse the repository at this point in the history
  7. Add pedestrian datasets

    JustinShenk committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    90680b3 View commit details
    Browse the repository at this point in the history
  8. Fix broken path

    JustinShenk committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    7ff2b54 View commit details
    Browse the repository at this point in the history
  9. Remove unused import

    JustinShenk committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    eaf915b View commit details
    Browse the repository at this point in the history
  10. Fix pedestrian imports

    JustinShenk committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    40cf5d6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    60b0472 View commit details
    Browse the repository at this point in the history
  12. add sklearn to docs env

    JustinShenk committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    cc17e9f View commit details
    Browse the repository at this point in the history
  13. update doc env

    JustinShenk committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    7ae7ce2 View commit details
    Browse the repository at this point in the history
  14. DOCS: update doc env

    JustinShenk committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    0c91d10 View commit details
    Browse the repository at this point in the history
  15. DOCS: update doc env

    JustinShenk committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    052f580 View commit details
    Browse the repository at this point in the history
  16. DOCS: update doc env

    JustinShenk committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    159f92b View commit details
    Browse the repository at this point in the history
  17. DOCS: update doc env

    JustinShenk committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    f1c4e10 View commit details
    Browse the repository at this point in the history
  18. Add geolife module

    JustinShenk committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    f328d2e View commit details
    Browse the repository at this point in the history
  19. Merge pull request #54 from traja-team/feature-add-calc-lat

    Add calc_laterality and fix plotting error
    JustinShenk authored Feb 7, 2021
    Configuration menu
    Copy the full SHA
    195be71 View commit details
    Browse the repository at this point in the history
  20. DOCS: update doc env

    JustinShenk committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    4690adb View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3717164 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Configuration menu
    Copy the full SHA
    1a69fba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bedc678 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbb04a8 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Configuration menu
    Copy the full SHA
    fd842f4 View commit details
    Browse the repository at this point in the history
  2. Format with black

    JustinShenk committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    37d4a82 View commit details
    Browse the repository at this point in the history
  3. Add flake8 precommit

    JustinShenk committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    b145684 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9c58d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d39cba9 View commit details
    Browse the repository at this point in the history
  6. Update visualizer.py

    Saran-nns authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    d6a8f8c View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Update __init__.py

    Saran-nns committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    52fdad2 View commit details
    Browse the repository at this point in the history
  2. Update inference.py

    Saran-nns committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    b5743bc View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. Configuration menu
    Copy the full SHA
    cb0ed2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f1d802 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #56 from traja-team/classification

    Classification
    JustinShenk authored Feb 13, 2021
    Configuration menu
    Copy the full SHA
    1ee499e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #71 from traja-team/linter

    Linter
    JustinShenk authored Feb 13, 2021
    Configuration menu
    Copy the full SHA
    045a4bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51f7c0e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    629b7e5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #66 from traja-team/fortasyn

    fixing accuracy > 1 error
    MaddyThakker authored Feb 13, 2021
    Configuration menu
    Copy the full SHA
    f87978d View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2021

  1. Configuration menu
    Copy the full SHA
    20e7dfa View commit details
    Browse the repository at this point in the history
  2. resolving merge conflicts

    Madhav Thakker authored and Madhav Thakker committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    1cca373 View commit details
    Browse the repository at this point in the history
  3. cleaning up files

    Madhav Thakker authored and Madhav Thakker committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    58176c7 View commit details
    Browse the repository at this point in the history
  4. cleaning train.py files

    Madhav Thakker authored and Madhav Thakker committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    f35f922 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Requested changes done

    Madhav Thakker authored and Madhav Thakker committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    dd91516 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Add pituitary gland ODE

    WolfByttner committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    438c265 View commit details
    Browse the repository at this point in the history
  2. Add numba to requirements

    WolfByttner committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    f023d0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3732e38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e3aa2f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc14fbc View commit details
    Browse the repository at this point in the history
  6. Update contributing.rst

    fix formatting
    JustinShenk authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    6a0ccb8 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Configuration menu
    Copy the full SHA
    394371a View commit details
    Browse the repository at this point in the history
  2. Add dt to Brownian

    WolfByttner committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    1e2f8ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84cd135 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98acec4 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

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

Commits on Feb 20, 2021

  1. Remove deal parentheses

    WolfByttner committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    7fa1959 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    298fbdb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea72fdf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82e4b44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f40773 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fcf6b2b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d4e71b3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0041908 View commit details
    Browse the repository at this point in the history
  9. added tests

    Madhav authored and Madhav committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    6746c90 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6459b74 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    82bccb5 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. added not validated and not tested tests

    Madhav authored and Madhav committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    cba433d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #75 from traja-team/pituitary_gland

    Add Pituitary gland example function
    WolfByttner authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    78b3bea View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Merge pull request #72 from traja-team/fortasyn

    added validation and testing during training
    MaddyThakker authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    9a541a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31a187f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c22e7f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97e83a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2021

  1. Update paper

    JustinShenk committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    81c8d31 View commit details
    Browse the repository at this point in the history
  2. Update paper - add refs

    JustinShenk committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    da2cc24 View commit details
    Browse the repository at this point in the history
  3. Update paper - add refs

    JustinShenk committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    bce81ed View commit details
    Browse the repository at this point in the history
  4. Update paper - add refs

    JustinShenk committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    66b97eb View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Configuration menu
    Copy the full SHA
    83314f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e67bfe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    388a114 View commit details
    Browse the repository at this point in the history
  4. Update author name

    JustinShenk committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    df62011 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Paper: Update refs

    JustinShenk committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    b60b521 View commit details
    Browse the repository at this point in the history
  2. Paper: Add refs

    JustinShenk committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    a6c4816 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Fix author name

    JustinShenk committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    c7dee96 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2021

  1. Continuous pdf creation

    JustinShenk authored Mar 27, 2021
    Configuration menu
    Copy the full SHA
    cd6bffc View commit details
    Browse the repository at this point in the history
  2. Update refs

    JustinShenk committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    fea9927 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d99d24b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    376fb31 View commit details
    Browse the repository at this point in the history
  5. [Paper] Trim paper

    JustinShenk committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    c0035a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb60d5e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4202e67 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. [Paper] fix refs

    JustinShenk committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    daf14e2 View commit details
    Browse the repository at this point in the history
  2. [Paper] Add doi

    JustinShenk committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    c67d83a View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Added convex_hull property to traja dataframe, currently set to popul…

    …ate (as array) on generate(convex_hull=True), or by manually setting like df.convex_hull = df[['x', 'y']]. Updated documentation and added test. Also added inside function to determine if point is in polygon, and function to determine colinearity of three points.
    aleczoeller committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    5b8c1b1 View commit details
    Browse the repository at this point in the history
  2. Rebase error removal

    aleczoeller committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    4b45650 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d79b099 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

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

Commits on Apr 3, 2021

  1. Merge pull request #78 from aleczoeller/convex_hull_v1

    Added functionality to create a convex hull for any trajectory, as an…
    JustinShenk authored Apr 3, 2021
    Configuration menu
    Copy the full SHA
    3e936ff View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

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

Commits on Apr 7, 2021

  1. Merge pull request #73 from traja-team/contributing

    Add initial contributing guide
    WolfByttner authored Apr 7, 2021
    Configuration menu
    Copy the full SHA
    659c8e0 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Update copyright

    JustinShenk committed May 17, 2021
    Configuration menu
    Copy the full SHA
    fdb5511 View commit details
    Browse the repository at this point in the history
  2. Reduce test duration

    JustinShenk committed May 17, 2021
    Configuration menu
    Copy the full SHA
    c1b074d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    def493d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fa06f0 View commit details
    Browse the repository at this point in the history
  5. Fix docs

    JustinShenk committed May 17, 2021
    Configuration menu
    Copy the full SHA
    888244e View commit details
    Browse the repository at this point in the history
  6. Fix tests

    JustinShenk committed May 17, 2021
    Configuration menu
    Copy the full SHA
    7d106ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bfdc127 View commit details
    Browse the repository at this point in the history
  8. simplify assertions

    JustinShenk committed May 17, 2021
    Configuration menu
    Copy the full SHA
    5525773 View commit details
    Browse the repository at this point in the history
  9. add pytorch ref

    JustinShenk committed May 17, 2021
    Configuration menu
    Copy the full SHA
    68a72c3 View commit details
    Browse the repository at this point in the history
  10. add temp citation

    JustinShenk committed May 17, 2021
    Configuration menu
    Copy the full SHA
    8de4839 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    087369d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3130e20 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d47c2f4 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Add plot methods

    JustinShenk committed May 18, 2021
    Configuration menu
    Copy the full SHA
    25be192 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Configuration menu
    Copy the full SHA
    7e8590c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3e122c View commit details
    Browse the repository at this point in the history
  3. Update docs, fix warning

    JustinShenk committed May 19, 2021
    Configuration menu
    Copy the full SHA
    8bde6ad View commit details
    Browse the repository at this point in the history
  4. Update docs, fix warning

    JustinShenk committed May 19, 2021
    Configuration menu
    Copy the full SHA
    f23a1b5 View commit details
    Browse the repository at this point in the history
  5. Update paper

    JustinShenk committed May 19, 2021
    Configuration menu
    Copy the full SHA
    469989e View commit details
    Browse the repository at this point in the history
  6. Update paper

    JustinShenk committed May 19, 2021
    Configuration menu
    Copy the full SHA
    20999d8 View commit details
    Browse the repository at this point in the history
  7. Update docs

    JustinShenk committed May 19, 2021
    Configuration menu
    Copy the full SHA
    ff264ec View commit details
    Browse the repository at this point in the history
  8. Update paper

    JustinShenk committed May 19, 2021
    Configuration menu
    Copy the full SHA
    2f405af View commit details
    Browse the repository at this point in the history
  9. Bump version

    JustinShenk committed May 19, 2021
    Configuration menu
    Copy the full SHA
    3d9a820 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. Update paper

    JustinShenk committed May 20, 2021
    Configuration menu
    Copy the full SHA
    9ac7804 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. Configuration menu
    Copy the full SHA
    3cb8fce View commit details
    Browse the repository at this point in the history
  2. Bump version

    JustinShenk committed May 21, 2021
    Configuration menu
    Copy the full SHA
    1e48553 View commit details
    Browse the repository at this point in the history
  3. Move file

    JustinShenk committed May 21, 2021
    Configuration menu
    Copy the full SHA
    5fa4df7 View commit details
    Browse the repository at this point in the history
  4. Update citation

    JustinShenk committed May 21, 2021
    Configuration menu
    Copy the full SHA
    be1e838 View commit details
    Browse the repository at this point in the history
  5. Update docs

    JustinShenk committed May 21, 2021
    Configuration menu
    Copy the full SHA
    c2de26b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50dbf38 View commit details
    Browse the repository at this point in the history
  7. Bump version

    JustinShenk committed May 21, 2021
    Configuration menu
    Copy the full SHA
    8bf9cde View commit details
    Browse the repository at this point in the history
  8. Update docs

    JustinShenk committed May 21, 2021
    Configuration menu
    Copy the full SHA
    029670b View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Update paper

    JustinShenk committed May 27, 2021
    Configuration menu
    Copy the full SHA
    1eaf5fb View commit details
    Browse the repository at this point in the history
  2. Update paper

    JustinShenk committed May 27, 2021
    Configuration menu
    Copy the full SHA
    9945aa5 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Exclude tests

    JustinShenk committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    30ad061 View commit details
    Browse the repository at this point in the history
  2. Add init for subpackage

    JustinShenk committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    6ed2bde View commit details
    Browse the repository at this point in the history
  3. Merge pull request #90 from traja-team/fix-subpackages

    Fix subpackages
    JustinShenk authored Jun 2, 2021
    Configuration menu
    Copy the full SHA
    2e2f434 View commit details
    Browse the repository at this point in the history
  4. Fix wording

    JustinShenk committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    87280b3 View commit details
    Browse the repository at this point in the history
  5. Move colormap to viridis

    JustinShenk committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    9a46232 View commit details
    Browse the repository at this point in the history
  6. Add animation example

    JustinShenk committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    55aa7ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4b8465f View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Configuration menu
    Copy the full SHA
    2a6e4ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8198e83 View commit details
    Browse the repository at this point in the history
  3. [Docs] Add support page

    JustinShenk committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    4b74159 View commit details
    Browse the repository at this point in the history
  4. [Paper] Update paper

    JustinShenk committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    7890db5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9793179 View commit details
    Browse the repository at this point in the history
  6. [Paper] Add jaguar ref

    JustinShenk committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    c46d803 View commit details
    Browse the repository at this point in the history
  7. [Docs] Fix animation

    JustinShenk committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    5a51f9b View commit details
    Browse the repository at this point in the history
  8. Merge pull request #91 from traja-team/review-update

    Review update
    JustinShenk authored Jun 4, 2021
    Configuration menu
    Copy the full SHA
    4879846 View commit details
    Browse the repository at this point in the history
  9. Update README.rst

    add conda-forge badge
    JustinShenk authored Jun 4, 2021
    Configuration menu
    Copy the full SHA
    0b8d920 View commit details
    Browse the repository at this point in the history
  10. Update README.rst

    Add conda-forge badge
    JustinShenk authored Jun 4, 2021
    Configuration menu
    Copy the full SHA
    1349e7c View commit details
    Browse the repository at this point in the history
  11. [Docs] Update link

    JustinShenk committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    e27dc19 View commit details
    Browse the repository at this point in the history
  12. [Docs] Update link

    JustinShenk committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    4ffd945 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7bb9b52 View commit details
    Browse the repository at this point in the history
  14. Update README.rst

    JustinShenk authored Jun 4, 2021
    Configuration menu
    Copy the full SHA
    1dbfa1e View commit details
    Browse the repository at this point in the history
  15. Update README.rst

    JustinShenk authored Jun 4, 2021
    Configuration menu
    Copy the full SHA
    9f628a8 View commit details
    Browse the repository at this point in the history
  16. Update README.rst

    Revert to match zenodo for consistency
    JustinShenk authored Jun 4, 2021
    Configuration menu
    Copy the full SHA
    b70e6ea View commit details
    Browse the repository at this point in the history
  17. Update README.rst

    Make same as CITATION
    JustinShenk authored Jun 4, 2021
    Configuration menu
    Copy the full SHA
    41d82de View commit details
    Browse the repository at this point in the history
  18. Add JOSS badge

    JustinShenk authored Jun 4, 2021
    Configuration menu
    Copy the full SHA
    c4ad727 View commit details
    Browse the repository at this point in the history
  19. Update README.rst

    Fix formatting
    JustinShenk authored Jun 4, 2021
    Configuration menu
    Copy the full SHA
    4612db1 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. [Paper] Add author

    JustinShenk committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    321003f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    931c469 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5520db6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6893c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. [Paper] Fix minor typos

    JustinShenk authored Jun 28, 2021
    Configuration menu
    Copy the full SHA
    c928a2d View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Bump version

    JustinShenk committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    ada7187 View commit details
    Browse the repository at this point in the history
  2. Update README.rst

    JustinShenk authored Jul 1, 2021
    Configuration menu
    Copy the full SHA
    69a62da View commit details
    Browse the repository at this point in the history
  3. Fix link

    JustinShenk authored Jul 1, 2021
    Configuration menu
    Copy the full SHA
    de6c57f View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. [Paper] Fix doi

    JustinShenk committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    2793aa1 View commit details
    Browse the repository at this point in the history
  2. Bump version

    JustinShenk committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    15b7aeb View commit details
    Browse the repository at this point in the history
  3. [Paper] Fix doi

    JustinShenk committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    f58690a View commit details
    Browse the repository at this point in the history
  4. Bump version

    JustinShenk committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    823b1d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2021

  1. Bump version

    JustinShenk committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    5601d80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15c3dd8 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. [Paper] Update ref

    JustinShenk committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    b55b44d View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Minor additions

    * Remove duplicate angle method "angles"
    * Add options to specify unit and lag in "calc_angle"
    * Check angle unit in calc_heading
    * Update tests, fix minor typos
    * Code formatting and fix flake8 issues
    Jonas Otten committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    5a33f0c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #92 from jootten/minor_changes

    Minor additions
    JustinShenk authored Jul 9, 2021
    Configuration menu
    Copy the full SHA
    33659d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f560756 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d1aff9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e4006e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8639e2d View commit details
    Browse the repository at this point in the history
  7. Fix import

    JustinShenk committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    f8f574f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4008d53 View commit details
    Browse the repository at this point in the history
  9. Fix convex_hull getter

    JustinShenk committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    0c02288 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. [Paper] Fix image size

    JustinShenk committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    4e269ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0ae5f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    567df93 View commit details
    Browse the repository at this point in the history
  4. [Tests] Fix lib install

    JustinShenk committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    a2decf4 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2021

  1. [Paper] Improve images

    JustinShenk committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    a37430b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ef9628 View commit details
    Browse the repository at this point in the history
  3. Update README.rst

    JustinShenk authored Jul 17, 2021
    Configuration menu
    Copy the full SHA
    ae4d154 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2021

  1. Update issue templates

    JustinShenk authored Jul 25, 2021
    Configuration menu
    Copy the full SHA
    aa84b06 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Configuration menu
    Copy the full SHA
    a0e3e84 View commit details
    Browse the repository at this point in the history
  2. [Tests] Skip test

    JustinShenk committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    4f5a8fe View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2021

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

Commits on Sep 15, 2021

  1. [Docs] Add link to paper

    JustinShenk committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    1e8abbe View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2021

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

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    5968833 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #101 from traja-team/fix/trip-grid

    Fix histogram rotation to keep y as first dimension
    JustinShenk authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    d4c5ff3 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Bump numpy from 1.18.5 to 1.22.0 in /requirements

    Bumps [numpy](https://github.com/numpy/numpy) from 1.18.5 to 1.22.0.
    - [Release notes](https://github.com/numpy/numpy/releases)
    - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst)
    - [Commits](numpy/numpy@v1.18.5...v1.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: numpy
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    4b6d289 View commit details
    Browse the repository at this point in the history