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

I/O support for the ndx-pose NWB extension #166

Draft
wants to merge 48 commits into
base: main
Choose a base branch
from

Commits on Apr 18, 2024

  1. Create nwb_export.py

    edeno committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    bd12d04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5319b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Add script

    edeno committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    d82fe30 View commit details
    Browse the repository at this point in the history
  2. Remove import error handling

    edeno committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    d889105 View commit details
    Browse the repository at this point in the history
  3. Add nwb optional dependencies

    edeno committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    72aea47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12bf83f View commit details
    Browse the repository at this point in the history
  5. Add example docstring

    edeno committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    742bf86 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a06d485 View commit details
    Browse the repository at this point in the history
  7. Add import from nwb

    edeno committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    739c4d8 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Merge branch 'main' into main

    edeno authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    aef9b0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce28f90 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    b9599a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2491cf6 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Niko Sirmpilatze <[email protected]>
    edeno and niksirbi authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    58bef93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ab9aa4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    910ce90 View commit details
    Browse the repository at this point in the history
  6. Rename function for clarity

    edeno committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    3f9a53b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3cd991d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3aa1b11 View commit details
    Browse the repository at this point in the history
  9. Add preliminary tests

    edeno committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    e56cf6d View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Convert to numpy array

    edeno committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    99a90c1 View commit details
    Browse the repository at this point in the history
  2. Handle lack of confidence

    edeno committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    02b9975 View commit details
    Browse the repository at this point in the history
  3. Display xarray

    edeno committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    a2ac053 View commit details
    Browse the repository at this point in the history
  4. Refactor tests

    edeno committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    84a495d View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

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

Commits on Oct 25, 2024

  1. Create nwb_export.py

    edeno committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    e9e1cef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ccd71c View commit details
    Browse the repository at this point in the history
  3. Add script

    edeno committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    f906cd5 View commit details
    Browse the repository at this point in the history
  4. Remove import error handling

    edeno committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    d35d9c2 View commit details
    Browse the repository at this point in the history
  5. Add nwb optional dependencies

    edeno committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    e5726d4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    53f505b View commit details
    Browse the repository at this point in the history
  7. Add example docstring

    edeno committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    f1d480d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4b162cf View commit details
    Browse the repository at this point in the history
  9. Add import from nwb

    edeno committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    4b887be View commit details
    Browse the repository at this point in the history
  10. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and edeno committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    96ee7ba View commit details
    Browse the repository at this point in the history
  11. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and edeno committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    2f2625d View commit details
    Browse the repository at this point in the history
  12. Apply suggestions from code review

    Co-authored-by: Niko Sirmpilatze <[email protected]>
    edeno and niksirbi committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    1c7c2e3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4191ae8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4202ff6 View commit details
    Browse the repository at this point in the history
  15. Rename function for clarity

    edeno committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    3188b0b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4908040 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    da43e87 View commit details
    Browse the repository at this point in the history
  18. Add preliminary tests

    edeno committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    9d34939 View commit details
    Browse the repository at this point in the history
  19. Convert to numpy array

    edeno committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    56a6672 View commit details
    Browse the repository at this point in the history
  20. Handle lack of confidence

    edeno committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    b37b2c6 View commit details
    Browse the repository at this point in the history
  21. Display xarray

    edeno committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    f7d48ce View commit details
    Browse the repository at this point in the history
  22. Refactor tests

    edeno committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    0606add View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    dbf804a View commit details
    Browse the repository at this point in the history