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 25 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 committed 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 <niko.sirbiladze@gmail.com>
    edeno and niksirbi committed 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