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

Add detailed data types #215

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Aug 30, 2021

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

Commits on Sep 10, 2021

  1. MNT: major refactor

    Split all of the code out into (private for now) submodules.
    tacaswell committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    d5bf3c5 View commit details
    Browse the repository at this point in the history
  2. MNT: rename internal type definition

    Due to the constraint that keys can not have '.' in them (due to mongo) we
    have a (recursive) constraint that user supplied dicts (objects in json lingo)
    must not have '.' in their keys.
    tacaswell committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    37d097b View commit details
    Browse the repository at this point in the history
  3. TST: fix data keys info in test_em.py

    The dtype of a [512, 512] array should be 'array' not 'number'
    tacaswell committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    907a37a View commit details
    Browse the repository at this point in the history
  4. FIX: increment the event count by correct amount

    Increment the event count by the number of new events, not the number of keys
    in the events!
    tacaswell committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    686faa8 View commit details
    Browse the repository at this point in the history
  5. ENH: add infer_datakeys helper

    This will extract the shape, (json)dtype, and the detailed numpy dtype
    information for a value.
    tacaswell committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    c912871 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    956bf30 View commit details
    Browse the repository at this point in the history